Comments
-
I do not think that it is about data, I think that only presentation might be wrong. Has taht happen for all tren graphs? try to upgrade to the latest rrdtool version
-
basically this is something what does rrdtool directly, it is not about us. I do not see such problem in our env with rrdtool 1.4.7 http://demo.lpar2rrd.com/?menu=5b013b3&tab=0
-
/var/tmp is not really necessary but it could be included. There is just a timestaps for already collected nmon data. If it is not there it will be recreated.
-
what is your rrdtool version? rrdtool -v
-
for application of changes is necessary to force web refresh ./load.sh html Ctrl-F5 in the GUI If nothing then this info 1. product version 2. cd /home/stor2rrd/stor2rrd grep WIN1_B tmp/menu.txt
-
How do you have set "Include graphs" parameter in alerting options? http://demo.stor2rrd.com/?menu=f7b60b4&tab=2
-
little bug, it does not have to generate an email alert every time. It is already fixed in coming release 1.40
-
sticky bit on fcstat might remove some OS upgrade/patching. We have already experienced several times.
-
rpm -qa| grep lpar2rrd is the agetn runing under root or lpar2rrd (or any other user) If it is not under root then su - <lpar2rrd user> fcstat fcs0 | grep Bytes
-
Are there fcs adapters? Is that AIX? lsdev -C | grep fcs fcstat fcs0| grep Bytes
-
Hi, this info from the agent side: tail -1 /var/tmp/lpar2rrd*txt tail /var/tmp/lpare2rrd*err
-
Hi, this is a bug fixed in 1.35-1 version. Upgrade to that (it is the latest version available), it will fix it definitelly.
-
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--
Howdy, Stranger!