There is allways a Fabric_1 shown

In san-list.cfg I configured 2 switches with Fabric_A and Fabric_B and some more without the fabric parameter:

172.nn.nn.1:xxx:BRCD:Fabric_A
172.nn.nn.2:xxx:BRCD:Fabric_B
172.nn.nn.3:xxx:BRCD:
172.nn.nn:4:xxx:BRCD:
...

In the gui (SAN-Switch->Totals->Fabric) Fabric_A and Fabric_B are shown and a Farbic_1 apears there too which I nerver configured anywhere? Anyone experience the same? Why is that Fabric_1 is shown? Where is it configured?? I use the virtual appliance..

Any ideas?

Comments

  • Hi,
    can you send us logs?

    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" >> tmp/list_data.txt
    cat data/*/fabric.txt >tmp/all_fabric.txt
    tar cvhf logs.tar logs etc tmp/*txt # do not miss "h" option in tar
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com
  • logs.tar.gz is uploaded
  • uploaded the screenshot too
  • One switch did not have enabled all required MIBs.
    Documentation has been enhanced about this:

    When there is no data from the switch at all than check if it has allowed all SNMP MIBs
    $ /opt/freeware/bin/snmpwalk -v 1 -c public <Switch_IP> 1.3.6.1.2.1.75.1.1.1
    SNMPv2-SMI::mib-2.75.1.1.1.0 = Hex-STRING: 10 00 00 27 F8 6E 88 CD

    When above cmd returns nothing then check MIB setup:
    SAN1:admin> snmpconfig --show mibcapability
    FE-MIB: YES
    SW-MIB: YES
    FA-MIB: YES
    FICON-MIB: YES
    HA-MIB: YES
    FCIP-MIB: YES
    ISCSI-MIB: YES
    IF-MIB: YES
    BD-MIB: YES
    ...
    Activate all MIBs to get exactly above output:
    SAN1:admin> snmpconfig -set mibcapabitily
  • after changing the MIB settings, everthing works fine now
Sign In or Register to comment.