Re: basic zone setup

2014-07-31 Thread Erik Weber
Look at the tables changed in the last section of this gist: https://gist.github.com/terbolous/102ae8edd1cda192561c Erik On Thu, Jul 31, 2014 at 7:52 PM, Ian Young wrote: > Do you know which MySQL tables need to be updated to reference the new > template? I'm worried that if I miss one the

Re: basic zone setup

2014-07-31 Thread Ian Young
Do you know which MySQL tables need to be updated to reference the new template? I'm worried that if I miss one the system will break unexpectedly the next time I launch a system VM. It might be worthwhile for me to simply reinstall the entire thing to be certain everything's set up correctly.

Re: basic zone setup

2014-07-31 Thread Erik Weber
Yes, if you don't want to reinstall/re-seed the system vm template, you should also download the new ones and do the mysql queries so that it is used for any future system vm deployments. Erik On Thu, Jul 31, 2014 at 3:17 AM, Ian Young wrote: > Yes, that makes the ssvm-check pass all the test

Re: basic zone setup

2014-07-30 Thread Carlos Reategui
BTW looks like the latest docs[1] point to the following template: http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-xen.vhd.bz2 [1] http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/installation.html#prepare-the-system-vm-template On Wed, Jul 30, 20

Re: basic zone setup

2014-07-30 Thread Carlos Reategui
probably. and the vr as well once it launches. Hopefully there will be a proper template for 4.4 soon. On Wed, Jul 30, 2014 at 6:17 PM, Ian Young wrote: > Yes, that makes the ssvm-check pass all the tests. Thanks. Should I > repeat that upgrade with the console proxy? > > > On Wed, Jul 30,

Re: basic zone setup

2014-07-30 Thread Ian Young
Yes, that makes the ssvm-check pass all the tests. Thanks. Should I repeat that upgrade with the console proxy? On Wed, Jul 30, 2014 at 6:09 PM, Carlos Reategui wrote: > There have been some messages going around about the template needing a fix > for this. > > Per this link (https://gist.git

Re: basic zone setup

2014-07-30 Thread Carlos Reategui
There have been some messages going around about the template needing a fix for this. Per this link (https://gist.github.com/terbolous/102ae8edd1cda192561c) from one of the messages you can try the following on the ssvm itself: apt-get update && apt-get -y install openjdk-7-jre-headless openjdk-7

Re: basic zone setup

2014-07-30 Thread Ian Young
I found this in the cloud.out log in the SSVM: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/cloud/agent/AgentShell : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at jav

Re: basic zone setup

2014-07-30 Thread Ian Young
root@s-2-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh First DNS server is 192.168.100.2 PING 192.168.100.2 (192.168.100.2): 48 data bytes 56 bytes from 192.168.100.2: icmp_seq=0 ttl=64 time=1.227 ms 56 bytes from 192.168.100.2: icmp_seq=1 ttl=64 ti

Re: basic zone setup

2014-07-30 Thread Carlos Reategui
If the template is not ready then your ssvm may be having problems downloading it. Have you followed the info here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting to make sure that the ssvm is actually working properly? On Wed, Jul 30, 2

basic zone setup

2014-07-30 Thread Ian Young
I've reinstalled CloudStack 4.4 again, configuring the network as follows: management server: p4p1 http://pastebin.com/skMXxVtk hypervisor/storage server: eth0 http://pastebin.com/LxUxFdpe eth1 http://pastebin.com/K5si1L4d cloudbr0 http://pastebin.com/heZGQfVs (management/storage traffic) cloudbr

Re: change VM IP address basic zone setup

2014-04-14 Thread Rafael Weingartner
I did that and it is not enough. I had to change some entries on a table called "user_ip_address", which apparently is the table that CS uses to determine if an IP is in use or not. On Mon, Apr 14, 2014 at 1:51 AM, Jayapal Reddy Uradi < [email protected]> wrote: > Hi, > > vm_instance

Re: change VM IP address basic zone setup

2014-04-13 Thread Jayapal Reddy Uradi
Hi, vm_instance and nics tables and updating in router /etc/dhcphosts.txt is enough. Thanks, Jayapal On 12-Apr-2014, at 8:18 PM, Rafael Weingartner wrote: > Hi all, > I have a VM that I would like to change its IP addresses, however there is > no way to do that using neither the UI nor the CS

change VM IP address basic zone setup

2014-04-12 Thread Rafael Weingartner
Hi all, I have a VM that I would like to change its IP addresses, however there is no way to do that using neither the UI nor the CS API. I have taken a look at the database, and I think that if I change the VM ip address in table vm_instance and nics will do the job, I would also need to update th