Deploy VM - Permission issue

2013-05-14 Thread Asmita Vagyani
Hi all, I created a domain , account for a user in cloudstack on port 8096. http://IP:8096/client/api?command=deployVirtualMachine&serviceofferingid=d03f1c05-3f91-4352-bc42-260182318cbc&templateid=23a7cd3f-3446-4d57-83e8-8d1897792d5b&zoneid=1caa020c-c154-474b-aabd-cab1a6322917&displayname=Asmi1&d

[EVENTS] BACD Amsterdam

2013-05-14 Thread Sebastien Goasguen
Hi, We just went live with a Build a Cloud Day event in Amsterdam on June 13th just before DevOps days. It will be at the Schuberg Phillis offices close to Schipol airport. Some great talks and a hackathon to close the day. Register at: http://bacdamsterdam.eventbrite.com or at: http://buildacl

Re: Deploy VM - Permission issue

2013-05-14 Thread Nitin Mehta
Are you trying to use any resource belonging to domain 1 like the template below - is it private by any chance ? On 14/05/13 12:57 PM, "Asmita Vagyani" wrote: >Hi all, > >I created a domain , account for a user in cloudstack on port 8096. > >http://IP:8096/client/api?command=deployVirtualMachin

RE: Deploy VM - Permission issue

2013-05-14 Thread Asmita Vagyani
Yes, when my template was private I got this error. I created a new template with public, extractable, featured values as true. http://IP:8096/?command=deployVirtualMachine&apikey=uOlDcfeQ2adMyBsWz_5PBmUtbpV7Fw8sIYKPnl1zkPj17Ueu9EuqRoTVF0FQuRKSR_7qRVUYEdYP8-9rd9bo0w&serviceofferingid=6188618c-5a8e

Re: Deploy VM - Permission issue

2013-05-14 Thread Nitin Mehta
Check with vm_template table with id=202 and see whether its removed or something ? VirtualMachineTemplate template = getTemplate(id); if (template == null) { throw new InvalidParameterValueException("unable to find " + cmd.getMediaType() + " with id " + id); } On 14

Re: automating template creation and install

2013-05-14 Thread Chip Childers
On Tue, May 14, 2013 at 08:34:52AM -0400, Shane Witbeck wrote: > I'd like to automate the creation and install of VM templates. > > Is there a step-by-step procedure for doing this without using an existing VM > or snapshot? There's a lot of useful info here: > > http://cloudstack.apache.org/doc

Juniper SRX Configuration

2013-05-14 Thread Francois Gaudreault
Hi, I saw in the wiki there is a page for SRX configuration to integrate with CloudStack. However, the steps are not really clear, and the example config link is kinda broken. Does someone have a copy of this example config somewhere? Thanks! -- Francois Gaudreault Architecte de Solution

VM instance cannot aquire IP via DHCP when run on other host with Virtual Router

2013-05-14 Thread Ramkumar Manickam
Hi Team, We setup cloudstack with Advance Network with two xenserver host with Isolated Guest Network. Vm's are creating with virtual router in host1 and able to acquire IP address. But the issue is when we migrate the VM to host2 the vm instance cannot aquire IP from virtual router which

RE: VM instance cannot aquire IP via DHCP when run on other host with Virtual Router

2013-05-14 Thread Geoff Higginbottom
Hi Ramkumar, I know you have already said that the VLANs are configured correctly, but 99.99% of the time when you have these symptoms it is related to misconfigured VLANs Please triple check your VLAN configurations, and even try rebooting the switch to ensure the configuration has been appli

CS 4.0.0 with Ubuntu

2013-05-14 Thread José Egas López
Hi there, Is ubuntu-12.04.2-server compatible with CloudStack 4.0.0 Incubating? Thanks to all. _Jóse FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail a menos que sea necesario

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread David Nalley
Jose: Yes - Wido keeps some debs available for 12.0.4 - though I'd used 4.0.2 instead of 4.0.0 See: http://cloudstack.apt-get.eu/ubuntu/dists/precise/ --David 2013/5/14 José Egas López : > Hi there, > > Is ubuntu-12.04.2-server compatible with CloudStack 4.0.0 Incubating? > Thanks to all. > > _J

Re: Juniper SRX Configuration

