Hi
I have just installed Control-M/Server 7.00 on a Redhat linux 5.7 machine. When I try to discover the Control-M/Server and gateway I get the following errors:
1. Control-M/Server State=Down Desired State=Up
2. Gateway State=Up Desired State=Up
Message=Disconnected
Could you please advise how I can trouble shoot these issues
rgd's
Installing ControlM server
Hi
There is something you must verify in your hosts file.
Sometime host file contains a mistake under RedHat (and some other unix installation)
localhost or your hostname use loopback ip address 127.0.0.1.
verify that your hostname doesn't use it, and use only its own ip address.
and on each servers
There is something you must verify in your hosts file.
Sometime host file contains a mistake under RedHat (and some other unix installation)
localhost or your hostname use loopback ip address 127.0.0.1.
verify that your hostname doesn't use it, and use only its own ip address.
and on each servers
Hi
Yes you can if you don't use IPV6
You must have something as following example
#
127.0.0.1 localhost
# special IPv6 addresses
#::1 localhost ipv6-localhost ipv6-loopback
#fe00::0 ipv6-localnet
#ff00::0 ipv6-mcastprefix
#ff02::1 ipv6-allnodes
#ff02::2 ipv6-allrouters
#ff02::3 ipv6-allhosts
192.168.1.212 YOURSERVER
Yes you can if you don't use IPV6
You must have something as following example
#
127.0.0.1 localhost
# special IPv6 addresses
#::1 localhost ipv6-localhost ipv6-loopback
#fe00::0 ipv6-localnet
#ff00::0 ipv6-mcastprefix
#ff02::1 ipv6-allnodes
#ff02::2 ipv6-allrouters
#ff02::3 ipv6-allhosts
192.168.1.212 YOURSERVER