Difference between revisions of "Installing VsrvTcp 4.9.x"

From Vital Soft Wiki
Jump to: navigation, search
>Kevint
>Kevint
Line 1: Line 1:
== Installing VsrvTcp 4.9.x ==
+
== Installing Vsrvtcp 4.9.x ==
  
  
 
=== Overview ===
 
=== Overview ===
Visimage3 requires installation of VsrvTcp Version 4.9.x.
+
Visimage3 requires installation of Vsrvtcp Version 4.9.x.
  
This version of VsrvTcp is not compatible with the older Visimage 2.6 installations.  Sites that wish to run both Visimage3 and Visimage 2.6 in the same environment should install this version of VsrvTcp on a different port and continue to use the older VsrvTcp with Visage 2.6
+
This version of Vsrvtcp is not compatible with most versions of Visimage 2.6 and earlier .  Sites that wish to run both Visimage3 and Visimage 2.6 in the same environment should install this version of Vsrvtcp on a different port and continue to use the older Vsrvtcp with Visimage 2.6
  
Once your site is ready to deprecate Visimage 2.6, follow the steps in the section titled "Configuring VsrvTcp 4.9 as the only listener" below .
+
Once your site is ready to end support of Visimage 2.6, follow the steps in the section titled "Configuring Vsrvtcp 4.9 as the only listener" below .
  
  
Download the latest version of VsrvTcp 4.9 from the website [https://www.vital-soft.com/product-downloads/ here].
+
Download the latest version of Vsrvtcp 4.9 from the website [https://www.vital-soft.com/product-downloads/ here].
 
:* Make sure you choose the appropriate version, PA-Risc or Itanium.
 
:* Make sure you choose the appropriate version, PA-Risc or Itanium.
  
 
=== 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_4914.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 36: Line 36:
 
:: ./vsrvtcp49 -v
 
:: ./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:
  
:: ./vsrvtcp49 -a -t -n29501 > /dev/null
+
:: ./vsrvtcp49 -a -t -n30503 > /dev/null
:: (Where 29501 is any available port number.)
+
:: (Where 30503 is any available port number.)
  
 
More information on starting and stopping the listener is available [[Managing Vsrvtcp on HPUX|here]].
 
More information on starting and stopping the listener is available [[Managing Vsrvtcp on HPUX|here]].
  
=== Configuring VsrvTcp 4.9 as the only listener ===
+
=== Configuring Vsrvtcp 4.9 as the only listener ===
 
''' ... needs to be added '''
 
''' ... needs to be added '''

Revision as of 23:54, 11 December 2014

Installing Vsrvtcp 4.9.x

Overview

Visimage3 requires installation of Vsrvtcp Version 4.9.x.

This version of Vsrvtcp is not compatible with most versions of Visimage 2.6 and earlier . Sites that wish to run both Visimage3 and Visimage 2.6 in the same environment should install this version of Vsrvtcp on a different port and continue to use the older Vsrvtcp with Visimage 2.6

Once your site is ready to end support of Visimage 2.6, follow the steps in the section titled "Configuring Vsrvtcp 4.9 as the only listener" below .


Download the latest version of Vsrvtcp 4.9 from the website here.

  • Make sure you choose the appropriate version, PA-Risc or Itanium.

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 -n30503 > /dev/null
(Where 30503 is any available port number.)

More information on starting and stopping the listener is available here.

Configuring Vsrvtcp 4.9 as the only listener

... needs to be added