Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-03-19 Thread Simon Weller
Nezar, Log into the Cloudstack UI. Click on "Infrastructure" on the left menu. Click on View All below "System VMs". find the item marked "Secondary Storage VM" and then click on the Name of that VM on the left (it will be s--VM). You'll see a bunch of information about the VM. Find the

Re: Windows 7 Template

2016-03-19 Thread Todd Pigram
How about old fashion sysprep with AutoUnattened.xml? As most of my customers are fully managed, I use that process for all w2012r2, w2k8r2, & win7 templates. I actually create them on standalone HVs, then upload them as templates into ACS (old CCP). Use Windows System Image maker, out of the wind

RE: Windows 7 Template

2016-03-19 Thread Timothy Lothering
Hi Cristian, Prior to #5, you need to specify the out-of-box experience for the machine, this should then in conjunction with the Cloud Instance Manager reset the password. Kind Regards, Timothy Lothering Timothy Lothering Solutions Architect Managed Services T: +27877415535 F: +27877415100 C:

bash script to create, start, stop and destroy a large number of VM in CloudStack

2016-03-19 Thread Thomas Schneider
Hi all, I created a small bash script to create, start, stop and destroy a large number of VM in CloudStack. I use it to do some test on new Cloudstack setup. It work with Cloudmonkey. If it can help someone. https://github.com/vascodaroxor/cloudstack-cloudzor Regards, -- *Thomas Schneider*

RE: unable to create a VPC 4.8.0 after upgrading 4.3.1

2016-03-19 Thread Glenn Wagner
Hi, Venkatesh When you upgraded to 4.8.0 did you upgrade all your System VM's to the latest 4.6 template? I you create a new shared network and start a VM on that network is the Virtual router created? Did you update the router template settings in the Global Settings router.template.vmware ro

Re: [Migrate from Citrix CloudPlatform 4.3 to CloudStack 4.8]

