Can't add hosts after converting to cluster
Posted: Tue Mar 31, 2015 12:58 pm
While we were running a single log server, we could add hosts with ease using the shell script. After we converted to a cluster, none of the hosts we want to add show up. The "Home" page shows the same amount of hosts no matter how many more we add. We modified the global configuration to use the cluster hostname, set up a DNS record, and placed them behind a load balancer. All functions appear to be working except for adding hosts. Any ideas what I can check for?
One thing to note. When it was working with a single server, we would run the setup script as such
Now we're running:
cluster.mydomain.xyz obviously points to a single IP on the load balancer that distributes traffic to loghost1.mydomain.xyz and loghost2.mydomain.xyz
One thing to note. When it was working with a single server, we would run the setup script as such
Code: Select all
bash setup-linux.sh -s loghost1.mydomain.xyz -p 5544Code: Select all
bash setup-linux.sh -s cluster.mydomain.xyz -p 5544