Unix Technical Forum

How to find if sendmail is running or not on the AIX server

This is a discussion on How to find if sendmail is running or not on the AIX server within the AIX Operating System forums, part of the Unix Operating Systems category; --> I am learning pls verify 1. lssrs -a |grep sendmail # to see if running through startsrc via rc.tcpip ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 10:11 AM
karcanson@hotmail.com
 
Posts: n/a
Default How to find if sendmail is running or not on the AIX server

I am learning pls verify
1. lssrs -a |grep sendmail # to see if running through startsrc via
rc.tcpip
2. ps -ef |grep sendmail # if running as command
3. netstat -a|grep smtp # if running vis inetd

Please help me .. I want to rule out if sendmail is running on any
server...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 10:11 AM
takarov2003@yahoo.com
 
Posts: n/a
Default Re: How to find if sendmail is running or not on the AIX server

karcanson@hotmail.com wrote:
> I am learning pls verify
> 1. lssrs -a |grep sendmail # to see if running through startsrc via


probably want to grep -v on inoperative

> rc.tcpip
> 2. ps -ef |grep sendmail # if running as command


probably want this one to be:

ps -ef |grep "sendmail -bd'', just in case somebody has outgoing
email

> 3. netstat -a|grep smtp # if running vis inetd


also :
ps -eadf | grep send

might return something like:

root 21716 22204 0 Mar 27 - 0:00 sendmail: accepting
connections





>
> Please help me .. I want to rule out if sendmail is running on any
> server...


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 10:11 AM
karcanson@hotmail.com
 
Posts: n/a
Default Re: How to find if sendmail is running or not on the AIX server

Thanks a lot ....

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:17 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com