Unix Technical Forum

Disable snmpd

This is a discussion on Disable snmpd within the AIX Operating System forums, part of the Unix Operating Systems category; --> How I can disable snmpd on AIX 5.3,Please help me?Thanks Slawek...


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, 12:53 PM
Slawomir Ksiazek
 
Posts: n/a
Default Disable snmpd

How I can disable snmpd on AIX 5.3,Please help me?Thanks

Slawek



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 12:53 PM
Henry
 
Posts: n/a
Default Re: Disable snmpd

On Oct 9, 7:40 am, "Slawomir Ksiazek" <s...@nospam.pl> wrote:
> How I can disable snmpd on AIX 5.3,Please help me?Thanks
>
> Slawek


well, there's a number of things you can do; why do you want it
stopped? It does sit there chewing up CPU.

the most obvious way is to just do a "ps" and kill all the processes

ps -ef | egrep "mib|snm" | grep -v grep
root 331886 102556 0 20 Sep - 3:35 /usr/sbin/snmpd
root 503810 102556 0 20 Sep - 0:04 /usr/sbin/snmpmibd
root 516108 102556 0 20 Sep - 2:47 /usr/sbin/hostmibd
root 524298 102556 0 20 Sep - 0:07 /usr/sbin/aixmibd

if you want to prevent these from starting:

egrep "mib|snm" /etc/rc.tcpip
start /usr/sbin/snmpd "$src_running"
# Start up the hostmibd daemon
start /usr/sbin/hostmibd "$src_running"
# Start up the snmpmibd daemon
start /usr/sbin/snmpmibd "$src_running"
# Start up the aixmibd daemon
start /usr/sbin/aixmibd "$src_running"


just comment out the lines like this with "start".
You could always go ahead and remove SNMP by uninstalling
bos.net.tcp.client but that's a bit unnecessary and impractical

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 12:53 PM
Slawomir Ksiazek
 
Posts: n/a
Default Re: Disable snmpd


Uzytkownik "Henry" <snogfest_hosebeast@yahoo.com> napisal w wiadomosci
news:1191871886.179223.227290@o80g2000hse.googlegr oups.com...
> On Oct 9, 7:40 am, "Slawomir Ksiazek" <s...@nospam.pl> wrote:
>> How I can disable snmpd on AIX 5.3,Please help me?Thanks
>>
>> Slawek

>
> well, there's a number of things you can do; why do you want it
> stopped? It does sit there chewing up CPU.
>
> the most obvious way is to just do a "ps" and kill all the processes
>
> ps -ef | egrep "mib|snm" | grep -v grep
> root 331886 102556 0 20 Sep - 3:35 /usr/sbin/snmpd
> root 503810 102556 0 20 Sep - 0:04 /usr/sbin/snmpmibd
> root 516108 102556 0 20 Sep - 2:47 /usr/sbin/hostmibd
> root 524298 102556 0 20 Sep - 0:07 /usr/sbin/aixmibd
>
> if you want to prevent these from starting:
>
> egrep "mib|snm" /etc/rc.tcpip
> start /usr/sbin/snmpd "$src_running"
> # Start up the hostmibd daemon
> start /usr/sbin/hostmibd "$src_running"
> # Start up the snmpmibd daemon
> start /usr/sbin/snmpmibd "$src_running"
> # Start up the aixmibd daemon
> start /usr/sbin/aixmibd "$src_running"
>
>
> just comment out the lines like this with "start".
> You could always go ahead and remove SNMP by uninstalling
> bos.net.tcp.client but that's a bit unnecessary and impractical
>



thanks for info

Slawek


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 12:53 PM
Hajo Ehlers
 
Posts: n/a
Default Re: Disable snmpd

On Oct 8, 8:40 pm, "Slawomir Ksiazek" <s...@nospam.pl> wrote:
....
> How I can disable snmpd on AIX 5.3,Please help me?Thanks

....

/usr/sbin/chrctcp -S -d snmpd

hth
Hajo

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 04:46 PM.


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