Comments
-
the problem was in not running LPAR2RRD daemon on the server side as per offline communication. Here is as start the daemon from the docu http://www.lpar2rrd.com/as400-install.htm # su - lpar2rrd $ cd /home/lpar2rrd/lpar2rrd $ vi etc/lpar2rrd.cfg LPAR2RRD_AGENT_DAEMON=1 $ ./load.sh Starting LPAR2RRD daemon on port:8162 ...…
-
Looks like there is started many jobs which live short time but do something CPU intesive that appear in top10 process list. Out method how to monitor jobs is not suitable for such workload. Job monitoring can be switched off while the rest can work. Let me find procedure, I will let you know later on ... For the time…
-
strace -irfo /tmp/d.log ./bin/config_check.sh gzip -9 /tmp/d.log https://upload.stor2rrd.com
-
then this should work without errors above: [lpar2rrd@stor2rrd stor2rrd]$ ./bin/config_check.sh
-
su - lpar2rrd ssh lpar2rrd@172.20.115.66 "lscurrentuser" ssh -i /home/stor2rrd/.ssh/id_dsa lpar2rrd@172.20.115.66 "lscurrentuser"
-
as per you solution in the next thread, just summarize it: if you create your user profile LPAR2RRD set JOBD parameter as a Job description which includes in INLLIBL LPAR2RRD library too (QTEMP,LPAR2RRD). CRTUSRPRF USRPRF(LPAR2RRD) ..... JOBD(LPAR2RRD/LPAR2RRD) ...... CHGJOBD JOBD(LPAR2RRD/LPAR2RRD) .... INLLIBL(LPAR2RRD…
-
There can be many reasons, message generally means that storage configuration has not been downloaded (yet?) at first check if this is ok: cd /home/stor2rrd/stor2rrd ./bin/config_check.sh if ok, the check if anything obious in /logs/*<storage name>* assure you user /opt/freeware/bin/perl on AIX send us logs if you go…
-
Hi, no, this is not posible/implemented. You are the first one asking that. Technically it is posible of course however this has low priority for us. As you are only one missing such feature as far as we know than we would go ahead only if your were a customer (have support). Cheers, Pavel
-
ok, as per my research we have not tried yet Cisco with v3 in our labs. What will not work is snmp v3 with password authorization, this is not implemented yet. I am not sure if this is default for v3. Can you test it with v2c for example? snmpwalk -v 2c -c public 10.76.xxx.xxx 1.3.6.1.2.1.1.5 SNMPv2-MIB::sysName.0 =…
-
configuration record should look like this: 10.76.xxx.xxx:snmpuser1:CISCO: The try: ./bin/config_check.sh
-
We have no evidency of such problem. Send us logs. 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…
-
ok, thanks for confirmation.
-
this might happen afrter fresh install (configuration is not ghatered yet), if the issue persist for more than 1 hour then feel free to send us log. 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 {} \; >…
-
ok, we have already discussed it some time ago. Actually we are working on EMC storages and then we will see. Here is list of storages we are considering. I will add OceanStore into the list. http://www.stor2rrd.com/roadmap.htm#future I am not able to promise anything at the moment, our ropadmap is open after EMC.…
-
1. $ sum bin/LoadDataModule.pm 26892 361 bin/LoadDataModule.pm $ ls -l bin/LoadDataModule.pm -rwxrwxr-x 1 lpar2rrd staff 369552 Aug 29 22:12 bin/LoadDataModule.pm $ grep rri bin/LoadDataModule.pm my $rri = ""; $rri = "$wrkdir/$host/$type/$name\.rri"; if (…
-
sorry, we have missed it. Use /opt/freeware/bin/perl in etc/stor2rrd.cfg instead of /usr/bin/perl Check if it is working, it should print version 0.99 su - stor2rrd . /home/stor2rrd/stor2rrd/etc/stor2rrd.cfg; $PERL -e 'use XML::Simple; use XML::SAX::PurePerl; print "$XML::SAX::PurePerl::VERSION\n";' Then it should start…
-
as per load_ds5perf.out: ======================== You probably trying to run it under wrong user STOR2RRD files are owned by : lpar2rrd You are : root STOR2RRD should run only under user which owns installed package Do you want to really continue? [n]: ======================== You have to run the tool as lpar2rrd user on…
-
Definitelly do not use net-snmp-5.7.2-1. It simply does not work, no clue why, on some sites it works fine but on others do not. Use net-snmp-5.6.2.1-1 on AIX as is stated in the install docu. It works everywhere without problems.
-
what do you mean by migrating? If you migrate your servers to another HMC then do nothing, it will be recognized automatically and you will see all history in the GUI. If you want to remove old servers/HMCs the just go to the data directory and remove whole servers: rm -r HMC remove: rm -r */
-
what is the problem exactly? Any error message? Do you use on AIX this version : net-snmp-5.6.2.1-1 ?
-
can you see that volume in global TOP? has that volume any actuall data in storage --> volume --> items ? Does that volume exist on the storage? Is anyhow special?
-
is there only 1 entry or all volumes? This might be ignored. can you see Volumes TOP page or global volumes TOP page? Are there volumes? Do you experience any problem in the GUI? If there are no volumes at oll then send us logs for verification Pls note a short problem description in the text field of the upload form. cd…
-
Hi, this would be definitelly possible, but what is the problem exactly? Any error, screenshot etc pls.
-
can you see proper list of host with list of their volumes in data//HOST/hosts.cfg ?
-
It is a problem as we receive only top10 processes at time and we do not know if any processes from previous top10 is still running or not (we do not send this info). It means that in actual setup we cannot simply do it. Implementation of that would be posible (all is only about programing :) ) that we do not go for it…
-
hi, chnage cron schedulle from every minute to 5 minutes (or 10 minutes if 5 minutes still causes a problem) Some old firmwares have a problem with every minute providing stats through snmp v3. 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/stor2rrd/stor2rrd/load_sanperf.sh >/home/stor2rrd/stor2rrd/logs/load_sanperf.out…
-
Hi, it might happen if the host has attached only 1 volume with Volume ID 0. Upgrade to 1.31-1, it fixes it.
-
sorry, little overlook in port part for normal mode, use this code, it will fix it: http://www.stor2rrd.com/download/LoadDataModule.pm.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxrwxr-x 1 lpar2rrd staff 369552 Aug 25 09:56 bin/LoadDataModule.pm You should see again data for normal port in…
-
Can you try to upgrade to the latest 1.31-1? We see that it works on our demo so looks like it has been fixed meanwhile altough no report here. Let us know. Download it from http://www.stor2rrd.com/download.htm , upgrade is quick and easy, try it immediatly after ./upgrade.sh (you do not need to wait for load.sh finish)…
-
Hi, yes, check how was alias name of that storage in data dir and create same record as was original one. Place whatever IP like localhost for example, it will not work anyway and run ./load.sh When it finishes then the storage should be in the GUI back (Ctrl-F5) When it does not help (it should force to run following cmd…
Howdy, Stranger!