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.
Python SDK for Cisco UCS CentralApache License, Version 2.0 (the "License")InstallationFrom github:Installs the latest top of the tree development version,# Install pip (skip if pip is already available):wget https://bootstrap.pypa.io/get-pip.pypytho...
What Happens in Vegas, Stays in Vegas... Mostly!You know the saying, "What happens in Vegas, Stays in Vegas!”. Well, I think for most things in Vegas that's probably true. However, I want to let you in on something that not only will you want to do i...
Things to do in Berlin in the WinterGoing to Berlin, Germany this Winter? Check out this list of things to do in Berlin in the Winter. The list will come in handy when you are in Berlin for Cisco Live 2017, I did notice however that the list did not...
I wrote a script for a coworker who was at a customer site and needed to collect information from every blade in every UCS in the customer’s data center. The information to be collected wasServerService ProfileAdapter Firmware VersionCIMC Firmware Ve...
Hi Allan,
You could try using a PowerShell Runspace
You can refer the below link for runsapce:
Runspace : https://devblogs.microsoft.com/scripting/beginning-use-of-powershell-runspaces-part-1/
I would recommend you to use the module “POSHRSJob”, ...
Hi Guru,
UCS does not maintain objects for these components, the output is only available via the Fabric Interconnect CLI.
However, I wrote some python that can access these items using SSH libraries to connect to the FIs and issue CLI commands
...
Hi Jeff,You don't need debugger logging with the HTML user interface, just use the Start and Stop Logging Session options in the Tools menu.Have you tried that?Regards,John