
Issue 11
© Solarflare Communications 2014
63
Solarflare Server Adapter
User Guide
username=<username>
Specifies the CHAP initiator username (maximum 64
characters).
Note that this option is required if either CHAP or
Mutual CHAP is enabled (
chap=enabled,
mutual-chap=enabled
).
Note that if there are spaces contained in
<
username
>, then it must be wrapped in double
quotes (“”).
Example:
sfboot boot-type=iscsi chap=enabled
username=username
secret=<secret>
Specifies the CHAP initiator secret (minimum 12
characters, maximum 20 characters).
Note that this option is valid if either CHAP or Mutual
CHAP is enabled (chap=enabled,
mutual-
chap=enabled
).
Note that if there are spaces contained in <
secret
>,
then it must be wrapped in double quotes (“”).
Example:
sfboot boot-type=iscsi chap=enabled
username=username secret=veryverysecret
mutual-
chap=<enabled|disabled>
Enables/disables Mutual CHAP authentication when
iSCSI booting is enabled.
This option also requires the following sub-options to
be specified:
target-username=<username>
target-secret=<password>
username=<username>
secret=<password>
Example:
sfboot boot-type=iscsi mutual-
chap=enabled username=username
secret=veryverysecret target-
username=targetusername target-
secret=anothersecret
Table 18: Sfboot Parameters
Parameter
Description