Get links from speed negotiated CF using Cisco Powertool

I can get the speed of the uplinks to network on the FI-s Cisco with the command

Get-UcsFiLanCloud-Id "A" | Get-UcsUplinkPort - AdminState 'enabled ' | ForEach-Object {$_.adminspeed}

However, there is no option to get the speed negotiated in the rising Fibre Channel on the Cisco FI - s. There is no property AdminSpeed of the output of the command below

Get-UcsFiSanCloud-Id "A" | Get-UcsFcUplinkPort - AdminState "enabled."

Is it possible to get the negotiated speed of the CF links? If so, please provide the command powertool.

You can take a different approach to get them.  I said that the 'network element' cmdlet to get all the IFS, specify the 'Module' I want to get the information of (id 1 = fixed ports, code 2 = the first slot for expansion into the FI, id 3 = the second extension in the FI slot, if present), specify the FC port groups, get all of these ports and then use a select statement to filter down.  As you can see below, my FC ports are negotiated at 4gpbs.

PS C:\ucs > Get-UcsNetworkElement | Get-UcsFiModule-Id 1 | Get-UcsPortGroup-CF to Transport | Get-UcsFiFcPort | Select dn, nmdt, admintransport, adminstate, operspeed | Format-Table

DN Nmdt AdminTransport AdminState OperSpeed

--                                      ----                                    --------------                          ----------                              ---------

sys/switch-A/slot-1/switch-CF/port-31 fabric/san/A/phys-slot-1-port-31 Canadian forces active 4 Gbps

CF sys/switch-A/slot-1/switch-CF/port-32 fabric/san/A/phys-slot-1-port-32 active 4 Gbps

sys/switch-B/slot-1/switch-CF/port-31 fabric/san/B/phys-slot-1-port-31 Canadian forces active 4 Gbps

CF sys/switch-B/slot-1/switch-CF/port-32 fabric/san/B/phys-slot-1-port-32 active 4 Gbps

If you weren't aware, there is a large command called get-ucscmdletmeta.  It will help to understand how things are defined in the XML of the UCS model.

Here are some example uses:

Get-UcsCmdletMeta-name ucsnetworkelement-tree

(I removed the output as it was very long, but it will give you the entire hierarchy of all classes of sup that are children of the network element, the names of XML classes for each and it suitable PowerShell verbs and names for query and manipulate classes.)

PS C:\ucs > Get-UcsCmdletMeta-name ucsfifcport

ClassId: FcPIo

Name: UcsFiFcPort

Verb: get

PipelineClassId: PortGroup {}

LimitScopePipelineClassId: {}

MoMeta: Cisco.Ucs.UcsMoMeta

-This result displays the available cmdlets to get information about an FC Port.  You can see the PipelineClassID PortGroup watch, which means the classes / substantive PoSh that are pipelineable in this category

PS C:\ucs > Get-UcsCmdletMeta-noun ucsfifcport | Select mometa - ExpandProperty

ClassId: FcPIo

XmlTag: fcPIo

RN: port-[PortId]

MinVersion: 1.0 (1e)

Access: input-output

ChildClassId: {EventInst, FaultInst, EquipmentXcvr, FcErrStats...}

AccessPrivilege: {read only}

PropertyMeta: {AdminState, AdminTransport, ChassisId, Dn...}

-Here, you can see the metadata Object (MO) on the Port CF class.  You can see it was added in UCSM 1.0 (1e) and needs only the 'Read only' privilege to see.

PS C:\ucs > Get-UcsCmdletMeta-noun ucsfifcport | Select mometa - ExpandProperty | Select propertymeta - ExpandProperty | FT - AutoSize

Name XmlAttribute Type MinVersion access restriction

-----------                      ----           ------------   ----            ----------    ------

Cisco.Ucs.UcsPropertyRestriction AdminState adminState System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction AdminTransport adminTransport System.String 2.0(1m) ReadOnly

Cisco.Ucs.UcsPropertyRestriction ChassisId chassisId System.String 1.0 (1) ReadOnly

DN dn System.String 1.0 Cisco.Ucs.UcsPropertyRestriction (1e) ReadOnly

