cancel
Showing results for 
Search instead for 
Did you mean: 

can any one explain

Former Member
0 Kudos

Hi can any one explain abt what are the commands in unux for basis administratation

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

You should know the start n stop command + procedure in Unix env.

<b>startsap r3</b> (to start n stop r3 instance)

<b>stopsap r3</b>

for starting SAPOSCOL service:

Command: <b>SAPOSCOL -l</b> (differs in diff flavours of unix)

For starting Listener Service:

<b>lsnrctl start</b>

Other than this you should know basis unix commands which you can find from internet as per your version.

Regards,

Payal Patel

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

I add ls -alt to check file property. That is very common for you to check authority/ updated logs.

Or, R3trans -V, Disp+Work -V to see kernel patch.

etc.

Best regards.

Jennifer

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

hi Kumar,

Other than mentioned above you should know importing transport at unix level using tp command

cd /usr/sap/trans/bin

tp connect <SID> pf='TP_DOMAIN_<SID>.PFL'

tp addtobuffer <transr> <SID> pf='TP_DOMAIN_<SID>.PFL'

tp import <transr> <SID> pf='TP_DOMAIN_<SID>.PFL'

then you can view the workprocess overview from OS level if you are not able to login to SAP system as all DIA workprocess full.

go to directory /sapmnt/<SID>/profile

dpmon pf=<instance profile of SID>

This will display the workprocess overview (same as SM50)

If you want to see if SAP Process are running or not

ps -ef | grep <SID>

it will give something like this ->

dw.sap<SID>_DVEBMGS00 pf=/usr/sap/<SID>/SYS/profile/<SID>_DVEBMGS0

Hope this will be useful to you.

thanks

regards

CK