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 all,I’m trying to grab the cache size off of 272 servers with UCS Powertool and not getting the cmd right. Can either of you help me. There is something I don’t know about where that information is stored in the object model of UCS to know what cm...
In UCS Manager, there is a tab on each server and Service Profile called "VIF Paths", how can I see this information from the UCS PowerTool or the CLI?Thanks,Bryan
Andrew, In addition to what Joseph said, you could stick it into a PowerShell loop like the following:(DISCLAIMER: I didn't test this exact cmd but have done this loop with UCS POwerTool many times before)foreach ($chassis in 01..20) {foreach ($blade...
Boris,Thank you for responding!! I just returned from vacation and I will try this out very soon.I can't wait, I'm very excited to see if this works.Thanks,Bryan
Hi Sumanth,I would never have guessed it would be that cmd! However, I tried it and it doesn't give me the details of the paths. Here is the output:PowerTool C:\> Get-UcsServer | Get-UcsFabricLocale | Get-UcsFabricPathCType : mux-fabricChassis...
Can someone send a way to "get" inventory for a bunch of C-series that are integrated into UCSM with how many HDD are in the current inventory?I've been striking out a lot and this would really help. Either a ServiceProfile or RackUnit type command.T...