WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

Re: [Xen-API] Virtual Machine IP Address

To: "Caruso, Joseph" <Joseph.Caruso@xxxxxxxxxxx>
Subject: Re: [Xen-API] Virtual Machine IP Address
From: "Roger R. Smith" <rogsmith@xxxxxxxxx>
Date: Fri, 16 May 2008 15:45:50 -0400
Cc: xen-api@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 16 May 2008 12:46:02 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=uD7VUJjUefOlLdHyUQajaUGExxXYAGoxgwmohLN4I/k=; b=BqbW0GhsA3feYAY8wed5BOD1o7rYazAY6cMkBJx4+UVcqhA8Nmf+hqISuZuanoUaFUdfz35xHZ3Q+jPKWul4gd/P7U/Ue6VWpDgtxjrSiBFiSBSz63gsKeyTokKDsr+e6vKNcuo/ACzXOuczGJh0GrRHIpO44SmQmLXMErVrH+Q=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V7o3WNnzgoMoz9xThu9KQzC/EYL6YYiQpR8LPgvEhprCB3IJJh/N8PKMFmc4cjE4YIySNiYNsQaPS4WC6C/NTOu26jkwduSGnxM15GjrB+RJeh4RPOi8pruPDtRxWMpXRkyf5PUkKt1kBfHadJQVem8BROCPCyB5a4mGh2fBhU0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <4821D5B6CD3C1B4880E6E94C6E70913E02CFB101@xxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <4821D5B6CD3C1B4880E6E94C6E70913E02CFAFC1@xxxxxxxxxxxxxxxxxxxxxxxxxx> <53a9b32a0805140708m74507a6au82c4028fd18f7a97@xxxxxxxxxxxxxx> <4821D5B6CD3C1B4880E6E94C6E70913E02CFB101@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
I have not tried a vm with multiple ips, but I would think it does.
-Rog

On Wed, May 14, 2008 at 1:40 PM, Caruso, Joseph
<Joseph.Caruso@xxxxxxxxxxx> wrote:
> Thanks.  That's what I needed.  Does get_networks return all the Virtual
> machine IP addresses?  e.g  "0/ip", "1/ip", "2/ip".
>
> Thanks again,
> Joe
>
> -----Original Message-----
> From: Roger R. Smith [mailto:rogsmith@xxxxxxxxx]
> Sent: Wednesday, May 14, 2008 10:08 AM
> To: Caruso, Joseph
> Cc: xen-api@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-API] Virtual Machine IP Address
>
> Hi Joe I have not used the Java bindings per se but the api will be
> similiar, I think if do you something like this: {psuedocode to
> follow}
> $guestRef = VM.get_guest_metrics($xenRef);
> $netMet = VM_guest_metrics.get_networks($guestRef);
>
> $netMet should have an entry for ["0/ip"] which would be your ip
> address.
>
> Hope that helps.
> -Rog
>
>
> On Wed, May 14, 2008 at 9:59 AM, Caruso, Joseph
> <Joseph.Caruso@xxxxxxxxxxx> wrote:
>> Good Morning,
>>
>>
>>
>> Does anyone know how to retrieve the IP address of a Virtual machine
> using
>> the Java binding API?   I tried to locate it using the VM.Record
>>
>> and VIF.Record objecs without success.   The XenCenter  (Network tab)
>> displays the IP address when selecting the virtual machine from
>>
>> the resource frame.
>>
>>
>>
>> Thanks,
>>
>> Joe
>>
>>
>>
>> _______________________________________________
>> xen-api mailing list
>> xen-api@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
>>
>>
>

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>