DS8K fails config_check.sh

Good afternoon,

We are adding two DS8870s to STOR2RRD per instructions: 
https://www.stor2rrd.com/IBM-SVC-Storwize-XIV-DS8000-monitoring.htm

(For preliminary steps, including configuration for only one DS8870 to comply with post length limit.)

All configuration steps completed successfully until final config_check.sh, which fails.

- dscli installation completed successfully.

- New stor2rrd accounts created on DS8870s (completed via DS8870 GUI).


- stor2rrd passwords stored for dscli:
     /opt/ibm/dscli/dscli managepwfile -action add -mc1 172.16.8.111 -name stor2rrd -pw <password>
     Date/Time: June 24, 2019 1:21:15 PM CDT IBM DSCLI Version: 7.7.5.61 DS: -
     CMUC00205I managepwfile: Password file /home/stor2rrd/dscli/security.dat successfully created.
     CMUC00206I managepwfile: Record 172.16.8.111/stor2rrd successfully added to password file /home/stor2rrd/dscli/security.dat.


- Connection tests:
     root@aixweb:/home/root # perl /stor2rrd/bin/conntest.pl 172.16.8.111 1750
       TCP connection to "172.16.8.111" on port "1750" is ok
     root@aixweb:/home/root # perl /stor2rrd/bin/conntest.pl 172.16.8.111 1751
       TCP connection to "172.16.8.111" on port "1751" is ok



- Connection checks:
     stor2rrd@aixweb:/home/stor2rrd-> /opt/ibm/dscli/dscli -hmc1 172.16.8.111 -user stor2rrd ver -l
     Date/Time: June 24, 2019 1:22:48 PM CDT IBM DSCLI Version: 7.7.5.61 DS: -
     DSCLI          7.7.5.61
     StorageManager 7.7.9.0.20150422.1
     ================Version=================
     Storage Image    LMC
     ==========================
     IBM.2107-75DWA71 7.7.51.48




- DEVID verifications:

     stor2rrd@aixweb:/home/stor2rrd-> /opt/ibm/dscli/dscli -hmc1 172.16.8.111 -user stor2rrd
     Date/Time: June 24, 2019 1:24:11 PM CDT IBM DSCLI Version: 7.7.5.61  DS:
     IBM.2107-75DWA71

     dscli> lssi -s
     Date/Time: June 24, 2019 1:24:22 PM CDT IBM DSCLI Version: 7.7.5.61 DS: -
     ID
     ================
     IBM.2107-75DWA71
 



- storage-list.cfg entries:
     DS8800:DS8K:IBM.2107-75DWM31:192.168.6.111:192.168.6.111:
     DS8800:DS8K:IBM.2107-75DWA71:192.168.8.111:192.168.8.111:



- config_check.sh (fails):

     stor2rrd@aixweb:/stor2rrd-> ./bin/config_check.sh
     ...
     =========================
     STORAGE: DS8800: DS8K
     =========================
       WARNING : TCP connection to "192.168.6.111" on port "1750" has failed! It might need to be open on the firewall.
       WARNING : TCP connection to "192.168.6.111" on port "1751" has failed! It might need to be open on the firewall.
       /opt/ibm/dscli/dscli -hmc1 192.168.6.111 -hmc2 192.168.6.111 -user stor2rrd whoami
     CMUC00386E whoami: The record 192.168.6.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
     CMUC00386E whoami: The record 192.168.6.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
       /opt/ibm/dscli/dscli -hmc1 192.168.6.111 -hmc2 192.168.6.111 -user stor2rrd ver -l
     CMUC00386E ver: The record 192.168.6.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
     CMUC00386E ver: The record 192.168.6.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
       connection failed!!

     =========================
     STORAGE: DS8800: DS8K
     =========================
       WARNING : TCP connection to "192.168.8.111" on port "1750" has failed! It might need to be open on the firewall.
       WARNING : TCP connection to "192.168.8.111" on port "1751" has failed! It might need to be open on the firewall.
       /opt/ibm/dscli/dscli -hmc1 192.168.8.111 -hmc2 192.168.8.111 -user stor2rrd whoami
     CMUC00386E whoami: The record 192.168.8.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
     CMUC00386E whoami: The record 192.168.8.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
       /opt/ibm/dscli/dscli -hmc1 192.168.8.111 -hmc2 192.168.8.111 -user stor2rrd ver -l
     CMUC00386E ver: The record 192.168.8.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
     CMUC00386E ver: The record 192.168.8.111/stor2rrd does not exist in the password file /home/stor2rrd/dscli/security.dat.
       connection failed!!

I don't know what we're missing or doing wrong.
Any ideas, comments, feedback would be most appreciated.

Thank you!

Comments

  • Hi,

    why do you use in command line this IP: 172.16.8.111 and in configuration this one: 192.168.8.111 ?




  • Hi Pavel,

    I flunked my remedial reading class. :)
    Thanks for spotting that.
    config_check.sh now completes correctly.
Sign In or Register to comment.