
Example
• Set root password, configure static IPV4 address, set first boot device to HDD, and enable boot
once for server-1.
racadm deploy -m server-1 -s 192.168.0.20 255.255.255.0
192.168.0.1 HDD -o yes
• Set root password, configure static IPV6 address, set first boot device to HDD, and enable boot
once for server-1.
racadm deploy -m server-1 -s 192.168.0.11 255.255.255.0
192.168.0.1 HDD -o yes
• Set root password and enable DHCP for server-3.
racadm deploy -m server-3 -u root -p <passpwrd> -d
• Set user name and password for switch-2.
racadm deploy -m switch-2 -u <username> -p <password>
• Set SNMP community string for switch-2.
racadm deploy -m switch-2 -v SNMPv2 DemoCommunityString ro
• Set root password to Calvin for all servers.
racadm deploy -a -u root -p calvin
• Set user name and password for all switches.
racadm deploy -a switch -u <username> -p <password>
• View the quick deploy parameters.
racadm deploy -q
• Modify the number of reserved IP addresses for quick deploy.
racadm deploy -q -n 8
diagnostics
Description Collects and exports remote diagnostics report from iDRAC.
The results of the latest successfully run remote diagnostics are available and retrievable remotely
through an NFS or a CIFS share.
This subcommand is applicable only for iDRAC.
Synopsis To run a remote diagnostic report:
racadm diagnostics run -m <mode> -r <reboot type> -s <start time>
-e <expiration time>
To export a remote diagnostic report:
racadm diagnostics export -f <file name> -l <NFS or CIFS share
location> -u <username> -p <password>
Input
• —m <mode> — Specifies the type of diagnostic mode. The types are:
– Collect and export remote diagnostics report from the iDRAC.
The results of the latest successfully executed remote Diagnostics will be available and
retrievable remotely through an NFS or a CIFS share.
– 0(Express) — The express mode executes a subset of diagnostic tests.
– 1(Extended) — The extended mode executes all available diagnostics tests.
– 2(Both) — Runs express and extended tests serially in sequence.
• -f <filename> — Specifies the name of the configuration file.
• -l — Specifies the location of the network share (NFS or CIFS).
• -u <username> — Specifies the user name of the remote share to import the file.
37
Komentarze do niniejszej Instrukcji