| | Command or Action | Purpose |
| Step 1 | UCS-A#
scope org org-name
|
Enters organization mode for the specified organization. To enter
the root organization mode, type
/ as the
org-name.
|
| Step 2 | UCS-A /org #
create vhba-templ vhba-templ-name
[fabric {a |
b}] [fc-if
vsan-name]
|
Creates a vHBA template and enters organization vHBA template
mode.
|
| Step 3 | UCS-A /org/vhba-templ #
set descr description
| (Optional)
Provides a description for the vHBA template.
|
| Step 4 | UCS-A /org/vhba-templ #
set fabric {a |
b}
| (Optional)
Specifies the fabric to use for the vHBA. If you did not specify
the fabric when creating the vHBA template in Step 2, then you have the option
to specify it with this command.
|
| Step 5 | UCS-A /org/vhba-templ #
set fc-if vsan-name
| (Optional)
Specifies the Fibre Channel interface (named VSAN) to use for the
vHBA template. If you did not specify the Fibre Channel interface when creating the vHBA
template in Step 2, then you have the option to specify it with this command.
|
| Step 6 | UCS-A /org/vhba-templ #
set max-field-size size-num
|
Specifies the maximum size of the Fibre Channel frame payload (in bytes) that the vHBA supports.
|
| Step 7 | UCS-A /org/vhba-templ #
set pin-group group-name
|
Specifies the pin group to use for the vHBA template.
|
| Step 8 | UCS-A /org/vhba-templ #
set qos-policy mac-pool-name
|
Specifies the QoS policy to use for the vHBA template.
|
| Step 9 | UCS-A /org/vhba-templ #
set stats-policy policy-name
|
Specifies the server and server component statistics threshold
policy to use for the vHBA template.
|
| Step 10 | UCS-A /org/vhba-templ #
set type {initial-template |
updating-template}
|
Specifies the vHBA template update type. If you do not want vHBA
instances created from this template to be automatically updated when the
template is updated, use the initial-template keyword;
otherwise, use the
updating-template keyword to ensure that all
vHBA instance are updated when the vHBA template is updated.
|
| Step 11 | UCS-A /org/vhba-templ #
set wwpn-pool pool-name
|
Specifies the WWPN pool to use for the vHBA template.
|
| Step 12 | UCS-A /org/vhba-templ #
commit-buffer
|
Commits the transaction to the system configuration.
|
The following example configures a vHBA template and commits the
transaction:
UCS-A# scope org /
UCS-A /org* # create vhba template VhbaTempFoo
UCS-A /org/vhba-templ* # set descr "This is a vHBA template example."
UCS-A /org/vhba-templ* # set fabric a
UCS-A /org/vhba-templ* # set fc-if accounting
UCS-A /org/vhba-templ* # set max-field-size 2112
UCS-A /org/vhba-templ* # set pin-group FcPinGroup12
UCS-A /org/vhba-templ* # set qos-policy policy34foo
UCS-A /org/vhba-templ* # set stats-policy ServStatsPolicy
UCS-A /org/vhba-templ* # set type updating-template
UCS-A /org/vhba-templ* # set wwpn-pool SanPool7
UCS-A /org/vhba-templ* # commit-buffer
UCS-A /org/vhba-templ #