Power Off Compute Cabinets

Power off HPE Cray EX liquid-cooled cabinets and managed nodes in standard racks. This procedure does not power off management nodes.

Cabinet/rack types

Liquid-cooled cabinets

HPE Cray EX liquid-cooled cabinet CDU and PDU circuit breakers are controlled manually.

When the PDU breakers are switched to OFF, the Chassis Management Modules (CMMs) and Cabinet Environmental Controllers (CECs) are also powered off.

Warning: The cabinet 480VAC power bus bars remain energized. Facility power must be disconnected to completely remove power from the cabinet. Follow lockout-tagout procedures for the site before maintenance.

Standard racks

HPE Cray standard EIA racks typically include two redundant PDUs. Some PDU models may require a flat-blade screwdriver to open or close the PDU circuit breakers.

Warning: The cabinet PDUs remain energized when circuit breakers are OFF. Facility power must be disconnected or the PDUs must be unplugged to completely remove power from the rack. Follow lockout-tagout procedures for the site before maintenance.

Prerequisites

  • An authentication token is required to access the API gateway and to use the sat command. See the “SAT Authentication” section of the HPE Cray EX System Admin Toolkit (SAT) product stream documentation (S-8031) for instructions on how to acquire a SAT authentication token.
  • This procedure assumes all system software and user jobs were shut down. See Shut Down and Power Off Compute and User Access Nodes (UAN).

Procedure

Check power status before shutdown

  1. Check CDU control panel for alerts or warnings and resolve any issues before continuing.

    If coolant levels are on the verge of being too low, there may be a fault upon power up due to not enough coolant.

  2. (ncn-m#) Check the power status in liquid-cooled cabinets before shutdown.

    This example shows liquid-cooled cabinets 1000 - 1003.

    cray power status list --xnames x[1000-1003]c[0-7] --format json
    
  3. (ncn-m#) Check the power status for nodes in the standard racks before shutdown.

    This example shows nodes in cabinets 3001 - 3003.

    cray power status list --xnames x300[1-3]c0s[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35]b[1-4]n0 --format json
    

    The power status command requires that the list of components be explicitly listed. In this example, the system includes only 2U servers and there are no state manager entries for even-numbered U-positions (slots); those would return an error.

    The command does not filter nonexistent component names (xnames) and displays an error when invalid component names are specified. Use power status list with no --xnames option to show everything.

    cray power status list --format json
    

Shut down cabinet power

The sat bootsys shutdown --stage cabinet-power command suspends the hms-discovery cron job, recursively powers off all liquid-cooled cabinet chassis, compute modules, and router modules, then powers off non-management nodes in the air-cooled racks.

  1. (ncn-m#) Shut down cabinet power.

    Important: The default timeout for the call to CAPMC is 120 seconds. If the sat bootsys shutdown command fails to power off some cabinets and indicate that requests to CAPMC have timed out, the sat command may be run with an increased --capmc-timeout value.

    sat bootsys shutdown --stage cabinet-power --capmc-timeout 240
    
  2. (ncn-m#) Verify that the hms-discovery cron job has been suspended.

    If it has been suspended, then the SUSPEND column should be True in the output of the following command:

    kubectl get cronjobs -n services hms-discovery
    

    Example output:

    NAME            SCHEDULE      SUSPEND   ACTIVE   LAST SCHEDULE   AGE^M
    hms-discovery   */3 * * * *   True      0        117s            15d
    
  3. (ncn-m#) Check the power status for liquid-cooled cabinets after shutdown.

    This example shows cabinets 1000 - 1003.

    cray power status list --xnames x[1000-1003]c[0-7] --format json
    
  4. Rectifiers (PSUs) in the liquid-cooled cabinets should indicate that DC power is OFF (AC OK means the power is on).

  5. (ncn-m#) Check the power status for nodes in the standard racks after shutdown.

    cray power status list --xnames x300[1-3]c0s[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35]b[1-4]n0 --format json
    

Power off liquid-cooled cabinet PDU circuit breakers

  1. Set the cabinet PDU circuit breakers to OFF for each shelf.

    The AC OK LED on each PSU will remain amber for about 30 seconds (AC lost) until the system de-energizes, then it will extinguish.

    Liquid-cooled Cabinet PDU

    NOTE If the TDS cabinet rack-mounted coolant distribution unit (MCDU) is receiving power from the PDUs in the management cabinet, then the MCDU may stay on after the TDS cabinet PDU circuit breakers are set to OFF. This is expected.

    Liquid-cooled TDS Cabinet PDU

    CAUTION: Do not power off the CDU if it is actively cooling other equipment.

  2. If other systems are not being cooled by the floor-standing CDU, then open the CDU rear door to access the control panel and set the circuit breakers to OFF.

    CDU Circuit Breakers

Power off standard rack PDU circuit breakers

  1. Set each cabinet PDU circuit breaker to OFF.

    A slotted screwdriver may be required to open PDU circuit breakers.

  2. To power off Motivair liquid-cooled chilled doors and CDUs, locate the power off switch on the CDU control panel and set it to OFF.

    Refer to vendor documentation for the chilled-door cooling system for power control procedures when chilled doors are installed on standard racks.

Next step

Return to System Power Off Procedures and continue with next step.