Difference between revisions of "Installing Vital Signs on HPUX"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Johno
 
(16 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
== Download the latest Stable Release ==
 
== Download the latest Stable Release ==
  
[http://www.vital-soft.com/download/secure/software/vitalsigns-1.5-stable.zip Vital Signs 1.5 Stable]
+
* Download [https://www.vital-soft.com/download/secure/vitalsigns/stable_releases/VSIGNS-HPUX-1706.gz Vital Signs 1.7 Stable UNIX]
  
Unzip vitalsigns-1.5-stable.zip
+
* Transfer VSIGNS-HPUX-1706.gz binary to /ASKPLUS
  
 +
* Check File Integrity Sum
 +
<pre>
 +
md5sum VSIGNS-HPUX-1706.gz
 +
5c9751eec69924ee8e488290bb2d0131 VSIGNS-UNIX-1706.gz
 +
 +
cksum VSIGNS-HPUX-1706.gz
 +
2795608035 53260 VSIGNS-UNIX-1706.gz
 +
</pre>
  
 
== Installing Vital Signs on HPUX ==
 
== Installing Vital Signs on HPUX ==
  
  login askplus
+
* Login to HPUX as askplus and unzip/untar VSIGNS-HPUX-1601.gz
  mkdir /ASKPLUS/vsdata
 
 
 
Transfer binary files in vitalsigns-1.5-stable\V1.5.27_Nov_13\UNIX\ to /ASKPLUS/vsdata/
 
 
 
Example of files after transfer:
 
  
  drwxr-xr-x  3 askplus    users          96 Dec 18 16:33 custom
+
<pre>
  -rw-r--r--  1 askplus    users        16384 Dec 18 16:33 datachng.sl
+
gunzip VSIGNS-HPUX-1706.gz
  -rw-r--r--  1 askplus    users        69792 Dec 18 16:33 datachng.so
+
tar -xvf VSIGNS-HPUX-1706
  drwxr-xr-x  2 askplus    users        8192 Dec 18 16:33 jobs
+
</pre>
  drwxr-xr-x  2 askplus    users        8192 Dec 18 16:33 scripts
 
  -rw-r--r--  1 askplus    users          755 Dec 18 16:33 vitalsigns.samp
 
  -rw-r--r--  1 askplus    users        5406 Dec 18 16:33 vsinstall
 
  -rw-r--r--  1 askplus    users        5570 Dec 18 16:33 vsreload.samp
 
  
  
Run vsinstall
+
*Run vsinstall
  
  login askplus
 
 
   cd /ASKPLUS/vsdata
 
   cd /ASKPLUS/vsdata
  chmod 750 vsinstall
 
 
   ./vsinstall
 
   ./vsinstall
  
Example output :
+
*Example output :
  
 
   Copying sample files ...
 
   Copying sample files ...
Line 44: Line 41:
 
   Adding vsdata_test_restore to vsrvtcp.ini ...
 
   Adding vsdata_test_restore to vsrvtcp.ini ...
 
   Adding vsdata_live_restore to vsrvtcp.ini ...
 
   Adding vsdata_live_restore to vsrvtcp.ini ...
 +
 +
 +
== Copy custom/live files ==
 +
 +
  cp /ASKPLUS/vsdata/custom/test/* /ASKPLUS/vsdata/custom/live/
 +
 +
 +
== Verify Permissions ==
 +
 +
  chmod 750 /ASKPLUS/vsdata/jobs/*
 +
  chmod 750 /ASKPLUS/vsdata/scripts/vsftp
 +
  chmod 750 /ASKPLUS/vsdata/scripts/vsreload
 +
 +
 +
== Setup datachng.sl (.so Itanium) ==
 +
 +
cp /ASKPLUS/vsdata/datachng.so /ASKPLUS/
 +
chmod 750 /ASKPLUS/datachng.so
 +
 +
 +
== Setup Symbolic Link==
 +
 +
  login root
 +
  ln -fs /ASKPLUS/vsdata/jobs /VSJOBS
 +
  ls -l /VSJOBS/
 +
 +
Example of output:
 +
  -rwxr-x---  1 askplus    users        11744 Dec 18 16:33 JVSLOAD_GLDATA
 +
  -rwxr-x---  1 askplus    users        21619 Dec 18 16:33 JVSLOAD_HIST
 +
  -rwxr-x---  1 askplus    users        16834 Dec 18 16:33 JVSLOAD_MBRSHLN
 +
  -rwxr-x---  1 askplus    users        6310 Dec 18 16:33 JVSLOAD_OANR
 +
  -rwxr-x---  1 askplus    users        11673 Dec 18 16:33 JVSRELOAD
 +
 +
 +
== Initial Configuration ==
 +
 +
* Configure the /ASKPLUS/vsdata/vitalsigns.ini with the appropriate entries for your setup
 +
Example :
 +
 +
  FTP_USER=WINDOWSFTPUSER
 +
  FTP_PASSWD=WINDOWSFTPUSERPASSWORD
 +
  FTP_PORT=30600
 +
  VS_PID=`VS_$$`
 +
  VS_HOSTIP=172.17.2.10
 +
  VS_HOSTPORT=30601
 +
  VS_PATH=/YOURCU
 +
  VS_WORKPATH=/var/summit/spectrum/LIVE
 +
 +
 +
* Review criteria in /ASKPLUS/vsdata/custom/live/vsmacdef
 +
 +
 +
== Initial Test Run ==
 +
 +
* After installing Vital Signs confirm that there are no issues with the server side extracts
 +
 +
  login bolive
 +
  /VSJOBS/JVSLOAD_HIST CMNDFILE=1
 +
  /VSJOBS/JVSLOAD_HIST
 +
  /VSJOBS/JVSLOAD_MBRSHLN
 +
 +
* If the extract is successful, you should see the following errors as the Vital Signs Windows server has not been configured yet
 +
 +
  VSFTP INFO - version 1.6
 +
  VSFTP ERROR - VS_HOSTIP is empty or not set in vitalsigns.ini
 +
  VSFTP ERROR Detail - Empty INI Variable
 +
  ...
 +
    /VSJOBS/JVSLOAD_MBRSHLN
 +
    - Error while calling vsftp.
 +
 +
 +
If you need further support please email support@vital-soft.com or call 1-800-848-2576 ext 21

Latest revision as of 23:58, 28 September 2016

Download the latest Stable Release

  • Transfer VSIGNS-HPUX-1706.gz binary to /ASKPLUS
  • Check File Integrity Sum
md5sum VSIGNS-HPUX-1706.gz
5c9751eec69924ee8e488290bb2d0131 VSIGNS-UNIX-1706.gz

cksum VSIGNS-HPUX-1706.gz
2795608035 53260 VSIGNS-UNIX-1706.gz

Installing Vital Signs on HPUX

  • Login to HPUX as askplus and unzip/untar VSIGNS-HPUX-1601.gz
gunzip VSIGNS-HPUX-1706.gz
tar -xvf VSIGNS-HPUX-1706


  • Run vsinstall
 cd /ASKPLUS/vsdata
 ./vsinstall
  • Example output :
 Copying sample files ...
 vitalsigns.ini
 vsreload.ini
 Adding vsdata_test to vsrvtcp.ini ...
 Adding vsdata_live to vsrvtcp.ini ...
 Adding vsdata_test_eom to vsrvtcp.ini ...
 Adding vsdata_live_eom to vsrvtcp.ini ...
 Adding vsdata_test_restore to vsrvtcp.ini ...
 Adding vsdata_live_restore to vsrvtcp.ini ...


Copy custom/live files

 cp /ASKPLUS/vsdata/custom/test/* /ASKPLUS/vsdata/custom/live/


Verify Permissions

 chmod 750 /ASKPLUS/vsdata/jobs/*
 chmod 750 /ASKPLUS/vsdata/scripts/vsftp
 chmod 750 /ASKPLUS/vsdata/scripts/vsreload


Setup datachng.sl (.so Itanium)

cp /ASKPLUS/vsdata/datachng.so /ASKPLUS/
chmod 750 /ASKPLUS/datachng.so


Setup Symbolic Link

 login root
 ln -fs /ASKPLUS/vsdata/jobs /VSJOBS
 ls -l /VSJOBS/

Example of output:

 -rwxr-x---   1 askplus    users        11744 Dec 18 16:33 JVSLOAD_GLDATA
 -rwxr-x---   1 askplus    users        21619 Dec 18 16:33 JVSLOAD_HIST
 -rwxr-x---   1 askplus    users        16834 Dec 18 16:33 JVSLOAD_MBRSHLN
 -rwxr-x---   1 askplus    users         6310 Dec 18 16:33 JVSLOAD_OANR
 -rwxr-x---   1 askplus    users        11673 Dec 18 16:33 JVSRELOAD


Initial Configuration

  • Configure the /ASKPLUS/vsdata/vitalsigns.ini with the appropriate entries for your setup

Example :

 FTP_USER=WINDOWSFTPUSER
 FTP_PASSWD=WINDOWSFTPUSERPASSWORD
 FTP_PORT=30600
 VS_PID=`VS_$$`
 VS_HOSTIP=172.17.2.10
 VS_HOSTPORT=30601
 VS_PATH=/YOURCU
 VS_WORKPATH=/var/summit/spectrum/LIVE


  • Review criteria in /ASKPLUS/vsdata/custom/live/vsmacdef


Initial Test Run

  • After installing Vital Signs confirm that there are no issues with the server side extracts
 login bolive
 /VSJOBS/JVSLOAD_HIST CMNDFILE=1
 /VSJOBS/JVSLOAD_HIST
 /VSJOBS/JVSLOAD_MBRSHLN
  • If the extract is successful, you should see the following errors as the Vital Signs Windows server has not been configured yet
 VSFTP INFO - version 1.6
 VSFTP ERROR - VS_HOSTIP is empty or not set in vitalsigns.ini
 VSFTP ERROR Detail - Empty INI Variable
 ...
   /VSJOBS/JVSLOAD_MBRSHLN
   - Error while calling vsftp.


If you need further support please email support@vital-soft.com or call 1-800-848-2576 ext 21