Difference between revisions of "Installing VsrvTcp 4.9.x"
>Johno |
>Johno (→Installing VsrvTcp 4.9.x) |
||
Line 6: | Line 6: | ||
Download the latest version from the website [https://www.vital-soft.com/product-downloads/ here]. | Download the latest version from the website [https://www.vital-soft.com/product-downloads/ here]. | ||
+ | : Make sure you choose the appropriate version, PARISC or Itanium. | ||
== Installation == | == Installation == |
Revision as of 00:21, 10 November 2014
Installing VsrvTcp 4.9.x
Visimage3 Beta requires installation of VsrvTcp Version 4.9.x.
This version is not compatible with standard 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.
Download the latest version from the website here.
- Make sure you choose the appropriate version, PARISC 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 -n29501 > /dev/null
- (Where 29501 is any available port number.)