Operating System - OpenVMS
1826103 Members
4802 Online
109690 Solutions
New Discussion

Fresh install of TCPIP - TCPIP$CONFIG on both nodes?

 
SOLVED
Go to solution
Tom Hartsook
Advisor

Fresh install of TCPIP - TCPIP$CONFIG on both nodes?

I am converting from Multinet to TCP/IP. I will first remove the Multinet commands from the DCLTABLES. Then install the TCP/IP product on the first node, and TCPIP$CONFIG the first node.

I assume that I must run TCPIP$CONFIG on the second node. Do I config all services on the second node?
2 REPLIES 2
Robert Gezelter
Honored Contributor
Solution

Re: Fresh install of TCPIP - TCPIP$CONFIG on both nodes?

Tom,

In essence, yes.

Whether you configure all of the services on the second node is a question of your environment's goals and missions.

- Bob Gezelter, http://www.rlgsc.com
Tom Hartsook
Advisor

Re: Fresh install of TCPIP - TCPIP$CONFIG on both nodes?

I had a few problems with SSH on the cluster. I needed to change TCPIP$SSH_DEVICE to point to SYS$SPECIFIC, rather than SYS$SYSDEVICE, due to HOSTKEY. and HOSTKEY.PUB file problems for each node.

And SSL$ROOT had to be changed to SYS$SPECIFIC:[SYSCOMMON.SSL.] for BIND to work.

Tom