Pavel

Hi Juergen, you can still downgrade to 5.x, but we do not support it for fre users. I understand your disappointment, but you have to understand that development and support is not for free, we have to pay developers and other costs. Pricing : premium edition (only edition which covers your big infra) IBM Power 8k USD a year VMware 11k USD a year. 20 % discount if you order both, total 15 200 USD a year regarding your scripting above lpar2rrd data you have mentioned earlier. We can do such scripting for you as part of support sevices. Let me know if you need an official quote. Regards, Pavel

About

Username
Pavel
Joined
Visits
3,936
Last Active
Roles
Member, Administrator, Support

Comments

  • Hi, It is a know bug in this version only Here is a hotfix: http://www.stor2rrd.com/download/main.js.gz Gunzip it and copy to cp main.js /home/stor2rrd/stor2rrd/html/jquery (755, lpar2rrd owner) cp main.js /home/stor2rrd/stor2rrd/www/jquery (755, lpar2rrd owner) -rw-rw-r-- 1 lpar2rrd staff 137593 Oct 06 13:25…
  • right, from the server side
  • ok, lets do debuging. su - lpar2rrd cd /home/lpar2rrd/lpar2rrd touch tmp/as400-debug let it work for 30 mins and then send us this log: gzip -9 logs/as400-debug.txt delete created file: rm tmp/as400-debug # DO NOT FORGET ABOUT IT https://upload.lpar2rrd.com If you have more agents running then note name of the one which…
  • yep, this fix is in 4.92
  • BTW there was a bug in alerting of CPU dedicated partitions fixed just recetly, use this hotfix: http://www.lpar2rrd.com/download/alrt.pl.gz Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner) -rwxr-xr-x 1 lpar2rrd staff 73669 Oct 06 17:03 bin/alrt.pl If your web browser gunzips it automatically then…
  • What version of the product do you use? There is support or monitoring of CPU dedicated lpars for quite a while, you should see real utilization instead of 100%.
  • Hello, it should not be about an error during deployment or privileges. Does that happen on single lpar? If more lpars then what they have common like operating system level, huge RAM (there is a bug in preseting RAM over 2TB in the GUI, but it should show something at least) etc? Pls screenshot if possible.
  • It has been just implemented, install 2 below files and kill all running svcperf* processes. http://www.stor2rrd.com/download/SVC.pm.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 lpar2rrd staff 65705 Aug 12 23:46 bin/SVC.pm If your web browser gunzips it automatically then just…
  • Hi, switch off below, this is somethig what is developed on IBM i side but not used, the server part does not recognize it. Basically it provides CPU util data which we get from the HMC. LPARFORM1(*TIMEPER *NONE ()) 
LPARFORM2(*TIMEPER *NONE ()) 

  • it is not about setting DEBUG parameter. revert it to 1. It is about this file, remove it: /home/lpar2rrd/lpar2rrd/tmp/as400-debug Then debuging output stops.
  • yes, it runs once a day, when *svcperf* process is restarted (it shoudl happen on the midnight and after upgrade)
  • yes, sorry. There will be parameter description in the next version (available via F1 as usually) The new version with further enhancement will be released at start of Oct 2016, it will contain apart of help this: - Top 10 disks per % busy (MB/sec, IOPS), per system and per ASP : Sep 2016 - LAN statistics per interface :…
  • 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.
Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!