Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello All,I have not found a good source of information pertaining to emulate the functionality of what is in VMware's vCenter Performance tab. Basically, I would like to have from the blade level to the uplink ports on the Fabirc Interconnects. I'...
Hello All,I'm trying to modify this code so that when it moves the service profile from one UCS domain to another, it does not automatically associate it.Here is the code:Import-Module CiscoUcsPS$devnull = set-ucspowertoolconfiguration -supportmultip...
Hello All,I am currently running UCS Central 1.1(1a) and I wanted to know how I go about upgrading to the latest version? In preparation, I have downloaded ucs-central.1.1.2a.iso.Thank you,Jim
Hello All,I forgotten the code snippet that I need to add to the following line of code so that when I display the model field, it actually display the product name verses the PID.Get-UcsBlade -Ucs $handleArray | Sort-Object -Property Ucs,ChassisID,S...
Hello All,I finally got several of my UCM's up to proper firmware to use UCS Central, but I am having a couple of issue. WHen I try to lauch UCSM from Cetral, I get the error depicted in central.png stating can not access UCSM at 10.18.102.42 and th...
Eric,I tried that, but just get erros. I guess I'm stil not sure of the syntax. I tired:Get-UcsBlade -Ucs $handleArray | Sort-Object -Property Ucs,ChassisID,SlotID | Select-Object Ucs,ServerId,Name,UsrLbl,Model,AvailableMemory,NumOfCpus,NumOfCores,...
Credentials can be stored to a file. The stored credentials are encrypted with a specified Key. Export-UcsPSSession -LiteralPath C:\work\labs.xml Disconnect-Ucs Login can be initiated from credentials stored in a file. Connect-Ucs -LiteralPath C:\wor...