Difference between revisions of "Installing VsrvTcp 4.2.x"

From Vital Soft Wiki
Jump to: navigation, search
>Johno
(Created page with "=== Installing VsrvTcp 4.2.x === The Visimage3 Beta requires installation of VsrvTcp Version 4.2.x. During the beta, we recommend that you install the new version of VsrvTcp...")
 
(Installing VsrvTcp 4.9.x)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
=== Installing VsrvTcp 4.2.x ===
+
=== Installing VsrvTcp 4.9.x ===
  
The Visimage3 Beta requires installation of VsrvTcp Version 4.2.x.
+
The Visimage3 Beta requires installation of VsrvTcp Version 4.9.x.
  
 
During the beta, we recommend that you install the new version of VsrvTcp on a different port so as to minimize possible impact on your production Visimage users and jobs.
 
During the beta, we recommend that you install the new version of VsrvTcp on a different port so as to minimize possible impact on your production Visimage users and jobs.
  
Download the latest version from the website [https://www.vital-soft.com/product-downloads/ here].
+
Download the latest version from the website [https://vital-soft.com/?page_id=544&product=askplus here].
  
 
== Installation ==
 
== Installation ==
  
''New VsrvTcp versions are distributed as individual .gz files.  Each version has a unique name in the format vsrvtcp_arch_ver.gz, where 'arch' is the supported system (pa32 or it64) and ver is the version number.  For example, vsrvtcp_it64_4219.gz.'''
+
''New VsrvTcp versions are distributed as individual .gz files.  Each version has a unique name in the format vsrvtcp_arch_ver.gz, where 'arch' is the supported system (pa32 or it64) and ver is the version number.  For example, vsrvtcp_it64_4914.gz.'''
  
 
'''1. Transfer the file to UNIX:'''
 
'''1. Transfer the file to UNIX:'''
Line 16: Line 16:
 
'''2. Unzip and Copy the File:'''
 
'''2. Unzip and Copy the File:'''
 
:* Logon to HPUX as '''root'''
 
:* Logon to HPUX as '''root'''
:* cd /ASKPLUS
+
:: cd /ASKPLUS
:* gunzip vsrvtcp_arch_ver.gz  (Your file will have a different name, for example:  vsrvtcp_it64_4219.gz)
+
:: gunzip vsrvtcp_arch_ver.gz  (Your file will have a different name, for example:  vsrvtcp_it64_4914.gz)
:* cp vsrvtcp_arch_ver vsrvtcp42
+
:: cp vsrvtcp_arch_ver vsrvtcp49
  
 
'''3. Update Permissions:'''
 
'''3. Update Permissions:'''
:* chown root vsrvtcp42
+
:* While still loged in as '''root'''
:* chmod 755 vsrvtcp42
+
:: chown root vsrvtcp49
:* chmod +s vsrvtcp42
+
:: chmod 755 vsrvtcp49
 +
:: chmod +s vsrvtcp49
  
 
'''4. Check the Version:'''
 
'''4. Check the Version:'''
:* ./vsrvtcp42 -v
+
:* You can be logged in as any user now
 +
:: ./vsrvtcp49 -v
  
 
'''5. Start VsrvTcp:'''
 
'''5. Start VsrvTcp:'''
:If the version number is correct, start VsrvTcp on a different port:
+
:* If the version number is correct, start VsrvTcp on a different port:
  
:./vsrvtcp42 -a -t -n29501 > /dev/null
+
:: ./vsrvtcp49 -a -t -n29501 > /dev/null
::(Where 29501 is any available port number.)
+
:: (Where 29501 is any available port number.)

Latest revision as of 16:39, 23 November 2021

Installing VsrvTcp 4.9.x

The Visimage3 Beta requires installation of VsrvTcp Version 4.9.x.

During the beta, we recommend that you install the new version of VsrvTcp on a different port so as to minimize possible impact on your production Visimage users and jobs.

Download the latest version from the website here.

Installation

New VsrvTcp versions are distributed as individual .gz files. Each version has a unique name in the format vsrvtcp_arch_ver.gz, where 'arch' is the supported system (pa32 or it64) and ver is the version number. For example, vsrvtcp_it64_4914.gz.'

1. Transfer the file to UNIX:

  • Transfer the gz file, using a binary transfer, to the /ASKPLUS directory.

2. Unzip and Copy the File:

  • Logon to HPUX as root
cd /ASKPLUS
gunzip vsrvtcp_arch_ver.gz (Your file will have a different name, for example: vsrvtcp_it64_4914.gz)
cp vsrvtcp_arch_ver vsrvtcp49

3. Update Permissions:

  • While still loged in as root
chown root vsrvtcp49
chmod 755 vsrvtcp49
chmod +s vsrvtcp49

4. Check the Version:

  • You can be logged in as any user now
./vsrvtcp49 -v

5. Start VsrvTcp:

  • If the version number is correct, start VsrvTcp on a different port:
./vsrvtcp49 -a -t -n29501 > /dev/null
(Where 29501 is any available port number.)