1834210 Members
2320 Online
110066 Solutions
New Discussion

Re: SNMP

 

SNMP

Hi,

We have a rp5470 with hp-ux 11.11. I have several questions referring to SNMP:

1.- when I execute the command what the exit is:
what /usr/sbin/snmpdm|more
/usr/sbin/snmpdm:
Copyright 1992-1997 SNMP Research, Incorporated
SNMP Research Distribution version 14.2.1.7
PATCH PHSS_28519, 01202003

now, how I can know if SNMP is v1, v2, v2c, v3?

2.- if SNMP is v2, which is the procedure to do upgrade to v3?

This is the information of OVSNMPAgent:

# Initializing...
# Contacting target "asuccs40"...
#
# swlist Installed Software Table of Contents
#
# For host: asuccs40:/
#
# Date: Mon Sep 5 16:55:44 2005
#

OVSNMPAgent
vendor
tag HP
uuid
title "Hewlett-Packard Company"
description "Vendor Name Hewlett-Packard Co.

"
end
product
tag OVSNMPAgent
software_spec OVSNMPAgent,l=/,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
data_model_revision 2.40
instance_id 1
control_directory OVSNMPAgent
size 1316800
revision B.11.11
title HP-UX_10.0_SNMP_Agent_Product
description "Vendor Name Hewlett-Packard Company
Product Name OVSNMPAgent

This product contains the SNMP Agent (Simple Network Management
Protocol Agent) for use with the OpenView Network Node Manager
product or other SNMP network management products. This agent
is based on the SNMP Research Emanate technology. The three
filesets provide a master agent, a MIB2 subAgent and a HP-UNIX
subAgent. The HP-UNIX subAgent instruments system resources
and is similar to the Host-Resources MIB.

Subproduct: Runtime
Filesets: MASTER, SUBAGT-MIB2, SUBAGT-HPUNIX
"
mod_date Wed Nov 15 15:05:47 SAT 2000
mod_time 974315147
create_date Wed Nov 15 14:39:20 SAT 2000
create_time 974313560
install_date 200011151405.47
architecture HP-UX_B.11.11_32/64
machine_type *
os_name HP-UX
os_release B.11.11
os_version *
install_source hpfclc1.fc.hp.com:/release/s32_11.11_ic27/Svr_OE_CD1_LR
install_type physical
is_patch false
supersedes
category_tag
vendor_tag HP
directory /
qualifier
postkernel
layout_version 1.0
all_filesets MASTER SNMP-ENG-A-MAN SNMP-JPN-E-MAN SNMP-JPN-S-MAN SUBAGT-HPUNIX SUBAGT-MIB2
is_locatable true
location /

3.- the server is monitoring by a server NNM, now, where I can locate the mibs used, in my server? or in the server NNM?, I do not understand, when i install net-snmp in other server, this install several command (for example snmpwalk) and mibs, but in my server it has several process related to snmp (snmpdm, mib2agt, hp-unixagt, etc.) but i don't locate the mibs.

4.- I can consult a server HP-UX with the command snmpwalk from another server, for example a solaris server?

5.- where I can locate a manual of SNMP for HP-UX (install, configuration, etc.,)?

Thanks to all.
2 REPLIES 2
Stephen Keane
Honored Contributor

Re: SNMP

1. Lose the "more" in "what /usr/sbin/snmpdm" and you should see a line such as

HP OpenView SNMP Agent Release 3.0

I believe you have v3.

2. No need, as you have v3.


Re: SNMP

Stephen, when i execute the command "what" indeed the exit is HPOpenview SNMP Agent Release 3.0, but when i consult the server with some tools to browser mibs, for example oidview, this detect that server has snmp v2c.

Now, what specifies the versions of snmpv1, v2, v2c, v3? the version of the agent or the MIBS? or what?.

Thanks