| | 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 fc-policy
policy-name
|
Creates the specified Fibre Channel adapter policy and enters
organization Fibre Channel profile mode.
|
| Step 3 | UCS-A /org/fc-policy #
set descr
description
| (Optional)
Provides a description for the policy.
| Note
|
If your description includes spaces, special characters, or
punctuation, you must begin and end your description with quotation marks. The
quotation marks will not appear in the description field of any
show command output.
|
|
| Step 4 | UCS-A /org/fc-policy #
set error-recovery
{error-detect-timeout
timeout-msec |
fcp-error-recovery {disabled |
enabled} |
link-down-timeout
timeout-msec |
port-down-io-retry-count
retry-count |
port-down-timeout
timeout-msec |
resource-allocation-timeout
timeout-msec}
| (Optional)
Configures the Fibre Channel error recovery profile.
|
| Step 5 | UCS-A /org/fc-policy #
set port
{io-throttle-count
throttle-count |
max-field-size
size-num |
max-luns
max-num}
| (Optional)
Configures the Fibre Channel port profile.
|
| Step 6 | UCS-A /org/fc-policy #
set port-f-logi
{retries
retry-count |
timeout
timeout-sec}
| (Optional)
Configures the Fibre Channel port fabric login (FLOGI) profile.
|
| Step 7 | UCS-A /org/fc-policy #
set port-p-logi
{retries
retry-count |
timeout
timeout-secs}
| (Optional)
Configures the Fibre Channel port-to-port login (PLOGI) profile.
|
| Step 8 | UCS-A /org/fc-policy #
set recv-queue
{count
count |
ring-size
size-num}
| (Optional)
Configures the Fibre Channel receive queue profile.
|
| Step 9 | UCS-A /org/fc-policy #
set scsi-io
{count
count |
ring-size
size-num}
| (Optional)
Configures the Fibre Channel SCSI I/O profile.
|
| Step 10 | UCS-A /org/fc-policy #
set trans-queue
ring-size
size-num}
| (Optional)
Configures the Fibre Channel transmit queue profile.
|
| Step 11 | UCS-A /org/fc-policy #
commit-buffer
|
Commits the transaction to the system configuration.
|
The following example configures a Fibre Channel adapter policy:
UCS-A# scope org /
UCS-A /org* # create fc-policy FcPolicy42
UCS-A /org/fc-policy* # set descr "This is a Fibre Channel adapter policy example."
UCS-A /org/fc-policy* # set error-recovery error-detect-timeout 2500
UCS-A /org/fc-policy* # set port max-luns 4
UCS-A /org/fc-policy* # set port-f-logi retries 250
UCS-A /org/fc-policy* # set port-p-logi timeout 5000
UCS-A /org/fc-policy* # set recv-queue count 1
UCS-A /org/fc-policy* # set scsi-io ring-size 256
UCS-A /org/fc-policy* # set trans-queue ring-size 256
UCS-A /org/fc-policy* # commit-buffer
UCS-A /org/fc-policy #