QuestionQ145
AutomationAn engineer needs to configure a named VSAN while the fabric interconnect is operating in Fibre Channel switch mode. The VSAN must satisfy these requirements:
- The named VSAN must be called
VSAN10. - The VSAN ID must be 10.
- The FCoE ID must be 20.
- VSAN 10 must be connected to port 2 in slot 1.
Which command set configures a VSAN when the fabric interconnects are in Fibre Channel switch mode?
- A UCS-A# scope eth-storage UCS-A/fc-storage# create vsan VSAN10 10 20 UCS-A/fc-storage/vsan # create member-port fcoe a 2 1 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- B UCS-A# scope fc-traffic-mon UCS-A/fc-storage# create vsan VSAN10 20 10 UCS-A/fc-storage/vsan # create member-port fcoe a 2 1 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- C UCS-A# scope fc-storage UCS-A/fc-storage# create vsan VSAN10 10 20 UCS-A/fc-storage/vsan # create member-port fcoe a 1 2 UCS-A/fc-storage/vsan/member-port* # commit-buffer
- D UCS-A# scope fc-uplink UCS-A/fc-storage# create vsan VSAN10 20 10 UCS-A/fc-storage/vsan # create member-port fcoe a 1 2 UCS-A/fc-storage/vsan/member-port* # commit-buffer
Community Discussion