Jirka

About

Username
Jirka
Joined
Visits
438
Last Active
Roles
Member, Administrator, Moderator, Support
Points
2

Comments

  • Hello, it's failing because of the bad permissions. From your install.log: WARNING, directory : /home/lpar2rrd/ has probably wrong rights dir and its subdirs have to be executable&readable for WEB userdrwx------ 5 lpar2rrd lpar2rrd 157 Apr 8 14:33 /home/lpar2rrd/ Solution: as root chmod 755 /home/lpar2rrd
  • OK, please try another version of that file: https://download.stor2rrd.com/patch/naperf.pl.gzGunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 103415 Mar 18 14:24 naperf.pl If your web browser gunzips it automatically then just rename it: mv naperf.pl.gz naperf.pl Let us…
  • Hi Alex, please apply this patch, it should help: https://download.stor2rrd.com/patch/naperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 103294 Mar 18 13:47 naperf.plIf your web browser gunzips it automatically then just rename it: mv naperf.pl.gz naperf.pl
  • Hello, 1) was there any vCenter defined in previous version of LPAR2RRD? 2) can you rename this file: /home/lpar2rrd/lpar2rrd/etc/web_config/hosts.json and then try to define VMware host again
  • Hello, there was a bug in 6.00, please use this patch: http://download.lpar2rrd.com/patch/genjson.pl.gz Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner)-rwxr-xr-x 1 lpar2rrd lpar2rrd 126604 Mar 4 15:04 genjson.pl If your web browser gunzips it automatically then just rename it: mv genjson.pl.gz…
  • Hi ashoksa, data and configuration is held inside the container, you have to start the right one on system reboot. docker run command creates new empty container, use docker start instead. Better way is to use Docker volume like this: docker run -d --name XoruX -v xorux:/home -p 8080:80 xorux/apps this will create…
  • Hello, i just found this one for OpenSuse: https://opensuse.pkgs.org/15.0/opensuse-oss/perl-rrdtool-1.7.0-lp150.3.4.x86_64.rpm.html Please try to find perl-rrdtool with zypper
  • Hello, please download this file: http://www.stor2rrd.com/download-static/images.tar.gz It contains 3 PNG files, please copy all of them to these directories: /home/stor2rrd/stor2rrd/html/css/images /home/stor2rrd/stor2rrd/www/css/images It should help
  • Hello, it's dotfile, it could be hidden. Try this: cd /home/stor2rrd/stor2rrd/www ls .ht* Can you see it?
  • Hello, removing .htaccess files from both /home/stor2rrd/stor2rrd/www and /home/stor2rrd/stor2rrd/stor2rrd-cgi should be enough
  • Hello, we need some files for debugging - can you please send us: /home/stor2rrd/stor2rrd/etc/web_config/users.json /home/stor2rrd/stor2rrd/tmp/menu.txt Please use our upload service: https://upload.stor2rrd.com and note a short problem description in the text field of the upload form. Thanks
  • Hello, SAN switch enables/disables all SAN, you cannot set permission for single SAN objects.
  • Hello, did you get login dialog? Are you ACL admin? Can you see User management in left menu?
  • I see, there are some differences between 2.2 and 2.4 version. Try to change Require lines as per docu: https://httpd.apache.org/docs/current/upgrading.html 2.2 configuration:Order allow,deny Allow from all 2.4 configuration:Require all granted
  • Looks like Apache has no access to dir, please check apache permissions on /var/opt/stor2rrd/www 
  • Hello, the easiest way is to enable mod_env module in your apache config. If it's not possible, use SetEnvIf with condition that is always true, something like this: SetEnvIf Remote_Addr ".*" XORUX_ACCESS_CONTROL=1
  • Hello, it's already fixed in our repository, fix will be included in the next version. If you want to fix it on your own, feel free to comment out lines 1112-1114 of file /home/stor2rrd/stor2rrd/bin/genjson.pl before: for my $srv ( sort keys %fleet ) { if ($times{$srv}{"removed"} eq "1") { next; } print $n1 . "\"$srv\":{";…
  • Hello, please use this hotfix: Download this file http://download.lpar2rrd.com/patch/ACL.pm.gz Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner)-rwxr-xr-x 1 lpar2rrd lpar2rrd 8157 Jul 28 07:12 ACL.pmIf your web browser gunzips it automatically then just rename it: mv ACL.pm.gz ACL.pm It should help
  • Hello, there are weird characters (09 hex = TAB) in some of your SAN port names You can either correct that names, or install patched script: http://download.stor2rrd.com/patch/genjson.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner) 
-rwxr-xr-x 1 stor2rrd stor2rrd 38530 Jul 17 07:50…
  • @jjsk1: could you please provide us with some degug data? Please follow these steps: Activate data collection:su - stor2rrd
cd /home/stor2rrd/stor2rrd
echo "export KEEP_OUT_FILES=1" > etc/.magic
echo "export DEBUG_FULL=2" >> etc/.magic 
 
 Wait for 15 minutes, then send us data for analysis (via…
  • Hello, there is Postfix MTA installed and running in Virtual Appliance, configuration is in /etc/postfix More info: http://www.postfix.org/ https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/s1-email-mta.html#s3-email-mta-postfix-conf
  • Hello, you can mount host directory into a container using -v parameter: docker run -d -p 80:80 -v /your/dir/on/host:/home xorux/apps Using this you'll have homedir (and all LPAR2RRD/STOR2RRD data) out of the container.
  • Hello, is your crontab file syntax OK? su - stor2rrd crontab -e Then make some small change (add an empty line) and save it - syntax will be checked before saving. Can you run cron tasks manually? What does cron log say?
  • Hello, please give us more info, which operation fails? Can you run any commands? Check lpar2rrd logs dir, you can save some space there: du -h /home/lpar2rrd/lpar2rrd/logs
  • Hi, now I see, it's not gzipped, it has bad extension... try this instead: tar xvf lib-linux.tar.gz
  • Hi, Look at this line: Remote system doesn't accept your key type. It can be related with this: There are four types of keys: dsa, ecdsa, ed25519, or rsa. Try to generate rsa type key and connect with it.ssh-keygen -t rsa
  • Hi, try to run ssh with verbose parameter (-v ), it should tell you why the connection fails - some permission problem maybe.
  • Hello, please get the attached file and gunzip it to /home/stor2rrd/stor2rrd/bin 
 -rwxr-xr-x 1 1006 1006 77854 Sep 8 07:54 naperf.pl 
 then wait for some time (15 minutes is enough) and run load.sh html 
 in /home/stor2rrd/stor2rrd 
 Try to refresh your browser and check your Netapp again
  • Hello, this is not SSH certificate, it's the certificate used by Apache web server in virtual appliance, you have to login to your appliance via SSH and follow these steps (as root user):# this will generate certificate valid for 1 year, consider to use -days 3650
# fill required fields if you want (country, city,…
  • Hello Mario, we need some perf data:&#13;su - stor2rrd&#13;cd /home/stor2rrd/stor2rrd&#13;echo "export KEEP_OUT_FILES=1" >> etc/.magic&#13;&#13;Let it work for 30minutes.&#13;Then there should be files like:&#13;ls -l data/<storage name>/*perf*&#13;&#13;Send us 1 *perf* file from zvw-fil-1a, email of…
Avatar

Howdy, Stranger!

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