Quantcast
Viewing all articles
Browse latest Browse all 8695

Re: System copy problems

Hi

 

could you please clean properly as below and fallow the instruction given by deepak

 

1. db2stop

*** may need to db2stop force IF db2stop IS NOT successful************

1b. db2stop force

1c. db2_kill

2. ps -ef | grep db2 (note all instanceowner) kill -9 for all db2

processes

3. ps -eaf -u instanceowner | grep sql kill -9 for all showed processes.We should confirm no db2 resources remain in memory

ipcs | grep <instance id>

   -> then .... .

..for all message queue resources (type q)

ipcrm -q <resource-id> ...

for all shared memory resources (type m)

ipcrm -m <resource-id> ...

for all active semaphore resources (type s)

ipcrm -s <resource-id>

as root execute "slibclean"

db2start

db2 connect to SID

 

Thanks

Sadiq


Viewing all articles
Browse latest Browse all 8695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>