exclude command devices xp7

Hi,

is it possible to exlude LDEVs? Problem is that command device LDEVs make problems when loading GUI (load.sh).

example config-HOST2.txt with command device

CL1-A server1
PORT GID HMD LUN NUM LDEV CM Serial# HMO_BITs
CL1-A 1 LINUX/IRIX 0 1 2164 - xxxxxx
CL1-A 1 LINUX/IRIX 1 1 2165 - xxxxxx
CL1-A 1 LINUX/IRIX 2 1 2167 - xxxxxx
CL1-A 1 LINUX/IRIX 192 1 3843 CM xxxxxx <-- command device

thanks
regards
Martin

Comments

  • Hi,

    this would be definitelly possible, but what is the problem exactly?
    Any error, screenshot etc pls.
  • load.sh produces errors

    $ tail -1 /home/stor2rrd/stor2rrd/logs/error.log

    Fri Aug 26 11:52:32 2016: volumes stats: /home/stor2rrd/stor2rrd/data/HPESTORAGE/VOLUME/00:0F:03.rrd does not exist, continuing /home/stor2rrd/stor2rrd/bin/storage.pl:6242


  • is there only 1 entry or all volumes? This might be ignored.
    can you see Volumes TOP page or global volumes TOP page? Are there volumes?
    Do you experience any problem in the GUI?

    If there are no volumes at oll then send us logs for verification
    Pls note a short problem description in the text field of the upload form.

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir
    find data -exec ls -ld {} \; > tmp/list_data.txt
    ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus|vspg|netapp|horcm" >> tmp/list_data.txt
    tar cvhf logs.tar logs etc tmp/*txt *.out # do not miss "h" option in tar
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com
  • At the moment there are over 50 entries when the load.sh executes. But every error shows the first command device. Other command devices (we have multiple) don't get logged.
    GUI is working, also the Volumes TOP and global volumes TOP.
  • can you see that volume in global TOP?
    has that volume any actuall data in storage --> volume --> items ?
    Does that volume exist on the storage? Is anyhow special?
  • can't see it in global volumes TOP, there is no data on this device

    think I have to explain this command devices ... a command device is a special LDEV which is used to communicate with the storage to perform storage system configuration and data management operations (local copies, remote copies, ...)

    as written in my first post the device has the CM description in config-HOST2.txt

    so final it makes no sense to include this special devices
  • ok, thanks for confirmation.
Sign In or Register to comment.