Go to main content

SPARC T5-2 Server Service Manual

Exit Print View

Updated: February 2019
 
 

Configure POST

  1. Log in to Oracle ILOM.

    See Log In to Oracle ILOM (Service).

  2. Set the virtual keyswitch to the value that corresponds to the POST configuration you want to run.

    This example sets the virtual keyswitch to normal, which configures POST to run according to other parameter values.

    -> set /HOST keyswitch_state=normal
    Set keyswitch_state to Normal
    

    For possible values for the keyswitch_state parameter, see Oracle ILOM Properties That Affect POST Behavior.

  3. If the virtual keyswitch is set to normal, and you want to define the mode, level, trigger, or verbosity, set the respective parameters.

    Syntax:

    set /HOST/diag property=value

    See Oracle ILOM Properties That Affect POST Behavior for a list of parameters and values.

    Examples:

    -> set /HOST/diag mode=normal
    -> set /HOST/diag verbosity=max
    
  4. View the current values for settings.

    Example:

    -> show /HOST/diag
     
    /HOST/diag
       Targets:
     
       Properties:
            error_reset_level = max
            error_reset_verbosity = normal
            hw_change_level = max
            hw_change_verbosity = normal
            level = min
            mode = normal
            power_on_level = max
            power_on_verbosity = normal
            trigger = hw_change error-reset
            verbosity = normal
     
       Commands:
            cd
            set
            show
    -> 
    

Related Information