Policy validation failure for the SSSU command
Policy validation fails when the SSSU CLI is not present at the expected path. The logs display the message
Unable to locate the CLI tool /opt/hp/sssu/ at path sssu_hpux,
The cause of the error message is the CLI path, which is different from the default CLI path.
To fix the policy validation, add the following entry into the hpevafi.conf file:
[CLI_TOOL_INFO]
"FILEPATH"="<SSSU CLI path>"
"FILENAME"="<SSSU CLI tool file name>"
For example, for the HP platform the path would be:
/usr/openv/lib/vxfi/configfiles/hpevafi.conf
The entry would be:
[CLI_TOOL_INFO]
"FILEPATH"="/opt/hp/sssu"
"FILENAME"="sssu_hpux_parisc"
After you manually add these inputs to the hpevafi.conf file, the validation is successful.