Difference between revisions of "Installing Vital Signs on HPUX"
>Jeremyb |
>Jeremyb |
||
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] | + | *[http://www.vital-soft.com/download/secure/software/vitalsigns-1.5-stable.zip Vital Signs 1.5 Stable] |
− | Unzip vitalsigns-1.5-stable.zip | + | *Unzip vitalsigns-1.5-stable.zip |
Line 12: | Line 12: | ||
mkdir /ASKPLUS/vsdata | mkdir /ASKPLUS/vsdata | ||
− | Transfer binary files in vitalsigns-1.5-stable\V1.5.27_Nov_13\UNIX\ to /ASKPLUS/vsdata/ | + | *Transfer binary files in vitalsigns-1.5-stable\V1.5.27_Nov_13\UNIX\ to /ASKPLUS/vsdata/ |
− | Example of files after transfer: | + | *Example of files after transfer: |
drwxr-xr-x 3 askplus users 96 Dec 18 16:33 custom | drwxr-xr-x 3 askplus users 96 Dec 18 16:33 custom | ||
Line 25: | Line 25: | ||
-rw-r--r-- 1 askplus users 5570 Dec 18 16:33 vsreload.samp | -rw-r--r-- 1 askplus users 5570 Dec 18 16:33 vsreload.samp | ||
− | + | *Run vsinstall | |
− | Run vsinstall | ||
login askplus | login askplus | ||
Line 33: | Line 32: | ||
./vsinstall | ./vsinstall | ||
− | Example output : | + | *Example output : |
Copying sample files ... | Copying sample files ... | ||
Line 44: | Line 43: | ||
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 ... | ||
+ | |||
+ | |||
+ | == Set Permissions == | ||
+ | |||
+ | login askplus | ||
+ | chmod 750 /ASKPLUS/vsdata/jobs/* | ||
+ | chmod 750 /ASKPLUS/vsdata/scripts/vsftp | ||
+ | chmod 750 /ASKPLUS/vsdata/scripts/vsreload | ||
+ | |||
+ | |||
+ | == Setup datachng.sl (.so Itanium) == | ||
+ | |||
+ | login askplus | ||
+ | mv /ASKPLUS/vsdata/datachng.so /ASKPLUS/ | ||
+ | chmod 755 /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 |
Revision as of 01:24, 19 December 2013
Contents
Download the latest Stable Release
- Unzip vitalsigns-1.5-stable.zip
Installing Vital Signs on HPUX
login askplus 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 -rw-r--r-- 1 askplus users 16384 Dec 18 16:33 datachng.sl -rw-r--r-- 1 askplus users 69792 Dec 18 16:33 datachng.so drwxr-xr-x 2 askplus users 8192 Dec 18 16:33 jobs 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
login askplus cd /ASKPLUS/vsdata chmod 750 vsinstall ./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 ...
Set Permissions
login askplus chmod 750 /ASKPLUS/vsdata/jobs/* chmod 750 /ASKPLUS/vsdata/scripts/vsftp chmod 750 /ASKPLUS/vsdata/scripts/vsreload
Setup datachng.sl (.so Itanium)
login askplus mv /ASKPLUS/vsdata/datachng.so /ASKPLUS/ chmod 755 /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