About [nova diagnostic xxx]command

Asked by mnimonster

I'm following the documents from Openstack to install Essex on Ubuntu server 12.04 LTS. All services work correctly.
The nova diagnostic command is a command that can obtain extra informations about the instance:its CPU usage,
the memory, the disk io or network io, per instance.
After I bulit a instance ,this command seems my deploy something wrong.But I can't figure it out.The err info:
ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500)

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Yaguang Tang
Solved:
Last query:
Last reply:
Revision history for this message
mnimonster (teddy-liu) said :
#1

root@ubuntu151:~#nova diagnostics 77190d09-dd2b-4c70-b061-c5b6d93e7455
ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500)

Revision history for this message
Best Yaguang Tang (heut2008) said :
#2

as far as I know, the essex version only support this commond for xen ,kvm support can be find in the latest folsom trunk version.

Revision history for this message
mnimonster (teddy-liu) said :
#3

Thanks Yaguang Tang, that solved my question.