cancel
Showing results for 
Search instead for 
Did you mean: 

hi pls help me to find some redhat usefull command work with sap basis

Former Member
0 Kudos

hi pls help me to find some redhat usefull command work with sap basis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What type of commands are you looking for?  I use the typical linux commands to manage my SAP instances in linux.

Former Member
0 Kudos

hi paul i looking for some usefull command related to work with linux SAP BASIS  though i am red hat certified engineer but i am not familier with linux with SAP pls help me thanks for reply

former_member188883
Active Contributor
0 Kudos

Hi Chandrajit,

Firstly you should share what is your Database platform. This is required for guiding some commands based on database. There are certain commands required to be know for starting and stopping the system.

Login to the SAP server using <sid>adm user ( Here sid -> SAP application ID).

1) To stop SAP application : stopsap r3

2) To start SAP application : startsap r3

3) To stop SAP application as well as database: stopsap

4) To start SAP application as well as database: startsap

5) To check connection with database: R3trans -d

6) To check SAP processes which are running : dpmon pf=<path of instance profile>

Login to the SAP server using ora<sid> ( here sid > Oracle database ID. I am assuming you have oracle database.

1) To connect to Oracle database : sqlplus "/as sysdba"

2) To start oracle database : startup

3) To stop oracle database: shutdown / shutdown immediate

To check sap processes which are running you may use ps -eaf | grep <SID> ( Here SID is SAP application instance ID)

Hope this helps.

Regards,

Deepak Kori