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.
I need to swap the names of two fabric interconnects in a UCS domain. FI-A needs to be FI-B and vice versa. The FI's were set up backwards. Is this possible? Thanks.
Here is our scenario.... Our current boot order is: 1. SD Card 2. Lan boot What I would like to do is if there is no OS on the SD card then it should by-pass the SD card and then boot from LAN via PXE. Then VMWare Auto-deploy would then deploy t...
I've upgraded my UCS Central to the latest 2.0 and upgraded the Cisco Powertool to the latest 2.2.I'm attempting the create a VLAN Group in UCS Central. I run the following command:Add-UcsCentralFabricNetGroup -Name TestNothing happens. No errors o...
Can some one give me an advantage of using a vNIC redundancy pair template versus just have two vNIC template. I've not been able to find much info.Thanks.
When deploying a Service Profile from a Template in UCS Central you can specify the "Advanced" option in the Service Profile Naming Convention. This allows you to create Service Profiles and specify where to start numbering and how many digits to u...
I came up with this script that seems to work well. Connects to my UCS Central. Gets the list of domains. Disconnects from central and then connects to each to domain and pulls the SEL logs for all servers in each domain.
Connect-UcsCentral -c...
@vravish
I came across this today. Great stuff!! Pulls the SEL logs via PowerTool.
https://blogs.cisco.com/datacenter/if-you-can-do-it-in-ucs-manager-gui-you-can-do-it-in-ucs-manager-api
I can use the following PowerTool command to clear the SEL for UCS Blades: Get-UCSBlade | Get-UCSMgmtController | Get-UCSSysdebugMepLog -AdminState clear -force -Confirm:$false
However, what I would like to do is actually use a PowerTool command t...