Difference between revisions of "HPUX"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
Line 1: Line 1:
 
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.
 
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.
  
== Installing / Setting up Vital Signs ==
+
== Pre-requisites for installing Vital Signs on HPUX ==
 
 
Required programs/libraries
 
 
*'''Python depot file'''
 
*'''Python depot file'''
 
**[[Installing the Python depot for HPUX via Sam]]
 
**[[Installing the Python depot for HPUX via Sam]]
Line 9: Line 7:
 
*'''Configobj Python Library'''
 
*'''Configobj Python Library'''
 
**[[Installing the Configojb Python Library]]
 
**[[Installing the Configojb Python Library]]
 +
 +
== Installation ==
 +
 +
*Transfer binary the VSIGNS.tar.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.tar.gz
 +
*Login as askplus
 +
*Unzip and untar the VSIGNS.tar.gz file
 +
    <pre>
 +
$ gunzip VSIGNS.gz
 +
$ tar -xvf VSIGNS
 +
$ cd vsdata
 +
$ ./vsinstall
 +
</pre>

Revision as of 20:18, 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

Installation

  • Transfer binary the VSIGNS.tar.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.tar.gz
  • Login as askplus
  • Unzip and untar the VSIGNS.tar.gz file
$ gunzip VSIGNS.gz
$ tar -xvf VSIGNS
$ cd vsdata
$ ./vsinstall