Comments
-
Hi, pls more details, what exactly do you export, is that about servers or lpars ...
-
No limit on number of servers/hmcs or lpars.
-
Hi, it is not a log file. It is a file where is saved data which has not been sent to the server. Looks like there is a problem with connecting lpar2rrd deamon from that agent or any other problem preventing to send data to the server. Try to troubleshoot the problem as per http://www.lpar2rrd.com/OSagent-debug.htm Check…
-
Hi, this forum is about STOR2RRD product. It is not a forum for general EMC VMAX or any other storages questions. Only stuff related to STOR2RRD. Place your question on EMC official forum: https://community.emc.com/community/products
-
Hi, you are right. It is fixed now, download the same package from our repository once more. Thanks for notifying us!
-
Hi, status is checked once an hour. You should see timestaps changing here every hour (this is source for the GUI presentation) ls -l /home/stor2rrd/stor2rrd/tmp/health_status_summary/ "ok" suffix means OK.
-
Hi, 1. maping has been just implemented (mdisk IDs to names), you will see it after applying below fix. 2. Size of mdisks is not implemented yet. 3. Here is a fix for not displayed volumes. Problem was that on that storage are volumes spread through more mdisks. http://www.stor2rrd.com/download/Storcfg2html.pm.gz Gunzip it…
-
Hi, it should go back automatically after next check. Might be it is still pending in Storage event queue as not aknowleded issue. Then clean that out on the storage. How does it look now?
-
Hi, 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…
-
Hi, as per you data and screenshot there is 3 POOLs, 3 mdisks and 3 volumes on that storage. All is presented here, just mdisks (raid groups) IDs are not mapped to names. As per me it is correct, what is wrong on that screenshot?
-
if you run telnet as per above then you have to see at least 1 TCP syn packet on the default gateway. It is not about our agent. You might have wrong route on IBM i, use wrong interface, or anything is filtering it in IBM i. I am not an IBM i expert so I cannot advice more. As soon as telnet works then even our agent…
-
well, there was a connection from 172.19.131.6 which waiting for TCP close now
-
verify it with your network/security department if communication is allowed: <your IBM i host> --> 72.19.149.175:8162 (TCP)
-
ok, then there is not allowed network connection. it is what says initial error, just confirmed trough the system tool (telnet) Er: C_SNDSTS - connect() errno = 3447 Sorry we cannot help you more here, something is blocking that communication, it is all. Try that telnet from other machine whoich work, you will see…
-
Hi, only VolumesTOP is affected. Can you see there any volume from this storage? Pls once more this, strange above error should not happen: ls -l /home/stor2rrd/stor2rrd/data/XIV7803191/VOLUME/1076978*
-
opss, wrong port name in example, this is the right one: TELNET RMTSYS('172.19.149.175') PORT(8162) SSL(*NO) INZWAIT(5)
-
If above cmd is hanging (it times out in 10 mins) then it is ok, you can interrupt it by: SysRq ➡ Enter ➡ 2. End previous request
-
Try this cmd, is that fail in 5 secs or does it time out in 10 minutes? TELNET RMTSYS('172.19.149.175') PORT(8163) SSL(*NO) INZWAIT(5)
-
if there is no packet captured then it means that agent does not send any data to lpar2rrd server what confirm that there is a connection error on the agent side. (suppose that eth0 is the right interface where agent should communicate) Assure that lpar2rrd hostanme is ok: ADDLIBLE LPAR2RRD GO MENU --> option 50 -->…
-
I do not think so. We would need iostat output requested above.
-
Hi, 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 tar cvhf logs.tar logs etc tmp/*txt *out # do not miss "h" option in tar gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com
-
Hi, we would like to add support of Xen definitelly. It is all about our time and priorities. Actually we are not working on that. However more people asking about it, bigger priority for us :)
-
assign to user read-only role on the vCenter.
-
use this cmd to set it up when the agent is not running 1. hostanme example CHGCMDDFT CMD(LPAR2RRD/RTV_SYSSTS) NEWDFT('IPADR(LPAR2RRD-SERVER.SERVER.COM)') 2. IP example CHGCMDDFT CMD(LPAR2RRD/RTV_SYSSTS) NEWDFT('IPADR(''192.168.1.2'')')
-
can you see any comunication on lpar2rrd server from IBM i agent? (change IP and interface "en1") tcpdump -ni en1 host <IBM i OS agent IP> leave it running for 30mins at least. send us logs/error.log-daemon if there was any communication https://upload.lpar2rrd.com Are you sure your lpar2rrd hostaname is correct set in IBm…
-
this is ok, it is working fine, 5 sessions concurently tere can be. 1.What about your agent, had it ever workedd or is that new installation? 2. anyting related in logs/error.log-daemon?
-
kill 10383 su - lpar2rrd cd lpar2rrd ./load.sh It starts lpar2rrd-daemon process on its start. What LPAR2RRD server version do you use?
-
Hi, errno = 3447 Error while connecting for error socket Looks like your agent canot communicate with LPAR2RRD server. have you correctly set lpar2rrd server hostname/IP? As per docu: 1. PING RMTSYS('LPAR2RRD-SERVER.SERVER.COM') Verifying connection to host system LPAR2RRD-SERVER.SERVER.COM at address 192.168.1.2.…
-
Hi, 1. check appache error log for any error: It is usualy somewhere in /var: find /var -name error_log grep lpar2rrd error_log| tail -50 2. Try to restart apache: apachectl stop apachectl start 3. please try to check Firefox browser console for errors, maybe some missing file(s): Press [F12], then click on the…
-
Hi, have you set it up as per this? http://www.lpar2rrd.com/VMware-counters.htm
Howdy, Stranger!