Comments
-
There is a bug. You cannot delete the last custom group. If this is the case then remove on lpar2rd server this file: rm /home/lpar2rrd/lpar2rrd/etc/web_config/custom_groups.cfg That will clean out all custom group setting.
-
Hi, just configure your operating system to be able to send out emails as per your company's standarts. We use sendmail. Once you configure it then it will work. Test it like mailx -s test test@test.com test .
-
there is no any prot visible. have you configured properly snmpuser? userconfig --add snmpuser1 -r user -l 1,128 userconfig --change snmpuser1 -r user -l 1,128 -h 128 -e no Parameter -l says which virtual fabrics can be monitored by this user. Example above allows virtual fabrics 1 and 128 for user…
-
Checking logs and I would say you should see switch IBM_2498_B40 now in the GUI Ctrl-F5 ... If no then this output: ls -l /opt/stor2rrd/tmp/menu.txt grep IBM_2498_B40 /opt/stor2rrd/tmp/menu.txt
-
try this: su - stor2rrd cd /home/stor2rrd/stor2rrd ./load.sh html Ctrl-F5 in the GUI when it finishes. When no change then logs pls.
-
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|vspg|netapp|horcm" >> tmp/list_data.txt tar cvhf logs.tar…
-
Hi, this is already fixed bug. Get this code: http://www.stor2rrd.com/download/sanperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd staff 156968 Mar 14 09:08 bin/sanperf.pl If your web browser gunzips it automatically then just rename it: mv sanperf.pl.gz sanperf.pl…
-
Hi, well, quite interesting way how to keep data. It might work althought we do not support it :)
-
just edit that file and add 1 row iwth your storage configuration like this: storwize01:SWIZ:192.168.1.1:
-
Hi, You have to create ssh key without passphrase Type enter when you are asked for it during ssh-keygen. Lets create it again su - lpa2rrd rm /home/lpar2rrd/.ssh/*rsa* ssh -i /home/lpar2rrd/.ssh/id_dsa lpar2rrd@192.168.254.49 "lscurrentuser" ssh-keygen -t rsa # type enter on pasphrase prompt ls -l ~/.ssh/id_rsa.pub scp…
-
Hi, send us this data, we will have a look: cd /home/stor2rrd/stor2rrd tar cvf l.tar tmp/<storage name>*last.txt https://upload.stor2rrd.com
-
Hi, use standard filesystem backup, nothing especial is needed. All data is under "data" dir. In fact nothng else is needed. For restore again standard filesystem recovery.
-
Hi, we see raidcom errors like raidcom: [EX_ENAUTH] Authentication failed with User Fri Feb 24 16:40:24 2017: command failed: raidcom get resource -key opt -I5 /home/stor2rrd/stor2rrd/bin/vspgconf.pl:2261 :- raidcom: [EX_ERPERM] Permission denied with the RAID Fri Feb 24 16:41:26 2017: command failed: raidcom get pool -key…
-
Hi, hetmap is using front-end data. We are actually re-implementing 3PAR based on discussion with HP 3PAR experts. There will be many changes in coming 1.40 (Apr 2017). CPG (pool) front end stats will be discontinued anyway. It cannot be mapped to real traffic on front-end from data which storage provides. Its is all…
-
Hi, it depends what storage you are talking about, there are diferencies. Most of storages should have actual capacity data, means 5 minutes old. Is it about capacity dashboard or about pool capacity graphs?
-
Hi Miguel, have you got time to test it? Thanks.
-
ssh keys of lpar2rrd user are created automatically on its 1st start. It should work .. .
-
exactly, this is saved on the source server where OS agent processing files in /var/tmp/*nmon* files. Remove all of them. There might be one more consequence on the server side if you have more HMCs, you have to delete all nmon files like this (note the star instead of HMC) rm -r data/<server>/*/*--NMON--
-
you have probaly generated ssh key with pasphrase. it is wrong. in the docu is stated: Type enter instead of passphrase If this is the case then you have to repeat whole procedure. delete existing key, use ssh-keygen and import it to the storage (delete the user account there and create it again with proper ssh key)
-
Here is the fix: http://www.lpar2rrd.com/download/C_SNDSTS.zip Please restore this *PGM C_SNDSTS over the existing program into library LPAR2RRD. move savf to QGPL by FTP (bin) and use command RSTOBJ OBJ(C_SNDSTS) SAVLIB(LPAR2RRD)…
-
yes, it is also posible, use the same way through the OS agent
-
sure, it is posible. copy all nmon files you have into some directory (from all servers), install OS agent on that server, start daemon on lpar2rrd server side and run: /usr/bin/perl /opt/lpar2rrd-agent/lpar2rrd-agent.pl -n /var/nmon __LPAR2RRD-SERVER__ http://www.lpar2rrd.com/nmon.htm?4.3.4…
-
what about: chmod 600 /home/lpar2rrd/.ssh/id_rsa*
-
Hi, I appologize, one more our issue in the agent, it is still related to the previous issue but on another place. I will send you the final version 1.1.2 next week.
-
Hi, is there anything related on the server side in logs/error.log-daemon?
-
Hi, 1. yes, include CRC and BBzero, it is actually under development 2. no, we do not plan that as no one has ever requested that. It would not be a big issue as we have expected some enhancement here. Problem is there is many error counters, we would like to present only most important ones. we could do it if you explain…
-
Hi, Are you able to ping/telnet from this one? Try to stop it the agent, clear historical data (item 15) and start it again.
-
Hi, 1. performance historical reporting is planned, hopefully next version 2. port status/event aletring is not planned. There we have no clear idea what alert. You can have many offline ports, it is nothing unusual. I am not sure if SNMP protocol provides HW events like faulty Power. 3. performance alerting is planned,…
-
Hi, yes it would be posible but we do not see that as an priority issue. We would consider it only if any our customer requires that.
-
Hi, looks like you do not have sufficient counter level on below 2 counters: http://lpar2rrd.com/VMware-counters.htm Network:usage:KBps net.usage.average 1 only when Net:read is not available Network:received:KBps net.received.average 1 Network:transmitted:KBps…
Howdy, Stranger!