I am running Hawk 3.1.3 (Hawk 4.0.0 too) HMA on HP-UX machine, and I get an"incompatible hardware version" error. What is the problem?

I am running Hawk 3.1.3 (Hawk 4.0.0 too) HMA on HP-UX machine, and I get an"incompatible hardware version" error. What is the problem?

book

Article ID: KB0087545

calendar_today

Updated On:

Products Versions
TIBCO Hawk -
Not Applicable -

Description

Resolution:
The problem happens on PA-RISC1 HP-UX machine only. This is
fixed in Hawk 3.1.4 and Hawk 4.01. To see the version of your PA-RISC architecture on your machine, follow the attached information.

********** checking on  the PA-RISC version ****
$ getconf CPU_VERSION

     will output a decimal number.
     convert this number to hexadecimal and check in sys/unistd.h

     /usr/include/sys/unistd.h
     #  define CPU_PA_RISC1_0  0x20B /* HP PA-RISC1.0 523 */
     #  define CPU_PA_RISC1_1  0x210 /* HP PA-RISC1.1 528 */
     #  define CPU_PA_RISC1_2  0x211 /* HP PA-RISC1.2 529 */
     #  define CPU_PA_RISC2_0  0x214 /* HP PA-RISC2.0 532 */

Issue/Introduction

I am running Hawk 3.1.3 (Hawk 4.0.0 too) HMA on HP-UX machine, and I get an"incompatible hardware version" error. What is the problem?