C H A P T E R 2 |
This chapter contains information on ILOM features in the Sun Netra T5220 server that augment the array of properties that are common to ILOM on other platforms. In particular, this chapter describes the properties in the /HOST namespace. This chapter consists of:
The reset command generates a graceful or forced hardware reset of the host server. By default, the reset command gracefully resets the host. If a graceful reset is not possible, a forced reset is performed. For a list of available options for the reset command in both the ILOM and ALOM compatibility CLIs, see Table B-6, ALOM CMT Shell Miscellaneous Commands
Use the boot mode properties to specify how ILOM handles boot.
Boot mode (bootmode) properties enable you to override the default method the server uses when it boots. This ability is useful to override particular OpenBoot or LDoms settings that might be incorrect, to set up OpenBoot variables using a script, or similar tasks.
For example, if the OpenBoot settings have become corrupt, you can set the bootmode state property to reset_nvram then reset the server to its factory default OpenBoot settings.
Service personnel might instruct you to use the bootmode script property for problem resolution. The full extent of script capabilities are not documented and exist primarily for debugging.
Because bootmode is intended to be used to correct a problem with the OpenBoot or LDoms settings, the bootmode takes effect for a single boot only. Additionally, to prevent an administrator from setting a bootmode state property and forgetting about it, a bootmode state property expires if the host is not reset within 10 minutes of the bootmode state property being set.
-> set /HOST/bootmode config=configname |
where the config property takes a configname value such as a named logical domain configuration downloaded to the SP using the Logical Domains software.
For example, if you have created a logical domain configuration called ldm-set1:
-> set bootmode config=ldm-set1 |
To return the boot mode config to the factory default configuration, specify factory-default.
-> set bootmode config=factory-default |
Note - If you set /HOST/bootmode config="", ILOM sets the config to empty. |
The /HOST/bootmode state property controls how OpenBoot NVRAM variables are used. Normally the current settings of these variables are retained. Setting /HOST/bootmode state=reset_nvram changes the OpenBoot NVRAM variables to their default settings at the next reset.
-> set /HOST/bootmode script=value |
where value is one of the following:
normal – At next reset, retains current NVRAM variable settings.
reset_nvram – At next reset, returns OpenBoot variables to default settings.
Note - state=reset_nvram returns to normal after the next server reset or 10 minutes (see expires property in Display Host’s Boot Mode Expiration Date (CLI)). config and script properties do not expire and will be cleared upon the next server reset or manually by setting value to "". |
-> set /HOST/bootmode script=value |
where script controls the host server OpenBoot PROM firmware method of booting. 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.
-> set /HOST/bootmode state=reset_nvram script="setenv diag-switch? true" |
After the server resets and OpenBoot PROM reads the values stored in the script, the OpenBoot PROM sets the OpenBoot PROM variable diag-switch? to the user-requested value of true.
Note - If you set /HOST/bootmode script="", ILOM sets the script to empty. |
Use the host information properties to view system configuration and firmware version information.
The /HOST macaddress property is automatically configured by the system software, so you cannot set or change the property. The value is read and determined from the server’s removable system configuration card (SCC PROM) and then stored as a property in ILOM.
/HOST macaddress is the MAC address for the net0 port. The MAC addresses for each additional port increments from the /HOST macaddress. For example, net1 is equal to the value of /HOST macaddress plus one (1).
Use the /HOST autorunonerror property to specify whether the host should continue to boot after system diagnostics have discovered an error.
Use the /HOST autorestart property to specify what ILOM should do when the host leaves the RUNNING state (when the watchdog timer expires).
Your server supports automatic restart.
-> set /HOST maxbootfail=attempts |
The default value of maxbootfail is 3 (three attempts).
If the host does not boot successfully within the number of tries indicated by maxbootfail, the host is powered off or powercycled (depending upon the setting of bootfailrecovery). In either case, boottimeout is set to 0 (zero seconds), disabling further attempts to restart the host.
This procedure describes how to view and configure several kinds of host information.
ILOM enables you to view or configure several host control features. There are six aspects to host control:
The system user properties enable you to customize the way ILOM identifies and interacts with the host server.
|
Use the set /HOST send_break_action command to bring the server to a menu from which you can choose to go to the OpenBoot PROM prompt (ok). If you have configured the kmdb debugger, then specifying the send_break_action=break command brings the server into debug mode.
Copyright © 2010, Oracle and/or its affiliates. All rights reserved.