2 arrays no longer working cert expired yesterday

we had 2 3pars expire their certs yesterday. at the same time they stop reporting to stor2rrd. if I do the config_check it hangs, If I do the same command manually it works.


 Any ideas?

Comments

  • product version pls.
  • Sorry 2.71 supported. Latest and greatest!
  • strange, when it work from command line then it should work even from the script

    logs
    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, team
    Is this case was solved? I have similar one.
    After certificate expiration can not connect to array by ./bin/config_check.sh, manually or check in Web works. 
    STOR2RRD version2.71
  • Hi,

    confirm certificate (change IP address in below example)

    su - stor2rrd (lpar2rrd on the appliance)

    export TPDCERTDIR=/home/stor2rrd/stor2rrd/etc
    export TPDPWFILE=/home/lpar2rrd/stor2rrd/etc/.3par-172.26.47.241.pwf; /opt/hp_3par_cli/bin/cli -sys 172.26.47.241 -pwf /home/lpar2rrd/stor2rrd/etc/.3par-172.26.47.241.pwf showuser

    --> confirm yes

    then check that connection is ok:
    cd /home/stor2rrd/stor2rrd
    ./bin/config_check.sh <storage alias>


  • Thanks a lot, Pavel! Now it works.
Sign In or Register to comment.