2013-05-14 Thread Jayapal Reddy Uradi
Hi, To add SRX device into cloudstack, you need to preconfigure the srx. SRX needs 3 interfaces to add into cloudstack 1. management interface 2. private/guest network interface 3.public interace. Please find the below config. It is bit old cloudstak config on SRX, but it will give you idea. Yo

create instance from ubuntu 12.04 and customize VM hostname?

2013-05-14 Thread William Jiang
Hi Guys, I need create instance from Ubuntu 12.04 template and customize the hostname with our company domain in the format of "vmname.doamin.com". I tried API "deployVirtualMachine" and " updateVirtualMachine", but only displayed name in cloudstack UI can be changed, nor is the instance hostnam

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread José Egas López
Thanks David, Sorry for the question but what can I do with those dists? * Saludos Cordiales, José Vicente Egas López Administración de Servicios, Redes y Telecomunicaciones /FARMAENLACE CIA. LTDA./ Teléf. (593-2)2993100 ext. 1630/39 Teléf. (593-99)8-824047 * El 14/05/2013 11:31, David Nalley e

Re: create instance from ubuntu 12.04 and customize VM hostname?

2013-05-14 Thread David Nalley
On Tue, May 14, 2013 at 12:44 PM, William Jiang wrote: > Hi Guys, > I need create instance from Ubuntu 12.04 template and customize the hostname > with our company domain in the format of "vmname.doamin.com". I tried API > "deployVirtualMachine" and " updateVirtualMachine", but only displayed na

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread Chip Childers
On Tue, May 14, 2013 at 11:50:26AM -0500, José Egas López wrote: > Thanks David, > Sorry for the question but what can I do with those dists? What are you trying to accomplish? Are you asking about UBU 12.04 to run the management server? Are you asking about hosts running 12.04? Are you talking

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread David Nalley
Those are APT repos. See this section of the install guide: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Installation_Guide/configure-package-repository.html#configure-package-repository-deb That will get the apt repo added to your machine, and make it easier for you to con

Re: Juniper SRX Configuration

2013-05-14 Thread Francois Gaudreault
Hi Jayapal, To add SRX device into cloudstack, you need to preconfigure the srx. SRX needs 3 interfaces to add into cloudstack 1. management interface 2. private/guest network interface 3.public interace. Ok. It confirms what I understood :) Please find the below config. It is bit old clouds

Re: Juniper SRX Configuration

2013-05-14 Thread Jayapal Reddy Uradi
For private interface just enable the vlan tagging. when guest network is created cloudstack will configure the interface with vlan and ip. Minimal config is. 1. set management interface with ip and use this ip for while add ing srx into cloudstack. 2. enable vlan tagging on private interface

Re: Juniper SRX Configuration

2013-05-14 Thread David Nalley
On Tue, May 14, 2013 at 1:03 PM, Francois Gaudreault wrote: > Hi Jayapal, > >> To add SRX device into cloudstack, you need to preconfigure the srx. SRX >> needs 3 interfaces to add into cloudstack >> 1. management interface >> 2. private/guest network interface >> 3.public interace. > > Ok. It co

Re: Juniper SRX Configuration

2013-05-14 Thread Francois Gaudreault
Francois, When you finally get this up and working, will you update the wiki the pertinent bits? --David Not a bad idea :) I will. Thanks! -- Francois Gaudreault Architecte de Solution Cloud | Cloud Solutions Architect [email protected] 514-629-6775 - - - CloudOps 420 rue Guy Montréa

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread José Egas López
Chip, I'm trying to decide in which OS to install CS, I don't know if use CentOS or use Ubuntu Server 12.04 LTS, I understand Maven 3 was not available in UBU 12.04 LTS. David, what is the difference between the chapter 3 and 4 of the CS Install Guide? Sorry, I'm just a beginner. * * El 14/0

Re: Juniper SRX Configuration

