Sun Fire X4240
From Wikitech
(Difference between revisions)
(→Lights Out Management) |
(updated link) |
||
| Line 58: | Line 58: | ||
== External links == | == External links == | ||
* [http://docs.sun.com/app/docs/prod/sf.x4240#hic Sun X4240 documentation] | * [http://docs.sun.com/app/docs/prod/sf.x4240#hic Sun X4240 documentation] | ||
| − | * [http://docs. | + | * [http://docs.oracle.com/cd/E19720-01/820-1188-12/index.html Sun Integrated Lights Out Manager 2.0 User's Guide] |
[[Category:Platform-specific documentation]] | [[Category:Platform-specific documentation]] | ||
[[Category:Sun]] | [[Category:Sun]] | ||
Latest revision as of 04:34, 7 September 2012
Contents |
[edit] Lights Out Management
The Sun X4240 and the X4100 use iLOM.
The standard administrative account is root and the default password is changeme.
[edit] 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
[edit] Common actions
[edit] Changing the root password
set /SP/users/root password=
[edit] Serial console
start /SP/console
[edit] Power cycle
Reset:
reset /SYS
Power Off:
stop /SYS
Power On:
start /SYS
End the session with Esc-(
[edit] 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.
[edit] 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.