Go to main content

SPARC and Netra SPARC S7-2 Series Servers Administration Guide

Exit Print View

Updated: June 2017
 
 

Manage the Host Boot Mode Script (Oracle ILOM)

  • At the Oracle ILOM prompt, type:
    -> set /HOST/bootmode script=value
    

    where script controls the host server's firmware OpenBoot method of booting. Note that script does not affect the current /HOST/bootmode setting.

    value can be up to 64 bytes in length.

    You can specify a /HOST/bootmode setting and set the script within the same command. For example:

    -> set /HOST/bootmode state=reset_nvram script="setenv diag-switch? true"
    

    After the server resets and OpenBoot reads the value of the state property, all OpenBoot variables are set to the default values. Then OpenBoot reads the value of the script property, and sets the diag-switch? variable to the user-requested value of true.


    Note - If you set /HOST/bootmode script="", Oracle ILOM sets the script to empty.

Related Information