Qlogic Fast Fabric User Manual page 157

Table of Contents

Advertisement

Q
export FF_PASSWORD="${FF_PASSWORD:-}"
# if FF_USERNAME is not root, what is the root password needed
when
# suing to root
export FF_ROOTPASS="${FF_ROOTPASS:=}"
# How to login to chassis
# can be ssh or telnet
export
FF_CHASSIS_LOGIN_METHOD="${FF_CHASSIS_LOGIN_METHOD:-telnet}"
# password for admin (not needed if password-less ssh configured)
export
FF_CHASSIS_ADMIN_PASSWORD="${FF_CHASSIS_ADMIN_PASSWORD:-adminpass}
"
#base device number for IPoIB devices - IPoIB devices in the
systems will
# be named "ib($FF_IPOIB_BASE_DEV_NUM)
ib($FF_IPOIB_BASE_DEV_NUM+1) ..."
# On Silvertstorm stack it will be "ib1 ib2 ...."
# On OFED stack it will be "ib0 ib1 ..."
export FF_IPOIB_BASE_DEV_NUM="${FF_IPOIB_BASE_DEV_NUM:-1}"
# shell Function to return the base IPoIB device number for this
stack type.
# For Silverstorm stack installations this function should return
1, for
# OFED stack installations this should return 0.
if ! type ff_ipoib_base_dev_num >/dev/null 2>/dev/null
then
called
number of
fi
# options for iba_report during fabric_analysis health check
# alternative would be to use "-i seconds" instead of -C
# depending on fabric design, more strict link speed checks, such
as
# -o slowconfiglinks or -o slowconnlinks may be appropriate
D000006-000 Rev A
function ff_ipoib_base_dev_num()
{
# No arguments to this function
# $host is supplied as an arguemnt when this function is
# but it is ignored here. This is a hack to limit the
# changes required.
echo "$FF_IPOIB_BASE_DEV_NUM"
}
B – Fast Fabric Configuration Files
B-5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Fast Fabric and is the answer not in the manual?

Questions and answers

Table of Contents