physical machine that runs the server

Asked by KAM

Is it possible to know which physical machine does a certain server is running on ?

OS API includes a call to get server details, In the returned details there's a 'hostID', what is this ? Can I use it to know which physical machine the server is running on ?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
KAM
Solved:
Last query:
Last reply:
Revision history for this message
KAM (karim-allah-ahmed) said :
#1

Ok, I can see in the source code that "hostId", is actually a hashed version of the 'hostname' of the physical machine that the server is running on.

I guess that will do.

Thanks.