Run stor2rrd on Docker
Comments
-
Hi,I do not understand the question.All tool configuration data and perf data from monitored storages is saved on the filesystem. Why it should be lost after the server reboot?
-
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 container called XoruX and its data and configuration will be stored in volume called xorux . You can find info on this volume with command:docker volume inspect xorux
All future instances of xorux/apps started with -v xorux:/home parameter will use data & cfg stored in xorux volume.
-
great help Jirka thanks for info.
Howdy, Stranger!
Categories
- 1.6K All Categories
- 41 XORMON NG
- 25 XORMON
- 149 LPAR2RRD
- 13 VMware
- 16 IBM i
- 2 oVirt / RHV
- 4 MS Windows and Hyper-V
- Solaris / OracleVM
- XenServer / Citrix
- Nutanix
- 6 Database
- 2 Cloud
- 10 Kubernetes / OpenShift / Docker
- 122 STOR2RRD
- 19 SAN
- 7 LAN
- 17 IBM
- 3 EMC
- 12 Hitachi
- 5 NetApp
- 15 HPE
- Lenovo
- 1 Huawei
- 1 Dell
- Fujitsu
- 2 DataCore
- INFINIDAT
- 3 Pure Storage
- Oracle