cancel
Showing results for 
Search instead for 
Did you mean: 

unix commands

Former Member
0 Kudos

Hi Friends;

Anybody can u tell some unix commands which is useful to sap 4.7

Like how to start/stop sap in unix, How monitor Disp, how to check logs etc...

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

you can also check following link for more UNIX commands,

"http://unixdocs.stanford.edu/unixcomm.html"

award points

Murali

Former Member
0 Kudos

Hi

just follow the link

http://mally.stanford.edu/~sr/computing/basic-unix.html

reward with suitable points.

Former Member
0 Kudos

Hi Hari,

There are many system administration commands that you can use in Unix for SAP environment. Below are few,

To start SAP,

Login to host with root . switch to SIDadm and issue the command

STARTSAP ( This will start DB as well as SAP)

To stop SAP,

Login to host with root . switch to SIDadm and issue the command

STOPSAP ( This will stop SAP as well as DB)

There are few more commands,

Startsap DB - Will start DB alone

Startsap R3 - Will start R/3 alone

Stopsap R3 - Stop R/3 alone

To check the SAP process are running,

ps -ef |grep sap

TO check Oracle processes are running,

ps -ef |grep Ora

Dispatcher can be monitored using DPMON command.

I cannot provide you the entire unix commands here. You can learn using the man command in unix (Ex; man ps)

Award points if it clears your query.

regards,

VInodh.

Former Member
0 Kudos

Hi

startsap,stopsap,dpmon,cat,ps,tail,grep,vi ...

Hth dirk