Re: SNMP help

2003-10-31 Thread Richard Coleman
After installing the net-snmp port, add snmpd_enable="YES" to your 
/etc/rc.conf.  Then the snmpd daemon will start upon next boot (startup 
script should be in /usr/local/etc/rc.d).  Then do your standard 
Openview snmp discovery for this machine.  That should be enough to get 
you started.  If you want to change the data reported, you will need to 
do some reading at that point to learn how to extend the MIB.  The 
O'reilly book on snmp is logical place to start for this.

Richard Coleman
[EMAIL PROTECTED]
Ronnie Clark wrote:

Thanks all for the suggestions. I have the port
installed, but how do I configure this beast to work
with OpenView? I have looked at the online docs for
the port, but it is all jibberish to this newbie.
Anyone have a simple to follow doc or set of
guidelines to setup net-snmp to be monitored by
Openview?
Thanks again in advance,
Ron Clark


--- Dan Nelson <[EMAIL PROTECTED]> wrote:

In the last episode (Oct 29), Ronnie Clark said:

I have been tasked with building two new FreeBSD
Servers for our

enterprise. Today, I was told that they have to
have the ability to

be polled by OpenView. So I have to load SNMP on
these servers. Any

suggestions as to what I should load to accomplish
this?

Install the net-snmp port.

--
Dan Nelson
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-31 Thread Ilya Varlashkin
On Thu, Oct 30, 2003 at 08:37:09PM -0500, Joe Marcus Clarke wrote:
> On Thu, 2003-10-30 at 17:59, Ronnie Clark wrote:
> > Thanks all for the suggestions. I have the port
> > installed, but how do I configure this beast to work
> > with OpenView? I have looked at the online docs for
> > the port, but it is all jibberish to this newbie.
> > Anyone have a simple to follow doc or set of
> > guidelines to setup net-snmp to be monitored by
> > Openview?
> 

There is nothing so special about HP OpenView - it's just an SNMP manager.
They will poll whater it's neccessary from daemon running on your FreeBSD
as long as you provide them with appropriate access level in your snmpd.conf.

Following could be reasonable start for your /usr/local/share/snmp/snmpd.conf:

#

syslocation "Room X, Rack Y, second from the top"
syscontact  "Ronnie Clark , your_telephone"
sysservices 76

#
# ACL
#
#   name=   source  community
com2sec me  localhost   VerySecret
com2sec hpov Pass4HPOpenView
com2sec default default public

group   meROv1  me
group   meROv2c me
group   hpovRO  v1  hpov
group   hpovRO  v2c hpov
group   defaultRO   v1  default
group   defaultRO   v2c default

#   incl/excl   subtree mask
viewall included.1  80
viewcontact included.iso.org.dod.internet.mgmt.mib-2.system.sysContact

#   Gname   context model   level   prefix  readwrite   notif
access  meRO""  any noauth  exact   all all none
access  hpovRO  ""  any noauth  exact   all nonenone
access  defaultRO   ""  any noauth  exact   contact nonenone

#-- end 

Kind regards,
Ilya Varlashkin

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-30 Thread Joe Marcus Clarke
On Thu, 2003-10-30 at 17:59, Ronnie Clark wrote:
> Thanks all for the suggestions. I have the port
> installed, but how do I configure this beast to work
> with OpenView? I have looked at the online docs for
> the port, but it is all jibberish to this newbie.
> Anyone have a simple to follow doc or set of
> guidelines to setup net-snmp to be monitored by
> Openview?

You will need to setup your snmpd.conf file, then make sure the snmpd
daemon starts up.  net-snmp 5.x added the neat snmpconf command that
will walk you through setting up the snmpd.conf file (as well as a few
others).  After that's done, add:

net_snmpd_enable="YES"

to /etc/rc.conf, then run /usr/local/etc/rc.d/snmpd.sh start, and you're
set.

Joe

> 
> Thanks again in advance,
> Ron Clark
> 
> 
> 
> --- Dan Nelson <[EMAIL PROTECTED]> wrote:
> > In the last episode (Oct 29), Ronnie Clark said:
> > > I have been tasked with building two new FreeBSD
> > Servers for our
> > > enterprise. Today, I was told that they have to
> > have the ability to
> > > be polled by OpenView. So I have to load SNMP on
> > these servers. Any
> > > suggestions as to what I should load to accomplish
> > this?
> > 
> > Install the net-snmp port.
> > 
> > -- 
> > Dan Nelson
> > [EMAIL PROTECTED]
> 
> 
> __
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: SNMP help

2003-10-30 Thread Luke Kearney
On Thu, 30 Oct 2003 15:14:12 -0800 (PST)
[EMAIL PROTECTED] granted us these pearls of wisdom:

