This article provides general information on Lights Out Management (LOM) on the NetScaler SDX appliance and also about how to configure the NetScaler SDX appliance, initial settings and commands to troubleshoot.
The default username and password for the LOM module is nsroot/nsroot. There is no console access to the LOM module. The following must be taken care:
Directly into the LOM interface with a cross over cable
Or
Directly into a switch in the same broadcast domain as the LOM interface.
Command to print the sensor list
ipmitool sensor list
Command to print the sensor data repository information
ipmitool sdr list
Command to print the sensor event log
ipmitool sel list
Command to print LOM IP and details on SDX (XenServer root)
ipmitool lan print 1
Set in Progress : Set Complete Auth Type Support : MD2 MD5 OEM Auth Type Enable : Callback : MD2 MD5 OEM : User : MD2 MD5 OEM : Operator : MD2 MD5 OEM : Admin : MD2 MD5 OEM : OEM : IP Address Source : Static Address IP Address : 10.217.147.231 Subnet Mask : 255.255.254.0 MAC Address : 00:25:90:9d:00:8e SNMP Community String : AMI IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00 BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled Gratituous ARP Intrvl : 0.0 seconds Default Gateway IP : 10.217.146.1 Default Gateway MAC : 00:00:00:00:00:00 Backup Gateway IP : 0.0.0.0 Backup Gateway MAC : 00:00:00:00:00:00 802.1q VLAN ID : Disabled 802.1q VLAN Priority : 0 RMCP+ Cipher Suites : 1,2,3,6,7,8,11,12,0 Cipher Suite Priv Max : aaaaXXaaaXXaaXX : X=Cipher Suite Unused : c=CALLBACK : u=USER : o=OPERATOR : a=ADMIN : O=OEM
To configure the LOM port for SDX appliances (XenServer root), complete the following steps:
Log on to the XenServer as a root user or change user to root (“su –”).
Run the following command to load the ipmi drivers.
modprobe ipmi_devintf ; modprobe ipmi_si
Run the following command to configure the LOM module.
ipmitool lan set 1 ipaddr <ip>
ipmitool lan set 1 netmask <mask>
ipmitool lan set 1 defgw ipaddr <ip>
Load the ipmi drivers in dom0.
sudo modprobe ipmi_devintf
sudo modprobe ipmi_msghandler
sudo modprobe ipmi_si
The BMC can be restored to factory defaults including deleting the SSL Certificate and SSL key with the following command.
ipmitool raw 0x30 0x42
ipmitool mc reset cold
CTX226732 - Introduction to Citrix NetScaler SDX