ACLI Instructions and Examples

To configure general system information:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type system and press Enter to access the system-level configuration elements.
    ORACLE(configure)# system
  3. Type system-config and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(system)# system-config
    ORACLE(system-config)#

    The following is an example what a general system information configuration might look like. Parameters not described in this section are omitted below.

    ORACLE(system-config)# show
    system-config
            hostname                       test1
            description                    Example SD
            location                       Row 3, Rack 4, Slot 451
            default-gateway                10.0.2.1
            telnet-timeout                 1000
            console-timeout                1000
            last-modified-date             2004-12-08 20:15:43

    When showing a single-instance configuration element such as system-config, you must first use the select command to select the configuration element prior to viewing.