User`s guide

58 007-5474-003
3: IPMI Commands Overview
User Administration
BMC Supports multiple users, username/password is required for remote connections. The cluster
is shipped with a factory username and password set on user id 2:
Username = admin
Password = admin
Typical ipmitool Command Line
ipmitool –I lanplus –o <oemtype> –H <bmc_ip_address> –U admin –P admin
<
command>
<opts> references in this document refer to the following command line arguments:
–I lanplus –o intelplus|supermicro –H <bmc-ip-address> –U admin –P admin
Adding a User to the BMC
ipmitool <opts> user set name <user ID> <username>
ipmitool <opts> user set password <user id> <password>
ipmitool <opts> user enable <user id>
Configuring a NIC
Display a current LAN Configuration
ipmitool <opts> lan print 1
Configure a Static IP Address
Static IP addresses are already set in the factory on LAN channel 1 of each node. Refer to
Table 1-2 on page 16 and Table 1-3 on page 18 for the BMC static IP assignments.
The following commands show how to reconfigure the BMC static IP’s. The “1” in the following
examples indicate “channel 1” onboard nic1 controller.
ipmitool <opts> lan set 1 ipsrc static
ipmitool <opts> lan set 1 ipaddr x.x.x.x