1851078 Members
2643 Online
104056 Solutions
New Discussion

Re: SNMP agents

 
SOLVED
Go to solution
Jeff_Traigle
Honored Contributor

SNMP agents

I looked through the man pages for snmpd and snmpd.conf, but didn't see mention whether changes to the conf file are picked up automatically or if the daemons need restarted. (If it's there, I just missed it.) Anyone know offhand?
--
Jeff Traigle
6 REPLIES 6
Sundar_7
Honored Contributor

Re: SNMP agents

Good question :-). But what is the big deal Jeff, try sending a HUP signal, if snmpd doesnt seem to pick up the changes, then start and restart. It is just beyond my comprehension if stopping and restarting smpd is going to cause any significant issues.
Learn What to do ,How to do and more importantly When to do ?
Sanjay_6
Honored Contributor
Jeff_Traigle
Honored Contributor

Re: SNMP agents

Not a big deal to restart them. Was just curious since some daemons pick up config changes automatically (e.g. smbd/nmbd) and others don't (e.g. inetd).
--
Jeff Traigle
Sundar_7
Honored Contributor

Re: SNMP agents

infact, I ran in to some problems last week when I was trying to add a netbios alias for my samba share. nmbd never seem to broadcast/register the new netbios alias until I killed and restarted.
Learn What to do ,How to do and more importantly When to do ?
SAHA
Honored Contributor

Re: SNMP agents

Hi,
You must kill snmpd and restart it.

Check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=587450

Thanks,
You must PASS failure on way to success !!!
Sanjay_6
Honored Contributor

Re: SNMP agents

Hi,

snmpd has to be restarted to accept the changes in the conf file. There is no option / switch to restart.

Hope this helps.

Regds