In the past, when I used the Control Center + DB2 express 9.7, I could see all instances:
Now with Data Studio 4.1 + DB2 Express C 11.1 I can't see the second instance. Why?
I tried to follow this procedure but it did not work:
but still I don't see the second instance (DB2INST2), I see only the first instance (DB2).
Well you just have to add the second database - via the add database icon in the database explorer. It seems you expect to get it automatically but DataStudio uses JDBC connections and not the admin node cfg etc. The database SAMPLE in inst2 is also not cataloged in the first instance and i.e. cannot be connected from an instance 1 command line.
Summary: Define JDBC connection for all databases you want to access.