Validating servers based on role with the provided hardware precheck profile

Use the nps hw-precheck command to validate the server resources with the given hardware precheck profile based on role.

All servers in NPS that match the provided role will be listed. The resource details provided in the given precheck profile will be validated against those servers. The output displays whether the server has optimal, minimal, or insufficient resources based on the values provided in the precheck profiles.

To list the available profiles for hardware precheck, use the following command:
nps show -p hwprecheck_profiles

Syntax

nps hw-precheck -p <hw_precheck_profile_name> --node <role of the server> [--options]

Parameters

-p
Hardware precheck profile name to validate.
-node

Role of the server.

Optional parameters

[--options]
  • --cpu: To check CPU.

  • --memory: To check memory.

  • --storage: To check storage.

  • --nic: To check NIC.

By default, all the resources such as CPU, memory, storage, and NIC will be validated.