Hello,
I am using "DB2 v8.1.1.120" FP13 on AIX 5.3.0.0.
I was tring to connect to database. but the command were going in hang state. so i desided to restart the instance.
Here i am facing a problem in starting the instance.
i will explain steps i followed to restart the server:
1) Force application all:[10-20 appli were connected]
applications were not get foeced. i tried 3-4 times.
2) db2stop force:
Now this command get hanged.
3) db2_kill:
after wating for an half hour. i tries db2_kill. it ran successfully.
4) db2start:
Now here i am facing the problem.
$ db2start
07/07/2008 07:37:49 0 0 SQL1072C The database manager resources are in an inconsistent state. DB2 may have been incorrectly terminated, or another application may be using system resources in a way which conflicts with DB2's use of system resources. System resource cleanup may be required.
SQL1032N No start database manager command was issued. SQLSTATE=57019
i found [by command "ipcs"] few processes are in zombie state(marked as "D").
i tried to remove them using ipcrm. but doesn't worked.
I have faced this problem 2-3 times and resolved by restarting m/c physically.
Now i don't want to restart the machine. B'coz there are many instances are running on this machine.
Please suggest!