Hello,
I have several db2-instances (DB2 9.7 LUW) on the same workstation and I want to attach instance b on instance a.
I tried the following on instance a as user a, who is sysadm for instance a and instance b:
db2 catalog local node nodeb instance b
->Node 1 entry: NODEB | LOCAL | LOCAL | b (as expected)
db2 attach to nodeb
->SQL1032N No start database manager command was issued. SQLSTATE=57019
DAS is started. Only after I switch to another user (su b), whose home directory is the directory of instance b (and who is also
sysadm for instance b), the attachment works. Whereas "db2 attach to nodeb user b" doesn't work (SQL1032N).
Can anybody help me or which details do you need? thank you