If you use either of the following scripts on an HP-UX IPF system running SAS® 9.4M7 (TS1M7), an error occurs:
The script produces an error. This issue occurs is due to an unsupported option contained in the activemq script. The error is similar to the following:
Note that the appsrvconfig.sh script calls the activemq script, which is also why this error occurs.
For example, you can encounter this issue when you try to use the activemq script to check the status of the SAS JMS Broker, such as the following:
In this scenario, this error occurs because the -o option is not a supported option for the ps command on HP-UX IPF. The activemq script contains the following line when checking if the activemq process is already running:
As a result, whichever script you are using fails with the error mentioned above.
Workaround
To circumvent this issue, modify the line listed above (or comment it out and add in the line below), so that it looks similar to the following: