Installation
$ perl /home/stor2rrd/stor2rrd/bin/conntest.pl 192.168.1.1 22 Connection to "192.168.1.1" on port "22" is ok
$ ls -l ~/.ssh/id_rsa.pub $ ssh-keygen -t rsa -N "" Generating public/private rsa key pair. Enter file in which to save the key (/home/stor2rrd/.ssh/id_rsa): ... $ ls -l ~/.ssh/id_rsa.pub -rw-r--r-- 1 stor2rrd stor2rrd 382 Jun 1 12:47 /home/stor2rrd/.ssh/id_rsa.pub
$ ssh-keygen -e -f ~/.ssh/id_rsa.pub > id_rsa.pub.ietf $ ls -l id_rsa.pub.ietf -rw-r--r-- 1 stor2rrd stor2rrd 507 Jan 8 08:43 id_rsa.pub.ietfYou might need to add this into your SSH cfg in case ssh connection to the storage does not work
vi ~/.ssh/config Host * HostKeyAlgorithms=+ssh-rsa
$ df -g /home # AIX $ df -h /home # Linux
$ cd /home/stor2rrd/stor2rrd $ ./bin/config_check.sh eternus-alias01 ===================== STORAGE: eternus-alias01 : ETERNUS ===================== connection ok
$ crontab -l | grep load_eternusperf.sh $
$ crontab -e # Fujitsu ETERNUS 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/stor2rrd/stor2rrd/load_eternusperf.sh > /home/stor2rrd/stor2rrd/load_eternusperf.out 2>&1
$ crontab -e # STOR2RRD UI (just ONE entry of load.sh must be there) 5 * * * * /home/stor2rrd/stor2rrd/load.sh > /home/stor2rrd/stor2rrd/load.out 2>&1
$ cd /home/stor2rrd/stor2rrd $ ./load.sh