NDONG Steeve wrote:
Hi,
I have a test-cluster with 2 Nodes.
I have started Gmond and Gmetad on Node1.
On the second Node (Node2) is just Gmond.
Hier are the line i have changed on the configuration-files:
- On Node1:
1) /etc/gmond.conf
--------------------
# The name of the cluster this node is a part of
# default: "unspecified"
name "CLUSTER"
#
# The owner of this cluster. Represents an administrative
# domain. The pair name/owner should be unique for all clusters
# in the world.
# default: "unspecified"
owner "NDONGS"
#
2) /etc/gmetad.conf
--------------------
# data_source "my cluster" [polling interval] address1:port
addreses2:port ...
#
# data_source "my cluster" 10 localhost my.machine.edu:8649 1.2.3.5:8655
# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651
# data_source "another source" 1.3.4.7:8655 1.3.4.8
data_source "CLUSTER" localhost 192.168.240.41
#
(Thje IP from localhost is: 192.168.240.41)
- On Node2:
1) /etc/gmond.conf
--------------------
# The name of the cluster this node is a part of
# default: "unspecified"
name "CLUSTER"
#
# The owner of this cluster. Represents an administrative
# domain. The pair name/owner should be unique for all clusters
# in the world.
# default: "unspecified"
owner "NDONGS"
#
"telnet localhost 8649" on Node1 and Node2 gives the proper output.
But "telnet localhost 8651" on Node1 gives just Information about Node1 and no Information about Node2 :-(
Ndong Steeve
Try 'telnet [Node 2's IP] 8649' from node 1. If it doesn't work, you have to
enable Node 1 as a trusted host in Node 2's gmond.conf file.
- Marcel