Difference between revisions of "HPUX"
>Jeremyb |
>Jeremyb |
||
Line 11: | Line 11: | ||
*Transfer binary the VSIGNS.tar.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.tar.gz | *Transfer binary the VSIGNS.tar.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.tar.gz | ||
+ | |||
*Login as askplus | *Login as askplus | ||
− | *Unzip | + | |
− | + | *Unzip/untar the VSIGNS.tar.gz file | |
+ | |||
+ | <pre> | ||
$ gunzip VSIGNS.gz | $ gunzip VSIGNS.gz | ||
$ tar -xvf VSIGNS | $ tar -xvf VSIGNS | ||
+ | </pre> | ||
+ | |||
+ | *Install | ||
+ | <pre> | ||
$ cd vsdata | $ cd vsdata | ||
$ ./vsinstall | $ ./vsinstall | ||
</pre> | </pre> |
Revision as of 20:21, 22 August 2012
The HPUX system hosts the Vital Signs scripts that are executed via UC4 which extract Core data and communicate with the Vital Signs listener running on the Windows server to refresh the Vital Signs applications.
Pre-requisites for installing Vital Signs on HPUX
- Python depot file
- Configobj Python Library
Installation
- Transfer binary the VSIGNS.tar.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.tar.gz
- Login as askplus
- Unzip/untar the VSIGNS.tar.gz file
$ gunzip VSIGNS.gz $ tar -xvf VSIGNS
- Install
$ cd vsdata $ ./vsinstall