- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 08:02 AM - edited 03-01-2019 12:32 PM
Is there anyway in cli that can provide the CPU Family of all blades from all chassis.
Solved! Go to Solution.
- Labels:
-
Unified Computing System (UCS)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 08:24 AM
#scope chassis x
#scope server x
#scope cpu 1
#show show detail
You will have to do this for each server.
You could probably get a specific list, only CPU output using the MS powershell tool cmdlet.
Thanks,
Kirk..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 08:24 AM
#scope chassis x
#scope server x
#scope cpu 1
#show show detail
You will have to do this for each server.
You could probably get a specific list, only CPU output using the MS powershell tool cmdlet.
Thanks,
Kirk..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 08:53 AM
Thanks for quick reply Kirk J
Will this MS powershell tool provide the cpu details of blades in all chassis.
If you have this script please share with me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2016 09:05 AM
Please see https://communities.cisco.com/docs/DOC-56414 which has a link to the script you can download.
The script pulls a complete inventory and dumps it to csv file.
Thanks,
Kirk..
