cancel
Showing results for 
Search instead for 
Did you mean: 

how can we see Services by using AIX command

Former Member
0 Kudos

Hai friends,

To see services we use services.msc in sap on win with Oracle.

how we see services in sap on AIX with DB2.

Plz tell me

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

$ps -ef -


> will list the process running in the system.

Anyway you can use filter "grep" to filter the list using a pipe.

for ex: ps -ef | grep <filter option>

Rgds

Radhakrishna D S

Former Member
0 Kudos

thanks to all keep in touch with plz

markus_doehr2
Active Contributor
0 Kudos

AIX has no "services.msc" - that is Windows.

You need to use commands

ps -ef
topas

and others (see e. g. http://www.unixguide.net/unixguide.shtml)

Markus