2016-03-19 Thread ilya
Many folks on this list have migrated to Apache CloudStack from CCP. Backup your environment, you can use this script, it will dump the 3 DBs cloudstack needs and contents of /etc/ into a tar.gz file Before you start, make sure you can test DBPASS decryption process run > DBPASS=$(java -classpath

AW: Persisting Source IP on Load Balancers

2016-03-19 Thread S . Brüseke - proIO GmbH
Hi Len, you need to change the LogFormat on the target servers behind the LB. If you are using apache2 do the this: 1. open your apache2 conf file 2. add "LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %O" common_lb" to the LogFormat section 3. open your vhost file and swap "common" to "com

[database relationship diagram]

2016-03-19 Thread Gian Paolo Buono
Hi all, where I can find database relationship diagram and specification ? redards Gian Paolo

Windows 7 Template

2016-03-19 Thread Cristian Ciobanu
Hello,      I tried to crate a Windows 7 Template for ACS 4.5.2 on VMware, everything is ok till first reboot of VM.      1. Install Windows 7       2. install VMware tools ( reboot )      3. Install CloudInstanceManager      4. Enable local user account Administrator and set password.      5. C

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-03-19 Thread Simon Weller
I'm assuming you have other VMs successfully running, correct? So you can write to your primary storage. From: Nezar Madbouh Sent: Thursday, March 17, 2016 4:43 PM To: users@cloudstack.apache.org Subject: Re: Unable to create a New VM - Error message: U

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-03-19 Thread Nezar Madbouh
Hi Simon and Shweta, Please see the result below: root@s-11-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh First DNS server is 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 48 data bytes 56 bytes from 8.8.8.8: icmp_seq=0 ttl=57 time=5.209 ms 56 bytes from 8.8.8.

AW: Persisting Source IP on Load Balancers

2016-03-19 Thread S . Brüseke - proIO GmbH
Hi Len, I am not aware of a solutions for ssl traffic for this. A workaround would be to delete loadbalancing for ssl on the VR and create a nginx instance running ssl lb. Mit freundlichen Grüßen / With kind regards, Swen -Ursprüngliche Nachricht- Von: Len Bellemore [mailto:len.belle

RE: bash script to create, start, stop and destroy a large number of VM in CloudStack

2016-03-19 Thread Sanjeev Neelarapu
+1 -Original Message- From: ilya [mailto:ilya.mailing.li...@gmail.com] Sent: Thursday, March 17, 2016 2:31 AM To: users@cloudstack.apache.org Subject: Re: bash script to create, start, stop and destroy a large number of VM in CloudStack +1, looked through the script - looks good. Over

Re: [Where are the snapshot file]

2016-03-19 Thread Stavros Konstantaras
Hi Gian, We faced the same situation as well. In our case, we just delete the db entries by running the following sql command < delete from snapshots where status="Allocated”; > It doesn’t affect anything else. Best Regards Stavros > On 18 Mar 2016, at 15:56, Gian Paolo Buono wrote: > > > H

RE: Persisting Source IP on Load Balancers

2016-03-19 Thread Len Bellemore
Thanks Swen, OK, then I suppose my next question would be, could I then terminate the SSL on the virtual router, and then follow your suggestion? Thanks Len -Original Message- From: S. Brüseke - proIO GmbH [mailto:s.brues...@proio.com] Sent: 16 March 2016 16:53 To: users@cloudstack.apa

RE: Changing VPC network domain name details

2016-03-19 Thread Sanjeev Neelarapu
Hi Andrei, You can also try using updateNetwork API if you don’t have cloud monkey setup. -Sanjeev -Original Message- From: ilya [mailto:ilya.mailing.li...@gmail.com] Sent: Thursday, March 17, 2016 2:35 AM To: users@cloudstack.apache.org Subject: Re: Changing VPC network domain name det

Re: [database relationship diagram]

2016-03-19 Thread Rafael Weingärtner
I believe the easier way would be a reverse engineering. You can do that with MYSQL workbench On Sat, Mar 19, 2016 at 5:10 AM, Gian Paolo Buono wrote: > Hi all, > where I can find database relationship diagram and specification ? > > redards > Gian Paolo > -- Rafael Weingärtner

RE: Windows 7 Template

2016-03-19 Thread Cristian Ciobanu
Hello,      I figured out how to fix :      1. Install Windows         2. install VMware tools ( reboot )       3. Install CloudInstanceManager       4. Enable local user account Administrator and set password. After step 4 i added a script to remove the Cloud.com (uninstall) after first logon (

Re: Certification info

2016-03-19 Thread kotipalli venkatesh
Hi Sonstebo, Really very helpful which you send previous mail attached links. Is there any reason 4.4 version on exam point. I am good & playing hands on 4.4, but i need dumps. please help me. Regards, Venkatesh.k On Tue, Mar 15, 2016 at 4:00 PM, Dag Sonstebo wrote: > Hi Venkatesh, > > fir

Persisting Source IP on Load Balancers

2016-03-19 Thread Len Bellemore
Hi Guys, Does anyone know if it is possible to preserve the source IP that is coming in to servers behind the virtual router load balancer? In my web servers logs, every connection is from the virtual router. Thanks Len

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-03-19 Thread Simon Weller
Also, what is the Cloudstack version you are running and what is the OS you're running it on? Are you using actimeo=0 in your NFS mount line? From: Simon Weller Sent: Friday, March 18, 2016 7:40 AM To: users@cloudstack.apache.org Subject: Re: Unable to c

[POLL] Interest for EU based event/collab

2016-03-19 Thread Erik Weber
[Cross posted to users@ and dev@] As you may be aware, a conference has been announced in Brazil later this year. I guess there are more than me having a hard time travelling that far and long, so I would like to check the interest for an EU based event. Unless someone comes up with a big money

RE: unable to create a VPC 4.8.0 after upgrading 4.3.1

2016-03-19 Thread Glenn Wagner
Hi, What is the name of your new 4.6 system template you uploaded for the upgrade. Example. systemvm-xenserver-4.6 That is the name you add into the Global Setting for the router template. router.template.xenserver Name of the default router template on xenserver systemvm-xenserver-4.6 Thanks

Hyper-V Agent log files.

2016-03-19 Thread Rodrigo Marques
Hello, I am trying to install and run the Hyper-V Agent provided here. I installed and it appears to be running (at least it appears in Windows Services). The problem is that I would like to access it

Re: Changing VPC network domain name details

2016-03-19 Thread ilya
from cloudmonkey output > update network -h (updateNetwork) Updates a network This API is asynchronous. Required params are id Parameters == displaytext = (string) the new display text for the network networkofferingid = (uuid) network offering ID guestvmcidr = (string) CIDR for Guest VMs

Re: [Where are the snapshot file]

2016-03-19 Thread Gian Paolo Buono
Hello, how can i rebuild a chain snaphot (xenserver) in other xenserver hypervisor ? try to explain with below example. On secondary storage have two file: xxx.vhd 18 GB - (18 March) Full Snap yyy.vhd 300MB - (19 March) Incremental Snap If I copy the a

Re: bash script to create, start, stop and destroy a large number of VM in CloudStack

2016-03-19 Thread Thomas Schneider
Thanks for your answer, any feedback are greatly appreciated. I will work to improve it. Le 16/03/2016 22:01, ilya a écrit : > +1, looked through the script - looks good. > > Over past few years, many wrote bunch of handy utilities to administer > cloudstack. We need to somehow merge all the scrip

Re: Certification info

2016-03-19 Thread Dag Sonstebo
Hi Venkatesh, Version 4.4 was the most recent when the exam was written. With regards to materials I can only advise you to read the CloudStack documentation and Wiki. If you want to see example questions please see the official ones on https://www.accel-exam.jp/en/sample.html. Please do not as

Re: unable to create a VPC 4.8.0 after upgrading 4.3.1

2016-03-19 Thread kotipalli venkatesh
Hi Glenn, Thank you for your quick response. 1. Yes, we have upgrade the ssvm,console proxy and routers and we have checked the version also it is showing 4.6.0. But the problem is when ever rebooted the existing router getting flask error and router destroyed and we are unable to create a new n

RE: Persisting Source IP on Load Balancers

2016-03-19 Thread Len Bellemore
OK, thanks everyone. -Original Message- From: S. Brüseke - proIO GmbH [mailto:s.brues...@proio.com] Sent: 17 March 2016 08:32 To: Bellemore, Len - Data Analytics; users@cloudstack.apache.org Subject: AW: Persisting Source IP on Load Balancers Hi Len, I am not aware of a solutions for ss

[CloudStack Netscaler]

2016-03-19 Thread Gian Paolo Buono
Hi all, is there a guide to deploy netscaler on ClousStack ? Regards Gian Paolo

Re: unable to create a VPC 4.8.0 after upgrading 4.3.1

2016-03-19 Thread kotipalli venkatesh
Hi Glenn, Now its working good. I appreciated your helping. Regards, Venkatesh.k On Thu, Mar 17, 2016 at 5:51 PM, Glenn Wagner wrote: > Hi, > > What is the name of your new 4.6 system template you uploaded for the > upgrade. > > Example. > systemvm-xenserver-4.6 > > That is the name you add i

Re: Certification info

2016-03-19 Thread kotipalli venkatesh
Hi Dag, I have one more doubt regarding exam,Cloud stack underlying different flours of hypervisors right? so is there any question on hypervisors related(VMWARE/XENSERVER/HYPER-V/KVM/LXC) I am already seen that example questions, but i need some more questions to practice before going to exam.

Re: unable to create a VPC 4.8.0 after upgrading 4.3.1

2016-03-19 Thread Simon Weller
Venkatesh, Have you opened a jira issue on this? If not, please do - https://issues.apache.org/jira/browse/CLOUDSTACK - Si From: kotipalli venkatesh Sent: Thursday, March 17, 2016 4:29 AM To: users@cloudstack.apache.org Subject: unable to create a VPC 4

Re: [database relationship diagram]

2016-03-19 Thread ilya
Tried making one sometime ago - i could not fit on several screens - so i gave up. Also from my experience key constraints may not always be enforced. On 3/19/16 3:22 AM, Rafael Weingärtner wrote: > I believe the easier way would be a reverse engineering. > > You can do that with MYSQL workbench

Re: Unable to create a New VM - Error message: Unable to start instance due to Unable to get answer that is of class com.cloud.agent.api.StartAnswer

2016-03-19 Thread Simon Weller
Nexar, That's normal behaviour. You can only ssh to the link local on the host where the VM resides. Can you screenshot and post somewhere your secondary storage configuration and your primary storage configuration from the UI with the details? - Si Fr

Changing VPC network domain name details

2016-03-19 Thread Andrei Mikhailovsky
Hello everyone, I need to change the network domain name of one of the VPC networks and I am unable to find the way to do it. When I click on the VPC network and click the Edit button, it gives me the ability to change the network name, however, the Network Domain name field is not changeable.

Re: [Where are the snapshot file]

2016-03-19 Thread Stavros Konstantaras
It seems that CS 4.6 does not have enough logic to handle correctly the snapshots. In my case, it was an expunged volume that used to create the problem as snapshots of this volume still existed (both in DB and in secondary storage). So I created a manual workaround to bypass this problem by mak