Difference between revisions of "HPUX"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
(Installation)
 
(10 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
  
*'''Configobj Python Library'''
+
*'''Configobj Python Module'''
**[[Installing the Configojb Python Library]]
+
**[[Installing the Configobj Python Module]]
  
  
Line 35: Line 35:
 
</pre>
 
</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 ==
 
== Configuration ==
  
* Paths and Credentials for Windows ==
+
* Paths and Credentials for Windows
 
** [[vitalsigns.ini]]
 
** [[vitalsigns.ini]]
  
Line 44: Line 51:
 
** [[vsreload.ini]]
 
** [[vsreload.ini]]
  
 +
* Extract Definitions
 +
** [[vsmacdef]]
  
== Test Setup ==
+
== Initial Run ==
  
 
* Login as bolive
 
* Login as bolive
* Change directory to large disk volume
+
* Change directory to larger disk volume
 
<pre>
 
<pre>
 
cd /var/summit/spectrum/LIVE
 
cd /var/summit/spectrum/LIVE
 
</pre>
 
</pre>
  
* Test Extract EOY: (''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]] '')
+
* 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 20101231
+
 
Extract EOM:
+
<pre>
 +
/VSJOBS/JVSRELOAD RESTORE 20111231
 +
</pre>
 +
 
 +
* Extract EOM:
 +
 
 +
<pre>
 
/VSJOBS/JVSLOAD_MBRSHLN eom
 
/VSJOBS/JVSLOAD_MBRSHLN eom
Extract TODAY:
+
</pre>
 +
 
 +
* Extract TODAY:
 +
 
 +
<pre>
 
/VSJOBS/JVSLOAD_MBRSHLN
 
/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