- Community Home
- >
- Software
- >
- HPE OneView
- >
- Server inventory - CPU information
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-29-2015 04:23 PM
01-29-2015 04:23 PM
Server inventory - CPU information
When running a report it shows the CPU, but not how many CPUs it has.
Is there some way to determine in the report how many CPUs there is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-30-2015 10:09 AM
01-30-2015 10:09 AM
Re: Server inventory - CPU information
Unfortunately, no. Reports are static queries. However, if you need to extract that information, you can via the REST API. You would have a few options:
- Use a REST client (i.e. CURL or RESTClient FireFox plugin)
- Use the PowerShell library
- Use the Python library
If you wanted to use the PowerShell library, you can use the following command/script to get what you are looking for:
get-hpovserver | ft -Property name,processorCount,processorCoreCount,processorSpeedMhz,processorType -AutoSize
I am an HPE employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-25-2019 04:04 AM
03-25-2019 04:04 AM
Re: Server inventory - CPU information
Thanks for the get-hposerver command, that helped out. Are we able to list the OS version installed on the servers in inventory, with get-hposerver? Also, is there a docoument listing all the -property values we can use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-25-2019 09:10 AM
03-25-2019 09:10 AM
Re: Server inventory - CPU information
Today, the Server Hardware resource returned is a passthrough from the HPE OneView REST API. You can pull that documention up on your OneView console (click on the ? icon, then REST API).
I am an HPE employee
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP