Comments
-
do you have a problem only with JOBS_TAB? tail /home/lpar2rrd/lpar2rrd/logs/error-cgi.log
-
I see it. There is no IBM Power server, just VMware. This might cause a problem. We will look at it and let you know soon.
-
You should see it under "Linux" item in SERVER level.
-
You mean that you do not see data or the client entry at all? I suppose the entry. you should see it in the GUI if it is printed here: grep bla /home/lpar2r_2/lpar2rrd/tmp/menu.txt If not then Ctrl-F5 in the GUI or try another browser to exclude browser caching.
-
it is strange as local Linux env should not influence it, as I wrote we always use: ssh hmc "export LANG=en_US; lslparutil -r lpar ...." ok, run cmd "set" from cron and "set" from cmd line, check for differences. Post "set" from cron, it will not be long.
-
It seems to be about time format. We expect something like: 03/15/2016 10:01:29 but in your example I see this format (include double quote!): "Mar 15, 2016 8:55:59 AM" It is strange as each our HMC query starts with "export LANG=en_US; ...", this should assure that the format is always same. Here you can see downloaded…
-
/opt/freeware/lib/libiconv.a is required by Perl and RRDTool tools from /opt/freeware/bin
-
You have to install all Perl modules (XML are missing). Use this page as reference what needs to be installed (ideally upgrade RRDTool to 1.4.x as well) http://www.lpar2rrd.com/aix_install.htm It is a bit pain on AIX but no other way here. Once you install them then it will work.
-
yes lpar2rrd-agent.pl [-d] [-c] [-n __NMON_DIR__] __LPAR2RRD-SERVER__[:__PORT__]
-
Hi, check if there is this module like in below example, I do not think so. $ cd /apps/lpar2rrd $ find vmware-lib -name VIRuntime.pm vmware-lib/VMware/VIRuntime.pm If not then installation of VMware Perl SDK did not work somehow. Check that you have downloaded complete package. Install it once more (post a screenshot from…
-
Hi, thanks for feedback. 1. we have already fixed that double quotes issue in the documentation earlier today. 2. exactly, also this one has appeared in the docu already earlier today Metrics 1. we will check it out, it should be possible 2. we have already got similar feedback while ago, it will be removed if that metric…
-
wait for finish of the first ./load.sh, then Ctrl-F5 in the browser and you should see 1.24
-
Hi, we have already seen that. It does not seem to affect anything, it just filling logs. We will look at that. We will let you know what data we would need for debugging.
-
yes, "showsys -space" is something what we going to use for this purpose. thanks.
-
1st issue is fixed in 1.24-1, upgrade will fix that http://www.stor2rrd.com/note120.htm 2nd issue What we show is CPGs user space. This is perhaps wrong, we know that :)
-
send us logs: cd /home/lpar2rrd/lpar2rrd # or where is your LPAR2RRD working dir tar cvhf logs.tar logs etc tmp/*txt # do not miss "h" option in tar gzip -9 logs.tar Send us logs.tar.gz via https://upload.lpar2rrd.com
-
Try to use this PERL5LIB (all one line) in etc/lpar2rrd.cfg PERL=/opt/freeware/bin/perl…
-
Your right, VMware is configured only through the GUI. The message is misleading. Put into HMC_LIST whatever (even the space) as a workaround for now. It allows to go further in load.sh instead of immediately exiting. Thanks for reporting it, we will fix it.
-
great, thanks for confirmation
-
Hi, yes that is right. Unfortunately SNMP starts to count ports from 1. We know about that but there is no way which would work in all situations to convert it to 0 starting point. You will have to live with that :(
-
Hi, it is "only planed" so far. Realization depends on its priority. Priority is raising if there is general demand for such feature (like this discussion :) ) or if a customer asks for that.
-
It is strange, nothing new has been introduced here, both Perl modules are required for a long time. I have just test it on AIX/Linux and it seems to working fine. Your env looks good. Is all working fine? Can you do for example CSV export from historical reports? (there is used XML support)
-
if you have 2 product instances on different virtual web servers then is easy to setup acces sfor each of them via Apache basic authorization. You can have 2 users, one would see Power lpar2rrd instance only and the other one VMware.
-
Hi, there is no direct solution for this situation. The product supports Active Directory authorization however it is not yet implemented on VMware part (it allows to restrict visibility of LPARs or servers in IBM Power part only per AD group setting) Only the way how this could be done at the moment is installing 2…
-
Try this, it should connect vCenter, supply user name, vCenter name and password. It should return vCenter time $ . /home/lpar2rrd/lpar2rrd/etc/lpar2rrd.cfg $ /usr/bin/perl /home/lpar2rrd/lpar2rrd/vmware-lib/apps/connect.pl --version --server <vCenter host> --username <vCenter read only user> --password XXXXX Connection…
-
One switch did not have enabled all required MIBs. Documentation has been enhanced about this: When there is no data from the switch at all than check if it has allowed all SNMP MIBs $ /opt/freeware/bin/snmpwalk -v 1 -c public <Switch_IP> 1.3.6.1.2.1.75.1.1.1 SNMPv2-SMI::mib-2.75.1.1.1.0 = Hex-STRING: 10 00 00 27 F8 6E 88…
-
Hi, 7.3 storage firmware brought big changes in caching. We have not implemented such changes in the product yet. It is definitelly planned to be done. It is all about our time and priorities :) Priorities affect even user feedbacks like this one of course.
-
is not it blocked by a firewall? As per http://www.lpar2rrd.com/install.htm : $ telnet vmware01 443 Trying 192.168.1.123... Connected to vmware01. Escape character is '^]'. Try from the comand line this: $ . /home/lpar2rrd/lpar2rrd/etc/lpar2rrd.cfg # adjust path to your lpar2rrd.cfg if necessary $ $PERL…
-
VMware SDK is necesary only on the server where is lpar2rrd hosted. You do not need to install anything on monitored vcenter/ESXi/VM
-
Hi, Memory/paging space alerting is not implemented yet. We are planning it to be included in brand new alerting module. It will have much more alerting possibilities than actual alerting with GUI based configuration (like it is in actual stor2rrd product). It is something what is going to be introduced this year for sure…
Howdy, Stranger!