HPE OneView
1825808 Members
2182 Online
109688 Solutions
New Discussion

Re: HPE OneView nodeinfo

 
SOLVED
Go to solution
BradV
Esteemed Contributor

HPE OneView nodeinfo

Still exploring the REST API.  If I run:

 

curl --insecure --silent --header "X-API-Version: ${currentVersion}" --header "auth: ${sessionID}" \
   --request GET ${OneView}/rest/appliance/health-status | jq -r '.'

 

I get back information about the memory, CPUs, and disk space.  The status message from each stating the resources are sufficient.  If I run:

 

curl --insecure --silent --header "X-API-Version: ${currentVersion}" --header "auth: ${sessionID}" \
   --request GET ${OneView}/rest/appliance/nodeinfo/status | jq -r '.'

 

I get information which includes memory and CPUs.  In this case, the memory matches, but the CPU only shows two and the status message says

Minimum CPU requirement of 8 @ 2 Ghz not met.

 Not sure why the discrepancy on CPUs?  What exactly is meant by "node" in this context? 

3 REPLIES 3
ChrisLynch
HPE Pro
Solution

Re: HPE OneView nodeinfo

Node is the appliance. You will see this message only with the virtual machine appliance. It is likely because the CPU C states are changing based on the hosts BIOS setup. But as long as you deployed the VM using the template provided, it would be configured with 8 vCPU's.
I work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
BradV
Esteemed Contributor

Re: HPE OneView nodeinfo

Thanks Chris!

Sunitha_Mod
Honored Contributor

Re: HPE OneView nodeinfo

Hello @BradV

We are glad to know your concern has been addressed!