> > In the last episode (Oct 30), Ronnie Clark said:
> >> Thanks all for the suggestions. I have the port installed, but how
> doDaemoncontrol
> >> I configure this beast to work with OpenView? I have looked at the
> >> online docs for the port, but it is all jibberish to this newbie.
> >> Anyone have a simple to follow doc or set of guidelines to setup
> >> net-snmp to be monitored by Openview?
> >
> > There shouldn't be any configuration needed.  By default, net-snmp will
> > output stats for network interfaces, disk usage, CPU load, memory/swap
> > usage, and active processes.  How to get all that stuff monitored by
> > OpenView I have no idea.
> 
> If it is anything like Compaq's Inside Manager, you should only need to
> set the SNMP community string in the FreeBSD SMNP Deamon.  How this is
> done I am not sure.  There should be a way for you to set the read only
> and full controll community strings.  Then just add the server like you
> would any other server in Open View.

you will need to setup your snmpd.conf file properly with the
appropriate community strings and acl's. The should be a tool to assist
with this. I installed from source so my conf file is
/usr/local/share/snmp/snmpd.conf but your might be under /usr/local/etc 
there should be a script that was installed to help with config - I just
cannot remember what it is called, a search on the snmpd home page might
reveal some more clues.

HTH

LukeK

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-30 Thread whizkid
> In the last episode (Oct 30), Ronnie Clark said:
>> Thanks all for the suggestions. I have the port installed, but how
doDaemoncontrol
>> I configure this beast to work with OpenView? I have looked at the
>> online docs for the port, but it is all jibberish to this newbie.
>> Anyone have a simple to follow doc or set of guidelines to setup
>> net-snmp to be monitored by Openview?
>
> There shouldn't be any configuration needed.  By default, net-snmp will
> output stats for network interfaces, disk usage, CPU load, memory/swap
> usage, and active processes.  How to get all that stuff monitored by
> OpenView I have no idea.

If it is anything like Compaq's Inside Manager, you should only need to
set the SNMP community string in the FreeBSD SMNP Deamon.  How this is
done I am not sure.  There should be a way for you to set the read only
and full controll community strings.  Then just add the server like you
would any other server in Open View.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-30 Thread Dan Nelson
In the last episode (Oct 30), Ronnie Clark said:
> Thanks all for the suggestions. I have the port installed, but how do
> I configure this beast to work with OpenView? I have looked at the
> online docs for the port, but it is all jibberish to this newbie.
> Anyone have a simple to follow doc or set of guidelines to setup
> net-snmp to be monitored by Openview?

There shouldn't be any configuration needed.  By default, net-snmp will
output stats for network interfaces, disk usage, CPU load, memory/swap
usage, and active processes.  How to get all that stuff monitored by
OpenView I have no idea.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-30 Thread Ronnie Clark
Thanks all for the suggestions. I have the port
installed, but how do I configure this beast to work
with OpenView? I have looked at the online docs for
the port, but it is all jibberish to this newbie.
Anyone have a simple to follow doc or set of
guidelines to setup net-snmp to be monitored by
Openview?

Thanks again in advance,
Ron Clark



--- Dan Nelson <[EMAIL PROTECTED]> wrote:
> In the last episode (Oct 29), Ronnie Clark said:
> > I have been tasked with building two new FreeBSD
> Servers for our
> > enterprise. Today, I was told that they have to
> have the ability to
> > be polled by OpenView. So I have to load SNMP on
> these servers. Any
> > suggestions as to what I should load to accomplish
> this?
> 
> Install the net-snmp port.
> 
> -- 
>   Dan Nelson
>   [EMAIL PROTECTED]


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-29 Thread Dirk-Willem van Gulik


On Wed, 29 Oct 2003, Ronnie Clark wrote:

> they have to have the ability to be polled by
> OpenView. So I have to load SNMP on these servers. Any
> suggestions as to what I should load to accomplish
> this?

Try:

http://www.freebsd.org/cgi/ports.cgi?query=snmp&stype=all

and the one you propably one is net/ucd-snmp. Works splendidly with
OpenView. Also be sure to look at the script extension.

Dw
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SNMP help

2003-10-29 Thread Dan Nelson
In the last episode (Oct 29), Ronnie Clark said:
> I have been tasked with building two new FreeBSD Servers for our
> enterprise. Today, I was told that they have to have the ability to
> be polled by OpenView. So I have to load SNMP on these servers. Any
> suggestions as to what I should load to accomplish this?

Install the net-snmp port.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SNMP help

2003-10-29 Thread Ronnie Clark
Hello all, 

I have been tasked with building two new FreeBSD
Servers for our enterprise. Today, I was told that
they have to have the ability to be polled by
OpenView. So I have to load SNMP on these servers. Any
suggestions as to what I should load to accomplish
this? 

Any and all help is appreciated.
Thanks,
Ron Clark


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"