Below is an example of configuring the Sun T5220 ILOM Hostname & Network. Once you have configured the network, you can then ssh to the console on the Sun T5220. There is an example below. In summary:
- Console in via serial, my recommendation is you run `tip hardwire` from another box so you do not need to attach a machine
- Login as root
- Password is changeme
- Change the hostname from its default hostname of SUNSPxxxxxxxx
- Configure the IP address
$ tip hardwire
connected
SUNSPxxxxxxxxxx login: root
Password:
Waiting for daemons to initialize...
Daemons ready
Sun(TM) Integrated Lights Out Manager
Version 2.0.4.20.c
Copyright 2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Warning: password is set to factory default.
-> cd /SP
/SP
-> set hostname=console
Set 'hostname' to 'console'
-> cd /SP/network
/SP/network
-> set pendingipdiscovery=static
Set 'pendingipdiscovery' to 'static'
-> set pendingipaddress=10.10.10.50
Set 'pendingipaddress' to '10.10.10.50'
-> set pendingipnetmask=255.255.255.0
Set 'pendingipnetmask' to '255.255.255.0'
-> set pendingipgateway=10.10.10.1
Set 'pendingipgateway' to '10.10.10.1'
-> set commitpending=true
Set 'commitpending' to 'true'
-> set state=enabled
Set 'state' to 'enabled'
Leave a comment