Re: SSVM output, Why the default centos system doesnt gets loaded?

2014-04-16 Thread Shanker Balan
Hi Sandeep, Comments inline. On 16-Apr-2014, at 12:00 pm, sandeep khandekar wrote: > Yesterday I sent a wrong output > > Please find the exact output of my ssvm and help me out > > Link Local IP address > # ssh -i /var/lib/cloudstack/management/.ssh/id_rsa -p 3922 root@ > 169.254.3.199 > The a

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Nux!
On 15.04.2014 22:02, Rafael Weingartner wrote: If that one does not work, I can show you mine. I use Ubuntu 12.04 templates ;) Do show anyhow, don't be shy. :) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Rafael Weingartner
Sure ;) On my Ubuntu 12.04 templates I use two scripts. One to change the root password, and the other to change the host name according to the one that was defined on CS. one is in "/etc/init.d/", and it is called cloud-set-guest-password. (The script is attached). and the second one is in "tc/dh

RE: Ubuntu instances + cloud-init

2014-04-16 Thread Geoff Higginbottom
Rafael, Mail system strips scripts, could you include the code in the body of the mail instead? Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com From: Rafael Weingartner [mailto:

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Jonathan Gowar
On Wed, 2014-04-16 at 08:54 -0300, Rafael Weingartner wrote > One to change the root password, and the other to change the host name > according to the one that was defined on CS. > > one is in "/etc/init.d/", and it is called cloud-set-guest-password. > (The script is attached). > > > and the

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Rafael Weingartner
Welll, I do not remember finding this on CS docs. I found them googling. cloud-set-guest-password (I registered it on init.d) #!/bin/bash > # > # Init file for Password Download Client > # > # chkconfig: 345 98 02 > # description: Password Download Client > > # Licensed to the Apache Software Fou

Vmware 5.5 dvSwitch support.

2014-04-16 Thread Steve Searles
Anyone know why this may be happening? vmware.use.dvswitch is set to true in global settings. The management server has been restarted. The network label I am using is "dvSwitch-test,602,vmwaredvs" Using a standard vSwitch works fine. e.g. vSwitch1,602,vmwaresvs Any ideas? 2014-04-03 12:39:45

Template creation hanging

2014-04-16 Thread Jonathan Gowar
Hi, Created an instance, shut it down to create a template from; which I've successfully done before. This time, the process has hung, with these messages in the logs:- 2014-04-16 16:04:42,891 WARN [o.a.c.f.j.i.AsyncJobMonitor] (Timer-1:ctx-ccdc1f1f) Task (job-1158) has been pending for 694 s

Re: Template creation hanging

2014-04-16 Thread Jonathan Gowar
On Wed, 2014-04-16 at 16:07 +0100, Jonathan Gowar wrote: > Hi, > > Created an instance, shut it down to create a template from; which > I've successfully done before. > > This time, the process has hung, with these messages in the logs:- > > 2014-04-16 16:04:42,891 WARN [o.a.c.f.j.i.AsyncJobM

CloudStack-BIND dns integration

2014-04-16 Thread Ihor Kravchuk
Hi , I made a small python program that solves DNS integration issues between CloudStack VR's DNS service and BIND DNS. This program assumes that you are using one sub-domain per network(each network has own sub-domain) (IMHO the best way fro naming instances in CloudStack) How it works: This pro

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Rafael Weingartner
Well, here it is working. if [ $reason = "BOUND" ]; then . . . What is your O.S. version? On Wed, Apr 16, 2014 at 2:25 PM, Jonathan Gowar wrote: > On Wed, 2014-04-16 at 10:04 -0300, Rafael Weingartner wrote: > > > #!/bin/sh > > > # dhclient change hostname script for Ubuntu > > > # /etc/dhcp/d

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Jonathan Gowar
On Wed, 2014-04-16 at 10:04 -0300, Rafael Weingartner wrote: > > #!/bin/sh > > # dhclient change hostname script for Ubuntu > > # /etc/dhcp/dhclient-exit-hooks.d/sethostname > > # logs in /var/log/upstart/network-interface-eth0.log > > > > # for debugging: > > echo "cloudstack-sethostname BEGIN" >

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Jonathan Gowar
On Wed, 2014-04-16 at 14:30 -0300, Rafael Weingartner wrote: > Well, here it is working. > if [ $reason = "BOUND" ]; then > . > . > . > > > What is your O.S. version? Hmmm ! /facepalm Debian, I've just re-read the subject though, is this something distro specific? Any work around for Debian? R

Off topic, can anybody access cdimage.debian.org?

2014-04-16 Thread Rafael Weingartner
Hi folks, Sorry the off topic message, but we are having a pretty weird situation here. Can somebody try to access these websites?: cdimage.debian.org debian.c3sl.ufpr.br sft.if.usp.br -- Rafael Weingärtner

Re: Off topic, can anybody access cdimage.debian.org?

2014-04-16 Thread Outback Dingo
yes i can reach them all On Wed, Apr 16, 2014 at 1:39 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Hi folks, > Sorry the off topic message, but we are having a pretty weird situation > here. > Can somebody try to access these websites?: > cdimage.debian.org > debian.c3sl.ufpr.b

Re: Ubuntu instances + cloud-init

2014-04-16 Thread Rafael Weingartner
to my knowledge it is not distro specific. We are using that on Ubuntu 12.04 (Which is basically a Debian). We have just tried on a Debian 7.4 and that IF condition works. On Wed, Apr 16, 2014 at 2:38 PM, Jonathan Gowar wrote: > On Wed, 2014-04-16 at 14:30 -0300, Rafael Weingartner wrote: > > We

Re: Off topic, can anybody access cdimage.debian.org?

2014-04-16 Thread Rafael Weingartner
Interesting, in which country are you? On Wed, Apr 16, 2014 at 2:43 PM, Outback Dingo wrote: > yes i can reach them all > > > On Wed, Apr 16, 2014 at 1:39 PM, Rafael Weingartner < > rafaelweingart...@gmail.com> wrote: > > > Hi folks, > > Sorry the off topic message, but we are having a pretty we

Re: CloudStack-BIND dns integration

2014-04-16 Thread ilya musayev
This is pretty cool. I’ll give it a try soon, thanks for contributing, I forked your repo on github. -ilya On Wednesday, April 16, 2014, Ihor Kravchuk wrote: > Hi , > > I made a small python program that solves DNS integration issues between > CloudStack VR's DNS service and BIND DNS. > This p

Re: CloudStack-BIND dns integration

2014-04-16 Thread Francois Gaudreault
Well done Ihor :) FG On 2014-04-16, 2:25 PM, ilya musayev wrote: This is pretty cool. I’ll give it a try soon, thanks for contributing, I forked your repo on github. -ilya On Wednesday, April 16, 2014, Ihor Kravchuk wrote: Hi , I made a small python program that solves DNS integration is

