11-19-2013 11:16 AM
Hi all,
I'm trying to figure out which commandlet will return information about the FI's. I'm looking to retrieve data like the Product Name, PID, and serial number. I was able to use Get-UCSBlade to get this information for the blades but have yet come across the one for the Fabric Interconnects. Anybody have a hint in the right direction?
Thanks,
Jason
Solved! Go to Solution.
11-19-2013 11:29 AM
Hi Jason,
Try using the Get-UcsNetworkElement cmdlet for this data.
Thanks,
Jason
11-19-2013 11:29 AM
Hi Jason,
Try using the Get-UcsNetworkElement cmdlet for this data.
Thanks,
Jason
11-19-2013 11:34 AM
Hi Jason,
That did the trick, thanks!
Thanks again,
Jason
11-19-2013 11:56 AM
Get-ucsNetworkElement does the trick
PS C:\ucs> Get-UcsNetworkElement | select dn, vendor, model ,serial, oobifip, operability | Format-Table -AutoSize
Dn Vendor Model Serial OobIfIp Operability
-- ------ ----- ------ ------- -----------
sys/switch-A Cisco Systems, Inc. UCS-FI-6248UP SSI15450J64 172.25.206.6 operable
sys/switch-B Cisco Systems, Inc. UCS-FI-6248UP SSI15450F3T 172.25.206.7 operable
11-06-2015 04:58 PM
Any idea how to find out the role of the fabric interconnect i.e. primary or suborniate. I used the command get-ucsnetworkelement but i didnt see any proprty about the role??
AdminInbandIfState : disable
DiffMemory :
ExpectedMemory :
Id : A
InbandIfGw : 0.0.0.0
InbandIfIp : 0.0.0.0
InbandIfMask : 0.0.0.0
InbandIfVnet : 0
InventoryStatus :
Model :
OobIfGw :
OobIfIp :
OobIfMask :
Operability : operable
Revision : 0
Serial :
Thermal : ok
TotalMemory :
Vendor : Cisco Systems, Inc.
Dn : sys/switch-A
Rn : switch-A
Status :
XtraProperty : {}
Ucs :
Thanks,
11-07-2015 11:38 PM
Mohit,
Try below cmdlets –
1. For secondary FI
Get-UcsMgmtEntity -Leadership subordinate
2. For primary FI
Get-UcsMgmtEntity -Leadership primary
We also have a script repository available at below link. You can refer that if needed.
https://communities.cisco.com/docs/DOC-60339
Thank you,
Nitin
11-09-2015 06:07 PM
Hi Nitin,
Thank you very much for the prompt response. It was very helpful.
Mohit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide