Unsolved
This post is more than 5 years old
1 Rookie
•
14 Posts
0
2474
March 23rd, 2015 17:00
Can not get snmp info from data mover
I have the problem like this
Re: about the MIB files for VNX
A little bit different.
I could get the snmp info from 2 storage processors but I can't get info from data mover.
The EMC model is VNX5300
The data mover(server_2) IP is 192.168.10.50
server_snmpd server_2 -info
server_2 :
enabled = Yes
location = system location is not set.
contact = system contact is not set
community = public
server_snmpd server_2 -service -status
server_2 :
SNMP Running
C:\usr\bin>snmpwalk -c public -v 2c 192.168.10.50
Timeout: No Response from 192.168.10.50
Could you please give me some information how to troubleshooting it?
No Events found!


Devops2
1 Rookie
•
14 Posts
0
March 23rd, 2015 17:00
umichklewis
4 Apprentice
•
1.2K Posts
0
March 24th, 2015 06:00
You have disabled SNMP on your control station, that's why your SNMPwalk failed. In your screen shot, that IP address is for your control station, not your data mover.
Do you have any CIFS or NFS shares configured? Try using the IP of one of your CIFS servers instead.
Let us know if that helps!
Karl
Devops2
1 Rookie
•
14 Posts
0
March 24th, 2015 14:00
Hi, Karl
I want use data mover not CS.
UDP 161 just can be used in one application.
Devops2
1 Rookie
•
14 Posts
0
March 24th, 2015 15:00
server_2 :
el30 protocol=IP device=mge0
inet=128.221.252.2 netmask=255.255.255.0 broadcast=128.221.252.255
UP, Ethernet, mtu=1500, vlan=0, macaddr=0:60:16:38:e6:14 netname=localhost
el31 protocol=IP device=mge1
inet=128.221.253.2 netmask=255.255.255.0 broadcast=128.221.253.255
UP, Ethernet, mtu=1500, vlan=0, macaddr=0:60:16:38:e6:15 netname=localhost
CIFS_Interface02 protocol=IP device=VNX_ExtremeStack2_LACP
inet=192.168.42.13 netmask=255.255.255.0 broadcast=192.168.42.255
UP, Ethernet, mtu=1500, vlan=42, macaddr=0:60:48:1e:d:da
CIFS_Interface01 protocol=IP device=VNX_ExtremeStack2_LACP
inet=192.168.50.17 netmask=255.255.255.0 broadcast=192.168.50.255
UP, Ethernet, mtu=1500, vlan=50, macaddr=0:60:48:1e:d:da
loop6 protocol=IP6 device=loop
inet=::1 prefix=128
UP, Loopback, mtu=32768, vlan=0, macaddr=0:0:0:0:0:0 netname=localhost
loop protocol=IP device=loop
inet=127.0.0.1 netmask=255.0.0.0 broadcast=127.255.255.255
UP, Loopback, mtu=32768, vlan=0, macaddr=0:0:0:0:0:0 netname=localhost
-----------------------
C:\>ping 192.168.10.50
Pinging 192.168.10.50 with 32 bytes of data:
Reply from 192.168.10.50: bytes=32 time<1ms TTL=63
Reply from 192.168.10.50: bytes=32 time<1ms TTL=63
Reply from 192.168.10.50: bytes=32 time<1ms TTL=63
Reply from 192.168.10.50: bytes=32 time<1ms TTL=63
Ping statistics for 192.168.10.50:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
AlvaroG
97 Posts
0
March 24th, 2015 16:00
You are pinging the Control Station IP.
Your Datamovers IPs are:
192.168.42.13
192.168.50.17
There should you point the snmpwalk.
Devops2
1 Rookie
•
14 Posts
0
March 25th, 2015 16:00
Hi, All
How can I configure the CS snmp enable and disable on data mover?
Thanks
David
Rainer_EMC
6 Operator
•
8.6K Posts
1
March 26th, 2015 06:00
David,
the control station SNMP is stock Linux – it wont get you much info – it doesn’t cover the file and block functionality on the DM or SP.
Rainer
AlvaroG
97 Posts
0
March 26th, 2015 06:00
In your picture it show that SNMP service is enable on the Datamover.
To control DM SNMP use:
server_snmpd server_x -service -status
server_snmpd server_x -service -stop
server_snmpd server_x -service -start
server_snmpd { |ALL}
-info
| -service {
-status
| -stop
| -start
}
| -modify [-location ]
[-contact ]
[-community {-clear| }]
| -user {
-list
| -create -authpw -privpw
| -delete
| -modify -authpw -privpw
}
AlvaroG
97 Posts
0
March 26th, 2015 06:00
For the CS you should use Linux commands
Check status
/etc/init.d/snmpd status
Start:
/etc/init.d/snmpd start
Stop:
/etc/init.d/snmpd stop
Usage: /etc/init.d/snmpd {start|stop|status|restart|condrestart|reload}
Rainer_EMC
6 Operator
•
8.6K Posts
0
March 26th, 2015 06:00
But you need to configure sndmd.conf first
Devops2
1 Rookie
•
14 Posts
0
March 26th, 2015 14:00
Thanks for your help.
If I want get the EMC CPU and Memory information, Which part need enable the SNMP function?
DM, SP or CS?
BTW, Could you please tell me the OIDs of the CPU and Memory?
Thanks again!
DW
Devops2
1 Rookie
•
14 Posts
0
March 26th, 2015 14:00
Thanks for your help.
If I want get the EMC CPU and Memory information, Which part need enable the SNMP function?
DM, SP or CS?
Thanks again!
AlvaroG
97 Posts
0
March 27th, 2015 06:00
If you need to know CPU and Mem for File you use the DM
Devops2
1 Rookie
•
14 Posts
0
March 30th, 2015 17:00
Hi, Alvaro
I can't get any information about 1.3.6.1.4.1(enterprise) from DM .
The EMC model is VNX5300
Is it correct?
Thanks!