Monitoring for HDS AMS arrays

Hi:

I'm looking to monitor two Hitachi arrays: AMS2500 and AMS500. Are these models supported?

Sincerely,
Alex H.

Comments

  • Hi,

    basically AMS is supported except quite historical firmwares.
    Definitelly try it, if it does not work then let us know, we will check logs and let you know.
  • Thanks.
    I'm going through the configuration procedure:
    - check for libstdc++ - is there!
       # rpm -qa|grep libstdc++
       libstdc++-4.8.5-36.el7_6.2.x86_64

    - installed HSMN2 CLI as per instructions - Done!
    - changed ownership of /usr/stonavm to stor2rrd - Done!
    - switched to stor2rrd and set the environment - Done!
     
    LIBPATH=/usr/stonavm/lib:$LIBPATH
    SHLIB_PATH=/usr/stonavm/lib:$SHLIB_PATH
    LD_LIBRARY_PATH=/usr/stonavm/lib:$LD_LIBRARY_PATH
    STONAVM_HOME=/usr/stonavm
    STONAVM_ACT=on
    STONAVM_RSP_PASS=on
    PATH=$PATH:/usr/stonavm
    export  LIBPATH SHLIB_PATH LD_LIBRARY_PATH STONAVM_HOME STONAVM_ACT STONAVM_RSP_PASS PATH

    - ran connection test to the array - all OK!
    - tried to register automatically the array (under stor2rrd or root - tried both):
      #auunitaddauto -ip <AMS2500_IP>
    - bash: /usr/stonavm/auunitaddauto: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
    That means I'm missing: /lib/ld-linux.so.2
    How can I resolve this ?



  • Hi,

    You have downloaded 32bit package.
    You're on a 64-bit system, and don't have 32-bit library support installed.
    To install (baseline) support for 32-bit executables
    https://stackoverflow.com/questions/8328250/centos-64-bit-bad-elf-interpreter


  • Thank you very much!
    I was able to pass that step and register the array.
Sign In or Register to comment.