Difference between revisions of "V17 UNIX Update Instructions"

From Vital Soft Wiki
Jump to: navigation, search
>Johno
(Install New UNIX Job/Script Files)
>Johno
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Vital Signs 1.7.07 - UNIX Update Instructions ===  
+
=== Vital Signs 1.7.08 - UNIX Update Instructions ===  
  
 
These instructions are valid if you are upgrading from Version 1.6 or a previous 1.7 version.  Contact Vital Soft support for assistance if you are upgrading from Version 1.5 or earlier.
 
These instructions are valid if you are upgrading from Version 1.6 or a previous 1.7 version.  Contact Vital Soft support for assistance if you are upgrading from Version 1.5 or earlier.
Line 24: Line 24:
 
We recommend that you '''right-click and choose "Download linked file as..."''' (or the equivalent option) as this should prevent your browser from automatically unzipping the file during the download.
 
We recommend that you '''right-click and choose "Download linked file as..."''' (or the equivalent option) as this should prevent your browser from automatically unzipping the file during the download.
  
* [https://www.vital-soft.com/download/secure/vitalsigns/stable_releases/VSIGNS-UNIX-1707.gz Download] the v1.7.07 UNIX files.
+
* [https://www.vital-soft.com/download/secure/vitalsigns/stable_releases/VSIGNS-HPUX-v1708.gz Download] the v1.7.08 UNIX files.
  
 
* Transfer (binary) the gz file to the /ASKPLUS directory on the UNIX system and then extract the files.
 
* Transfer (binary) the gz file to the /ASKPLUS directory on the UNIX system and then extract the files.
Line 30: Line 30:
 
* Check File Integrity Sum
 
* Check File Integrity Sum
 
<pre>
 
<pre>
   md5sum VSIGNS-HPUX-1707.gz
+
   md5sum VSIGNS-HPUX-v1708.gz
   fee6edc0a3e3c1cad99a6ab4009ee944 VSIGNS-UNIX-1707.gz
+
   94c594055f052c5b684a509cb735e968 VSIGNS-HPUX-v1708.gz
  
   cksum VSIGNS-HPUX-1707.gz
+
   cksum VSIGNS-HPUX-v1708.gz
   3943289705 53262 VSIGNS-UNIX-1707.gz
+
   751902628 56289 VSIGNS-HPUX-v1708.gz
 
</pre>
 
</pre>
  
Line 42: Line 42:
 
   # Transfer (using binary) the gz file to the /ASKPLUS directory
 
   # Transfer (using binary) the gz file to the /ASKPLUS directory
 
   # Unzip the files
 
   # Unzip the files
   gunzip VSIGNS-UNIX-1707.gz
+
   gunzip VSIGNS-HPUX-1708.gz
   tar -xvf VSIGNS-UNIX-1707
+
   tar -xvf VSIGNS-HPUX-1708
 
</pre>
 
</pre>
  

Latest revision as of 01:04, 19 December 2017

Vital Signs 1.7.08 - UNIX Update Instructions

These instructions are valid if you are upgrading from Version 1.6 or a previous 1.7 version. Contact Vital Soft support for assistance if you are upgrading from Version 1.5 or earlier.

Backup the Existing vsdata Directory

  • Create a backup of the current setup:
  login askplus  
  cd /ASKPLUS
  cp -Rp vsdata vsdata-bkup-yyyymmdd
  • Remove any old backup directories that are no longer needed
  # Be careful, this command deletes all files and sub-directories from the specified directory
  rm -R old-bkup-dir

Install New UNIX Job/Script Files

We recommend that you right-click and choose "Download linked file as..." (or the equivalent option) as this should prevent your browser from automatically unzipping the file during the download.

  • Transfer (binary) the gz file to the /ASKPLUS directory on the UNIX system and then extract the files.
  • Check File Integrity Sum
  md5sum VSIGNS-HPUX-v1708.gz
  94c594055f052c5b684a509cb735e968 VSIGNS-HPUX-v1708.gz

  cksum VSIGNS-HPUX-v1708.gz
  751902628 56289 VSIGNS-HPUX-v1708.gz
 
  #Confirm that you are in /ASKPLUS
  pwd
  # Transfer (using binary) the gz file to the /ASKPLUS directory
  # Unzip the files
  gunzip VSIGNS-HPUX-1708.gz
  tar -xvf VSIGNS-HPUX-1708

Update the Sample Custom Files

The sample custom files should be copied only if the custom file does not exist.

  • Respond No to the following commands if the file already exists.
  cd /ASKPLUS/vsdata/scripts
  cp -i VSCALC-CUSTOM-ATTR.samp VSCALC-CUSTOM_ATTR
  cp -i VSLOAD-CUSTOM.samp VSLOAD-CUSTOM

Back ...