Hi,
I've a db in DB2v8 AIX ESE setup in DPF environment. It has 2 logical partitions within server A.
I've configured the db2nodes.cfg and setup rlogin & rhosts to another physical server B. How do I add more partitions to this db such that it'll have partitions in server B ?
My old db2nodes.cfg is as follows :
0 serverA 0
1 serverA 1
My new db2nodes.cfg is as follows :
0 serverA 0
1 serverA 1
2 serverA 2
3 serverB 0
4 serverB 1
What's the next step ? Advice pls...TIA !