Difference between revisions of "HPUX"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "The HPUX host provides the scripts and jobs that are executed via UC4 that perform the nightly extracts, push data to the Windows server and communicate with the Vital Signs l...")
 
>Jeremyb
(Installation)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The HPUX host provides the scripts and jobs that are executed via UC4 that perform the nightly extracts, push data to the Windows server and communicate with the Vital Signs listener and 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.
  
The following 3rd party programs are required to be installed
+
== Pre-requisites for installing Vital Signs on HPUX ==
* Python 2.4 depot file
+
*'''Python depot file'''
* Configobj Python library
+
**[[Installing the Python depot for HPUX via Sam]]
  
  
== Python 2.4 depot file ==
+
*'''Configobj Python Module'''
The depot file can be downloaded here : [http://hpux.connect.org.uk/hppd/auto/]
+
**[[Installing the Configobj Python Module]]
 +
 
 +
 
 +
== Installation ==
 +
 
 +
*Transfer binary the VSIGNS.gz file provided by Vital Soft to /ASKPLUS/VSIGNS.gz
 +
 
 +
*Login as askplus
 +
 
 +
*Unzip/untar the VSIGNS.gz file
 +
 
 +
<pre>
 +
$ gunzip VSIGNS.gz
 +
$ tar -xvf VSIGNS
 +
</pre>
 +
 
 +
*Install Vital Signs
 +
<pre>
 +
$ cd vsdata
 +
$ ./vsinstall
 +
</pre>
 +
 
 +
* Login as root and create the /VSJOBS symbolic link :
 +
 
 +
<pre>
 +
$ ln -fs /ASKPLUS/vsdata/jobs /VSJOBS
 +
</pre>
 +
 
 +
Copy the datachng.sl(so) file from /ASKPLUS/vsdata into the /ASKPLUS/ directory
 +
 
 +
    cp /ASKPLUS/vsdata/datachng.so /ASKPLUS/
 +
 
 +
''Note: .sl for PA-RISC and .so for ITANIUM
 +
 
 +
The file must be chmoded to 755 for executable permissions
 +
 
 +
== Configuration ==
 +
 
 +
* Paths and Credentials for Windows
 +
** [[vitalsigns.ini]]
 +
 
 +
* Nightly Reloads / Snapshots
 +
** [[vsreload.ini]]
 +
 
 +
* Extract Definitions
 +
** [[vsmacdef]]
 +
 
 +
== Initial Run ==
 +
 
 +
* Login as bolive
 +
* Change directory to larger disk volume
 +
<pre>
 +
cd /var/summit/spectrum/LIVE
 +
</pre>
 +
 
 +
* Extract EOY: (''Note : Requires that a prior end of year has been made available as report databases in the eloquence instance defined for the [vsdata_live_restore] profile EQ_DBSERVER setting in /ASKPLUS/[[vsrvtcp.ini]] See [[Vital Signs Restore Prior Months]]'')
 +
 
 +
<pre>
 +
/VSJOBS/JVSRELOAD RESTORE 20111231
 +
</pre>
 +
 
 +
* Extract EOM:
 +
 
 +
<pre>
 +
/VSJOBS/JVSLOAD_MBRSHLN eom
 +
</pre>
 +
 
 +
* Extract TODAY:
 +
 
 +
<pre>
 +
/VSJOBS/JVSLOAD_MBRSHLN
 +
</pre>

Latest revision as of 19:43, 14 November 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.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
  • Login as root and create the /VSJOBS symbolic link :
$ ln -fs /ASKPLUS/vsdata/jobs /VSJOBS

Copy the datachng.sl(so) file from /ASKPLUS/vsdata into the /ASKPLUS/ directory

   cp /ASKPLUS/vsdata/datachng.so /ASKPLUS/

Note: .sl for PA-RISC and .so for ITANIUM

The file must be chmoded to 755 for executable permissions

Configuration

Initial Run

  • Login as bolive
  • Change directory to larger disk volume
cd /var/summit/spectrum/LIVE
  • Extract EOY: (Note : Requires that a prior end of year has been made available as report databases in the eloquence instance defined for the [vsdata_live_restore] profile EQ_DBSERVER setting in /ASKPLUS/vsrvtcp.ini See Vital Signs Restore Prior Months)
/VSJOBS/JVSRELOAD RESTORE 20111231
  • Extract EOM:
/VSJOBS/JVSLOAD_MBRSHLN eom
  • Extract TODAY:
/VSJOBS/JVSLOAD_MBRSHLN