Rate This Document
Findability
Accuracy
Completeness
Readability

Command Not Found When Using the Kunpeng Health Inspector to Collect RAID Controller Card Information

Symptom

When using the Kunpeng Health Inspector to collect RAID controller card information, a message is displayed stating "Command not found: xxx".

Possible Causes

  • The xxx command does not exist.
  • The xxx command path is not configured in PATH.

Troubleshooting Procedure

  • The xxx command does not exist.

    If the storcli64 command does not exist for a Broadcom RAID controller card, download and install the command by following instructions in RAID Controller Card User Guide (x86).

    If the hiraidadm command does not exist for a Huawei RAID controller card, download and install the command by following instructions in SP686C RAID Controller Card User Guide.

  • The xxx command path is not configured in PATH.
    1. Open the /etc/profile file.
      vi /etc/profile
    2. Add the xxx command path to the end of the file.
      Press i to enter the insert mode and add the following content to the end of the file:
      export PATH=$PATH:XXX_path

      Press Esc, type :wq!, and press Enter to save the file and exit.

    3. Make the new configuration take effect.
      source /etc/profile