Platform-specific documentation/Sun Fire X4240

From Wikitech

Lights Out Management

The Sun X4240 and the X4100 use iLOM.

The standard administrative account is root and the default password is changeme.

Base configuration

These are common configuration commands:

set /SP/clients/ntp/server/1 address=208.80.152.167
set /SP/clients/ntp/server/2 address=208.80.152.173
set /SP/clients/dns nameserver=208.80.152.131
set /SP/clients/syslog/1 address=10.0.5.8
set /SP/users/root/ssh/keys/1 load_uri=http://208.80.152.165/~root/drac-key.php

Common actions

Changing the root password

set /SP/users/root password=

Serial console

start /SP/console

Power cycle

Reset:

reset /SYS

Power Off:

stop /SYS

Power On:

start /SYS


End the session with Esc-(

Setting an IP address for the network port of LOM

Login to the LOM over serial and run the following:

cd /SP/network 
set pendingipaddress=ipaddress
set pendingipnetmask=255.255.0.0
set pendingipgateway=10.1.0.1
set pendingipdiscovery=static
set commitpending=true

Once that is done, you should be able to connect over the management IP if it is plugged into the management network.

ARCCONF Raid Utility

To poll the raid controller you can run the following:

 arcconf
  • Get the full details and help for the application
 arcconf GETLOGS 1 DEVICE tabular
  • Get the failed devices information
 arcconf GETLOGS 1 DEAD tabular
  • Get the dead devices information
 arcconf GETCONFIG 1
  • Output all config info, including locations of bad drives.

External links