Sun ILOM Hostname & Network Configuration

| 0 Comments | 0 TrackBacks
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:
  1. Console in via serial, my recommendation is you run `tip hardwire` from another box so you do not need to attach a machine
  2. Login as root
  3. Password is changeme
  4. Change the hostname from its default hostname of SUNSPxxxxxxxx
  5. 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'

No TrackBacks

TrackBack URL: http://baldwinsung.com/cgi-bin/mt-tb.cgi/147

Leave a comment

Recent Entries

Synology MacOS X Client NFS Mount
To mount the Synology NFS export from MacOS X. Use the following options on from the command line: mount_nfs -P…
Enabling Spotlight on the Mac
cd /System/Library/LaunchDaemons sudo launchctl load -w com.apple.metadata.mds.plist sudo mdutil -E /…
Removing .DS_Store from Network Drives
Removing the .DS_Store files already created on your network drive. In the example below, specifically only list the smbfs based…