cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4369
Views
3
Helpful
6
Replies

Working with FI's in UCS Powertool

Jason Stevens
Cisco Employee
Cisco Employee

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

1 Accepted Solution

Accepted Solutions

jasonsha
Level 5
Level 5

Hi Jason,

Try using the Get-UcsNetworkElement cmdlet for this data.

Thanks,

Jason

View solution in original post

6 Replies 6

jasonsha
Level 5
Level 5

Hi Jason,

Try using the Get-UcsNetworkElement cmdlet for this data.

Thanks,

Jason

Hi Jason,

That did the trick, thanks!

Thanks again,

Jason

ericwill
Cisco Employee
Cisco Employee

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

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,

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

Hi Nitin,

Thank you very much for the prompt response. It was very helpful.

Mohit

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Cisco UCS X-Series Energy Efficiency Offer