SNMP 3par 7200

Post Reply
mbaddel
Posts: 2
Joined: Tue Jun 03, 2014 8:10 am

SNMP 3par 7200

Post by mbaddel »

Hi,

I want to check-up my 3par 7200 (3.1.3) with snmpwalk. I don't found any configurationguides. Do you have a tipp for me?

best regards
mbaddel
Posts: 2
Joined: Tue Jun 03, 2014 8:10 am

Re: SNMP 3par 7200

Post by mbaddel »

Hm, how do you monitor your 3par devices? I want to make some graphs for the important informations like, IO, Diskusage, Load, CPU etc.
gkapoor
Posts: 44
Joined: Fri Sep 28, 2012 3:05 am

Re: SNMP 3par 7200

Post by gkapoor »

You can use system reporter for monitoring your 3PAR arrays (about the stuff you mentioned like IO, Disk Usage etc )
User avatar
Richard Siemers
Site Admin
Posts: 1333
Joined: Tue Aug 18, 2009 10:35 pm
Location: Dallas, Texas

Re: SNMP 3par 7200

Post by Richard Siemers »

You can use SNMP, at least according to the documentation. There is a MIB and docs included with the CLI install.

I saw on another post that APOL is using Cacti and RRDtool with the 3par srstat commands to build charts and monitor. Cool stuff.
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
User avatar
Patrick
Posts: 113
Joined: Fri Jun 21, 2013 1:03 pm
Location: USA

Re: SNMP 3par 7200

Post by Patrick »

ssh into the array

Code: Select all

createuser -c mysecret myuser all browse
createsnmpuser myuser

You'll get prompted on createsnmpuser to put the password in again.

Auth Protocol is SHA-1
Priv Protocol is AES-128
Post Reply