2013-05-14 Thread Francois Gaudreault
For private interface just enable the vlan tagging. when guest network is created cloudstack will configure the interface with vlan and ip. Minimal config is. 1. set management interface with ip and use this ip for while add ing srx into cloudstack. 2. enable vlan tagging on private interfac

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread Chip Childers
On Tue, May 14, 2013 at 12:21:39PM -0500, José Egas López wrote: > Chip, I'm trying to decide in which OS to install CS, I don't know > if use CentOS or use Ubuntu Server 12.04 LTS, Either should work well for you. And we have pre-built packages for both. See "Getting CloudStack from a Package

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread José Egas López
Thanks Chip, so what do you recommend me? CentOS or UBU? * Saludos Cordiales, José Vicente Egas López Administración de Servicios, Redes y Telecomunicaciones /FARMAENLACE CIA. LTDA./ Teléf. (593-2)2993100 ext. 1630/39 Teléf. (593-99)8-824047 * El 14/05/2013 12:27, Chip Childers escribió: On Tu

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread Chip Childers
On Tue, May 14, 2013 at 12:40:09PM -0500, José Egas López wrote: > Thanks Chip, so what do you recommend me? CentOS or UBU? Whichever you prefer! We support both, so the selection is up to you, based on your preferences. > > * > Saludos Cordiales, > José Vicente Egas López > Administración de S

Re: VM instance cannot aquire IP via DHCP when run on other host with Virtual Router

2013-05-14 Thread ronald higgins
Just to 2nd Geoff's diagnoses, on the occasions that I've experienced your symptoms it's always ended up being incorrect VLAN configurations across ports and or switches. Ronald On Tue, May 14, 2013 at 5:21 PM, Geoff Higginbottom < [email protected]> wrote: > Hi Ramkumar, > > I kn

Re: VM instance cannot aquire IP via DHCP when run on other host with Virtual Router

2013-05-14 Thread Ahmad Emneina
Agreeing with Geoff's suggestion. What you want to make sure is what you defined for your zone vlan range, is present on the trunk ports that the hosts are connected to. On Tue, May 14, 2013 at 10:59 AM, ronald higgins wrote: > Just to 2nd Geoff's diagnoses, on the occasions that I've experience

Re: CS 4.0.0 with Ubuntu

2013-05-14 Thread José Egas López
Thank you so much. * * El 14/05/2013 12:43, Chip Childers escribió: On Tue, May 14, 2013 at 12:40:09PM -0500, José Egas López wrote: Thanks Chip, so what do you recommend me? CentOS or UBU? Whichever you prefer! We support both, so the selection is up to you, based on your preferences. * S

Re: automating template creation and install

2013-05-14 Thread Ahmad Emneina
I suggest against any live CD. Experience shows that they dont behave like their non live counterparts (bootable install iso). The bootloaders and partition info differ so after installing to disk with a live cd, templatize it, and tell hypervisor A, hey I'm booting an ubuntu vm... it will fail mis

Re: automating template creation and install

2013-05-14 Thread David Nalley
So my first choice is Boxgrinder - but it's not the only way. Check out how Fedora creates them: https://fedoraproject.org/wiki/Cloud_SIG/EC2_Creation The tools to do that abound, SuSE has a platform, and there are tons of third party tools. --David On Tue, May 14, 2013 at 8:34 AM, Shane Witbe

Working with clouds on multiple ESX hosts

2013-05-14 Thread Stanley Kaytovich
Hello, This is more of a general question pertaining to best practices of how everyone works with multiple ESX hosts in a cloudstack zone. It seems that if a VM instance resides on a different host from other instances, there is no networking ability on the alienated instance(s). Since the host

working with osx best practices/how to?

2013-05-14 Thread Jason Pavao
Howdy Folks, I had read that there were folks adding the functionality to run osx guests vms on esxi5/vcenter5 via cloud stack. Has anyone done this and is there info out there I can reference? Thanks in advance! -jason

Re: Working with clouds on multiple ESX hosts

2013-05-14 Thread Ahmad Emneina
Sounds like youre not trunking the zone vlans to all the switchports your hosts connect to. Can you verify the vlans are trunked, then see if your networking starts working? On Tue, May 14, 2013 at 1:28 PM, Stanley Kaytovich wrote: > Hello, > > This is more of a general question pertaining to be

Re: working with osx best practices/how to?

2013-05-14 Thread Ahmad Emneina
cloudstack gets the guest os support capability from the hypervisor. as long as esxi5 supports it and is running on mac hardware... you should be able to spin up osx guests. On Tue, May 14, 2013 at 1:32 PM, Jason Pavao wrote: > Howdy Folks, > I had read that there were folks adding the function

