Hi,
I have a problem with a cluster of two nodes (A - instance-owner node
and B - partition node).
Everything (db2start, db2stop, db2 get dbm cfg...) works perfectly until
I add the second node B in the db2nodes.cfg.
So, my db2nodes.cfg looks like this - "0 <node A hostname0", and when
I try to add the node B with "1 <node B hostname0", db2start reports a
communication problem, and db2_all date reports connection refused on
node A and node B.
..rhosts file is setup with "+ db2inst" to make it 'unsafe' and foolproof
as possible.
/etc/services file on both nodes is identical and is as follows:
db2c_db2inst1 50000/tcp
DB2_db2inst1 60000/tcp
DB2_db2inst1_1 60001/tcp
DB2_db2inst1_2 60002/tcp
DB2_db2inst1_EN D 60003/tcp
Maximum number of logical nodes is 4 (I presume there is nothing wrong
in having a lower-than-max-number of nodes in the cluster?).
Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).
What have I done wrong?
Thank you for your reply
I have a problem with a cluster of two nodes (A - instance-owner node
and B - partition node).
Everything (db2start, db2stop, db2 get dbm cfg...) works perfectly until
I add the second node B in the db2nodes.cfg.
So, my db2nodes.cfg looks like this - "0 <node A hostname0", and when
I try to add the node B with "1 <node B hostname0", db2start reports a
communication problem, and db2_all date reports connection refused on
node A and node B.
..rhosts file is setup with "+ db2inst" to make it 'unsafe' and foolproof
as possible.
/etc/services file on both nodes is identical and is as follows:
db2c_db2inst1 50000/tcp
DB2_db2inst1 60000/tcp
DB2_db2inst1_1 60001/tcp
DB2_db2inst1_2 60002/tcp
DB2_db2inst1_EN D 60003/tcp
Maximum number of logical nodes is 4 (I presume there is nothing wrong
in having a lower-than-max-number of nodes in the cluster?).
Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).
What have I done wrong?
Thank you for your reply
Comment