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.
Brand new to ansible... This is probably a newbie question.
Looking for a way to clear the existing boot order in stand alone C series CIMC with Ansible. Normally I have to do something like pull the list and then delete the existing entries befor...
I am trying to create a framework for Powershell access to the HX API. I cannot seem to get past authentication. PowerShell is preferred, because follow-on actions are going to be in PowerCLI. Basically looking to obtain a list of nodes. Put each no...
I have been trying to find a way to simplify the creation of access policies from the ACI API. My assumption is that that I should be able to use mo/uni.xml as my URL target, and push XML for the entire VPC configuration, but I cannot even get domain...
Has anyone noticed that the DX80 does not have a < or > on the english keyboard? Is this a bug?
Build# JRO03L
Android Version 4.1.1
Active Load: sipdx80.10-2-5-212
I am brand new to Python scripting having spent most of my time in PowerShell over the last several years. What follows is intended as an example of the methods I found to get data from Cisco UCS without using the Cisco APIs. Attached is an example P...
I did get this worked out, and thought others might come looking for the same code. Here is example PowerShell code to authenticate with HyperFlex:
First off, I strongly recommend that you include the following lines so that TLS 1.2 will work:
...
I did get this worked out, and thought others might come looking for the same code. Here is example PowerShell code to authenticate with HyperFlex:
First off, I strongly recommend that you include the following lines so that TLS 1.2 will work:
...
I see two problems here. The VLAN name is referenced on vNICs or vNIC Templates and possibly in groups. If you change the name, you will need to change everywhere you referenced the name. Changing the name requires changing the DN. I believe the only...
Here is an example for mapping vMedia in PowerTool for stand alone C Series.Get-ImcCommVMedia | Add-ImcCommVMediaMap -RemoteShare "10.65.183.112:/nfsshare2" -RemoteFile "test.iso" -VolumeName "testVol" -Map nfsHave a great day.