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
SNMP 3par 7200
Re: SNMP 3par 7200
Hm, how do you monitor your 3par devices? I want to make some graphs for the important informations like, IO, Diskusage, Load, CPU etc.
Re: SNMP 3par 7200
You can use system reporter for monitoring your 3PAR arrays (about the stuff you mentioned like IO, Disk Usage etc )
- Richard Siemers
- Site Admin
- Posts: 1333
- Joined: Tue Aug 18, 2009 10:35 pm
- Location: Dallas, Texas
Re: SNMP 3par 7200
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.
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.
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
Re: SNMP 3par 7200
ssh into the array
You'll get prompted on createsnmpuser to put the password in again.
Auth Protocol is SHA-1
Priv Protocol is AES-128
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