Re: working with osx best practices/how to?

2013-05-14 Thread David Nalley
There's this patch: https://reviews.apache.org/r/10137/ --David On Tue, May 14, 2013 at 4:32 PM, Jason Pavao wrote: > Howdy Folks, > I had read that there were folks adding the functionality to run osx guests > vms on esxi5/vcenter5 via cloud stack. Has anyone done this and is there > info out t

RE: Working with clouds on multiple ESX hosts

2013-05-14 Thread Stanley Kaytovich
Ahmad, I configured trunking on the switch for 8 ports. Each host has 4 physical NICs, so 8 ports are in a trunk on the switch. Still no network connectivity. :-/ -Original Message- From: Ahmad Emneina [mailto:[email protected]] Sent: Tuesday, May 14, 2013 4:35 PM To: Cloudstack use

Re: Working with clouds on multiple ESX hosts

2013-05-14 Thread Ahmad Emneina
what vlans are you trunking to the hosts? what vlans are you using in cloudstack as your zone vlans? On Tue, May 14, 2013 at 2:22 PM, Stanley Kaytovich wrote: > Ahmad, > > I configured trunking on the switch for 8 ports. Each host has 4 physical > NICs, so 8 ports are in a trunk on the switch. S

RE: Working with clouds on multiple ESX hosts

2013-05-14 Thread Stanley Kaytovich
Ahmad, Actually, I misspoke, there are 6 ports on each host, but our switch only allows 8 ports in a trunk. If I understand you correctly, I created a trunk on our switch for vSwitch1 (8 ports). Below is our vSwitch configuration in CloudStack/vCenter: vSwitch0 - management (excluded from trun

Re: Working with clouds on multiple ESX hosts

2013-05-14 Thread Ahmad Emneina
I was talking about physical switchports and trunks. How many nics do your esx hosts have? Do the vSwitches correspond to different pysical nics, or do they all map to 1 nic? On Tue, May 14, 2013 at 2:42 PM, Stanley Kaytovich wrote: > Ahmad, > > Actually, I misspoke, there are 6 ports on each ho

Re: Working with clouds on multiple ESX hosts

2013-05-14 Thread Stanley Kaytovich
Ahmad, Each host has a total of 8 physical nics. 2 Nics for management (vswitch0) (trunk1) 4 nics for public (vswitch1) (trunk2) 2 10gbe nics for storage (separate switch) 0 nics for guests - also tried 1 separate nic and got same results -Stan Ahmad Emneina wrote: I was talking about physic

new windows instance auto domain join

2013-05-14 Thread Jason Pavao
Hey Folks, next on my list today- whats the most common way to get a newly provisioned windows instance to auto join a domain with cloudstack? Any suggestions or recommendations would be much appreciated. -- Thanks. -Jason

Re: new windows instance auto domain join

2013-05-14 Thread Ahmad Emneina
this is for an active directory domain? What i would do is disable cloudstack from handing out dns, via the network offering, and point the internal dns to your AD host. On Tue, May 14, 2013 at 3:54 PM, Jason Pavao wrote: > Hey Folks, > next on my list today- whats the most common way to get a

Template download stuck at 1%

2013-05-14 Thread CK
Running a fresh install of ACS on Centos 6.4 with KVM as the host. Having setup a basic zone the CentOS 5.5(64-bit) no GUI (KVM) template is stuck at 1% downloaded. I have run through the SSVM troubleshooting guide and everything appears to be running fine on the SSVM - secstorage nfs mount, publi

Console proxy and iptables redirect

2013-05-14 Thread Callum Massey
I have the management server setup on port 8080 with an iptables redirect from port 80, however the web vnc doesn't work when it's setup this way, what do I need to do get it to work? (Note that currently only the management servers ip can be reached through the firewall and only port 80 is open

RE: [cloudstack] usage server does not populate usage data in DB

2013-05-14 Thread Musayev, Ilya
Hi Alena You raise an interesting point, what would be caveats against running multiple management servers connecting to one mysql db? Thanks ilya -Original Message- From: Stanley Kaytovich [mailto:[email protected]] Sent: Monday, May 13, 2013 3:50 PM To: [email protected]