Re: Cannot use NIC bond on guest/public networks

2012-09-06 Thread Caleb Call
Good info, thanks. On Sep 6, 2012, at 4:22 PM, Anthony Xu wrote: > You can add a host to a cluster with a bonded interface by executing "xe > pool-join" command, > You need to move ip configure from slave eth device to bonding device by > executing xsconsole on the new host. > > > Anthony >

RE: Cannot use NIC bond on guest/public networks

2012-09-06 Thread Anthony Xu
You can add a host to a cluster with a bonded interface by executing "xe pool-join" command, You need to move ip configure from slave eth device to bonding device by executing xsconsole on the new host. Anthony > -Original Message- > From: Caleb Call [mailto:calebc...@me.com] > Sent: T

Re: Using more than vswitch 0

2012-09-06 Thread Marcos Ortiz
Ok!!! Thanks I will check it. Regards El 06/09/2012, a las 23:20, "Prachi Damle" escribió: > Hi Marcos, > > In the API's below, you specified tag 'guestv' for the physical network. But > the tag on the offering is 'guestv1' - That might be the reason for your > offerings dropdown to be empt

Re: Cannot use NIC bond on guest/public networks

2012-09-06 Thread Caleb Call
In a convoluted way, yes. You can't add a host in Xen Center to a cluster with a bonded interface. It prompts you and says bonding is not supported. If you add the host to the cluster without bonding and then bond the host after it's added, it works fine. Beware, in our experience that when

RE: Using more than vswitch 0

2012-09-06 Thread Prachi Damle
Hi Marcos, In the API's below, you specified tag 'guestv' for the physical network. But the tag on the offering is 'guestv1' - That might be the reason for your offerings dropdown to be empty. Also, the error you got while using API for createNetwork indicates that your offering does not suppo

Re: Modify laun VM Wizard

2012-09-06 Thread Marcos Ortiz
Hi chiradeep Thanks for your reply, I don't familiar with user data, for this reason I prefer to add a line in vmx when the instance has been created. With this I will be able to set host name, Could you send and example of user data URL? Regards El 06/09/2012, a las 19:21, "Chiradeep Vittal

RE: Cannot use NIC bond on guest/public networks

2012-09-06 Thread Anthony Xu
You can use bonded management interface, You cannot use VLAN management interface, XenServer doesn't support it at this point. Anthony > -Original Message- > From: Nik Martin [mailto:nik.mar...@nfinausa.com] > Sent: Thursday, September 06, 2012 7:25 AM > To: cloudstack-users@incubator.a

Re: Modify laun VM Wizard

2012-09-06 Thread Chiradeep Vittal
Marcos, Are you familiar with the user-data feature of CloudStack ? When deploying a VM, you can associate an arbitrary set of userdata with the VM. Suppose this is an xml string which includes "myhostname". When the VM boots you can access the userdata from a well-known URL and then set the hostn

Modify Launch VM Wizard

2012-09-06 Thread Marcos Ortiz
Hi all, I need to know if it is posible to add moré steps in the new instante wizard, i explain myself, we want to add a new line in the vmx file in order to set the display name as hostname using vmware tools and the gestinfo variable. We have a script that did a Windows sysprep based on unatt

RE: Modify laun VM Wizard

2012-09-06 Thread Marcos Ortiz
I d´ont understand you, a system vm with windows vm?, could you help to create a VM with windows os? -Mensaje original- De: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Enviado el: jueves, 06 de septiembre de 2012 16:38 Para: cloudstack-users@incubator.apache.org Asunto: RE: Modif

RE: Modify laun VM Wizard

2012-09-06 Thread Rajesh Battala
To do automatically, there should be a system vm with windows os. -Original Message- From: Marcos Ortiz [mailto:marcos_or...@anadat.es] Sent: Thursday, September 06, 2012 7:45 PM To: cloudstack-users@incubator.apache.org Subject: RE: Modify laun VM Wizard Hi, I read the administration g

Re: Cannot use NIC bond on guest/public networks

2012-09-06 Thread Nik Martin
On 09/05/2012 10:58 PM, William Clark wrote: This is correct, you cannot use a bonded interface for the management interface. Not sure why this is the case. Bill Clark Sent from my iPhone On Sep 5, 2012, at 3:22 PM, Nik Martin wrote: Bill, Is this a limitation of Cloudstack? Xenserver h

RE: Modify laun VM Wizard

2012-09-06 Thread Marcos Ortiz
Hi, I read the administration guide, but this is a manual procedure, i want tou do it automaticly and change the hostname of instances. Thanks Regards -Mensaje original- De: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Enviado el: jueves, 06 de septiembre de 2012 16:01 Para: cl

RE: Modify laun VM Wizard

2012-09-06 Thread Rajesh Battala
Hi Marcos, Regarding syspreping windows templates, please follow the admin guide http://download.cloud.com/releases/3.0.0/CloudStack3.0AdminGuide.pdf 7.8.8/35page. Thanks Rajesh Battala -Original Message- From: Marcos Ortiz [mailto:marcos_or...@anadat.es] Sent: Thursday, September

Using more than vswitch 0

2012-09-06 Thread Marcos Ortiz
Hi all, Based on cloudtack architecture, all guest, public networks has been created on vswitch0, vmware only Support 256 port groups per vswitch, this is a limitation because we can´t use more than 256 vlans for customers, I want to use vswitch1 for vlans through 1 to 100, vswitch2 101 to 200.

RE: Modify laun VM Wizard

2012-09-06 Thread Marcos Ortiz
Hi Pranav, Thanks for your reply, then oly new step I want is create a new line in the vmx line with the name of user assign to his instance in the wizard, with this new line, we are able to get this name and set such a hostname in the Windows instances. For other side, do you think this is po

Re: multiple NICs on same network

2012-09-06 Thread Facundo Guerrero
I post the improvement request https://issues.apache.org/jira/browse/CLOUDSTACK-24 Thanks.! El 06/09/12 03:43, Prasanna Santhanam escribió: > On Tue, Sep 04, 2012 at 03:18:55PM -0400, Facundo Guerrero wrote: >> Thanks . >> >> I had a server with 10 ipaddress i modify the router script to make

RE: Modify laun VM Wizard

2012-09-06 Thread Pranav Saxena
Hi, In case your motive is to just hide the create new network wizard from the end user then , you'll have to modify the instanceWizard.js file to hide this particular step. ( incubator-cloudstack/ui/scripts/instanceWizard.js and incubator-cloudstack/ui/scripts/ui-custom/instanceWizard.js fil

Modify laun VM Wizard

2012-09-06 Thread Marcos Ortiz
Hi all, I need to know if it is posible to add moré steps in the new instante wizard, i explain myself, we want to add a new line in the vmx file in order to set the display name as hostname using vmware tools and the gestinfo variable. We have a script that did a Windows sysprep based on unatt