Go to main content

Oracle® ILOM User's Guide for System Monitoring and Diagnostics Firmware Release 3.2.x

Exit Print View

Updated: April 2018
 
 

Executing Commands to Change Target Properties

You can choose to execute commands to change target properties by performing any of the following methods:

  • Navigating to the target, looking at its properties, and executing a command.

    For example, to set the HTTP user session time-out for the Oracle ILOM web server to 30 minutes, type:

    -> cd /SP/services/http
    /SP/services/http
     
    -> show
     
     /SP/services/http
        Targets:
     
        Properties:
           port = 80
           secureredirect = disabled
           servicestate = enabled
           sessiontimeout = 15
     
       Commands:
          cd
          set
          show
     
    -> set sessiontimeout=30
    
  • Entering the command and the full path to the target, from anywhere in the namespace, and changing a single property.

    For example:

    -> set /SP/services/http sessiontimeout=30
    
  • Entering the command and the full path to the target, from anywhere in the namespace, and changing multiple properties.

    For example:

    -> set /SP/services/http servicestate=disable secureredirect=enabled
    

Related Information