Comments
-
Hello, there is no SSH server running in container as you can easily get command line access via docker exec . So we don't need to expose port 22. Regarding HTTPS: it should work in docker version as there is Apache running inside the container, but we don't support it yet. You can use docker host as HTTPS proxy with your…
-
Hello, Create docker-compose.yml like this: version: "3.7" services: caddy: image: caddy:latest restart: unless-stopped container_name: caddy ports: - "80:80" - "443:443" volumes: - ./Caddyfile:/etc/caddy/Caddyfile lpar2rrd: image: xorux/lpar2rrd restart: unless-stopped container_name: LPAR2RRD ports: - "8162:8162"…
-
Hello, I think the best solution for you will be some proxy server (container) running on port 80/443 and routing traffic between LPAR/STOR containers. I'll do some testing and prepare brief howto for you.
-
Hello, I've just tested latest Docker image in our lab with success, send us logs please.Note a short problem description in the text field of the upload form cd /home/stor2rrd/stor2rrd tar cvhf logs.tar logs tmp/*txt gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com
-
Hello, what is the status, is it working already? It's unclear for me now.
-
Hello, it's fixed in the latest xorux/stor2rrd
-
Hello, you're are right, there are mismatched usernames in crontab file, I'll fix & push ASAP and let you know. We're taking crontab file from VMware image where both applications run under the same user (lpar2rrd), it's confusing... Thanks for reporting
-
Hello, don't know if this can work, we recommend to use sigle volume for the whole /home/stor2rrd directory, installer is checking various files to decide if it's first run or upgrade. You can make symlinks to logs/ and etc/ if you want to keep it like in your current cfg. You could try to stop the container, run the new…
-
Hello, how do you run xorux/stor2rrd ? Are you using volumes to keep data persistant? Please send us output of this on running 7.20 container: docker exec -ti your_container_name ls -al /home Thanks
-
Hello Andrew, please check container logs, maybe there could be the reason: docker logs <container_name> Thanks
-
Hello, I'm sorry but MS AD authorization is not implemented in STOR2RRD, but it's possible in XorMon that uses STOR2RRD as a backend.
-
Hello, there are too many sample collections stored in your Netapp, old collections are not deleted for some reason. You can see this in error logs: Maybe you cannot use delete command on statistics, can you check it please: ssh stor2rrd@nscluster01 set -privilege advanced -confirmations off statistics samples…
-
Hello, there is something wrong, I can see this in logs regarding perf data collection: (0 lines collected [readings: 12]) It means no perf data taken after being tried 12 times. Did you follow our Netapp howto https://stor2rrd.com/NetApp-monitoring.php ? Please check the roles and running services again. Let us know please
-
Hello, I can see no data is collected via SSH, did test connection succeed? You can also try to check connection inside the container: docker exec -ti stor2rrd_cont_name /bin/bash su - stor2rrd cd; cd stor2rrd bin/config_check.sh You should see: SSH connection OK Let us know please
-
Hello, send us logs please. 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 tmp/*txt gzip -9 logs.tar Send us logs.tar.gz via https://upload.stor2rrd.com
-
Hello, don't mount /home dir, but /home/stor2rrd only: services: stor2rrd: image: xorux/stor2rrd restart: always volumes: - stor2rrd:/home/stor2rrd - stor2rrd-keys:/home/stor2rrd/.ssh volumes: stor2rrd: stor2rrd-keys: Please pull latest xorux/stor2rrd first with fixed SSH keygen - now it generates new pair only on the…
-
Hello, we made a fix already, there was a problem with encoding on some menu entries You can get it here: https://download.lpar2rrd.com/patch/7.03-8-g5f38/genjson.pl.gz Gunzip it and copy to /home/lpar2rrd/lpar2rrd/bin (755, lpar2rrd owner) -rwxr-xr-x 1 lpar2rrd lpar2rrd 165174 Nov 10 14:18 genjson.pl…
-
Hello, please send us this file for analyse: /home/lpar2rrd/lpar2rrd/tmp/menu.txt Use our upload website: https://upload.lpar2rrd.com , zip it please before upload Thanks in advance
-
Now I see, we use old jQuery version in virtual appliance opening page, we'll fix it in the next release.
-
Hi Francois, if you're running recent version of LPAR2RRD (6.00 and newer), you can safely remove jquery-1.11.3.min.js from html/jquery, it's not used anymore. We'll try to integrate jquery v3.5 into the upcoming versions, unless there are any complications.
-
Hi Ardnt, I've done deep analysis of your latest logs, here is my resuts. Node ports number is a sum of all node ports throughput divided by 300 (seconds) It's far from ideal, but some analogy can be found there:…
-
Hi Arndt, please try this patch, it should fix node->port mapping: https://download.stor2rrd.com/patch/2.81-21-64-g91de9/naperf.pl.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 110083 Sep 16 09:18 naperf.pl If your web browser gunzips it automatically then just…
-
Hi Arndt, you're right, there is a bug in port mapping: I've used a hash structure for nodes instead of array, so it 's mapping ports to nodes in random order. Sometimes it's good, another time it's bad :-/ I'm working on the fix.
-
Hi Arndt, I can see data for both nodes only in mshnap1 and mshnap2 dumps, others has non-zero values for only one of them (either A or B ) - that's what we present in graphs. Please check it on your dumps: cd data/oggnap10 grep -e 'system:node' *cli.dump Ad bad y-axis scale: I have to made some calculations on dumps you…
-
Hi Arndt, we need some raw perf data from affected Netapp, can you please do following steps: su - stor2rrd cd /home/stor2rrd/stor2rrd echo "export DEBUG_FULL=2" >> etc/.magic Wait for 15 minutes, then: cd /home/stor2rrd/stor2rrd tar cvf dump.tar data/<YOUR_NETAPP>/*.dump gzip -9 dump.tar please…
-
Hi Martin, did you hard refresh your browser with Ctrl+F5 ? Please ignore that new menu item (Xormon ACL), it's for development purposes only and shouldn't be visible.
-
Hello, both applications use jquery 3.2.1, not 1.11.3 as your scanner detected. It's bundled in minified library in html/jquery/libs.min.js
-
Hello, please download this patch: https://download.stor2rrd.com/patch/ACL.pm.gz Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)-rwxr-xr-x 1 stor2rrd stor2rrd 8720 Mar 17 14:54 ACL.pm If your web browser gunzips it automatically then just rename it: mv ACL.pm.gz ACL.pm Now members of ReadOnly group…
-
Hi Stefan, 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 105458 Nov 26 14:19 naperf.plIf your web browser gunzips it automatically then just rename it: mv naperf.pl.gz naperf.pl VEEAM backups matching the following…
-
Hello, our container is based on Debian Jessie, ppc64le is supported (https://hub.docker.com/r/ppc64le/debian). We have to create manifest file for other platforms, unfortunately we have no access to Little Endian PowerPC host, so we cannot test it.
Howdy, Stranger!