Isilon configration fails

lshanmug
edited December 2021 in EMC

TCP connection to "XXXXXXXXXX" on port "8080" is ok
/usr/bin/perl /home/stor2rrd/stor2rrd/bin/isilon_apitest.pl "stor2rrd" XXXXX "XXXXXXX" "8080"

Api version : 1
$VAR1 = \bless( {
                   '_protocol' => 'HTTP/1.1',
                   '_content' => '{"errors":[{"message":"Authorization required"}]}

-----------

-----------                                        

Data collecting unsuccessful!!
Authorization required
  connection nok !!

Comments

  • Hello,

    What is the OneFS version on the storage (cluster)?

    thank you
  • Hello,

    Data collection for OneFS 9.X.X.X is not yet supported. Can you send us the outputs from these curl commands?

    curl -k -H 'content-type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -u stor2rrd:<password> -X GET 'https://<IP>:8080/platform/latest' > isilon-latest.json

    curl -k -H 'content-type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -u stor2rrd:<password> -X GET 'https://<IP>:8080/platform/11/cluster/config' > isilon-config11.json

    curl -k -H 'content-type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -u stor2rrd:<password> -X GET 'https://<IP>:8080/platform/1/cluster/config' > isilon-config1.json

    curl -k -H 'content-type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -u stor2rrd:<password> -X GET 'https://<IP>:8080/platform/?describe&list' > isilon-list.json

    tar cvhf curls.tar isilon-*

    gzip -9 curls.tar

    Send us curls.tar.gz via https://upload.stor2rrd.com


    Thank you
  • I apologize for the inaccuracy. I see in our documentation that Isilon v9.x should be supported.

    When you use Isilon v9.x then just use one Management IP Address from the Cluster (do not use direct Node's IPs).

    Can you change the settings in stor2rrd (use one Management IP Address from the Cluster) and try the storage connection test again?


    Thank you

  • lshanmug
    edited December 2021

    Hi Lukas,

    I tried before no different.  Please check the attached file for more information.

    --------------------------------

    -bash-4.2$ ./config_check.sh EMC-Isilon


    =========================
    STORAGE: EMC-Isilon: ISILON
    =========================
      TCP connection to "137.15.61.22" on port "8080" is ok
    /usr/bin/perl /home/stor2rrd/stor2rrd/bin/isilon_apitest.pl "stor2rrd" XXXXX "137.15.61.22" "8080"
    Api version : 1
    $VAR1 = \bless( {
                       '_protocol' => 'HTTP/1.1',
                       '_content' => '{"errors":[{"message":"Authorization required"}]}
    -----

    -----

    ----
    Data collecting unsuccessful!!
    Authorization required
      connection nok !!

  • Hello,

    please verify username and password are correct.

    Try this curl command

    curl -k -H 'content-type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -u <username>:<password> -X GET 'https://<cluster-ip-or-host-name>:8080/platform/latest'

    if this command is work then change username and password in form.




    Thank you
Sign In or Register to comment.