Disable Pc-Check Using the CLI

This procedure describes how to disable either Enabled Pc-Check or Extended Pc-Check testing using 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 Pc-Check is currently being executed.

  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 either enabled or extended.

     -> show
    
    
         /SP/diag
           Targets:
    
    
           Properties:
               state = enabled
    
    
           Commands:
               cd
               set
               show
    
  5. Issue the following set command to disable Pc-Check:

    set /SP/diag state=disabled

    Pc-Check will no longer run when the host is powered on or power cycled. BIOS POST, the default host startup diagnostics, will run as usual.

Related Topics