Encap encap System.String 1.0 Cisco.Ucs.UcsPropertyRestriction (1e) ReadOnly

Cisco.Ucs.UcsPropertyRestriction Nmdt Nmdt System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction IfRole ifRole System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction IfType ifType System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction Lc lc System.String 2.0(1m) ReadOnly

Cisco.Ucs.UcsPropertyRestriction LicGP licGP 1.4 (1i) of System.UInt64 ReadOnly

Cisco.Ucs.UcsPropertyRestriction LicState licState System.String 1.4 (1i) ReadOnly

Cisco.Ucs.UcsPropertyRestriction settings regional locale System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction Mode mode System.String 1.0 (1) ReadOnly

Model Cisco.Ucs.UcsPropertyRestriction model System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction name Name System.String 1.0 (1e) ReadWrite

Cisco.Ucs.UcsPropertyRestriction OperSpeed operSpeed System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction OperState operState System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction PeerChassisId peerChassisId System.String 1.4 (1i) ReadOnly

Cisco.Ucs.UcsPropertyRestriction PeerDn peerDn System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction PeerPortId peerPortId System.UInt32 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction PeerSlotId peerSlotId System.UInt32 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction PortId portId System.UInt32 1.0 (1e) Naming

Revision revision 1.0 System.String Cisco.Ucs.UcsPropertyRestriction (1e) ReadOnly

Cisco.Ucs.UcsPropertyRestriction Rn rn System.String 1.0 (1) ReadOnly

Series Cisco.Ucs.UcsPropertyRestriction series System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction SlotId slotId System.UInt32 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction StateQual stateQual System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction status System.String 1.0 (1e) ReadWrite

SwitchId switchId System.String 1.0 Cisco.Ucs.UcsPropertyRestriction (1e) ReadOnly

Transport Cisco.Ucs.UcsPropertyRestriction Transport System.String [] 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction Ts ts System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction of type System.String 1.0 (1) ReadOnly

Cisco.Ucs.UcsPropertyRestriction UnifiedPort unifiedPort System.String 2.0(1m) ReadOnly

Cisco.Ucs.UcsPropertyRestriction UsrLbl usrLbl System.String 1.4 (1i) is ReadWrite

Cisco.Ucs.UcsPropertyRestriction seller seller System.String 1.0 (1) ReadOnly

Wwn wwn System.String 1.0 Cisco.Ucs.UcsPropertyRestriction (1e) ReadOnly

Cisco.Ucs.UcsPropertyRestriction XcvrType xcvrType System.String 1.4 (1i) ReadOnly

-In this example I show all the properties of the class Port FC.  As you can see that operspeed is the property, you are more concerned.

Let me know if you have more questions!

Thank you
Eric

Tags: Cisco DataCenter

