Community
 
 
 

CloudPlatform 3.x

팔로워 343명
 
Avatar
Pankaj Paliwal

how to find VM by IP address

Avatar

how to find VM by IP address

Hi,

 

There is a column of search under instance, we can only find the VM with given name but not with ip address.

 

I want to find the VM with ip address, when i add ip address in search column it does not display the vm on which that ip is assigned,

 

Any chances in cloudstack where we can search the VM by enterring ip address ?

 

cloudstack.png


Ameet Nathani MEMBERS
댓글 1개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 1개

Avatar
Pankaj Paliwal
Avatar

how to find VM by IP address

Unfortunately there isn't. You could get that information directly from the DB using the following SQL query,

select * from vm_instance where id in (select instance_id from nics where removed is null and ip4_address='<IP_ADDRESS>');

 

Hope that helps.


Somesh Naidu CITRIX EMPLOYEES
댓글 작업 고유 링크

Top Contributors