Using Cisco UCS PowerTool to gather Model, Serial Number, Chassis and Blade Location
I’m finishing up a UCS deployment for a customer, one of the things I needed to gather was the Serial Number, Model, Chassis Number and Blade Location. Since I’ve been playing with Cisco’s PowerShell component called PowerTool; I figured I would use it.
Here is the one-liner that I came up with:
get-ucsblade | select Serial, Slotid, Model, Chassisid, DN | FT
Here is a sample output of the command:
While your at it, be sure to grab the Cisco PowerTool Users Guide
Tags: chassis, cisco, Cisco UCS, deployment, Get-UcsBlade, model 2c, PowerShell, powertool, serial number, UCS Blades