- Cisco UCS Cookbook
- Victor Wu
- 445字
- 2021-07-16 12:38:46
Cisco UCS to Cisco FC Switch connectivity
In this recipe, we will learn how to set up Cisco UCS 6248UP to Cisco MDS 9000 SAN Switch connectivity.
Getting ready
Prepare one Cisco UCS 5108 Chassis with two installed UCS IOM 2208XP, each UCS IOM is connected to one Cisco UCS 6428UP. Now, configure two ports on each Cisco UCS 6428UP as an FC-uplink port, which is connected to Cisco MDS Fabric by Fibre Channel cables, this Cisco MDS is an 8 GB SAN Switch.
The UCS service profile (defined by two vHBA1/2) is associated with the UCS Server and can boot up the OS successfully. The details are listed in the following diagram:

How to do it…
We will assume that the compatibility of the Cisco UCS Fabric Interconnect (FI) and Cisco MDS-9148 is certificated and the FC mode of each FI is End Host.
- First, we need to make sure that the NPIV feature is enabled on Cisco MDS 9148. Log in to MDS 9148 with Cisco Fabric Manager and choose Feature Control... on the Admin tab menu. The details are as shown in the following screenshot:
You can enable this feature by CLI via SSH if NPIV is not enabled; the procedure is as shown:
switch# config t (Enter configuration mode) switch(config)# feature npiv (Enable NPIV feature for all VSANs on the switch)
- Make sure that the VSAN (ID=500) configuration is created and assigned to each vHBA:
- Make the connection between Cisco UCS FI and MDS SAN Switch with two Fibre Channel cables. Finally, the Cisco UCS to Cisco MDS Switch connectivity will be completed.
How it works…
- Issue the
show flogi database
command to identify the WWPNs of the Cisco UCS Server vHBAs logged into Cisco MDS 9148 Switch. This means that the MDS SAN Switch is successfully connected to UCS. You can see the WWPN of UCS Server1's vHBA and Server2's vHBA, which can log in to this MDS 9148, as shown in the following output: - Issue the following command
show npv flogi-table
on the UCS Fabric Interconnect in the NX-OS mode. If the UCS Fabric Interconnect Switch returns four flogi sessions in the following output, the Cisco UCS and Cisco MDS Switch connectivity has been completed successfully: - Repeat the preceding steps on another Fabric Interconnect and Cisco MDS Switch. After that, you can create the FC Zone on Cisco MDS SAN Switch for the connection between the Cisco UCS Blade Server and external SAN Storage.
There's more…
When you increase the number of links for the connection of UCS Chassis and Fabric Interconnect, the bandwidth per chassis also increases. The following table shows the comparison between them:

- 繪制進(jìn)程圖:可視化D++語言(第1冊(cè))
- 電力自動(dòng)化實(shí)用技術(shù)問答
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- Dreamweaver CS3網(wǎng)頁制作融會(huì)貫通
- Expert AWS Development
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- Windows程序設(shè)計(jì)與架構(gòu)
- 21天學(xué)通Visual C++
- Lightning Fast Animation in Element 3D
- 面向?qū)ο蟪绦蛟O(shè)計(jì)綜合實(shí)踐
- 空間機(jī)械臂建模、規(guī)劃與控制
- MPC5554/5553微處理器揭秘
- Windows 7故障與技巧200例
- Hands-On Geospatial Analysis with R and QGIS
- 基于Quartus Ⅱ的數(shù)字系統(tǒng)Verilog HDL設(shè)計(jì)實(shí)例詳解