How To
Summary
Usually when there are unused ports on FC adapters, it is possible to disable those ports on the adapters and stop cfgdev/cfgmgr from configuring the devices, and this will stop all the error log messages.
Objective
LABEL: FCA_ERR12IDENTIFIER: 29FA8C20LABEL: FCA_ERR4IDENTIFIER: 7BFEEA1F
Environment
Steps
> rmdev -dev fcs# -recursive -ucfg
> chdev -dev fscsi# -attr autoconfig=defined
> chdev -dev fscsi# -attr autoconfig=available
> cfgdev
B- Or, as root:
Put the adapter in defined state
#rmdev -l fscsiX -R
To turn off FC protocol driver (thus error logs)
#chdev -l fscsiX -a autoconfig=defined
And to turn on FC protocol driver (thus error logs)
#chdev -l fscsiX -a autoconfig=available
C- It can also be done via Smitty;
To disable;
smitty devices ----> FC adapter ----> FC SCSI I/O Controller
Protocol Device --->Disable a FC
SCSI Protocol Device ----> Pick fscsiX device to disable
smitty devices ----> FC adapter ----> FC SCSI I/O Controller
Protocol Device --->Enable a FC
SCSI Protocol Device ----> Pick fscsiX device to disable
rmdev -Rl fcnvmeX
chdev -l fcnvmeX -a autoconfig=defined
Additional Information
$ lsdev -dev fscsi# -attr
attribute value description user_settableattach none How this adapter is CONNECTED False
autoconfig available Configuration State True
dyntrk yes Dynamic Tracking of FC Devices True+
fc_err_recov fast_fail FC Fabric Event Error RECOVERY Policy True+
scsi_id Adapter SCSI ID False
sw_fc_class 3 FC Class for Fabric True
- As oem_setup_env(root)
# lsattr -El fscsi#
attach none How this adapter is CONNECTED False
autoconfig available Configuration State True
dyntrk yes Dynamic Tracking of FC Devices True+
fc_err_recov fast_fail FC Fabric Event Error RECOVERY Policy True+
scsi_id Adapter SCSI ID False
sw_fc_class 3 FC Class for Fabric True
SUPPORT |
---|
If you require more assistance, use the following step-by-step instructions to contact IBM to open a case for software with an active and valid support contract. 1. Document (or collect screen captures of) all symptoms, errors, and messages related to your issue. 2. Capture any logs or data relevant to the situation. 3. Contact IBM to open a case: -For electronic support, see the IBM Support Community: 4. Provide a clear, concise description of the issue. - For more information, see: Working with IBM AIX Support: Describing the problem. 5. If the system is accessible, collect a system snap, and upload all of the details and data for your case. - For more information, see: Working with IBM AIX Support: Collecting snap data |
Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
14 April 2022
UID
ibm11077483