Send documentation comments to mdsfeedback-doc@cisco.com
6-34
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 6 Debug Commands
debug fc2d
debug fc2d
To enable debugging for the FC2 feature, use the debug fc2 command in EXEC mode. To disable a
debug command, use the no form of the command or use the no debug all command to turn off all
debugging.
debug fc2 {all | bypass ficon_mgr | demux [vsan vsan-id] | deque | error | event [vsan vsan-id] |
ha [vsan vsan-id] | trace [detail] [vsan vsan-id] | warning [vsan vsan-id]}
no debug fc2 {all | bypass ficon_mgr | demux [vsan vsan-id] | deque | error | event [vsan vsan-id]
| ha [vsan vsan-id] | trace [detail] [vsan vsan-id] | warning [vsan vsan-id]}
Syntax Description
Defaults Disabled.
Command Modes EXEC mode.
Command History
Usage Guidelines None.
Examples The following example displays the system output when the debug fc2d all command is issued:
switch1# debug fc2d all
2004 Mar 29 22:57:25 fc2d: fu_fsm_execute_all: match_msg_id(0), log_already_open (0)
2004 Mar 29 22:57:25 fc2d: fu_fsm_execute_all: null fsm_event_list
2004 Mar 29 22:57:25 fc2d: fu_fsm_engine_post_event_processing: mts msg MTS_OPC_
DEBUG_WRAP_MSG(msg_id 6894921) dropped
all Enables all FC2D debug flags.
bypass Enables bypassing some components in fc2d execution.
ficon_mgr Enables bypassing FICON Manager in fc2d execution.
demux Enables debugging of FC2D message demux.
vsan vsan-id Restricts debugging to the specified VSAN.
deque Enables debugging of FC2D message dequeue.
error Enables debugging of FC2D error.
event Enables debugging of FC2D FSM and Events.
ha Enables debugging of FC2D HA.
trace Enables debugging of FC2D trace.
detail Enables detailed debugging of FC2D trace.
warning Enables debugging of FC2D warning.
Release Modification
1.3(4) This command was introduced.