ÿþ<html> <head> <meta name="verify-v1" content="sahjMi6Chw9igao0v8TWTbylVehrrGn8oya5OJLcWOA=" > <meta name="description" content="unix solaris linux stuff to remember server storages jbod development"> <meta name="keywords" content="ilom, x86, intel, unix, solaris, linux, system, administration"> <meta name="site owner" content="Zarko Dudic [zarko@googlux.com]" /> <title> ILOM (on x86 system) </title> </head> <body> <a href="index.htm"> Back to the main page </a><br> <h2><font color=blue> ILOM (Integrated Lights Out Manager) for x86 </font></h2> ILOM comes with certain Sun servers (x86 architecture, not SPARC). <br><br> With ILOM you can manage your machine independently of the OS. The ILOM is equivalent of ALOM for SPARC. See <a href="http://www.googlux.com/alom.html" target="_blank"> doc about ALOM </a>. <br><br> ILOM has: <ul> <li> Service Processor (SP)  this is actual hardware. It has own processor that talks with you over console or management Ethernet interface. </li> <li> CLI  this is software that you use to talk with ILOM (over console or SSH to it) </li> <li> WebGUI  allows you to use browser for SP management. </li> <li> Remote console/Java client  redirects keyboard/mouse/video and allows you to access server s console remotely. </li> </ul> Okay, of course you want to setup IP for ILOM so you can access it remotely. Yeah, but first you need to setup console connection. <br><br> I am using <a href="http://www.googlux.com/consoleserver.html" target="_blank"> CSWconserver. </a> <br><br> ILOM serial port setting is usually: <br> <table bgcolor=cccccc><tr><td><pre> -> show host /SP/serial/host Targets: Properties: commitpending = (Cannot show property) pendingspeed = 9600 speed = 9600 </pre></td></tr></table> <br> Basically, you can see that setting has 2 properties: pending and active. ILOM is currently using active one and this is read-only. During change, you update pending setting and later do <b> set commitpending=true </b> and if needed <b> reset /SP </b>. <br><br> Reset SP does not reset the OS. <br><br> Oh yes, if you have trouble to login to ILOM, try default credentials root/changeme. <br><br> See picture how to switch between the console and OS. Yes, use <b> ESC </b> and <b> ( </b> <br><br> Reminder: with ALOM (SPARC systems) it is <b> # </b> and <b> . </b> (dot) <br><br> <img src="ilom-console_switch.gif"> <br><br> Once you are in, there are tons of work you can do. After configuring IP for ILOM you may find out that using WebGUI is easier, but let s here do some examples from CLI. <br><br> 1. Adding new account with administrator privileges. <br><br> <table bgcolor=cccccc><tr><td><pre> -> cd /SP/users /SP/users -> create admin Creating user... Enter new password: ********** Enter new password again: ********** Created /SP/users/admin -> set admin role=administrator Set 'role' to 'administrator' </pre></td></tr></table> <br> 2. /SYS is actually your host or OS (/SP is your hardware) <br> <br> So you have next options here, to turn on the OS, stop it or reset. Don't be confused, once you connect power cables to the machine, the ILOM is available to you. <br> Correct, you don't need to push on any button to start/stop system. You can perform this using command below. <br> This is great if machine has to be relocated in remote office, so you can gracefully shut it down, wait until others move it, and turn it on again. <br><br> <table bgcolor=cccccc><tr><td><pre> -> start /SYS -> stop /SYS -> reset /SYS </pre></td></tr></table> <br> 3. Finally setup network parameters. <br><br> <table bgcolor=cccccc><tr><td><pre> -> cd /SP/network -> set pendingipaddress=192.168.0.etc -> set pendingipnetmask=255.255.255.0 -> set pendingipgateway=192.168.0.1 -> set pendingipdiscovery=static -> set commitpending=true -> reset /SP </pre></td></tr></table> <br> I ll stop here with examples. Please check what s your ILOM version, some commands may be different. <br><br> Also check WebGUI. For example, I find much easier using it for ILOM/firmware upgrade then using CLI. <br><br> <a href="index.htm"> Back to the main page </a><br><br> </body> </html>