Re: Off topic, can anybody access cdimage.debian.org?

2014-04-16 Thread Outback Dingo
right now im in the states On Wed, Apr 16, 2014 at 1:46 PM, Rafael Weingartner < rafaelweingart...@gmail.com> wrote: > Interesting, in which country are you? > > > On Wed, Apr 16, 2014 at 2:43 PM, Outback Dingo >wrote: > > > yes i can reach them all > > > > > > On Wed, Apr 16, 2014 at 1:39 PM,

Re: Off topic, can anybody access cdimage.debian.org?

2014-04-16 Thread Rafael Weingartner
Thanks, On Wed, Apr 16, 2014 at 3:36 PM, Outback Dingo wrote: > right now im in the states > > > On Wed, Apr 16, 2014 at 1:46 PM, Rafael Weingartner < > rafaelweingart...@gmail.com> wrote: > > > Interesting, in which country are you? > > > > > > On Wed, Apr 16, 2014 at 2:43 PM, Outback Dingo >

Re: CloudStack-BIND dns integration

2014-04-16 Thread Nux!
On 16.04.2014 17:05, Ihor Kravchuk wrote: Hi , I made a small python program that solves DNS integration issues between CloudStack VR's DNS service and BIND DNS. This program assumes that you are using one sub-domain per network(each network has own sub-domain) (IMHO the best way fro naming

