Quote:
Originally Posted by ggnanaraj
Thanks.
After making changes to the db2nodes.cfg to replace the hostnames with private hostnames of the private network it is working. Of course, rsh had to be configured for these private hostnames using .rhosts file.
However, we see frequent OS errors logged in db2diag.log with the following message:
OSERR : ECONNRESET (73) "Connection reset by peer"
Thanks in advance.
|
I am not sure what you mean by "replace the hostnames." You are supposed to have the public hostnames and the private network hostnames (or IP address) in the db2nodes.cfg.
Here is an example:
If you want your partitioned database system to contain two computers, called ServerA and ServerB (with ServerB running two database partition servers), and use a high speed interconnect called switch1 and switch2, update the db2nodes.cfg file as follows:
0 ServerA 0 switch1
1 ServerB 0 switch2
2 ServerB 1 switch2