To determine what version of TCPware you are running, type this command:
$ NETCU SHOW VER
or if you also want to see if any patches have been applied, use this command:
$ NETCU SHOW VER/ALL
All released patches for TCPware are available at vms.process.com/eco.html. Leave the fields blank and click submit to see all patches for all versions.
After any major upgrade of OpenVMS, TCPware must be reinstalled after or it will not start. Make sure that TCPWARE:TCPWARE_LOGICALS.COM
has been executed and install TCPware with VMSINSTAL
as instructed in the Installation and Configuration Guide. After the installation all that is required is a reboot of the system. After the reboot TCPware will startup normally as previously configured and will function as it did before the upgrade.
Process Software will need the following information in order to do a speedy crash analysis:
VMS SYSGEN
$ ANALYZE/CRASH_DUMP SDA> READ/EXEC SDA> SHOW CRASH SDA> FORMAT @R3 SDA> FORMAT @R5 - if this shows up as a UCB$... structure, then do SDA> SHOW DEVICE/ADDRESS=@R5 SDA> SHOW STACK
This information should be sent to Process Software's Technical Support Department to expedite the crash analysis.
TCPWARE: HOSTS.EQUIV
file looks correct as does the user's .RHOSTS
file?
Be sure that the TCPware system can obtain a reverse DNS lookup successfully on the IP address of the client system. For example, if you are trying to issue an RSH command from a system with an IP address of 192.168.1.1 to a TCPware server, be sure the command NETCU SHOW HOST 192.168.1.1 returns the hostname that you have in the HOSTS.EQUIV
/.RHOSTS
files.
PING: SOCKET: PERMISSION DENIED
This error message indicates that the user does not have the necessary privileges to PING
. The PING
utility uses the ICMP echo and echo reply messages. To use the PING
utility, you need BYPASS
or SYSPRIV
privilege.
Yes, TCPware needs to be installed on each system disk due to the fact that the TCPware installation creates files in some of the system directories (e.g., SYS$LIBRARY
, SYS$SYSTEM
) You can have nodes of the same architecture share the TCPware common files by specifying a common directory when asked during the installation where to install the TCPware common files.
This is because TCPware's commands are set up as symbols by the file TCPWARE:TCPWARE_COMMANDS.COM
and this procedure has not been executed by the current process. We suggest that this be added to the system wide login command procedure (by default SYS$MANAGER:SYSLOGIN.COM
).