Re: Vmware 5.5 dvSwitch support.

2014-04-16 Thread Willard Rathjen
It looks like the CS does not like the formatting of the network label, causing it to not parse the VLAN ID correctly. As a quick test can you change the label to "dvSwitchtest,602,vmwaredvs”. It’s a long shot, but easy enough to test. 491 /** 492 * Nicira NVP requir

XML error: missing pool source name element

2014-04-16 Thread Samuel Winchenbach
Hi All, I am trying to setup an "All-in-One" CloudStack install on CentOS 6.5. When I start the agent I get this error in the log file: ERROR [kvm.storage.LibvirtStorageAdaptor] (Agent-Handler-1:null) org.libvirt.LibvirtException: Any idea what this means and how to fix it? Thanks, Sam

Re: XML error: missing pool source name element

2014-04-16 Thread Willard Rathjen
Can you paste the applicable lines from the log file in /var/log/cloudstack/agent/agent.log Willard Rathjen Cloud Systems Engineer Office +1.800.735.7104 | Direct +1.515.612.7813 willard.rath...@appcore.com | www.appcore.com --

Re: XML error: missing pool source name element

2014-04-16 Thread Samuel Winchenbach
2014-04-16 15:46:21,169 INFO [cloud.agent.AgentShell] (main:null) Agent started 2014-04-16 15:46:21,170 INFO [cloud.agent.AgentShell] (main:null) Implementation Version is 4.3.0 2014-04-16 15:46:21,172 INFO [cloud.agent.AgentShell] (main:null) agent.properties found at /etc/cloudstack/agent/agen

Re: XML error: missing pool source name element

2014-04-16 Thread Willard Rathjen
Looking at LibvirtStorageAdaptor.java it looks like it’s failing when dealing with the storage pool. can you paste the agent config: /etc/cloudstack/agent/agent.properties And the output of the following commands: $ virsh pool-list $ virsh pool-info Willard Rathjen Cloud Systems Engineer

Re: XML error: missing pool source name element

2014-04-16 Thread Samuel Winchenbach
$ virsh pool-list Name State Autostart - agent.properties: http://pastie.org/pastes/9085906/text I didn't read anything in the install docs about creating a storage pool. Sam On Wed, Apr 16, 2014 at 4:10 PM, Willard Rathjen < will

Re: XML error: missing pool source name element

2014-04-16 Thread Willard Rathjen
uuidgen the uuid fields (There are two) in the agent.properties file. and you should be good to go. The storage pools will get configured in KVM when you pull the host into CS. Willard Rathjen Cloud Systems Engineer Office +1.800.735.7104 | Direct +1.515.612.7813 willard.rath...@appcore.com | w

Re: Vmware 5.5 dvSwitch support.

2014-04-16 Thread ilya musayev
Which version of cloudstack is this in regards to? On 4/16/14, 3:38 PM, Willard Rathjen wrote: It looks like the CS does not like the formatting of the network label, causing it to not parse the VLAN ID correctly. As a quick test can you change the label to "dvSwitchtest,602,vmwaredvs”. It’s a

Cloudstack with iscsi storage

2014-04-16 Thread rammohan ganapavarapu
Hi, I am trying to setup a private cloud using cloudstack with ISCSI storage as primary storage, my 1. Do i need to create a filesystem on top of iscsi lun to use it as primary storage or just need to present a raw lun to hyperviser? 2. If i have multiple hosts as VM hosts, do i need to present