Applying RAID settings on servers

Procedure
  1. To apply RAID configurations on the servers, follow any one of the following substeps:
    • To apply RAID configurations on all the DL servers, run the following command:
      nps deploy -s hw_prep -l debug -sl all -a raid
    • To apply RAID configurations on a single DL server or a list of DL servers, run the following command:

      nps deploy -s hw_prep -l debug -sl "<Server iLO IP (or) Server iLO IP1, server iLO IP2,…>" -a raid

  2. To verify the status of the hardware preparation service, run the following command:
    nps show --service hw_prep

    Wait until the status is displayed as COMPLETED or SUCCESS for all the hardware configuration operations. If the status is displayed as FAILED for any of the operations, analyze the <topology_name>_<server_IP>_redfish_raid_<date>.log file in the /var/nps/logs/<topology_name> directory.

    To validate server RAID settings, see RAID settings validation.

    NOTE:
    • The status is displayed as NOT APPLICABLE for the ilo_naming operation, if the hostname provided in the Input JSON file is "NA" or blank.

    • The status is displayed as NOT APPLICABLE for the create_user operation, if the label_password provided in the input JSON file is "NA" or blank.