Run Enabled Pc-Check From the CLI

This procedure describes how to enable Pc-Check from the CLI.

What To Do

  1. Open an ILOM CLI window and login as root.

  2. Change directory to the service processor (SP) on the blade on which you want Enabled Pc-Check to run.

  3. Change to the SP/diag subdirectory.

    -> cd SP/diag
    /SP/diag
  4. Use the show command to verify that the current diag state is disabled.

     -> show
    
    
         /SP/diag
           Targets:
    
    
           Properties:
               state = disabled
    
    
           Commands:
               cd
               set
               show
    
  5. Issue the following set command to turn on Enabled Pc-Check:

    set /SP/diag state=enabled

    Enabled Pc-Check will run the next time you power cycle this blade's host. Thereafter, Enabled Pc-Check will be executed every time the host is powered on or power cycled, until you specifically disable Pc-Check.

Related Topics