

- #BROCADE SAN SWITCH NETAPP ARRAY L PORT TO F PORT INSTALL#
- #BROCADE SAN SWITCH NETAPP ARRAY L PORT TO F PORT MANUAL#
SAN1:admin> snmpconfig -show mibCapability make sure that there are allowed these mibs at least on the switch.SAN1:admin> snmpconfig -show accessControl make sure that stor2rrd host/IP is on the switch access list.make sure there open port 161 UDP to the switch, on the STOR2RRD server run:.In case of a problem check our forum or contact us via General troubleshooting for Brocade based switches when connection test does not work: Go to the web UI: Use Ctrl-F5 to refresh the web browser cache.Configure security user on the switch (under admin account):.Activate SNMP v3 mode in switch properties as per above example.you have to use SNMP v3 with proper security user.(0 = No security, 1 = Authentication only, 2 = Authentication and Privacy, 3 = No Access): (0.3) 0ĭo you have some other switch which works fine, is there any configuration difference? SAN:admin> snmpconfig -set mibCapability -mib_name FICON-MIB SAN:admin> snmpconfig -show mibCapability Make sure you have enabled all listed MIBs below: SAN:admin> snmpconfig -show accessControl Make sure that Access Host list contains STOR2RRD host:.When there is other community string than public then use it in test snmpwalk cmds aboveĪnd use that community string in switch cfg. Query for the Boolean value you need to change: You must do it in case you get either "(13)Permission denied:" or "AH00132: file permissions deny server access" in Apache error_log. You need to disable the SELinux service protection to be able to utilize basic web services. ScriptAlias /stor2rrd-cgi/ "/home/stor2rrd/stor2rrd/stor2rrd-cgi/"Īppend at the end of /etc/httpd/conf/nf following LoadModule cgi_module /opt/freeware/lib/httpd/modules/mod_cgi.soĪlias /stor2rrd "/home/stor2rrd/stor2rrd/www/" )Īpache configuration per platform and versionĪpache configuration file: /opt/freeware/etc/httpd/conf/nf # firewall-cmd -add-port=8162/tcp -permanentĭo not forget to make sure that Apache starts after the OS reboot (there must be a starting script in /etc/rc. # firewall-cmd -add-service=https -permanent # firewall-cmd -add-service=http -permanent
#BROCADE SAN SWITCH NETAPP ARRAY L PORT TO F PORT MANUAL#
Use either AIX yum installation of the latest prerequisite tools or manual installation of older version RRDTool 1.4.8
#BROCADE SAN SWITCH NETAPP ARRAY L PORT TO F PORT INSTALL#
# zypper install ed bc libxml2-2 sharutils

# zypper install perl-PDF-API2 perl-JSON-XS # zypper install perl-TimeDate perl-XML-Simple perl-XML-SAX perl-XML-LibXML perl-CGI perl-LWP-Protocol-https perl-libwww-perl perl-IO-Tty # zypper install rrdtool perl-rrdtool apache2 # apt-mark hold liblwp-protocol-https-perl If you do not have access to the internet then get it from liblwp-protocol-https-perl 6.04-2

Only Debian based Linux distributions are affected. Other available versions like actually default stable 6.06-2, or 6.02-1 and 6.07-2 have a bug which might prevent working with latest storage REST API's. Note that liblwp-protocol-https-perl must be exactly at version 6.04-2! # apt-get install graphviz libmodule-want-perl # apt-get install snmp libsnmp-perl snmp-mibs-downloader # apt-get install liblwp-protocol-https-perl=6.04-2 libcrypt-ssleay-perl libio-socket-ssl-perl libmozilla-ldap-perl libio-pty-perl libjson-xs-perl # apt-get install librrdp-perl libxml-sax-perl libxml-simple-perl libtimedate-perl libenv-sanctify-perl libcgi-pm-perl libdata-dumper-simple-perl libpdf-api2-perl libxml2-utils # apt-get install apache2 perl rrdtool ed bc
