Use the commands in this section to configure the IPMI interface. For information about using the IPMI interface after it is configured, see The IVX IPMI interface.
Prerequisites
One end of an Ethernet cable is plugged in to the IPMI port, and the other end of the cable is plugged in to an administrative computer or terminal server
Viewing the IPMI configuration
This procedure describes how to use the CLI to view the IPMI configuration.
To view the IPMI configuration:
Go to CLI enable mode:
hostname > enableDisplay the configuration. For example:
hostname (config) # show ipmi interface IPMI LAN Settings ---------------------------------------- Admin Shut Down : no Shut Down : no IP Address Source : Static Address IP Address : 192.168.42.27 Subnet Mask : 0.0.0.0 Default Gateway IP : 0.0.0.0
Configuring the IPMI port
This procedure describes how to use CLI commands to configure the IPMI interface.
To configure the IPMI port:
If you want to configure a static IP address for the IPMI interface, do the following:
Go to CLI configuration mode.
hostname > enable hostname # configure terminalIf DHCP was previously configured for IPMI, change to the static method:
hostname (config) # ipmi lan ipsrc staticConfigure the IP address for the IPMI interface:
hostname (config) # ipmi lan ipaddr <ipAddress>Configure the netmask for the IPMI interface:
hostname (config) # ipmi lan netmask <netMask>Configure the default gateway for the IPMI interface:
hostname (config) # ipmi lan defgw <ipAddress>
If you want to configure DHCP:
Make sure that DHCP is enabled on your network:
hostname (config) # show ip dhcpEnable DHCP:
hostname (config) # ipmi lan ipsrc dhcp
The default username for logging in to the IPMI Web UI is ADMIN. Configure the password. The password must be a minimum of five characters, and a maximum of 16 characters.
hostname (config) # ipmi user set password <password>Save your changes.
hostname (config) # write memory
Restoring the default IPMI configuration
This procedure describes how to use the CLI to restore the default IPMI configuration.
To revert to the default configuration:
Go to CLI configuration mode:
hostname > enable hostname # configure terminalRevert to default configuration:
hostname (config) # ipmi lan ipsrc staticSave your changes:
hostname (config) # write memory
Note
It is important to use the latest IPMI firmware available for your system. For details, see IPMI and BIOS firmware updates.