Go to main content

Oracle® OpenBoot 4.x Administration Guide

Exit Print View

Updated: June 2020
 
 

Display the Current Variable Settings

Use this procedure to display all the OpenBoot configuration variables, their settings, and default values.

  1. Access the OpenBoot CLI.

    See Accessing the OpenBoot CLI and Getting Help.

  2. Use the printenv command to display all the variables.

    In the formatted list of the current settings, numeric variables are often shown in the decimal format.

    {0} ok printenv
    Variable Name           Value                          Default Value
    
    reboot-command                                         
    security-mode           none                           No default
    security-password                                      No default
    security-#badlogins     0                              No default
    verbosity               min                            min
    diag-switch?            true                           false
    local-mac-address?      true                           true
    fcode-debug?            true                           false
    scsi-initiator-id       7                              7
    oem-logo                                               No default
    oem-logo?               false                          false
    oem-banner                                             No default
    oem-banner?             false                          false
    ansi-terminal?          true                           true
    screen-#columns         80                             80
    screen-#rows            34                             34
    ttya-mode               9600,8,n,1,-                   9600,8,n,1,-
    output-device           virtual-console                virtual-console
    input-device            virtual-console                virtual-console
    auto-boot-on-error?     false                          false
    load-base               16384                          16384
    auto-boot?              false                          true
    os-root-device                                         
    network-boot-arguments                                 
    boot-command            boot                           boot
    boot-file                                              
    boot-device             vdisk                          disk net
    multipath-boot?         false                          false
    boot-device-index       0                              0
    use-nvramrc?            false                          false
    nvramrc                                                
    error-reset-recovery    boot                           boot
    

Related Information