Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Unified Computing UCS Manager Developer Center
Overview
UCS Manager XML Schema
UCS Automation Tool (goUCS)
Server and Host Management API
UCS Standalone C-Series Servers
Cisco Standalone C-Series CIMC XML API
goUCS Automation Tool
Cisco Standalone C-Series HUU Utilities
Documentation
Community
Testing
UCS Management Ecosystem
Management with HP Software
HP Operations Manager (HPOM)
HP Operations Orchestration (HPOO)
Management with Microsoft Software
Microsoft System Center
Cisco UCS PowerTool for UCSM
SDK
System Management Resources
Altiris
UCS Management with VMware Software
OpenStack
UCS Labs
Labs Wiki
VM-FEX
Overview
Getting Started
Resources
Flexpod
Overview
Getting Started
Resources
Everything
This Site
Blogs
Cisco UCS for RackTables
Jeffrey Silberman
25 Oct 2012
Cisco UCS PowerTool Examples
Eric Williams
20 Jul 2012
ANNOUNCEMENT: goUCS version 2.0 Released
Eric Williams
08 Mar 2012
Getting to Know your UCS Fabric Interconnect Neighbors
John McDonough
10 Nov 2011
SCOM MP version 2.0 for Cisco UCS is now available
Chakri Avala
01 Sep 2011
Showing 1 - 5 of 16 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
of 4
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Microsoft Discussions
RE: PowerTool - Get-UcsFabricPort output bug?
Threads [
Previous
|
Next
]
Jason Lin
Posts:
8
Join Date:
11/15/11
Recent Posts
PowerTool - Get-UcsFabricPort output bug?
Answer
6/6/12 8:51 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I was trying to map between FI's server port and Chassis IOM's fabric port, using Get-UcsFabricPort cmdlet.
The output of the cmdlet has PeerChassisId as N/A, while PeerDn clearly shows the Chassis id:
PeerChassisId : N/A
PeerDn : sys/chassis-1/slot-1/fabric/port-1
Could it be a bug at the output of this cmdlet?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
John McDonough
Posts:
35
Join Date:
5/21/08
Recent Posts
RE: PowerTool - Get-UcsFabricPort output bug?
Answer
6/6/12 10:55 PM as a reply to Jason Lin.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I was trying to map between FI's server port and Chassis IOM's fabric port, using Get-UcsFabricPort cmdlet.
The output of the cmdlet has PeerChassisId as N/A, while PeerDn clearly shows the Chassis id:
PeerChassisId : N/A
PeerDn : sys/chassis-1/slot-1/fabric/port-1
Could it be a bug at the output of this cmdlet?
Hi Jason,
it's not a bug in Get-UcsFabricPort, that cmdlet is faithfully retreiveing the etherPIo objects in the UCS Managment Information Tree. Take alook at the output below, it is probably very similar to what you are seeing
PS C:\> Get-UcsFabricPort -Dn sys/switch-B/slot-1/switch-ether/port-1
AdminState : enabled
AdminTransport : ether
ChassisId : 1
Encap : unknown
EpDn : fabric/server/sw-B/slot-1-port-1
IfRole : server
IfType : physical
Lc : available
LicGP : 0
LicState : unknown
Locale : internal
Mac : 00:07:85:00:00:01
Mode : fabric
Model :
Name :
OperSpeed : 188
OperState : up
PeerChassisId : N/A
PeerDn : sys/chassis-1/slot-2/fabric/port-1
PeerPortId : 1
PeerSlotId : 2
PortId : 1
Revision : 0
Serial :
SlotId : 1
StateQual :
SwitchId : B
Transport : {ether}
Ts : 1970-01-01T01:00:00.000
Type : lan
UnifiedPort : no
UsrLbl :
Vendor :
XcvrType : unknown
Dn : sys/switch-B/slot-1/switch-ether/port-1
Rn : port-1
Status :
Ucs : machine
Now you can add the -Xml option to the cmdlet and your can see the raw XML that goes to and is returned from the Fabric Interconnect. If you do that for Get-UcsFabricPort you'll see that the XML does not contain a value either. I formated the output a little bit for easier reading.
PS C:\> Get-UcsFabricPort -Dn sys/switch-B/slot-1/switch-ether/port-1 -Xml
==>machine:
<configResolveClass classId="etherPIo" inHierarchical="false">
<inFilter>
<eq class="etherPIo" property="dn" value="sys/switch-B/slot-1/switch-ether/port-1" />
</inFilter>
</configResolveClass>
<==machine:
<configResolveClass cookie="" response="yes" classId="etherPIo">
<outConfigs>
<etherPIo adminState="enabled" adminTransport="ether" chassisId="1" dn="sys/switch-B/slot-1/switch-ether/port-1" encap="unknown" epDn="fabric/server/sw-B/slot-1-port-1" fltAggr="0" fsmDescr="" fsmPrev="nop" fsmProgr="100" fsmRmtInvErrCode="none" fsmRmtInvErrDescr="" fsmRmtInvRslt="" fsmStageDescr="" fsmStamp="never" fsmStatus="nop" fsmTry="0" ifRole="server" ifType="physical" lc="available" licGP="0" licState="unknown" locale="internal" mac="00:07:85:00:00:01" mode="fabric" model="" name="" operSpeed="52" operState="up"
peerChassisId="N/A"
peerDn="sys/chassis-1/slot-2/fabric/port-1" peerPortId="1" peerSlotId="2" portId="1" revision="0" serial="" slotId="1" stateQual="" switchId="B" transport="ether" ts="1970-01-01T01:00:00.000" type="lan" unifiedPort="no" usrLbl="" vendor="" xcvrType="unknown"/>
</outConfigs>
</configResolveClass>
Hope that helps, what the peerChassisId attribute is intended for and why it says "N/A"? I don't know, perhaps a future feature.
Regards,
John
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jason Lin
Posts:
8
Join Date:
11/15/11
Recent Posts
RE: PowerTool - Get-UcsFabricPort output bug?
Answer
6/6/12 11:23 PM as a reply to John McDonough.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thanks John. I agree it may not be a bug in the cmdlet itself, but I'm puzzled by the N/A notation of the PeerChssisId.
Maybe a Cisco developer can tell us what the value of PeerChassisId should be. It seems the other Peer properties are populated.
Cheers,
Jason
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available