Difference between revisions of "Installing Vital Signs on HPUX"
>Jeremyb (→Installing Vital Signs on HPUX) |
>Jeremyb |
||
Line 9: | Line 9: | ||
== Installing Vital Signs on HPUX == | == Installing Vital Signs on HPUX == | ||
− | + | login askplus | |
− | |||
− | |||
− | |||
mkdir /ASKPLUS/vsdata | mkdir /ASKPLUS/vsdata | ||
− | + | Transfer binary files in vitalsigns-1.5-stable\V1.5.27_Nov_13\UNIX\ to /ASKPLUS/vsdata/ | |
− | Example of files: | + | 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 27: | Line 24: | ||
-rw-r--r-- 1 askplus users 5406 Dec 18 16:33 vsinstall | -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 | -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 ... |
Revision as of 01:10, 19 December 2013
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 ...