STOR2RRD proxy setup
This feature is available only in the Enterprise edition
You can run STOR2RRD data collector on a Customer site to collect data and transfer it to Provider site where customer's storage and SAN data is saved and presented.
Setup
-
Install STOR2RRD on the Provider site.
-
Install STOR2RRD on the Customer site and configure it in data collection mode only.
-
Allow ssh/scp communication from the Customer site to the Provider site
Exchange ssh keys to allow password less communication between Customer and Provider sites for stor2rrd user.
Connections are always initiated from the Customer site.
Provider/Central site
-
Install standard STOR2RRD product as per installation manual without installing storage access
- Storage
Configure storage in the UI: Settings ➡ Storage ➡ New ➡ use same storage alias as on the Customer site ➡
➡ Enhanced options ➡ Proxy mode : on (at first select storage type, then check the proxy button)
Nothing else is necessary, no IP, usernames etc, no connection test, just storage definition
- SAN switches
2 possibilities:
- Define switch with the same alias
- set IP/Hostname, again same as on the remote site, then fill in all other necessary data in the form, but they will be ignored
- set "Proxy mode : on"
-
or put this variable without defining anything on the central site:
cd /home/stor2rrd/stor2rrd
umask 022
echo "export PROXY_CENTRAL=1" >> etc/.magic
- Schedulle to run STOR2RRD from stor2rrd crontab
2 jobs must be there, standard load.sh and new one for regular load of Customer site data load_data.sh
$ crontab -l
# STOR2RRD
0 * * * * /home/stor2rrd/stor2rrd/load.sh > /home/stor2rrd/stor2rrd/load.out 2>&1
# Load data from storage proxy agent
3,13,23,33,43,53 * * * * /home/stor2rrd/stor2rrd/load_data.sh > /home/stor2rrd/stor2rrd/load_data.out 2>&1
-
Wait for the first data transfer from the Customer site, then run this to build up the UI
$ /home/stor2rrd/stor2rrd/load.sh
Customer/Remote site
That is all, wait about 30 minutes, then check web site of Provider/Central site, you should see storage, SAN switches and data