Re: cloud-set-guest-password script for ArchLinux?

2013-09-30 Thread Shanker Balan
On 27-Sep-2013, at 12:22 PM, Kirk Kosinski wrote: > Hi, did you try any of the existing scripts? One or more of them will > probably work as-is or with minor modifications. The primary > requirement is to use a compatible DHCP client like the ISC DHCP client > (dhclient). Hi Indra, I took Arc

RE: Error attaching an uploaded VHD volume to a VM

2013-09-30 Thread Sanjeev Neelarapu
Hi, An enhancement bug has been reported for supported local storage for uploaded volume. More details are @ https://issues.apache.org/jira/browse/CLOUDSTACK-4173 Thanks, Sanjeev -Original Message- From: bala sundaram [mailto:bala2...@gmail.com] Sent: Tuesday, October 01, 2013 9:11 AM

RE: Multiple Public IP ranges

2013-09-30 Thread Sanjeev Neelarapu
Hi Travis, This is just a restriction from the CS side. There is no technical reason for not supporting it. As I said earlier this may be supported in future versions of CS. Thanks, Sanjeev -Original Message- From: Travis Graham [mailto:tgra...@tgraham.us] Sent: Wednesday, September 2

Re: how does Cloudstack change reset password works?

2013-09-30 Thread Kirk Kosinski
Hi, Rafael. On the virtual router there is a socat process listening on 8080/tcp. When a VM sends a valid password request, socat passes the VM's IP address to the serve_password.sh script. This script checks /var/cache/cloud/passwords for a password for the VM. If there is a password in the cac

Re: Error attaching an uploaded VHD volume to a VM

2013-09-30 Thread bala sundaram
Hi Shanker, Sorry for the late response. This option 'Storage - Volumes -> volume_name -> Migrate Volume To Another Primary Storage' is only shown only for the disk that is already there in a primary storage(Correct me if wrong). A newly uploaded disk which resides in the secondary storage will

cloudstack 4.1 KVM There no secondary storage for secondary VM

2013-09-30 Thread motty cruz
Hello, I need help! I have installed CloudStack 4.1 on CentOS, I have two hypervisors KVM running on CentOS 6.4. both KVM hypervison have 2 network cards one have static public IP and 2nd has a private IP. can someone point the steps to have basic network to run with CloudStack? currently I have c

how does Cloudstack change reset password works?

2013-09-30 Thread Rafael Weingartner
Hey all, I was wondering, how does the reset password on CS work? I noticed that at the "cloud-set-guest-password" script there is a call to the router, "wget -q -t 3 -T 20 -O - --header "DomU_Request: send_my_password" $PASSWORD_SERVER_IP:8080" What parameter does the router use to determine whi

Re: CS 4.1.1 XenServer sysvm iso

2013-09-30 Thread Kirk Kosinski
Hi, John. The systemvm.iso is not bootable. If system VMs are failing to boot, the system VM template may be corrupt. Can you re-download it and compare the MD5 to the ones on secondary storage and primary storage? Best regards, Kirk On 09/30/2013 02:51 PM, John Skinner wrote: > Hey List, >

Re: CS 4.1.1 XenServer sysvm iso

2013-09-30 Thread Kirk Jantzer
Could be a corrupt or wrong version of system vm iso? Regards, Kirk Jantzer http://about.me/kirkjantzer On Sep 30, 2013 5:52 PM, "John Skinner" wrote: > Hey List, > > We are having an issue where system vms (routers, ssvm, console proxy) are > failing to boot. This is with CS 4.1.1, and XenServ

CS 4.1.1 XenServer sysvm iso

2013-09-30 Thread John Skinner
Hey List, We are having an issue where system vms (routers, ssvm, console proxy) are failing to boot. This is with CS 4.1.1, and XenServer 6.1. The VM gets created, and the sysvm iso gets mounted to the VM, however, the VM fails to boot from the iso, it just sits there. You can unmount the iso

SecondaryStorage VM on 4.1.1

2013-09-30 Thread nick . sindlinger
Is anyone having trouble with Secondary Storage VM's failing to create and communicate with XEN? Thank you Nick

RE: Use different video device '-vga std' instead of '-vga cirrus' for KVM guest VMs

