cancel
Showing results for 
Search instead for 
Did you mean: 

Need Solaris Commands

Former Member
0 Kudos

Hi Everyone,

I need to have the Solaris commands - SAP related, Could anyone of you please provide me the commands document or uesful link to learn more about OS level of SAP.

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Depends upon whay your after, there are loads of solaris sap commands.

If you run these as your adm user: -

disp+work -v = displays your kernel info

tp = transport command line tool

stopsap = no need to answer that

startsap = as above

stopsap r3 - keeps db up but stops r3

etc

Ian

Former Member
0 Kudos

ll -- List content of the directory

cd -- change directory

cat -- reads file

chmod --change permission of files

chown -- change owner of a file

ps ---ps prints information about selected processes.

man -- help eg: man ps

vi -- editor to be user to edit file

commands are almost same in all flavours of unix. Use the commands with options to get the desired output. use man and google to get an idea .

Thanks

Prince Jose