User guide

AFastFabric Configuration Files
FastFabric Configuration File
A-6 IB0054607-01 A
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}
# env variables to set within each rank of MPI runs done by fastfabric directly
# alternatively the /opt/iba/src/mpi_apps/ofed.*.param files can be edited
# with appropriate values.
# example of PSM selection of vFabric by PKEY/SL
#export FF_MPI_ENV=${FF_MPI_ENV:-PSM_PKEY=0xffff IPATH_SL=0}
# example of PSM selection of path and vFabric by query to qlogic_sa
#export FF_MPI_ENV=${FF_MPI_ENV:-PSM_PATH_REC=opp PSM_IB_SERVICE_ID=0x1000117500000000}
# example of PSM selection of path and vFabric by default query to qlogic_sa
#export FF_MPI_ENV=${FF_MPI_ENV:-PSM_PATH_REC=opp}
export FF_MPI_ENV=${FF_MPI_ENV:-}
# configuration of arguments for MPI performance deviation testing
# via /opt/iba/src/mpi_apps/deviation/deviation
# The defaults should work for most fabrics. This can be made stricter
# and/or specific to the fabric by using arguments such as -h hostname
# -bwthres and -latthres. See run_deviation or the user's guide for more
# information.
#export FF_DEVIATION_ARGS=${FF_DEVIATION_ARGS:--bwtol 20 -lattol 50 -c -v}
#export FF_DEVIATION_ARGS=${FF_DEVIATION_ARGS:--bwtol 20 -lattol 50 -c -h hostname}
export FF_DEVIATION_ARGS=${FF_DEVIATION_ARGS:--bwtol 20 -lattol 50 -c}
# input to iba_host_admin configipoib indicating which mode to
# use for IP configuration of ipoib interface, valid values are one of
# static, dhcp , auto
export FF_IPOIB_CONFIG=${FF_IPOIB_CONFIG:-static}