I've got three hosts in a DRS cluster. Two of them set up HA without any problems, but the 3rd node has been having issues. I've verified DNS (less than 30 characters) and that the gateway is set up correctly. There are no VM's on this server right now, so I know there isn't anything inside there that would cause a problem.
The only thing I can find in the addnode.log is that its complaining that prot 8042 is not available, but I can't find any processes that are using this port.
Output of the log:
CMD: /opt/LGTOaam512/bin/ft_setup -domain=vmware -upgrade=n -noprompt=y -hostname=dtc-vmesx2 -port1=8042 -licensekey=AMCFNEET-4YRDDN53CTHMBDSJ -mailserver=none -primaryagent=dtc-vmesx3
RESULT:
\----
Legato Automated Availability Manager setup script.
Setting environment from /opt/LGTOaam512/config/agent_env.Linux
Setting up the Legato Automated Availability Manager agent for domain vmware
Welcome to Automated Availability Manager. (Release 5.1 )
Configuring Agent for current node: dtc-vmesx2
Enter the name of your domain \[vmware]:
Using comand line argument domain of : vmware
A previous installation has been detected in this directory.
Is this a software upgrade? (y/n) :
Upgrade command line argument: n
WARNING: your previous configuration and database will be overwritten.
Do you want to continue? (y/n) :
Configuration requires the node name of a primary agent. If you
are configuring the first node in the domain, enter the name
of this node. (i.e. dtc-vmesx2) If this is a subsequent installation
enter the name of an existing primary agent node.
Enter the name of a Primary Agent Node:
Using input argument of dtc-vmesx3 for Primary Agent
Agents require the use of 4 network ports through which to
communicate. These port numbers must be available and consistent
across each of the nodes in the domain. If you are unsure about
specifying port numbers or defining primary nodes please read the
appropriate sections of the user documentation provided with this
product.
Specify the first of the 4 port numbers: \[8042]
Using argument for port1: 8042
Bind info: Cannot assign requested address
That port 8042 is currently in use, please select again
Enter the starting port number: Error: Port currently in use! at /opt/LGTOaam512/bin/ft_setup.pl line 638, line 13.
Copying /opt/LGTOaam512/config/vmware-sites to /opt/LGTOaam512/log/aam_config_util_addnode.log
Total time for script to complete: 0 minute(s) and 0 second(s)
output of netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:199 127.0.0.1:33344 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33345 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33346 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33347 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33348 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33349 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33350 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33351 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33352 TIME_WAIT
tcp 0 0 10.0.130.196:32823 10.0.130.196:8402 ESTABLISHED
tcp 0 0 127.0.0.1:32788 127.0.0.1:32787 ESTABLISHED
tcp 0 0 127.0.0.1:32787 127.0.0.1:32788 ESTABLISHED
tcp 0 0 10.0.130.196:8402 10.0.130.196:32823 ESTABLISHED
tcp 0 48 10.0.130.196:22 10.0.145.101:4321 ESTABLISHED
tcp 0 0 127.0.0.1:199 127.0.0.1:33335 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33336 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33337 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33338 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33339 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33340 TIME_WAIT
tcp 0 0 10.0.130.196:32778 10.0.130.22:8401 ESTABLISHED
tcp 0 0 10.0.130.196:32780 10.0.130.22:8401 ESTABLISHED
tcp 0 0 127.0.0.1:199 127.0.0.1:33341 TIME_WAIT
tcp 0 0 10.0.130.196:902 10.0.130.191:2182 ESTABLISHED
tcp 0 0 127.0.0.1:199 127.0.0.1:33342 TIME_WAIT
tcp 0 0 127.0.0.1:199 127.0.0.1:33343 TIME_WAIT
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
Any thoughts?