Lukas

About

Username
Lukas
Joined
Visits
478
Last Active
Roles
Member, Moderator, Support

Comments

  • Hello, it is possible that configuration has not been done for a long time. Please this output cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir ls -l data/<STORAGE_ALIAS>/IOSTATS/configuration/ where <STORAGE_ALIAS> is name of storage in etc/storage-list.cfg Thank you
  • Hello, Here is a fix: http://download.lpar2rrd.com/patch/heatmap.pl.gz Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner) -rwxrwxr-x 1 lpar2rrd lpar2rrd 106562 26. úno 10.16 heatmap.pl If your web browser gunzips it automatically then just rename it: mv heatmap.pl.gz heatmap.pl after copy script to bin…
  • Hello, Here is a fix: http://download.stor2rrd.com/patch/qs_volume.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd stor2rrd 35985 Feb 22 14:16 qs_volume.pl If your web browser gunzips it automatically then just rename it: mv qs_volume.pl.gz qs_volume.pl After copy script…
  • Hi, either wait for a new configuration to take place (it may take several hours), or do following (changes will take effect within a few minutes) cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir rm data/<STORAGE_ALIAS>/IOSTATS/configuration/config-<STORAGE_ALIAS>.touch wait about 30 minutes then…
  • Send us logs pls. &#13;Note a short problem description in the text field of the upload form.&#13;&#13;cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir&#13;tar cvhf logs.tar logs tmp/*txt&#13;gzip -9 logs.tar&#13;&#13;Send us logs.tar.gz via https://upload.stor2rrd.com&#13;You might even attach…
  • Hello, Thank you for your problem description. To solve, we need logs and IOSTATS file for affected storage. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir tar cvhf logs.tar logs etc tmp/*txt data/Huawei_Dorado_Bill_GA/IOSTATS/* gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com You…
  • Hello, yes you can (just be careful that the interval was 5 minutes for example 4,9,14 etc). Try it and let us know. Thank you
  • Hello, you have two options 1) you will change crontab line to 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/stor2rrd/stor2rrd/load_husperf.sh > /home/stor2rrd/stor2rrd/load_husperf.out 2>&1 2) or you try this a fix http://download.stor2rrd.com/patch/husperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755,…
  • Hello, Please send us logs and IOSTATS files for affected storage. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir tar cvhf logs.tar logs etc tmp/*txt data/<STORAGE_NAME>/IOSTATS/* gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com You might even attach screenshots when it helps in…
  • Hello Alex, Ok. You send us logs and IOSTATS files for affected storage. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir tar cvhf logs.tar logs etc tmp/*txt data/<STORAGE_NAME>/IOSTATS/* gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com Thank you.
  • Hello, Yes you are right. Try these fixes: http://download.stor2rrd.com/patch/eternusperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd stor2rrd 99144 2. říj 12.45 eternusperf.pl If your web browser gunzips it automatically then just rename it: mv eternusperf.pl.gz…
  • Here are optimized scripts http://download.stor2rrd.com/patch/compellentperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd stor2rrd 58417 16. srp 15.33 compellentperf.pl If your web browser gunzips it automatically then just rename it: mv compellentperf.pl.gz…
  • Great. We will optimize other scripts and send them to you Thank you.
  • Great. 1. You have to rename storage alias in etc/storage-list.cfg (same name as Data collect manager SC44292 ) change compellent01:COMPELLENT:10.10.1.10:3033:admin:KT4mXVI9N0BUPjZdVQo= to SC44292:COMPELLENT:10.10.1.10:3033:admin:KT4mXVI9N0BUPjZdVQo= 2. Try this test script (The script is attached.) Gunzip it and copy to…
  • The script is attached.
  • Do you use the latest script? I do not think so. cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir ls -l bin/compellent_apitest.pl -rwxr-xr-x 1 stor2rrd lpar2rrd 12981 16. srp 12.41 bin/compellent_apitest.pl cat bin/compellent_apitest.pl | wc -l 457
  • Hello, We finally found the cause of the problem. Please try this test script and you will send us output. It should work. http://download.stor2rrd.com/patch/compellent_apitest.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd stor2rrd 12981 16. srp 12.41…
  • Hello, Are you sure you used the latest version of compellent_apitest.pl (12355)? ls -l bin/compellent_apitest.pl Can you confirm that curl commands (password is standard, not encoded) curl -v -k -i https://10.10.1.10:3033/api/rest/ApiConnection/Login -X POST -d '' -u admin:<password> -H 'content-type: application/json' -H…
  • Hello, please try this test script and you will send us output http://download.stor2rrd.com/patch/compellent_apitest.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) -rwxr-xr-x 1 stor2rrd stor2rrd 12355 Aug 15 15:49 compellent_apitest.pl If your web browser gunzips it automatically then just…
  • Hello, Any news? Did you try last test script? Thank you
  • Hello, 1. send us output from this command cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir ./bin/config_check.sh <storage_name> 2. 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…
  • Hello, It is strange that the curl login command is to work fine, but login does not work through perl. try this test script: http://download.stor2rrd.com/patch/compellent_apitest.pl.gzGunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 12315 Jul 31 12:56…
  • Hello, Send us logs and IOSTATS files for affected storage and a screenshot of what should be seen (what is missing in stor2rrd) cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dirtar cvhf logs.tar logs etc tmp/*txt data/<STORAGE_NAME>/IOSTATS/*gzip -9 logs.tar Send us logs.tar.gz via…
  • Is the compellent01 storage assigned to admin user? Do you see any performance graphs in Enterprise manager under admin user? please send us the outputs of these commands: cookie=`curl -k -i https://10.10.1.10:3033/api/rest/ApiConnection/Login -X POST -d '{}' -u admin:<password> -H 'content-type: application/json' -H…
  • [lpar2rrd@xoruxibm stor2rrd]$ ls -l /home/lpar2rrd/stor2rrd/bin/compellent_apitest.pl-rwxr-xr-x 1 lpar2rrd lpar2rrd 12185 May 24 14:23 /home/lpar2rrd/stor2rrd/bin/compellent_apitest.pl This is an old file (May 24). You have to use this one copy script to /home/lpar2rrd/stor2rrd/bin then run ./bin/config_check.sh…
  • We working on it. Did you use this script http://download.stor2rrd.com/patch/compellent_apitest.pl.gz (before run ./bin/config_check.sh compellent01)? please outputs from commands perl -v ls -l /home/lpar2rrd/stor2rrd/bin/compellent_apitest.pl Thank you.
  • hm. please one more output curl command (x-api-version 3.1) curl -k -i https://10.10.1.10:3033/api/rest/ApiConnection/Login -X POST -d '{}' -u admin:<password> -H 'content-type: application/json' -H 'x-dell-api-version: 3.1' Thank you.
  • Try this curl command for testing login and you will send us output curl -k -i https://10.10.1.10:3033/api/rest/ApiConnection/Login -X POST -d '{}' -u admin:<password> -H 'content-type: application/json' -H 'x-dell-api-version: 2.0' where <password> is password of admin user thank you.
  • Hello, try this test script: http://download.stor2rrd.com/patch/compellent_apitest.pl.gzGunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 12185 24. čec 09.32 compellent_apitest.plIf your web browser gunzips it automatically then just rename it: mv compellent_apitest.pl.gz…
  • Hi, please send us logs and IOSTATS for affected storage (Hitachi VSP F1500). cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir tar cvhf logs.tar logs etc tmp/*txt data/<STORAGE_NAME>/IOSTATS/* gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com You might even attach screenshots when it…
Avatar

Howdy, Stranger!

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