You can try with deployvirtualmachine API with startvm=false parameter.
Regards Sadhu -----Original Message----- From: COCHE Sébastien [mailto:sco...@sigma.fr] Sent: 10 October 2013 22:29 To: users@cloudstack.apache.org Subject: RE: CS Ip address reservation... Thank for your reply. I already thought about this workaround. But how ? If I do that, CS will create a Virtual Machine (instance) onto the hypervisors cluster. This will consume disk resources and if someone start the instance, I will have an IP Address conflict on the network. Am I wrong ? How can I create a new instance without deploying it ? Or how can I lock the instance startup ? Thanks, Sébastien -----Message d'origine----- De : Saksham Srivastava [mailto:saksham.srivast...@citrix.com] Envoyé : jeudi 10 octobre 2013 15:57 À : users@cloudstack.apache.org Objet : RE: CS Ip address reservation... Hi, You cannot reserve IPs in a shared network, this functionality is available for VPC/Isolated network only. For shared networks, as Jayapal suggested you can pick an IP and statically assign it to the physical server. Use deployvm API with IP address param (choose it from your unallocated IPaddress pool) for your CloudStack vms. Thanks, Saksham -----Original Message----- From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] Sent: Thursday, October 10, 2013 6:58 PM To: <users@cloudstack.apache.org> Subject: Re: CS Ip address reservation... Hi, I think you can't reserve the ips in shared network. pick an ip address from the pool and use for your external server. For Vm deployment use the API and pass ip from the unreserved pool. Thanks, Jayapal On 10-Oct-2013, at 6:36 PM, COCHE Sébastien <sco...@sigma.fr> wrote: > Hi all, > > Is it possible, with CloudStack, to reserve an IP address, on a shared > network, to be used by an external server, unmanaged by CloudStack ? > The goal is to integrate physical server (ie : Oracle Database) in a virtual > environment managed by CloudStack. > > Thank a lot > > Best regards > > Sébastien