cancel
Showing results for 
Search instead for 
Did you mean: 

Stopsap issue

former_member759680
Contributor

Hello,

I am trying to stop my sap system (AIX+Oracle - only Java stack), but the process was stuck at 'Waiting for cleanup of resources' for like 30 mins.

I stopped the stopsap script and re-tried, still it gets stuck at 'Waiting for cleanup of resources'.

Please advise.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Gautham,

Just check if any online backup is running during that time when you initiated the shutdown. If any online backup is running, it will hang like this because the datafile will be in backup mode and sap stop script will get stuck at this point when it tries to shutdown the database. If backup is running, stop the backup or wait till it gets over than then continue.

Cheers,

Jazz

JPReyes
Active Contributor
0 Kudos

Mmmm...wierd

Try to stop your database manually and then kill the processes.

Regards

Juan

former_member759680
Contributor
0 Kudos

But Juan, the SAP instance itself is not down yet

Wont shutting teh DB before SAP be harmful?

JPReyes
Active Contributor
0 Kudos

If you shutdown the DB manually in a safe way... then theres no problem.

Then you can kill the processes and maybe restart the server.

Regards

Juan

Former Member
0 Kudos

Hi,

You may also follow the following procedure

logon as <SID>adm

stopsap j2ee

exit

logon as ora<SID>

sqlplus /nolog

conn /as sysdba

shutdown immediate;

ora<SID>

lsnrctl status check listener status

lsnrctl stop <optional>

lsnrctl start <optional>

-Gokul