2013-09-30 Thread David Ortiz
Karan, We were trying to change the VRAM settings for our VMs and found this was not supported, so I think the video device falls in the same boat. You could try filing an improvement on the project JIRA to see if anyone would pick it up. Thanks, Davi

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Nguyen Anh Tu
2013/9/30 sebgoa > > > the script is there but according to the logs it seems to be looking for > it in the /kvm directory which does not exist for me: > > 2013-09-30 08:39:21,977 INFO > [resource.virtualnetwork.VirtualRoutingResource] (main:null) > VirtualRoutingResource _scriptDir to use: scri

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread sebgoa
On Sep 30, 2013, at 5:17 PM, Nguyen Anh Tu wrote: > 2013/9/30 sebgoa > >> >> On Sep 30, 2013, at 5:07 PM, Nguyen Anh Tu wrote: >> >>> 2013/9/30 sebgoa >>> 2013-09-30 08:03:07,963 ERROR [cloud.agent.AgentShell] (main:null) >> Unable to start agent: Unable to find the call_firewal

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Travis Graham
That directory is configurable in the agent.properties file. Check and see what you have set and change it to match what's on your system. Might need to file a bug if the two defaults don't match up. If the agent setup defaults to some other path than what the common package installs things then

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Nguyen Anh Tu
2013/9/30 sebgoa > > On Sep 30, 2013, at 5:07 PM, Nguyen Anh Tu wrote: > > > 2013/9/30 sebgoa > > > >> 2013-09-30 08:03:07,963 ERROR [cloud.agent.AgentShell] (main:null) > Unable > >> to start agent: Unable to find the call_firewall.sh > > > > > > Have you installed cloudstack-common package? N

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread sebgoa
On Sep 30, 2013, at 5:07 PM, Nguyen Anh Tu wrote: > 2013/9/30 sebgoa > >> 2013-09-30 08:03:07,963 ERROR [cloud.agent.AgentShell] (main:null) Unable >> to start agent: Unable to find the call_firewall.sh > > > Have you installed cloudstack-common package? Normally it's required when > install

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Nguyen Anh Tu
Don't worry. I deployed success with 4.1. You just need follow exactly the installation guide. Some troubles if you use openvswitch instead of linux bridge. Normally we should use 2 NICs, but it's still ok with only 1 NIC. Cloud0 is automatically generated when cloudstack-agent starting 2013/9/30

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Nguyen Anh Tu
2013/9/30 sebgoa > 2013-09-30 08:03:07,963 ERROR [cloud.agent.AgentShell] (main:null) Unable > to start agent: Unable to find the call_firewall.sh Have you installed cloudstack-common package? Normally it's required when installing cloudstack-agent -- N.g.U.y.e.N.A.n.H.t.U

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread sebgoa
On Sep 30, 2013, at 4:52 PM, Travis Graham wrote: > Did you rerun cloudstack-setup-agent and let it reconfigure the > agent.properties file and reconfigure the networking and all the other stuff > it does? Interesting as I did not use it in the first place ? I ran the agent service and then c

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Travis Graham
Did you rerun cloudstack-setup-agent and let it reconfigure the agent.properties file and reconfigure the networking and all the other stuff it does? Travis On Sep 30, 2013, at 10:49 AM, sebgoa wrote: > > On Sep 30, 2013, at 4:46 PM, Nguyen Anh Tu wrote: > >> 2013/9/30 sebgoa >> >>> I am

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread sebgoa
On Sep 30, 2013, at 4:46 PM, Nguyen Anh Tu wrote: > 2013/9/30 sebgoa > >> I am on ubuntu 12.04 with KVM. >> I was playing with various network configuration and messed up my agent. >> Now when I start to start it I get: >> # service cloudstack-agent start >> * Starting CloudStack Agent cloud-a

Re: cannot start agent on KVM/Ubuntu

2013-09-30 Thread Nguyen Anh Tu
2013/9/30 sebgoa > I am on ubuntu 12.04 with KVM. > I was playing with various network configuration and messed up my agent. > Now when I start to start it I get: > # service cloudstack-agent start > * Starting CloudStack Agent cloud-agent > cat: /var/run/cloud-agent.pid: No such file or direct

cannot start agent on KVM/Ubuntu

2013-09-30 Thread sebgoa
Hi, I am on ubuntu 12.04 with KVM. I was playing with various network configuration and messed up my agent. Now when I start to start it I get: # service cloudstack-agent start * Starting CloudStack Agent cloud-agent

Use different video device '-vga std' instead of '-vga cirrus' for KVM guest VMs

2013-09-30 Thread Karan .
Hi All I am on CLOUDSTACK 4.1.1. If i ask my question in terms of qemu ,how can I use '-vga std' video device for my guest VMs. Or in terms of libvirt, how can I use vga video device for all Domains. Does cloudstack provides any way for changing these machine properties. Currently all V

Re: Disable copy snapshot to secondary storage in CS 4.2

2013-09-30 Thread Sebastian Igerl
Hmm.. but it still does. maybe a bug ? snapshot.backup.rightafterbackup snapshot right after snapshot is takenfalse Primary storage is Ceph/RDB, Secondary is NFS. I restarted both the management server and the nodes. not really sure if this helps: management-server.log:2013-09-30 12:48:48,196

RE: Disable copy snapshot to secondary storage in CS 4.2

2013-09-30 Thread Sanjay Tripathi
That's correct. Setting up the mentioned global config parameter to false will not copy the snapshot to secondary storage, snapshot will be available in primary storage. --Sanjay > -Original Message- > From: Sebastian Igerl [mailto:igerls...@gmail.com] > Sent: Monday, September 30, 2013

Disable copy snapshot to secondary storage in CS 4.2

2013-09-30 Thread Sebastian Igerl
Hi All, i'm trying to disable that a snapshots get copied to secondary storage right after it's creation. I thought if i set "snapshot.backup.rightafter" to false this should work ? Any thoughts ? Thanks Sebastian

[PROPOSAL] Dynamic Compute Offering

2013-09-30 Thread Bharat Kumar
Hi All, Currently in cloudstack we need to associate every vm with a service offering and also we cannot specify the size of the root disk when using templates i.e. we cannot specify different size of root disks while using the same template. I would like to propose a feature to allow VM creat