Difference between revisions of "Installing Vital Signs on HPUX"
>Jeremyb (→Download the latest Stable Release) |
>Jeremyb |
||
Line 5: | Line 5: | ||
* Transfer VSIGNS-HPUX-1601.gz binary to /ASKPLUS | * Transfer VSIGNS-HPUX-1601.gz binary to /ASKPLUS | ||
+ | |||
+ | |||
+ | == Installing Vital Signs on HPUX == | ||
* Login to HPUX as askplus and unzip/untar VSIGNS-HPUX-1601.gz | * Login to HPUX as askplus and unzip/untar VSIGNS-HPUX-1601.gz | ||
+ | |||
<pre> | <pre> | ||
gunzip VSIGNS-HPUX-1601.gz | gunzip VSIGNS-HPUX-1601.gz | ||
Line 12: | Line 16: | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
*Run vsinstall | *Run vsinstall | ||
− | |||
cd /ASKPLUS/vsdata | cd /ASKPLUS/vsdata | ||
− | |||
./vsinstall | ./vsinstall | ||
Line 50: | Line 35: | ||
− | == | + | == Verify Permissions == |
− | |||
chmod 750 /ASKPLUS/vsdata/jobs/* | chmod 750 /ASKPLUS/vsdata/jobs/* | ||
chmod 750 /ASKPLUS/vsdata/scripts/vsftp | chmod 750 /ASKPLUS/vsdata/scripts/vsftp | ||
Line 60: | Line 44: | ||
== Setup datachng.sl (.so Itanium) == | == Setup datachng.sl (.so Itanium) == | ||
− | + | cp /ASKPLUS/vsdata/datachng.so /ASKPLUS/ | |
− | + | chmod 750 /ASKPLUS/datachng.so | |
− | chmod | ||
Line 77: | Line 60: | ||
-rwxr-x--- 1 askplus users 6310 Dec 18 16:33 JVSLOAD_OANR | -rwxr-x--- 1 askplus users 6310 Dec 18 16:33 JVSLOAD_OANR | ||
-rwxr-x--- 1 askplus users 11673 Dec 18 16:33 JVSRELOAD | -rwxr-x--- 1 askplus users 11673 Dec 18 16:33 JVSRELOAD | ||
+ | |||
== Initial Configuration == | == Initial Configuration == | ||
Line 96: | Line 80: | ||
* After installing Vital Signs confirm that there are no issues with the server side extracts | * After installing Vital Signs confirm that there are no issues with the server side extracts | ||
+ | |||
login bolive | login bolive | ||
/VSJOBS/JVSLOAD_MBRSHLN | /VSJOBS/JVSLOAD_MBRSHLN | ||
− | /VSJOBS/JVSLOAD_HIST | + | /VSJOBS/JVSLOAD_HIST CMNDFILE=1 |
+ | /VSJOBS/JVSLOAD_HIST | ||
− | * If the extract is successful, you should see the following errors | + | * 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. | + | VSFTP INFO - version 1.6 |
VSFTP ERROR - VS_HOSTIP is empty or not set in vitalsigns.ini | VSFTP ERROR - VS_HOSTIP is empty or not set in vitalsigns.ini | ||
VSFTP ERROR Detail - Empty INI Variable | VSFTP ERROR Detail - Empty INI Variable | ||
Line 108: | Line 94: | ||
/VSJOBS/JVSLOAD_MBRSHLN | /VSJOBS/JVSLOAD_MBRSHLN | ||
- Error while calling vsftp. | - Error while calling vsftp. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
If you need further support please email support@vital-soft.com or call 1-800-848-2576 ext 21 | If you need further support please email support@vital-soft.com or call 1-800-848-2576 ext 21 |
Revision as of 15:18, 21 February 2014
Contents
Download the latest Stable Release
- Download Vital Signs 1.6 Stable UNIX
- Transfer VSIGNS-HPUX-1601.gz binary to /ASKPLUS
Installing Vital Signs on HPUX
- Login to HPUX as askplus and unzip/untar VSIGNS-HPUX-1601.gz
gunzip VSIGNS-HPUX-1601.gz tar -xvf VSIGNS-HPUX-1601
- 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 ...
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
Initial Test Run
- After installing Vital Signs confirm that there are no issues with the server side extracts
login bolive /VSJOBS/JVSLOAD_MBRSHLN /VSJOBS/JVSLOAD_HIST CMNDFILE=1 /VSJOBS/JVSLOAD_HIST
- 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