Error Return Code:1 when run connection test add ibm v9000 storrd

Hi..
I Have this error when add storage IBM v9000 on storr2rrd when i connection test ifound this

SSH authorization: NOK
Tue Jan 12 15:25:10 2021 - ERROR   - ssh_test.pl: Current version of Net::OpenSSH is 0.62. Use version 0.78 and higher.
Failed to add the host to the list of known hosts (/home/lpar2rrd/.ssh/known_hosts).
Received disconnect from IBMV9000 port 22:2: Too many authentication failures for stor2rrd
Authentication failed.
Error: Unable to connect to remote machine. unable to establish master SSH connection: master process exited unexpectedly
Tue Jan 12 15:25:10 2021 - ERROR   - ssh_test.pl: Unable to connect to remote machine IBMV9000 - Return code: 1



I've searched the forums but haven't found a similar answer,.
can someone help me


thank


Comments

  • for SSH error
    This solve my problem

    cd /home/stor2rrd/stor2rrd

    . etc/stor2rrd.cfg

    $PERL -MNet::OpenSSH -e 'print "Version: $Net::OpenSSH::VERSION\n"'

    It shows:

    Version: 0.62

    I suppose there is installed module like this:

    perl-Net-OpenSSH-0.62-1.el7.noarch

    remove it by: rpm -e perl-Net-OpenSSH-0.62-1.el7.noarch

    Then will be used module from /home/stor2rrd/str2rrd/lib/Net/OpenSSH which is newer.

    Try connection test once more


    and for
    Failed to add the host to the list of known hosts (/home/lpar2rrd/.ssh/known_hosts) ERROR

    i do

    chown lpar2rrd /home/lpar2rrd/.ssh/known_hosts
    chmod 600 /home/lpar2rrd/.ssh/id*

    Thank to STOR2RRD support for the help


Sign In or Register to comment.