Comments
-
Hello, send us new logs. Pls note a short problem description in the text field of the upload form. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir find data -exec ls -ld {} \; > tmp/list_data.txt ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus|vspg|netapp|horcm" >> tmp/list_data.txt tar cvhf logs.tar logs etc…
-
Hello, add this line to your crontab: crontab -e 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/stor2rrd/stor2rrd/load_ds5perf.sh > /home/stor2rrd/stor2rrd/load_ds5perf.out wait 30 minutes cd /home/stor2rrd/stor2rrd ./load.sh html refresh GUI (ctrl+F5) Let us know. Karel
-
Hi, you can remove this file: /home/stor2rrd/stor2rrd/tmp/health_status_summary/switchname.* Unused switch is automatically removed from Health Status view after one week. Karel
-
Hi, you have to run this command on your switch. e.g. # ssh -l admin SAN:admin> snmpconfig --show snmpv1 SNMPv1 community and trap recipient configuration: ... Community 4: public (ro) No trap recipient configured yet ... Karel
-
Hi, snmpconfig --show snmpv1 send us output via https://upload.stor2rrd.com Karel
-
Hi, try this path on aix: /opt/freeware/bin/snmpwalk -v 1 -c public 172.24.97.197 1.3.6.1.2.1.1.5 /opt/freeware/bin/snmpwalk -v 1 -c public 172.24.97.197:162 1.3.6.1.2.1.1.5 Karel
-
Hi, can you try these commands? snmpwalk -v 1 -c public 172.24.97.197 1.3.6.1.2.1.1.5 snmpwalk -v 1 -c public 172.24.97.197:162 1.3.6.1.2.1.1.5 Karel
-
Hello, can you send us logs? cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir find data -exec ls -ld {} \; > tmp/list_data.txt ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus" >> tmp/list_data.txt cat data/*/fabric.txt >tmp/all_fabric.txt tar cvhf logs.tar logs etc tmp/*txt # do not miss "h" option in tar gzip -9…
-
Hello, probably you have not configured all switches from your SAN environment. You must have configured both ends of the ISL lines in stor2rrd. connUnitLinkPortWwnX This is the WWN of the port to which the device is connected. connUnitLinkPortWwnY ISL- WWN of the remote port. cat data/*/PORTS.cfg all configured ports in…
-
Hello, this issue is resolved. You need upgrade to new version 1.30 http://www.stor2rrd.com/download.htm?1.1 Karel
-
Hello, ISL ports are searched automatically. Can you send us some outputs for debugging? cd /home/lpar2rrd/stor2rrd/ cat data/*/PORTS.cfg >tmp/PORTS.cfg-all snmpwalk -v 1 -c < community string > < switch ip or hostname > 1.3.6.1.3.94.1.12.1.5 >tmp/connUnitLinkPortWwnX.txt snmpwalk -v 1 -c < community string > < switch ip…
-
Hi, you have got configured "SNMP_PORT=162" in san-list.cfg. It looks like you should use default snmp port 161 in san-list.cfg. snmpwalk command with default snmp port 161. snmpwalk -v 1 -c x_public 1x.1xx.1xx.1xx 1.3.6.1.2.1.1.5 snmpwalk with port 162: snmpwalk -v 1 -c x_public 1x.1xx.1xx.1xx:162 1.3.6.1.2.1.1.5 Karel
-
Hi, we would need know where is problem in our program. Can you send us logs? Pls note a short problem description in the text field of the upload form. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir find data -exec ls -ld {} \; > tmp/list_data.txt ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus" >>…
-
Hi, can you send us logs? cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir find data -exec ls -ld {} \; > tmp/list_data.txt ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus" >> tmp/list_data.txt cat data/*/fabric.txt >tmp/all_fabric.txt tar cvhf logs.tar logs etc tmp/*txt # do not miss "h" option in tar gzip -9…
Howdy, Stranger!