Hi Folks,
Is there an easy way to check if a cluster is using IP or not?
I'm planning to upgrade a couple of of Itanium dual nodes clusters to the latest version of VSI and I don't want to break the cluster information.
cheers
Brian
Check for cluster over IP
-
Topic author - Valued Contributor
- Posts: 51
- Joined: Fri Jun 14, 2019 4:17 pm
- Reputation: 0
- Location: North East England
- Status: Offline
-
- Master
- Posts: 106
- Joined: Thu Jun 06, 2019 6:57 am
- Reputation: 1
- Location: Brindisi (Italy)
- Status: Offline
- Contact:
Re: Check for cluster over IP
Check if the kernel parameter NISCS_USE_UDP is set to 1;
If NISCS_USE_UDP is set to 1, the PEdriver uses IP in addition to the LAN driver for cluster communication. The bit setting of 1 loads the IPCI configuration information in the configuration files, which are loaded during the boot sequence. SYS$SYSTEM:PE$IP_CONFIG.DAT and SYS$SYSTEM:TCPIPCLUSTER.DAT are the two configuration files used for IP Cluster interconnect.
/Maurizio
-
Topic author - Valued Contributor
- Posts: 51
- Joined: Fri Jun 14, 2019 4:17 pm
- Reputation: 0
- Location: North East England
- Status: Offline
Re: Check for cluster over IP
Brilliant that helps a lot.
So I've got a mix of configurations for the various clusters, but at least I now know what to expect.
So I've got a mix of configurations for the various clusters, but at least I now know what to expect.