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.
Hi Folks,We've been a UCS customer for about 9 months. We have been steadily replacing HP Gen6/7/8 blades with UCS B200 M3 and B200 M4 blades as well as experiencing a large amount of growth, we are at 197 M3/M4 blades at the moment, 6148 and 6196 F...
Developers,I have 54 VLANS in UCSC, sorting by VLAN ID is critical for us. When I sort by VLAN the UI has a bug where the complete list of VLANs is no longer listed.See attached word doc.We are running 1.2(1d).Please log a bug and fix. You will nee...
Hi,I've setup UCSD 5.2 and have successfully published a EMC VNX workflow to a catalog and presented that to the user portal and the user is able to provision a LUN on a VNX. However, when I try to do something very simple on the VMware side (change...
I'm using UCSD 5.2 and have setup LDAP integration to my Active Directory domain controllers (SSL, port 636). I'm getting a list of AD objects, I know that is working.In our AD, users are in an OU named _Users and groups are in an OU named _Groups, ...
Hello,I'm doing a demo of UCSD and wanted to jump right into the workflow setup. I'm able to create a simple workflow using the built in tasks.I normally write all my orchestration using Powershell and have the advantage of error checking and many l...
It's been a while so let me update with our status: - Cisco RMA'ed 114 M3 blades with defective memory sockets, we received new blades- Some new M4 blades we received with defective memory, the issue was that some group of people at the factory were ...
Kenny,I have a 3x weekly call with top Cisco resources (we are talking to 2 sales guys, 1 senior internal engineer, 1 project manager, 1 professional services person and a few others) regarding these issues.Since my post 14 days ago here are our new ...
Vinay,Can you post the API reference for UCS Central? It seems that using UCSC PowerTool is a trial and error operation as shown from the Get-UcsCentralComputeInstance example.Ben
Yup, so that's the trick to easily map the CMDLET to the ClassId:PS E:\> Get-UcsCentralCmdletMeta | ? {$_.Noun -eq 'UcsCentralServerPower' }ClassId : LsPowerNoun : UcsCentralServerPowerVerb ...
Another CmdletMeta question, This works: Get-UcsCentralCmdletMeta -Tree -ClassId StorageLocalDiskThis does not: Get-UcsCentralCmdletMeta -Tree -ClassId ServerPowerSo it's hard to figure out how to use pipelining to do something like this:$blade | Get...