Summary
Unattended installation of Performance Manager 9.20 on HP-UX shows following error message,
# ./HPOvPM_9.20.000_setup.bin -i silent
./HPOvPM_9.20.000_setup.bin[2700]: test: Specify a parameter with this command.
Error
Unattended installation of Performance Manager 9.20 on HP-UX shows following error message,
# ./HPOvPM_9.20.000_setup.bin -i silent
./HPOvPM_9.20.000_setup.bin[2700]: test: Specify a parameter with this command.
# ./HPOvPM_9.20.000_setup.bin -i silent
./HPOvPM_9.20.000_setup.bin[2700]: test: Specify a parameter with this command.
Cause
"uname -p" is used in the code but it's illegal on HP-UX.
It is used to choose the corresponding JAVA compiler but if it doesn’t find, then it will use the default JAVA compiler provided by the HP-UX system.
Fix
This message is not error but warning. It's ignorable.