User's Manual
Using the BMC Management Utility 103
•
get <Shared Failover Mode>
: Displays the current shared
failover mode.
•
get active
: Displays the active NIC selection mode—LOM1, LOM2,
LOM3, LOM4, or None.
Options for windbg
•
start
: Starts the debugging session.
•
end
: Quits the debugging session.
IPMItool Command for Dynamic Entry on the DNS Server When DRAC is
Not Present
To create a dynamic entry on the DNS server when DRAC is not present, use
the following command:
ipmitool raw 0x18 0x58 0xe4 0x15
NOTE: You must enter a 21-byte hexadecimal number (a 8-byte input for the
PowerEdge 1435SC) for the DHCP name. If the DHCP name is less than 21 bytes (8
bytes for PowerEdge SC1435), pad the end with zeroes.
For example, to set the DNS server name to "foo":
ipmitool raw 0x18 0x58 0xe4 0x15 0x66 0x6f 0x6f 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00
The ASCII character conversion chart is displayed in Table 3-3:
Table 3-3. ASCII Character Conversion Chart
Decimal Octal Hex Binary Value
000 000 000 00000000 NUL (Null character)
001 001 001 00000001 SOH (Start of Header)
002 002 002 00000010 STX (Start of Text)
003 003 003 00000011 ETX (End of Text)
004 004 004 00000100 EOT (End of Transmission)
005 005 005 00000101 ENQ (Enquiry)
006 006 006 00000110 ACK (Acknowledgment)