LOM

From My Admin Page
Jump to: navigation, search

Advanced Lights Out Management (ALOM) CMT v1.4 Guide from Oracle website (PDF)

ALOMs (Advanced Lights Out Management)

  • use usr/platform/`uname -i`/sbin/scadm to configure. Download Here (login required)
    • There is one version for v125, v210, v240, v250, v440 and another for v215, v245, v445 models.
    • v490's use rscadm
Section 2.  Installing the ALOM Firmware From the Solaris OS 
-----------------------------------------------------------------------------
1. Use the telnet, rlogin or ssh command through the network to log into the
   system as superuser.

   Caution: Do not attempt this procedure while logged into the system
   through the SERIAL MGT port.

2. Change directories as follows:

        # cd /usr/platform/`uname -i`/lib

3. If there is no images subdirectory, create one:

        # mkdir images

4. Change to the images directory:

        # cd images

5. Place this file in the images directory:

        ALOM_1.6.9_fw_hw0.tar.gz        

6. Unpack the tar file:   gzcat ALOM_1.6.9_fw_hw0.tar.gz | tar xf -
   The following files will be created:
      README (this file)
      copyright
      Legal/ (directory containing Licence, Entitlement and Third Party Readmes)
      alombootfw (boot image file)
      alommainfw (main image file)

7. Load the boot image file alombootfw into the System Controller hardware:

        # /usr/platform/`uname -i`/sbin/scadm download boot alombootfw

8. When the scadm utility completes, wait 60 seconds.

9. Load the main image file alommainfw into the System Controller hardware:

        # /usr/platform/`uname -i`/sbin/scadm download alommainfw

        Approximately 120 seconds after the scadm utility completes, ALOM
        is available for use.

10. Delete the tar file:

        # rm ALOM_1.6.9_fw_hw0.tar.gz

Section 3. Configuring ----------------------- mkdir /usr/platform/`uname -i`/lib/images cd /usr/platform/`uname -i`/lib/images gunzip -c ~jorr/*.gz | tar xf -

/usr/platform/`uname -i`/sbin/scadm download boot alombootfw /usr/bin/sleep 65 /usr/platform/`uname -i`/sbin/scadm download alommainfw

--------------------------------------------------------------------- from http://sunsolve.sun.com/search/document.do?assetkey=1-61-233622-1 --------------------------------------------------------------------- cd /usr/platform/`uname -i`/sbin ./scadm set if_network true ./scadm set netsc_tpelinktest true ./scadm set netsc_dhcp false ./scadm set netsc_ipnetmask 255.255.255.0 ./scadm set netsc_ipgateway 10.64.1.1

./scadm set netsc_ipaddr

./scadm show