Hi all,
I followed the steps below to create a new instance
1. add a port number in services file for the instance I want to create
2. db2icrt <instanceName>
3. set db2instance=<instanceName>
4. update dbm cfg using svcename <portnumber for this instance which I added in the first step in the services file>
5. db2set db2comm=tcpip
6. db2start
7. created a database in this instance
Now when I try to catalog this database from a remote client machine, it gives the error saying 'server configuration incomplete'. What else I need to do in order to access database in this newly created instance so that I can access it remotely?? Have I missed any changes???