Hi guys,
I'm trying to implement DPF and these are the steps that I have implemented.
Step 1:
Taken two Linux V5 boxes with DB2 UDB Enterprise Server Edition (ESE) V8.1
- First Linux box with hostname xxxx
- Second Linux box with hostname yyyy
Both the Linux boxes have same username, password and instance.
It also has same DAS user(dasusr).
Step 2:
Force interpartition communication to be performed in memory by setting the DB2 registry variable DB2_FORCE_FCM_BP to YES.
db2set DB2_FORCE_FCM_BP=YES
The above variable is set in both of the Linux boxes.
Step 3:
Configuring db2nodes.cfg (/home/miracle/sqllib/db2nodes.cfg) as follows on both the Linux boxes.
0 xxxx 0
1 xxxx 1
2 yyyy 0
3 yyyy 1
Step 4:
After implementing these steps when I start the DB2 (db2start) on my first Linux box(xxxx),
I face the error as
SQL6031N Error in the db2nodes.cfg file at line number "3". Reason code "10".
Can anyone tell me where I'm going wrong. Thanks in advance.