Similar Questions

  • Get information from the file for use in Action of PS

    I am trying to create an Action that adds text from a photo of an image metadata.

    When recording an Action, I could open the information file and copy the text and then paste the text from the image. However, when I replay the Action on another image, for example the text of the original photo is pasted, the Action does not save the copy and paste it to the Clipboard.

    How can I automate paste the title of the Document, Description and other similar texts on a picture?

    The larger goal is to create a Droplet use to process a large number of images exported from Lightroom. However, I have not been able to successfully create the first step of a PS action that does what I need.

    Thanks for any help with this problem.

    Old Photo from Photoshop Web Gallery function would be inspired by galleries that could include the Image title and Description that is stored in the metadata of the Image. My scripts SimpleViewer and WS-Slideshow Photoshop create Web Flash galleries that support also the title and description of the metadata of the image and EXIF and notice of copyright. only Copyright metadata are superimposed on the image that the rest of text is displayed by Flash player in the XML file built by Photoshop script using the metadata of images. Example http://www.mouseprints.net/SVNewZealand/ws-slideshow.html

  • Get links from dosbox for update in Games Explorer

    I placed links to dosbox game wrapped securities in the explored game and need to know how to force windows to load the data of boxart for them.

    Hi Jeffpiatt,

    Welcome to Microsoft Answers Forums.

    Games explorer is a Microsoft application that contains games that are supported by Microsoft. DOSBox games are third party games that are not supported by Microsoft so that you can not update or display in Games Explorer.

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • currently still have PP CS5.5 & want to install on another office, understand that I can only use one at a time. don't have a CD, can I get information from the current installation and a link to download PP CS5.5?

    currently still have PP CS5.5 & want to install on another office, understand that I can only use one at a time. don't have a CD, can I get information from the current installation and a link to download PP CS5.5?

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you do not have a disk or drive

    Find your http://helpx.adobe.com/x-productkb/global/find-serial-number.html serial No.

  • If I try and follow a link from another Web site to open the other I get awclick.php pixels (GIF Image 1 x 1) in a new tab instead of the web page I want.

    I tried to open a Web site as a link from another site and I get a new tab that says:

    awclick.php (the Image GIF 1 x 1 pixels)

    I can open the Web site without clicking on a link to it simply by typing the address, but as this is a cashback site that I'm the link it does not help!

    Hiya,

    I don't get a GIF as Bodspice mentioned above, but I'm left with a blank page that has the following URL:

    http://www.awin1.com/awclick.php?mid=2481 & ID = 47868 & clickref = 319541108 & p = http :// www.blinkbox.com/Movies/Catalogue/Free

    I use Windows XP and Avast firewall as an anti-virus.

    I tested it on Chrome, it took me to the page immediately without any problem.

    No idea why and how to get rid of this problem? I'm not keen on the use of Chrome and prefer Firefox.

    Thanks in advance.

  • I am trying to open a link from an email and get a box that says "can not be done, check with administator.

    I am trying to open a link from an email and get a box that says "can not be done, check with administator.

    "operation can not be performed, check with administator.

    I bet he has not said who and what he says is "this operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

    If this is the case a Google or Bing on this error message would have given thousands of messages all ask the same question and all with the same answer...

    http://www.slipstick.com/problems/this-operation-has-been-cancelled-due-to-restrictions

    Please a) quote the correct error when you post here and not a paraphrase and b) Please use Google or Bing (or another search engine) first of all that most of the questions have already asked and answered.

  • How config to use the API to get data from Eloqua?

    Hello

    I am coding c# to extract data from Eloqua and works well my trial account.

    When I get another account, it gets an exception with the message "an error occurred during the security check for the message."

    I guess there is something different between the configs of the two accounts, but I don't know which enters into force.

    Any suggestions?

    Best regards

    Biao

    Hi Biao,

    The document (using the Eloqua API - determination of endpoint URL) could be useful. Two customers could be in different data centers, so you'll have a different basis for each URL.

    Now there is an end point which allows to determine the URL for your API calls.  This endpoint is https://login.eloqua.com/id. and the link above describes how to use it.

    Hope this helps and please let us know if you need more information.

    Thank you

    Fred

  • Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    AdobeTomFaith

    If your program is Photoshop Elements, then you have posted in the wrong forum. Some how your son got posted in the Forum Adobe Premiere elements (video editing). Please re-post your thread in the Adobe Photoshop elements Forum.

    Photoshop Elements

    Wherever your son is, please include Adobe Photoshop Elements version and operating system and the description of the installation problem (error messages, stage of failure, etc.)

    Support Adobe seems to be limited to Adobe cat and is classically limited to the current version which is 13. Then, you the best avenue to success is likely to be through the Adobe Photoshop elements Forum. But that shouldn't stop you trying to determine what kind of support you can get from Adobe cat on your question.

    I would offer this link that is specific for Adobe Chat download and installation

    Contact the customer service (this is not the same destination as shown in a previous post in your thread)

    This link is specifically designed for

    Photoshop Elements

    Download, installation, setting up

    Download and installation

    Panel discussion

    (18:00 - Friday 7 pm Sunday)

    Thank you.

    RTA

  • How can I get FF to open a link from FF to the outside, for example from an e-mail, in a NEW TAB and open a link from FF in the SAME TAB

    I want to be able to open links from other applications, such as my email client or the Office Word, Excel, etc., in a NEW TAB in FF v11, AND AT SAME TIME, and by default, be able to open links clicked of in FF (entire page Web or tab) in the SAME TAB AS THE LINK, unless I do a right-click and choose 'Open link in a new tab' or 'Window '. Is this possible? This action/behavior should be an option in the 'options' or settings. If it is already, then it is poorly defined or marked as to what action, it's that the setting doesn't.

    You can set the integer pref browser.link.open_newwindow.override.external '1' on the topic: config page.

    The pref browser.link.open_newwindow.override.external uses the same values as this pref for calls JavaScript window. Open ().

  • Opening links in a new tab will also load the link on the problem of temporamental currnt tab that comes and goes. Sometimes using links from google as well.

    Opening links in a new tab will also load the link on the problem of temporamental currnt tab that comes and goes. Sometimes using links from google as well. Never had this problem before. Also the SafeSearch feature on google has itself locked on strict, not too much problem, but has happened at the same time my links and tabs not working like I want.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • How to get assistance from mozilla to answer questions for windows when I use a macintosh computer

    How to get assistance from mozilla to answer questions for windows when I use a macintosh computer?

    Look on the right side of the knowlegde base articles, where it is said ' help to ". Here, you can change the operating system and the version of firefox. The content of the article will adjust.

    If you ask a question on the help forum, you can simply say this in your question.

  • need to know how to block the ophcrack from running, my child uses this to get my password and in the parental controls in vista

    you want to know how to block the ophcrack from running, my child uses this to get my password and in the parental controls in vista. I have 3 accounts going 2 for children and one for the parents/administrator. I found ophcrack in several places on the computer. any help would be greatly appreciated

    The only question the idea of Malkeleah, that is when you put a password on BIOS, all you need to do is pop the battery from the motherboard and the password is gone. Faronics has in some programs such as anti-executable and a few other programs that may block the name or ID of a process and prevent it from running (some antiviruses have that option, such as Avast, but usually is a pain in the ass to configure)

  • Problem using Cisco WebEx on Win 7

    I try to use Cisco WebEx to use my home computer to get the files for the school. The meeting is set up at 100%, but whenever I try to access it from my Government computer, I get a saying that an add-on has failed. I tried, but I can't find the add-on responsible and if possible, where to download. The account I have is very, very safe and I'm unable to download a lot of things, so keep that in mind. Spent a lot of time trying to find a Web site that requires no download to use, and this seems to be the best. If there is more better, please let me know.

    < original="" title:="" webex="" from="" a="" government="" computer="">

    Hi Ken,

    Thanks for posting your query on the Microsoft Community.

    With the publication of the description, I understand that you are facing difficulties in the use of Cisco WebEx on your Windows 7 machine. I will certainly help you get this fixed number.

    I would be grateful if you could help me with more information:

    1. what web browser do you use?

    2. are you having the same problem when downloading the thing as Add-ons?

    If the problem only occurs when you use Cisco WebEx , then I suggest you send or post your query on forum Cisco WebEx. You can also check out the link below

    https://supportforums.Cisco.com/community/5726/conferencing

    Hope this information is useful. Please write back to us for assistance, we will be happy to help you.

  • Firefox does not open links from thunderbird link

    I get a message that firefox is already open but not answer, I have to close and Open firefox and it works only once. If I copy / paste link from thunderbird he opens it.

    I don't know, but it may have started when I got a update "tab mix more... I remember even having label mix more? Unless it came with firefox.

    You need to open an instance of Firefox without using the - No.-remote command line switch and don't use this switch to open additional instances of Firefox.
    Then you can open a link in an external application using this first instance of Firefox which started without - No.-remote.

  • To get disconnected from the game server

    Original title: recently moved from Virginia to Kentucky, since then I am disconnected to each game server I tried after 5 minutes.

    Recently moved from Virginia to Kentucky.  Since then I get disconnected from each game server, I tried after about 5 minutes. What is happening on 2 separate computers.  Any suggestions?

    Hello

    1. What is the operating system installed on your computer?

    2. are you referring to the games installed on your computer, or play games online?

    3. which web browser you are using?

    4. you get any error message?

    5 is the issue limited to game servers?

    Please provide us with more information on this issue to help you best.

    Try to disable the antivirus software and check if it works very well.

    Click on the link below.

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    NOTE: after completing the troubleshooting steps, please activate the antivirus software

    If the problem is only on two separate computers, it could be a problem with your Internet connection.

Maybe you are looking for