
Serial Port Device Names:
The name of the serial port varies with operating systems. These are some typical examples:
• Windows: COM{4}
• macOS: /dev/tty.usbserial{xynnn}
• FreeBSD: /dev/cuaU{0}
• Linux: /dev/ttyUSB{0}
Serial Port Communication Parameters:
Set the serial terminal program to use the appopriate port with these parameters:
38400 baud, 8 data bits, 1 stop bit, no parity, no ow control
Log in to the serial console with:
The current Out-of-Band management IP address is displayed with:
ifcong eth0 | grep ‘inet addr’
inet addr:10.20.1.227 Bcast:10.20.1.255 Mask:255.255.254.0
All Out-of-Band network conguration settings are displayed with:
ipmitool -H 127.0.0.1 -U admin -P admin lan print
The Out-of-Band management system can be set to obtain an IP address from DHCP with:
ipmitool -H 127.0.0.1 -U admin -P admin lan set 1 ipsrc dhcp
The Out-of-Band management system can be set to use a static IP address and netmask. This example shows set-
ting the IP address to 192.168.100.100 with a netmask of 255.255.255.0, and a default gateway of 192.168.100.1:
ipmitool -H 127.0.0.1 -U admin -P admin lan set 1 ipsrc static
ipmitool -H 127.0.0.1 -U admin -P admin lan set 1 ipaddr 192.168.100.10
ipmitool -H 127.0.0.1 -U admin -P admin lan set 1 netmask 255.255.255.0
ipmitool -H 127.0.0.1 -U admin -P admin lan set 1 defgw ipaddr 192.168.100.1
To reset the Serial Over LAN system using the Out-of-Band serial port, use the eth0 IP address. In this example, the
IP address is shown as eth0ipaddress and admin is the password:
ipmitool -H eth0ipaddress -U admin bmc reset cold
Log out of the Out-of-Band management system by typing exit and pressing Enter. After use, disconnect the black
USB serial cable from the X-Series.
• Username: ADMIN
• Password: Please see the asset list that is
attached to your welcome letter.