Product specifications
B – Fast Fabric Configuration Files
iba_mon.conf
B-6 D000006-000 Rev A
Q
export FF_FABRIC_HEALTH="${FF_FABRIC_HEALTH:- -s -C -o errors -o
slowlinks}"
# list of CLI commands to issue during chassis_analysis
export FF_CHASSIS_CMDS="${FF_CHASSIS_CMDS:-showInventory fwVersion
showIBNodeDesc ismShowPStatThresh ismChassisSet12x timeZoneConf
timeDSTConf snmpCommunityConf snmpTargetAddr showChassisIpAddr
showDefaultRoute}"
# other possible additions (if running newer chassis FW which
supports these)
# ismIslSet12x, ismIslSetSpeed
# single CLI command to issue to check overall health during
chassis_analysis
# hwCheck is prefered, but is not supported on older chassis FW
export FF_CHASSIS_HEALTH="${FF_CHASSIS_HEALTH:-hwCheck}"
#export FF_CHASSIS_HEALTH="${FF_CHASSIS_HEALTH:-fruInfo}"
# list of CLI commands to issue during esm_analysis
export FF_ESM_CMDS="${FF_ESM_CMDS:-smShowSMParms
smShowDefBcGroup}"
# list of analysis to perform during all_analysis
# pick appropriate type of SM to analyze
#export FF_ALL_ANALYSIS="${FF_ALL_ANALYSIS:-fabric chassis hostsm
esm}"
export FF_ALL_ANALYSIS="${FF_ALL_ANALYSIS:-fabric chassis}"
# command to perform text files for baseline vs latest snapshot
during
# fabric health analysis commands
#export FF_DIFF_CMD="${FF_DIFF_CMD:-diff}"
export FF_DIFF_CMD="${FF_DIFF_CMD:-diff -C 1}"
B.2
iba_mon.conf
The /etc/sysconfig/iba/iba_mon.conf configuration file defines port
statistics thresholds for use by iba_report, fabric_analysis,
all_analysis and iba_mon.
This file lists a threshold for each port statistic. If the threshold for a given statistic
is not defined or is set to 0, the given statistic will not be checked.
A sample file is provided below, and matches the internal defaults of the Fast Fabric
tools. For a given release consult
/etc/sysconfig/iba/iba_mon.conf-sample for a sample file with the
defaults of the given release.