This post is more than 5 years old
4 Posts
0
7408
February 27th, 2014 03:00
VNXe 3300 monitoring snmp
Good day,
I have a new VNXe 3300 configured. How can i monitor the unit using SNMP polls ?
I wish to add the device into my Paessler PRTG monitoring and in my Nagios.
I need to set an SNMP community and poll the OID's.
Or can i monitor the vnxe3000 otherwise ?
I don's with to user the build-in monitoring dashboard. I would like to add the device details like network traffic, disk space, IOPS etc. in my own monitoring tool like my HP Lefthand storage devices.
regards,
Tim
No Events found!



Rainer_EMC
4 Operator
•
8.6K Posts
0
February 27th, 2014 04:00
Hi Tim,
there currently isnt SNMP support for the VNXe series.
Your best monitoring option for VNXe is to use UniSPhere Remote – which is a free download from support.emc.com
If you want to get data into PRTG / Nagios you would have to use the UIMCLI to get the data
Rainer
Tim_de_Vries
4 Posts
0
February 27th, 2014 10:00
Thank you !
I will download and try.
regards,
Tim
asafayan1
31 Posts
0
July 2nd, 2014 08:00
Rainer,
It is my understanding that even when using the UIMCLI - you are unable to get performance metrics like IOPS - out of the VNXe V1 platforms. It is my understanding that the VNXe V1 platforms, like the 3100/3150/3300, are simply unable to provide performance metrics.
Also, using Unisphere Remote will not provide you performance statistics. It will only provide you the same minimal performance statistics you can glean from the VNXe V1 platform GUI - CPU Activity, Network Activity and SPA/SPA Volume Activity.
EMC released the VNXe V2 platform model 3200 in April 2014 which provides more performance information as shown here:
But if you are running a V1 VNXe platform, you are out of luck besides what is available in the GUI and what is shown in this blog:
http://henriwithani.wordpress.com/2011/12/01/hidden-vnxe-performance-statistics/
I cannot think of one network device, besides the VNXe V1 platforms, that I have managed in 10 years that didn't provide SNMP polling support. A glaring omission in my opinion.
Amir
Rainer_EMC
4 Operator
•
8.6K Posts
0
July 6th, 2014 02:00
I would suggest to file a product enhancement request
scott_atrion
1 Message
0
January 29th, 2015 11:00
Do you have any guides on how to use the uemcli to get the performance data off the system?
asafayan1
31 Posts
0
January 29th, 2015 11:00
Hi Scott,
I've already been down this road so I thought I would spare you the suffering. Unlike most network based platforms that have been produced since - oh I'd say the Cisco 2501 router : ) - the VNXe doesn't provide SNMP polling support. This is, of course, the most common way to extract performance information from a platform.
So you will have to use a combination of linux commands (see CPU example) and UEMCLI commands (see Storage Utilization example) and ultimately if you want IOPS performance metrics - you will have no choice but to follow the superb recommendations of this blogger: henriwithani.wordpress.com:
LINUX COMMAND EXAMPLE
CPU
Given the lack of SNMP polling support, the Linux "top" command will be utilized, in batch mode, to acquire the combined CPU utilization of each Service Processor as follows:
1. ssh to “Management IP” of EMC VNXe Platform using the "service" credential as shown here:
2. Issue the CLI command
topcommand in batch mode by using the-boption and specifying a specific number of iterations by using the -n option and dump to a file.3. Top output, by default, provides the average utilization of all CPUs as shown below:
service@(none) spb:~> ssh peer Last login: Wed Jan 28 17:13:38 2015 from peer service@(none) spa:~> top -b -n 1 > ~/cpu.txt service@(none) spa:~> cat ./cpu.txt top - 17:15:25 up 46 days, 20:37, 2 users, load average: 67.78, 67.65, 67.46 Tasks: 267 total, 1 running, 266 sleeping, 0 stopped, 0 zombie Cpu(s): 4.3%us, 2.7%sy, 0.0%ni, 92.4%id, 0.0%wa, 0.0%hi, 0.5%si, 0.0%st Mem: 2138800k total, 2057556k used, 81244k free, 265700k buffers Swap: 1092412k total, 40k used, 1092372k free, 902996k cached4. Issue "ssh peer" to access other Service Processor and repeat steps 2 and 3 above:
NOTES:
UEMCLI EXAMPLE
VMware NFS Datastore Utilization
If the VNXe has been configured for VMware NFS Datastore storage, install the UEMCLI package and issue the following command to determine the VMware NFS Datastore Utilization:
uemcli -d X.X.X.X -u Local/admin -p PASSWORD# /stor/prov/vmware/nfs show
Storage system address: X.X.X.X
Storage system port: 443
HTTPS connection
1: ID = app_1
Name = NFSXXX15K_SPA
Description =
Health state = OK (5)
Server = file_server_0
Storage pool = StoragePool00
Size = 1408474546176 (1.3T)
Size used = 1117440180224 (1.0T)
Cached = no
Protection size = 0
Protection size used = 0
Local path = /NFSXXX15K_SPA
Export path = /NFSXXX15K_SPA
NOTES:
Henriwithani EXAMPLE
Hidden VNXe performance statistics | Henriwithani
Good luck and please rate helpful posts.
Amir Safayan
PulkitBansal
7 Posts
0
September 19th, 2017 04:00
Hi all,
I have to extract VNXe performance metrics using UEMCLI commands.
For VNXe 1600, I am able to get paths for all performance metrics as it is a VNXe generation 2 device using commands /metrics/metric but for VNXe 3100 and VNXe3300 the command is showing Object not found error.
Please let me know if there are some other commands for last 2 mentioned devices to get performance data or the command is same and its some configuration issue or somethings needs to be enabled at storage device end.