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 user session time-out for the Oracle ILOM web server to 30 minutes, type:

    -> cd /SP/services/web
    /SP/services/web
     
    -> show /SP/services/web
    
     /SP/services/web
        Targets:
            ssl
    
        Properties:
            allowed_services = browser, rest
            http_port = 80
            https_port = 443
            secureredirect = enabled
            servicestate = enabled
            sessionduration = 1440 (24h)
            sessiontimeout = 15 (15m)
            tlsv1_2 = enabled
    
        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/web 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/web servicestate=disable secureredirect=enabled