Skip to content

Fibre Channel Adapter Policy

A Fibre Channel Adapter Policy configures the hardware-level FC adapter settings for vHBAs, including error recovery timers, login retry counts, I/O queue depths, and interrupt mode. It is the FC equivalent of the Ethernet Adapter Policy.

Location in Intersight GUI: Policies » Fibre Channel Adapter

Diagram

policies (compute.intersight.organizations)

Section titled “policies (compute.intersight.organizations)”
NameTypeConstraintMandatoryDefault Value
fibre_channel_adapterList[fibre_channel_adapter]No

fibre_channel_adapter (compute.intersight.organizations.policies)

Section titled “fibre_channel_adapter (compute.intersight.organizations.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringNo
managedBooleantrue, falseNotrue
tagsList[tags]No
error_detection_timeoutIntegermin: 1000, max: 100000No2000
io_throttle_countIntegermin: 1, max: 1024No512
lun_countIntegermin: 1, max: 4096No1024
lun_queue_depthIntegermin: 1, max: 254No20
resource_allocation_timeoutIntegermin: 5000, max: 100000No10000
interrupt_modeChoiceMSIx, MSI, INTxNo
flogi_retriesIntegermin: 0No
flogi_timeoutIntegermin: 1000No
plogi_retriesIntegermin: 0No
plogi_timeoutIntegermin: 1000No
rx_queue_ring_sizeIntegermin: 64, max: 2048No
scsi_queue_ring_sizeIntegermin: 64, max: 512No
tx_queue_ring_sizeIntegermin: 64, max: 128No
error_recovery_settingsClass[error_recovery_settings]No

tags (compute.intersight.organizations.policies.fibre_channel_adapter)

Section titled “tags (compute.intersight.organizations.policies.fibre_channel_adapter)”
NameTypeConstraintMandatoryDefault Value
keyStringYes
valueStringYes

error_recovery_settings (compute.intersight.organizations.policies.fibre_channel_adapter)

Section titled “error_recovery_settings (compute.intersight.organizations.policies.fibre_channel_adapter)”
NameTypeConstraintMandatoryDefault Value
enabledBooleantrue, falseNo
io_retry_countIntegermin: 1, max: 255No
io_retry_timeoutIntegermin: 1, max: 59No
link_down_timeoutIntegermin: 0No
port_down_timeoutIntegermin: 0No

Example-1: The example below demonstrates an FC adapter policy using default settings suitable for most FC initiator deployments.

compute:
intersight:
organizations:
- name: MyOrganization
policies:
fibre_channel_adapter:
- name: fc-adapter-default
description: Standard FC adapter policy
tags:
- key: env
value: prod

Example-2: The example below demonstrates an FC adapter policy tuned for ESXi environments with specific port-down and link-down timeout values.

compute:
intersight:
organizations:
- name: MyOrganization
policies:
fibre_channel_adapter:
- name: fc-adapter-esxi
description: FC adapter policy for VMware ESXi
error_recovery_settings:
enabled: true
io_retry_count: 8
io_retry_timeout: 5
link_down_timeout: 30000
port_down_timeout: 10000
flogi_settings:
retries: 8
timeout: 4000
plogi_settings:
retries: 8
timeout: 20000