Difference between revisions of "HPUX"
>Jeremyb |
>Jeremyb |
||
Line 28: | Line 28: | ||
$ ./vsinstall | $ ./vsinstall | ||
</pre> | </pre> | ||
+ | |||
+ | * Create symbolic link /VSJOBS | ||
+ | |||
+ | Login as root and create the VSJOBS symbolic link : | ||
+ | |||
+ | <pre> | ||
+ | $ ln -fs /ASKPLUS/vsdata/jobs /VSJOBS | ||
+ | </pre> | ||
+ | |||
+ | |||
+ | * Configure vsdata/vitalsigns.ini | ||
+ | Open the vitalsigns.ini file to update the ftp information | ||
+ | Key ones to update are: | ||
+ | FTP_USER | ||
+ | FTP_PASSWD | ||
+ | FTP_PORT (usually 21) | ||
+ | VS_HOSTIP (Private IP of Windows Server) | ||
+ | VS_PATH (This should be the cuname in the ftp root i.e. \JBFCU ) |
Revision as of 20:31, 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.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.gz
- Login as askplus
- Unzip/untar the VSIGNS.gz file
$ gunzip VSIGNS.gz $ tar -xvf VSIGNS
- Install Vital Signs
$ cd vsdata $ ./vsinstall
- Create symbolic link /VSJOBS
Login as root and create the VSJOBS symbolic link :
$ ln -fs /ASKPLUS/vsdata/jobs /VSJOBS
- Configure vsdata/vitalsigns.ini
Open the vitalsigns.ini file to update the ftp information Key ones to update are: FTP_USER FTP_PASSWD FTP_PORT (usually 21) VS_HOSTIP (Private IP of Windows Server) VS_PATH (This should be the cuname in the ftp root i.e. \JBFCU )