RE: Templates don't show up

2012-09-04 Thread Nitin Mehta
Celeb - Do you have access to DB ? If you have can you please execute queries and check for the state and error string in the template_host_ref table. Did you check in the MS/SSVM logs for any errors ? Select * from vm_template Select * from template_host_ref where template_id= Select * from temp

Templates don't show up

2012-09-04 Thread Caleb Call
What would prevent a template from showing up in the list of templates (both in the GUI and in the API)? I'm trying to copy a template from one zone to another (zone a to b say), and despite everything showing success, it never shows up. No errors in the logs, etc. I tried a different templat

Re: multiple NICs on same network

2012-09-04 Thread Facundo Guerrero
Thanks . I had a server with 10 ipaddress i modify the router script to make the nat to that IPs. I would be a great feature to have the possibility to add "floating Ip's" in the private network and nat 1:1 to a public IP. El 04/09/12 15:59, Alena Prokharchyk escribió: > No, it's not possib

Re: multiple NICs on same network

2012-09-04 Thread Alena Prokharchyk
No, it's not possible. Although seems like you can assign 2 nics from the same network to the vm, the things start breaking when we create network rules (firewall/pf/lb) for vm in the network. As we always assume that vm can't have more than one nic in the network. -Alena. On 9/4/12 11:50 AM, "Fa

Re: multiple NICs on same network

2012-09-04 Thread Facundo Guerrero
It's possible to NAT 1:1 a public IP for each of this Privates IP's? To do that at this moment i modify the script in the VP. Thanks El 04/09/12 03:56, Prasanna Santhanam escribió: > On Wed, Aug 29, 2012 at 12:36:59PM -0400, Alena Prokharchyk wrote: >> On 8/29/12 3:13 AM, "Sumita Gorla" wrote:

Re: How to migrate VM existing ?

2012-09-04 Thread Caleb Call
Both hosts are in Cloudstack, right?  Both hosts are in the same Zone, Pod, and Cluster, right?  If that's the case, then there's two easy ways to go about this.  First is to simply manually migrate the VMs to the host you'd like to use.  You do this by going in the Cloudstack Management GUI, click

Re: multiple NICs on same network

2012-09-04 Thread Sumita Gorla
Thanks. On 9/4/12 12:26 PM, "Prasanna Santhanam" wrote: >On Wed, Aug 29, 2012 at 12:36:59PM -0400, Alena Prokharchyk wrote: >> On 8/29/12 3:13 AM, "Sumita Gorla" wrote: >> >> >Can we use Cloudstack APIs to create a VM with two NICs on the same >> >shared network >> >Or isolated network? >> > >