Hi, Friends,
I need to know how to stop all database process even after db2stop.
How can I stop all database processes?
I have finished upgraded our system test and UAT region from 32-bit to
64-bit.
I followed the following for my system test region:
1. log on aix with root
2. stop the instance
3. db2iupdt -w 64 instance
--
4. restart instance
I found after step 3, I couldn't start the instacne after upgrade. I
rebooted the box and then it worked.
I think the problem is after I stoped the instance, some DBM process
was still running.
From DB2 information center, when using db2iupdt it requirs:
When updating an instance using this command, you must first stop any
database manager processes running against the instance you wish to
update
Thanks,
George Zhang
03/14
I need to know how to stop all database process even after db2stop.
How can I stop all database processes?
I have finished upgraded our system test and UAT region from 32-bit to
64-bit.
I followed the following for my system test region:
1. log on aix with root
2. stop the instance
3. db2iupdt -w 64 instance
--
4. restart instance
I found after step 3, I couldn't start the instacne after upgrade. I
rebooted the box and then it worked.
I think the problem is after I stoped the instance, some DBM process
was still running.
From DB2 information center, when using db2iupdt it requirs:
When updating an instance using this command, you must first stop any
database manager processes running against the instance you wish to
update
Thanks,
George Zhang
03/14
Comment