cancel
Showing results for 
Search instead for 
Did you mean: 

Shutting down instances

Former Member
0 Kudos

Hi All,

I need to shut down our quality instances as they are not going to be used so can you please let me know how to shut down instances with commands.

OS:UNIX

SAP VERSION:4.6

We dont have sap level access and what we have is OS level admin access and we need to do it from OS level so let me know what to do and what needs to be taken care while shutting down instances.

Thanks&Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Login with SIDADM

run Stopsap r3 to stop only the application and not the database.

run stopsap to stop the Sap Application with the database.Then you have to stop the SAPOSCOL and somf of the services that shall be Running.

use saposcol -k

or

Kill -9 <pid>

Check the processes that are running By command

ps-eaf | grep sap | grep SID

Thanks Rishi Abrol

Answers (4)

Answers (4)

Former Member
0 Kudos

Log on in UNIX as a user with SAP administrator authorization ( <SysID>adm). Enter the command stopsap [DB|R3|ALL] from your home directory. The following applies to this command:

DB stops the database system

R3 stops the instances and associated processes of the SAP System

ALL stops both the database system and the SAP System.

Former Member
0 Kudos

Dear Rajkum,

Kindly check this Link . Use the cmd as per your system Usage Type.

http://help.sap.com/saphelp_nw70/helpdata/en/5d/c4dd9b9d91dd458e9e5c0386edeb86/content.htm

Thanks

Raj

Former Member
0 Kudos

Raj,

Check below link. It will help you.

Thanks

Sushil

JPReyes
Active Contributor
0 Kudos

logon as <sid>adm at OS level and type stopsap

This information is widely available please do some research before posting

Regards

Juan