Re: need help with network setup

2013-05-31 Thread Ahmad Emneina
what you can do is setup a NAT rule and poke a hole in the firewall to
allow access to the vm's from the internet.


On Fri, May 31, 2013 at 1:55 PM, A S  wrote:

> As I hadn't subscribed before, I'm not sure, if this message did reach you.
>
>
>  Original-Nachricht 
> Betreff:need help with network setup
> Datum:  Fri, 31 May 2013 22:21:56 +0200
> Von:A S 
> An: users@cloudstack.apache.org
>
>
>
>
> Hi,
> me and my group are trying to setup cloudstack as an project for
> university.
> We plan to use three physical servers for the cloud which are at the
> university.
> Only the one which is acting as the management server has direct accces
> to the internet.
> So he acts as a gateway for the other two machines.
> The three machines have private ips : 192.168.0.x
> The VMs should use private ips: 10.100.x.y
> For "public" Ips whe have 10.90.x.y. Only reachable via vpn to our
> university.
> We are struggling to find the right configuration for our network.
> We only want one zone, one pod and one cluster.
> But the basic setup manager in the tour of the web ui is not happy with
> a gateway with a 192.168.0.x address and and ip range with adresses from
> 10.100.x.y, for example.
> How can we solve this?
> And it seems like the cloudstack firewall prevents the first machine
> acting as a gateway for the other two machines, which don't have
> internet acces, so we can't access the machines via internet.
>
> Thank for your help!
>
>
>
>


Fwd: need help with network setup

2013-05-31 Thread A S

As I hadn't subscribed before, I'm not sure, if this message did reach you.


 Original-Nachricht 
Betreff:need help with network setup
Datum:  Fri, 31 May 2013 22:21:56 +0200
Von:A S 
An: users@cloudstack.apache.org



Hi,
me and my group are trying to setup cloudstack as an project for university.
We plan to use three physical servers for the cloud which are at the
university.
Only the one which is acting as the management server has direct accces
to the internet.
So he acts as a gateway for the other two machines.
The three machines have private ips : 192.168.0.x
The VMs should use private ips: 10.100.x.y
For "public" Ips whe have 10.90.x.y. Only reachable via vpn to our
university.
We are struggling to find the right configuration for our network.
We only want one zone, one pod and one cluster.
But the basic setup manager in the tour of the web ui is not happy with
a gateway with a 192.168.0.x address and and ip range with adresses from
10.100.x.y, for example.
How can we solve this?
And it seems like the cloudstack firewall prevents the first machine
acting as a gateway for the other two machines, which don't have
internet acces, so we can't access the machines via internet.

Thank for your help!





need help with network setup

2013-05-31 Thread A S

Hi,
me and my group are trying to setup cloudstack as an project for university.
We plan to use three physical servers for the cloud which are at the 
university.
Only the one which is acting as the management server has direct accces 
to the internet.

So he acts as a gateway for the other two machines.
The three machines have private ips : 192.168.0.x
The VMs should use private ips: 10.100.x.y
For "public" Ips whe have 10.90.x.y. Only reachable via vpn to our 
university.

We are struggling to find the right configuration for our network.
We only want one zone, one pod and one cluster.
But the basic setup manager in the tour of the web ui is not happy with 
a gateway with a 192.168.0.x address and and ip range with adresses from 
10.100.x.y, for example.

How can we solve this?
And it seems like the cloudstack firewall prevents the first machine 
acting as a gateway for the other two machines, which don't have 
internet acces, so we can't access the machines via internet.


Thank for your help!


The client agent setup not get the correct mgmtcidr ?

2013-05-31 Thread wq meng
The client agent setup not get the correct mgmtcidr ?

On my ONE BOX set-up.

I have one NIC.

CloudStack 4.02  with  KVM on CentOS 6.4 x86_64.   for advance network.

Here is how my bridge setup.

eth1 --- *br0 *---  192.168.100.0/24 is the management network for
Cloudstack
eth1 --- *br0:0* -  3.3.3.0/29,  3.3.3.2 is a public IP for remote
operate this computer.
eth1.1200 --- cloudVirBr1200 --- Vlan 1200,  public network for Cloudstack
with IP 4.4.4.0/24
eth1.1300 --- cloudVirBr1300 --- Vlan 1300,  guest network for Cloudstack
with 10.1.1.0/24

Okay,

Please see br0,  and br0:0,  this is ONE bridge,  but have assigned TWO ip
cidr, one is 192.168.100.0/24 another one is 3.3.3.0/29 .

As it is a ONE BOX, I have added 192.168.100.2 and also 3.3.3.2 to this
computer. 3.3.3.2 is use for remote operate this host(computer), it is not
related to Cloudstack at all.  192.168.100.2 is the IP for the host also I
add it to the UI.

Here the problem is,  when I added everything from the UI, I add the br0 to
the mgnt network, the cloud management and the agent is up and running, but
in the /etc/cloud/agent/agent.properties , the host=3.3.3.2 but not
192.168.100.2,  and inside the SSVM and the CPVM, the mgmtcidr in the
Kernel argument,  /var/cache/cloud/cmdline file,  it is 3.3.3.0/29 too but
not 192.168.100.0/24 .

So it is confusing here.  Why the agent set-up use 3.3.3.0/29 but not
192.168.100.0/24?

It maybe a set-up configuration problem when deploy the ZONE?


Thank you.


Re: Unable to display UI

2013-05-31 Thread José Egas López

Yeah!, that solves the problem.
Now, the default credetials are:
user: admin
password: password
I'm wrong??
I try to log in with those credentials but I can't.
Invalid user name or password is shown.

*Jóse
*

El 31/05/2013 13:40, wq meng escribió:

Hello, yes

with this command.

chmod 777 /usr/share/cloud/management/logs/catalina.out

and then restart the manager service.

service cloud-management restart


That should fixed the problem.

I can open the UI now.


Regards.

On Sat, Jun 1, 2013 at 2:35 AM, José Egas López
 wrote:

Wq, what about running the UI?
Did you fix the problem about that?

*
Jóse
*

El 31/05/2013 12:45, wq meng escribió:

Hello Prasanna,

Thanks for the bug link,

I have copied my latest reply to that link for a temporary fix with
command

chmod 777 /usr/share/cloud/management/logs/catalina.out

Hope it will save others some time.

Thank you .

On Sat, Jun 1, 2013 at 1:24 AM, Prasanna Santhanam  wrote:

It's rather odd because I started seeing this the same time with the
latest packages on the development release line too and filed a bug
here:

http://issues.apache.org/jira/browse/CLOUDSTACK-2758


Baffling.

On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:

Hello,

I also have this problem since last weekend,  I do not very think that
I have changed much how to setup the cloud management.

Too worse that there is no logs left on my server.

[root@localhost x86_64]# tail -n 200
/var/log/cloud/management/management-server.log
tail: cannot open `/var/log/cloud/management/management-server.log'
for reading: No such file or directory

What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.


For other logs.
Only

[root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
  Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:chkconfig --level 2345 cloud-management on
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
  Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:service cloud-management start
[root@localhost x86_64]#


And


[root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied




Should be the Permission problem?

Thanks

On Fri, May 31, 2013 at 11:37 PM,   wrote:

I run that command and it returns the following:

===
cloud-management interrupted but a pid file exists
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
  Starting cloud-management will take care of them or you can
manually clean up.
===

On /etc/hosts I got:
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
#127.0.0.1 ServerManagement.xdomain.com
ServerManagement.localhost.localdomain localhost
192.168.238.40 ServerManagement.xdomain.com ServerManagement

On /etc/network I got:
NETWORKING=yes
HOSTNAME=ServerManagement.xdomain.com

Let me know if something is wrong in those files.


Try to run

service cloud-management status

-Oded

-Original Message-
From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
Sent: Friday, May 31, 2013 4:55 PM
To: users@cloudstack.apache.org
Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
Subject: RE: Unable to display UI

Guys , can you check your management server logs and see if there is
any
exception being thrown ?

Also can you try the following -

Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart
from
the  file "/etc/hosts"
For example
/etc/hosts:
192.168.1.1 x

/etc/sysconfig/network:
Hostname= x

Thanks,
Pranav

-Original Message-
From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
Sent: Friday, May 31, 2013 8:19 PM
To: users@cloudstack.apache.org
Subject: Re: Unable to display UI

Jose--

I'm avidly waiting to see the responses that come to you because I'm
experiencing the very same issue. I've gone through the "Quick
Installation Guide" about 10 times from beginning to end re-confirming
that every step was followed.

My setup is slightly different than the "QIG" in that I changed the
private IP address to a 192.168.1.0/24 network as oppos

Re: Unable to display UI

2013-05-31 Thread wq meng
Hello, yes

with this command.

chmod 777 /usr/share/cloud/management/logs/catalina.out

and then restart the manager service.

service cloud-management restart


That should fixed the problem.

I can open the UI now.


Regards.

On Sat, Jun 1, 2013 at 2:35 AM, José Egas López
 wrote:
> Wq, what about running the UI?
> Did you fix the problem about that?
>
> *
> Jóse
> *
>
> El 31/05/2013 12:45, wq meng escribió:
>>
>> Hello Prasanna,
>>
>> Thanks for the bug link,
>>
>> I have copied my latest reply to that link for a temporary fix with
>> command
>>
>> chmod 777 /usr/share/cloud/management/logs/catalina.out
>>
>> Hope it will save others some time.
>>
>> Thank you .
>>
>> On Sat, Jun 1, 2013 at 1:24 AM, Prasanna Santhanam  wrote:
>>>
>>> It's rather odd because I started seeing this the same time with the
>>> latest packages on the development release line too and filed a bug
>>> here:
>>>
>>> http://issues.apache.org/jira/browse/CLOUDSTACK-2758
>>>
>>>
>>> Baffling.
>>>
>>> On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:

 Hello,

 I also have this problem since last weekend,  I do not very think that
 I have changed much how to setup the cloud management.

 Too worse that there is no logs left on my server.

 [root@localhost x86_64]# tail -n 200
 /var/log/cloud/management/management-server.log
 tail: cannot open `/var/log/cloud/management/management-server.log'
 for reading: No such file or directory

 What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.


 For other logs.
 Only

 [root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
 DEBUG:root:execute:service cloud-management status
 DEBUG:root:Failed to execute:cloud-management is stopped
 The pid file locates at /var/run/cloud-management.pid and lock file at
 /var/lock/subsys/cloud-management.
  Starting cloud-management will take care of them or you can
 manually clean up.
 DEBUG:root:execute:chkconfig --level 2345 cloud-management on
 DEBUG:root:execute:service cloud-management status
 DEBUG:root:Failed to execute:cloud-management is stopped
 The pid file locates at /var/run/cloud-management.pid and lock file at
 /var/lock/subsys/cloud-management.
  Starting cloud-management will take care of them or you can
 manually clean up.
 DEBUG:root:execute:service cloud-management start
 [root@localhost x86_64]#


 And


 [root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
 /usr/sbin/tomcat6: line 30:
 /usr/share/cloud/management/logs/catalina.out: Permission denied
 /usr/sbin/tomcat6: line 30:
 /usr/share/cloud/management/logs/catalina.out: Permission denied
 /usr/sbin/tomcat6: line 30:
 /usr/share/cloud/management/logs/catalina.out: Permission denied
 /usr/sbin/tomcat6: line 30:
 /usr/share/cloud/management/logs/catalina.out: Permission denied




 Should be the Permission problem?

 Thanks

 On Fri, May 31, 2013 at 11:37 PM,   wrote:
>
> I run that command and it returns the following:
>
> ===
> cloud-management interrupted but a pid file exists
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
>  Starting cloud-management will take care of them or you can
> manually clean up.
> ===
>
> On /etc/hosts I got:
> 127.0.0.1   localhost localhost.localdomain localhost4
> localhost4.localdomain4
> ::1 localhost localhost.localdomain localhost6
> localhost6.localdomain6
> #127.0.0.1 ServerManagement.xdomain.com
> ServerManagement.localhost.localdomain localhost
> 192.168.238.40 ServerManagement.xdomain.com ServerManagement
>
> On /etc/network I got:
> NETWORKING=yes
> HOSTNAME=ServerManagement.xdomain.com
>
> Let me know if something is wrong in those files.
>
>> Try to run
>>
>> service cloud-management status
>>
>> -Oded
>>
>> -Original Message-
>> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
>> Sent: Friday, May 31, 2013 4:55 PM
>> To: users@cloudstack.apache.org
>> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
>> Subject: RE: Unable to display UI
>>
>> Guys , can you check your management server logs and see if there is
>> any
>> exception being thrown ?
>>
>> Also can you try the following -
>>
>> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart
>> from
>> the  file "/etc/hosts"
>> For example
>> /etc/hosts:
>> 192.168.1.1 x
>>
>> /etc/sysconfig/network:
>> Hostname= x
>>
>> Thanks,
>> Pranav
>>
>> -Original Message-
>> From: Rogelio Fiorenzano [mailto:rogelio.fio

Re: Unable to display UI

2013-05-31 Thread José Egas López

Wq, what about running the UI?
Did you fix the problem about that?

*
Jóse
*

El 31/05/2013 12:45, wq meng escribió:

Hello Prasanna,

Thanks for the bug link,

I have copied my latest reply to that link for a temporary fix with command

chmod 777 /usr/share/cloud/management/logs/catalina.out

Hope it will save others some time.

Thank you .

On Sat, Jun 1, 2013 at 1:24 AM, Prasanna Santhanam  wrote:

It's rather odd because I started seeing this the same time with the
latest packages on the development release line too and filed a bug
here:

http://issues.apache.org/jira/browse/CLOUDSTACK-2758


Baffling.

On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:

Hello,

I also have this problem since last weekend,  I do not very think that
I have changed much how to setup the cloud management.

Too worse that there is no logs left on my server.

[root@localhost x86_64]# tail -n 200
/var/log/cloud/management/management-server.log
tail: cannot open `/var/log/cloud/management/management-server.log'
for reading: No such file or directory

What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.


For other logs.
Only

[root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
 Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:chkconfig --level 2345 cloud-management on
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
 Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:service cloud-management start
[root@localhost x86_64]#


And


[root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied




Should be the Permission problem?

Thanks

On Fri, May 31, 2013 at 11:37 PM,   wrote:

I run that command and it returns the following:

===
cloud-management interrupted but a pid file exists
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
 Starting cloud-management will take care of them or you can
manually clean up.
===

On /etc/hosts I got:
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
#127.0.0.1 ServerManagement.xdomain.com
ServerManagement.localhost.localdomain localhost
192.168.238.40 ServerManagement.xdomain.com ServerManagement

On /etc/network I got:
NETWORKING=yes
HOSTNAME=ServerManagement.xdomain.com

Let me know if something is wrong in those files.


Try to run

service cloud-management status

-Oded

-Original Message-
From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
Sent: Friday, May 31, 2013 4:55 PM
To: users@cloudstack.apache.org
Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
Subject: RE: Unable to display UI

Guys , can you check your management server logs and see if there is any
exception being thrown ?

Also can you try the following -

Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
the  file "/etc/hosts"
For example
/etc/hosts:
192.168.1.1 x

/etc/sysconfig/network:
Hostname= x

Thanks,
Pranav

-Original Message-
From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
Sent: Friday, May 31, 2013 8:19 PM
To: users@cloudstack.apache.org
Subject: Re: Unable to display UI

Jose--

I'm avidly waiting to see the responses that come to you because I'm
experiencing the very same issue. I've gone through the "Quick
Installation Guide" about 10 times from beginning to end re-confirming
that every step was followed.

My setup is slightly different than the "QIG" in that I changed the
private IP address to a 192.168.1.0/24 network as opposed to the
172.16.10.0/24network in the document.

I do not believe that there should be an issue with that as long as all
the necessary steps are followed.

Looking forward to see what help we can get.

RF




On Fri, May 31, 2013 at 10:38 AM, Jos?? Egas L??pez
wrote:


Hi,

I finished the installation of CS 400, when I try to run the UI on a
browser the common error "Firefox can't establish a connection to the
server" is displayed.
Is something missing on my installation?
I did all steps from the CS Install Guide.
--
*J??se*

###

Re: Unable to display UI

2013-05-31 Thread Prasanna Santhanam
Thanks, it's probably something gone wrong with the upstream. It looks
like all versions including the 4.1.0 version I just tried have the
same issue. Two users separately brought it up today at my $dayjob
too. 

I've pasted my tomcat versions on the bug report.

On Sat, Jun 01, 2013 at 01:45:08AM +0800, wq meng wrote:
> Hello Prasanna,
> 
> Thanks for the bug link,
> 
> I have copied my latest reply to that link for a temporary fix with command
> 
> chmod 777 /usr/share/cloud/management/logs/catalina.out
> 
> Hope it will save others some time.
> 
> Thank you .
> 
> On Sat, Jun 1, 2013 at 1:24 AM, Prasanna Santhanam  wrote:
> > It's rather odd because I started seeing this the same time with the
> > latest packages on the development release line too and filed a bug
> > here:
> >
> > http://issues.apache.org/jira/browse/CLOUDSTACK-2758
> >
> >
> > Baffling.
> >
> > On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:
> >> Hello,
> >>
> >> I also have this problem since last weekend,  I do not very think that
> >> I have changed much how to setup the cloud management.
> >>
> >> Too worse that there is no logs left on my server.
> >>
> >> [root@localhost x86_64]# tail -n 200
> >> /var/log/cloud/management/management-server.log
> >> tail: cannot open `/var/log/cloud/management/management-server.log'
> >> for reading: No such file or directory
> >>
> >> What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.
> >>
> >>
> >> For other logs.
> >> Only
> >>
> >> [root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
> >> DEBUG:root:execute:service cloud-management status
> >> DEBUG:root:Failed to execute:cloud-management is stopped
> >> The pid file locates at /var/run/cloud-management.pid and lock file at
> >> /var/lock/subsys/cloud-management.
> >> Starting cloud-management will take care of them or you can
> >> manually clean up.
> >> DEBUG:root:execute:chkconfig --level 2345 cloud-management on
> >> DEBUG:root:execute:service cloud-management status
> >> DEBUG:root:Failed to execute:cloud-management is stopped
> >> The pid file locates at /var/run/cloud-management.pid and lock file at
> >> /var/lock/subsys/cloud-management.
> >> Starting cloud-management will take care of them or you can
> >> manually clean up.
> >> DEBUG:root:execute:service cloud-management start
> >> [root@localhost x86_64]#
> >>
> >>
> >> And
> >>
> >>
> >> [root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
> >> /usr/sbin/tomcat6: line 30:
> >> /usr/share/cloud/management/logs/catalina.out: Permission denied
> >> /usr/sbin/tomcat6: line 30:
> >> /usr/share/cloud/management/logs/catalina.out: Permission denied
> >> /usr/sbin/tomcat6: line 30:
> >> /usr/share/cloud/management/logs/catalina.out: Permission denied
> >> /usr/sbin/tomcat6: line 30:
> >> /usr/share/cloud/management/logs/catalina.out: Permission denied
> >>
> >>
> >>
> >>
> >> Should be the Permission problem?
> >>
> >> Thanks
> >>
> >> On Fri, May 31, 2013 at 11:37 PM,   wrote:
> >> > I run that command and it returns the following:
> >> >
> >> > ===
> >> > cloud-management interrupted but a pid file exists
> >> > The pid file locates at /var/run/cloud-management.pid and lock file at
> >> > /var/lock/subsys/cloud-management.
> >> > Starting cloud-management will take care of them or you can
> >> > manually clean up.
> >> > ===
> >> >
> >> > On /etc/hosts I got:
> >> > 127.0.0.1   localhost localhost.localdomain localhost4
> >> > localhost4.localdomain4
> >> > ::1 localhost localhost.localdomain localhost6
> >> > localhost6.localdomain6
> >> > #127.0.0.1 ServerManagement.xdomain.com
> >> > ServerManagement.localhost.localdomain localhost
> >> > 192.168.238.40 ServerManagement.xdomain.com ServerManagement
> >> >
> >> > On /etc/network I got:
> >> > NETWORKING=yes
> >> > HOSTNAME=ServerManagement.xdomain.com
> >> >
> >> > Let me know if something is wrong in those files.
> >> >
> >> >> Try to run
> >> >>
> >> >> service cloud-management status
> >> >>
> >> >> -Oded
> >> >>
> >> >> -Original Message-
> >> >> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
> >> >> Sent: Friday, May 31, 2013 4:55 PM
> >> >> To: users@cloudstack.apache.org
> >> >> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
> >> >> Subject: RE: Unable to display UI
> >> >>
> >> >> Guys , can you check your management server logs and see if there is any
> >> >> exception being thrown ?
> >> >>
> >> >> Also can you try the following -
> >> >>
> >> >> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart 
> >> >> from
> >> >> the  file "/etc/hosts"
> >> >> For example
> >> >> /etc/hosts:
> >> >> 192.168.1.1 x
> >> >>
> >> >> /etc/sysconfig/network:
> >> >> Hostname= x
> >> >>
> >> >> Thanks,
> >> >> Pranav
> >> >>
> >> >> -Original Message-
> >> >> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
> >> >> Sent: Friday, May 31, 2013 8:19 PM
> >> >> To: u

Re: Unable to display UI

2013-05-31 Thread wq meng
Hello Prasanna,

Thanks for the bug link,

I have copied my latest reply to that link for a temporary fix with command

chmod 777 /usr/share/cloud/management/logs/catalina.out

Hope it will save others some time.

Thank you .

On Sat, Jun 1, 2013 at 1:24 AM, Prasanna Santhanam  wrote:
> It's rather odd because I started seeing this the same time with the
> latest packages on the development release line too and filed a bug
> here:
>
> http://issues.apache.org/jira/browse/CLOUDSTACK-2758
>
>
> Baffling.
>
> On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:
>> Hello,
>>
>> I also have this problem since last weekend,  I do not very think that
>> I have changed much how to setup the cloud management.
>>
>> Too worse that there is no logs left on my server.
>>
>> [root@localhost x86_64]# tail -n 200
>> /var/log/cloud/management/management-server.log
>> tail: cannot open `/var/log/cloud/management/management-server.log'
>> for reading: No such file or directory
>>
>> What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.
>>
>>
>> For other logs.
>> Only
>>
>> [root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
>> DEBUG:root:execute:service cloud-management status
>> DEBUG:root:Failed to execute:cloud-management is stopped
>> The pid file locates at /var/run/cloud-management.pid and lock file at
>> /var/lock/subsys/cloud-management.
>> Starting cloud-management will take care of them or you can
>> manually clean up.
>> DEBUG:root:execute:chkconfig --level 2345 cloud-management on
>> DEBUG:root:execute:service cloud-management status
>> DEBUG:root:Failed to execute:cloud-management is stopped
>> The pid file locates at /var/run/cloud-management.pid and lock file at
>> /var/lock/subsys/cloud-management.
>> Starting cloud-management will take care of them or you can
>> manually clean up.
>> DEBUG:root:execute:service cloud-management start
>> [root@localhost x86_64]#
>>
>>
>> And
>>
>>
>> [root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
>> /usr/sbin/tomcat6: line 30:
>> /usr/share/cloud/management/logs/catalina.out: Permission denied
>> /usr/sbin/tomcat6: line 30:
>> /usr/share/cloud/management/logs/catalina.out: Permission denied
>> /usr/sbin/tomcat6: line 30:
>> /usr/share/cloud/management/logs/catalina.out: Permission denied
>> /usr/sbin/tomcat6: line 30:
>> /usr/share/cloud/management/logs/catalina.out: Permission denied
>>
>>
>>
>>
>> Should be the Permission problem?
>>
>> Thanks
>>
>> On Fri, May 31, 2013 at 11:37 PM,   wrote:
>> > I run that command and it returns the following:
>> >
>> > ===
>> > cloud-management interrupted but a pid file exists
>> > The pid file locates at /var/run/cloud-management.pid and lock file at
>> > /var/lock/subsys/cloud-management.
>> > Starting cloud-management will take care of them or you can
>> > manually clean up.
>> > ===
>> >
>> > On /etc/hosts I got:
>> > 127.0.0.1   localhost localhost.localdomain localhost4
>> > localhost4.localdomain4
>> > ::1 localhost localhost.localdomain localhost6
>> > localhost6.localdomain6
>> > #127.0.0.1 ServerManagement.xdomain.com
>> > ServerManagement.localhost.localdomain localhost
>> > 192.168.238.40 ServerManagement.xdomain.com ServerManagement
>> >
>> > On /etc/network I got:
>> > NETWORKING=yes
>> > HOSTNAME=ServerManagement.xdomain.com
>> >
>> > Let me know if something is wrong in those files.
>> >
>> >> Try to run
>> >>
>> >> service cloud-management status
>> >>
>> >> -Oded
>> >>
>> >> -Original Message-
>> >> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
>> >> Sent: Friday, May 31, 2013 4:55 PM
>> >> To: users@cloudstack.apache.org
>> >> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
>> >> Subject: RE: Unable to display UI
>> >>
>> >> Guys , can you check your management server logs and see if there is any
>> >> exception being thrown ?
>> >>
>> >> Also can you try the following -
>> >>
>> >> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
>> >> the  file "/etc/hosts"
>> >> For example
>> >> /etc/hosts:
>> >> 192.168.1.1 x
>> >>
>> >> /etc/sysconfig/network:
>> >> Hostname= x
>> >>
>> >> Thanks,
>> >> Pranav
>> >>
>> >> -Original Message-
>> >> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
>> >> Sent: Friday, May 31, 2013 8:19 PM
>> >> To: users@cloudstack.apache.org
>> >> Subject: Re: Unable to display UI
>> >>
>> >> Jose--
>> >>
>> >> I'm avidly waiting to see the responses that come to you because I'm
>> >> experiencing the very same issue. I've gone through the "Quick
>> >> Installation Guide" about 10 times from beginning to end re-confirming
>> >> that every step was followed.
>> >>
>> >> My setup is slightly different than the "QIG" in that I changed the
>> >> private IP address to a 192.168.1.0/24 network as opposed to the
>> >> 172.16.10.0/24network in the document.
>> >>
>> >> I do not believe that there should be an issue with

cloudstack usage survey

2013-05-31 Thread Giles Sirett
All
Over on @marketing, we've been working on a user survey. This will hopefully 
give us a much better view of the current CloudStack User base
The survey is here:
https://www.surveymonkey.com/s/28BV97D

We need to try and get as many cloudstack users as possible to respond.
So, I'd appreciate   as much support as possible: I need people to speak to 
users, to tweet, to mention at meetups,etc,etc
I'm conducing the survey on behalf of the community. The questions have been 
discussed by the @marketing list. The data is to be treated confidentially and 
will be analysed by myself and Sebastien. The results will be anonymous/summary 
only. The source data will be destroyed and a copy help only at to 
priv...@cloudstack.apache.org

Kind Regards
Giles

Giles Sirett
CEO

[Description: Mail Logo Bottom Align]

D: +44 20 3603 0541 | S: +44 20 3603 0540 | M: +44 796 111 2055

giles.sir...@shapeblue.com | 
www.shapeblue.com | 
Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS

ShapeBlue are proud to be sponsoring CloudStack Collaboration  Conference NA

[https://cwiki.apache.org/confluence/download/attachments/30760149/CloudStack+Collaboration+Conference+Banner+v2+Blue+Background+Only.jpg?version=3&modificationDate=1367282397297]

Apache CloudStack Bootcamp training courses
19/20 June, 
London
22/23 June, Santa Clara  
CA
10/11 July, Bangalore, 
India
21/22 August, 
London


This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Installing CS 4.0.0

2013-05-31 Thread Ron Wheeler

CLOUDSTACK-2791

On 31/05/2013 10:08 AM, Pranav Saxena wrote:

You should raise all the bugs here -  
https://issues.apache.org/jira/browse/CLOUDSTACK  . Create an account and then 
create a JIRA ticket.

Thanks,
Pranav

-Original Message-
From: Ron Wheeler [mailto:rwhee...@artifact-software.com]
Sent: Friday, May 31, 2013 7:35 PM
To: users@cloudstack.apache.org
Subject: Re: Installing CS 4.0.0

No link to bug reporting that I could find on the web site.

http://cloudstack.apache.org/contribute.html   would be the normal place
to find the link.

The bug in question apparently was reported before January 2013 from what I can 
glean from Google searches that I think got me to e-mails fro this forum.


Ron

On 31/05/2013 1:32 AM, Prasanna Santhanam wrote:

Don't forget to open bug reports for those docs! More eyes looking at
doc errors and reporting bugs the better.

On Thu, May 30, 2013 at 01:46:41PM -0500, Jos? Egas L?pez wrote:

Ok Ron, I will..

*
J?se
*

El 30/05/2013 13:41, Ron Wheeler escribi?:

You are a few steps ahead of me.
Let me know if you find any more documentation errors!!!

Ron


On 30/05/2013 2:33 PM, Jos? Egas L?pez wrote:

Thanks Ron, I put gpgcheck to 0 on the config file and I was able
to install cloud-client.

*
J?se
*

El 30/05/2013 13:25, Ron Wheeler escribi?:

Does this help?
yum install --nogpgcheck cloud-setup-4.0.2-1.el6.x86_64.rpm


Ron

On 30/05/2013 12:14 PM, Jos? Egas L?pez wrote:

Thanks Ron and Edward, after I run rpm --import
http://cloudstack.apt-get.eu/release.asc I tried again to install
cloud-client but the same message is shown when running the
command.
And when I run rpm --import with the url suggested by Edward it
returns:
error: http://www.apache.org/dist/cloudstack/KEYS : key 3 not an
armored public key.

Need your help!

*J?se
*

El 30/05/2013 10:54, Ron Wheeler escribi?:

The docs are wrong and the issue has been known for a long time
but no one bothered to fix it.

rpm --import http://cloudstack.apt-get.eu/release.asc

Apparently this is what should be in the manual.

I am going through the same process and hit this yesterday.


I am not sure how this kind of stuff goes through 2 release
cycles without getting fixed.
This should be a blocking issue in the release since it does
stop installation.

The lack of attention to documentation is the biggest problem
with open source projects in general and contributes to the
widely held believe that open source is hard to implement.

I have tried to help out on other projects by editing docs but
getting the programmers to answer questions or review
documentation for accuracy is an issue.



Ron


On 30/05/2013 11:37 AM, Jos? Egas L?pez wrote:

Hello,

I'm trying to install CS 4.0.0 on CentOS 6.3, I added
cloudstack Yum repository to /etc/yum.repos.d, I put the
following lines into cloudstack.repo:

[cloudstack]
name=cloudstack
baseurl=http://cloudstack.apt-get.eu/rhel/4.0/
enabled=1
gpgcheck=1


The next step is to add the GPG key with:

|rpm --import http://server.url/downloads/RPM-GPG-KEY.txt|


But I can't find where is RPM-GPG-KEY.txt, and when I try to
install the cloud-client by running yum install cloud-client it
returns a message:

Package cloud-setup-4.0.2-1.el6.x86_64.rpm is not signed

What can I do about it?
Thanks!

--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102





--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102



Re: Unable to display UI

2013-05-31 Thread wq meng
Okay,

I have tried this

chmod 777 /usr/share/cloud/management/logs/catalina.out

Seems it helps to get the tomcat to run.

but the command not need before, I think at lease last week, I have
never run this command to change the permission and have succeeded to
set-up the management without any problem.

Or I have miss something?


Thank you.



On Sat, Jun 1, 2013 at 1:17 AM, wq meng  wrote:
> Hello,
>
> I also have this problem since last weekend,  I do not very think that
> I have changed much how to setup the cloud management.
>
> Too worse that there is no logs left on my server.
>
> [root@localhost x86_64]# tail -n 200
> /var/log/cloud/management/management-server.log
> tail: cannot open `/var/log/cloud/management/management-server.log'
> for reading: No such file or directory
>
> What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.
>
>
> For other logs.
> Only
>
> [root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
> DEBUG:root:execute:service cloud-management status
> DEBUG:root:Failed to execute:cloud-management is stopped
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
> Starting cloud-management will take care of them or you can
> manually clean up.
> DEBUG:root:execute:chkconfig --level 2345 cloud-management on
> DEBUG:root:execute:service cloud-management status
> DEBUG:root:Failed to execute:cloud-management is stopped
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
> Starting cloud-management will take care of them or you can
> manually clean up.
> DEBUG:root:execute:service cloud-management start
> [root@localhost x86_64]#
>
>
> And
>
>
> [root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
>
>
>
>
> Should be the Permission problem?
>
> Thanks
>
> On Fri, May 31, 2013 at 11:37 PM,   wrote:
>> I run that command and it returns the following:
>>
>> ===
>> cloud-management interrupted but a pid file exists
>> The pid file locates at /var/run/cloud-management.pid and lock file at
>> /var/lock/subsys/cloud-management.
>> Starting cloud-management will take care of them or you can
>> manually clean up.
>> ===
>>
>> On /etc/hosts I got:
>> 127.0.0.1   localhost localhost.localdomain localhost4
>> localhost4.localdomain4
>> ::1 localhost localhost.localdomain localhost6
>> localhost6.localdomain6
>> #127.0.0.1 ServerManagement.xdomain.com
>> ServerManagement.localhost.localdomain localhost
>> 192.168.238.40 ServerManagement.xdomain.com ServerManagement
>>
>> On /etc/network I got:
>> NETWORKING=yes
>> HOSTNAME=ServerManagement.xdomain.com
>>
>> Let me know if something is wrong in those files.
>>
>>> Try to run
>>>
>>> service cloud-management status
>>>
>>> -Oded
>>>
>>> -Original Message-
>>> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
>>> Sent: Friday, May 31, 2013 4:55 PM
>>> To: users@cloudstack.apache.org
>>> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
>>> Subject: RE: Unable to display UI
>>>
>>> Guys , can you check your management server logs and see if there is any
>>> exception being thrown ?
>>>
>>> Also can you try the following -
>>>
>>> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
>>> the  file "/etc/hosts"
>>> For example
>>> /etc/hosts:
>>> 192.168.1.1 x
>>>
>>> /etc/sysconfig/network:
>>> Hostname= x
>>>
>>> Thanks,
>>> Pranav
>>>
>>> -Original Message-
>>> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
>>> Sent: Friday, May 31, 2013 8:19 PM
>>> To: users@cloudstack.apache.org
>>> Subject: Re: Unable to display UI
>>>
>>> Jose--
>>>
>>> I'm avidly waiting to see the responses that come to you because I'm
>>> experiencing the very same issue. I've gone through the "Quick
>>> Installation Guide" about 10 times from beginning to end re-confirming
>>> that every step was followed.
>>>
>>> My setup is slightly different than the "QIG" in that I changed the
>>> private IP address to a 192.168.1.0/24 network as opposed to the
>>> 172.16.10.0/24network in the document.
>>>
>>> I do not believe that there should be an issue with that as long as all
>>> the necessary steps are followed.
>>>
>>> Looking forward to see what help we can get.
>>>
>>> RF
>>>
>>>
>>>
>>>
>>> On Fri, May 31, 2013 at 10:38 AM, José Egas López
>>> wrote:
>>>
 Hi,

 I finished the installation of CS 400, when I try to run the UI on a
 browser the common error "Firefox can't establish a connection to the

Re: Unable to display UI

2013-05-31 Thread Prasanna Santhanam
It's rather odd because I started seeing this the same time with the
latest packages on the development release line too and filed a bug
here:

http://issues.apache.org/jira/browse/CLOUDSTACK-2758


Baffling.

On Sat, Jun 01, 2013 at 01:17:23AM +0800, wq meng wrote:
> Hello,
> 
> I also have this problem since last weekend,  I do not very think that
> I have changed much how to setup the cloud management.
> 
> Too worse that there is no logs left on my server.
> 
> [root@localhost x86_64]# tail -n 200
> /var/log/cloud/management/management-server.log
> tail: cannot open `/var/log/cloud/management/management-server.log'
> for reading: No such file or directory
> 
> What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.
> 
> 
> For other logs.
> Only
> 
> [root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
> DEBUG:root:execute:service cloud-management status
> DEBUG:root:Failed to execute:cloud-management is stopped
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
> Starting cloud-management will take care of them or you can
> manually clean up.
> DEBUG:root:execute:chkconfig --level 2345 cloud-management on
> DEBUG:root:execute:service cloud-management status
> DEBUG:root:Failed to execute:cloud-management is stopped
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
> Starting cloud-management will take care of them or you can
> manually clean up.
> DEBUG:root:execute:service cloud-management start
> [root@localhost x86_64]#
> 
> 
> And
> 
> 
> [root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> /usr/sbin/tomcat6: line 30:
> /usr/share/cloud/management/logs/catalina.out: Permission denied
> 
> 
> 
> 
> Should be the Permission problem?
> 
> Thanks
> 
> On Fri, May 31, 2013 at 11:37 PM,   wrote:
> > I run that command and it returns the following:
> >
> > ===
> > cloud-management interrupted but a pid file exists
> > The pid file locates at /var/run/cloud-management.pid and lock file at
> > /var/lock/subsys/cloud-management.
> > Starting cloud-management will take care of them or you can
> > manually clean up.
> > ===
> >
> > On /etc/hosts I got:
> > 127.0.0.1   localhost localhost.localdomain localhost4
> > localhost4.localdomain4
> > ::1 localhost localhost.localdomain localhost6
> > localhost6.localdomain6
> > #127.0.0.1 ServerManagement.xdomain.com
> > ServerManagement.localhost.localdomain localhost
> > 192.168.238.40 ServerManagement.xdomain.com ServerManagement
> >
> > On /etc/network I got:
> > NETWORKING=yes
> > HOSTNAME=ServerManagement.xdomain.com
> >
> > Let me know if something is wrong in those files.
> >
> >> Try to run
> >>
> >> service cloud-management status
> >>
> >> -Oded
> >>
> >> -Original Message-
> >> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
> >> Sent: Friday, May 31, 2013 4:55 PM
> >> To: users@cloudstack.apache.org
> >> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
> >> Subject: RE: Unable to display UI
> >>
> >> Guys , can you check your management server logs and see if there is any
> >> exception being thrown ?
> >>
> >> Also can you try the following -
> >>
> >> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
> >> the  file "/etc/hosts"
> >> For example
> >> /etc/hosts:
> >> 192.168.1.1 x
> >>
> >> /etc/sysconfig/network:
> >> Hostname= x
> >>
> >> Thanks,
> >> Pranav
> >>
> >> -Original Message-
> >> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
> >> Sent: Friday, May 31, 2013 8:19 PM
> >> To: users@cloudstack.apache.org
> >> Subject: Re: Unable to display UI
> >>
> >> Jose--
> >>
> >> I'm avidly waiting to see the responses that come to you because I'm
> >> experiencing the very same issue. I've gone through the "Quick
> >> Installation Guide" about 10 times from beginning to end re-confirming
> >> that every step was followed.
> >>
> >> My setup is slightly different than the "QIG" in that I changed the
> >> private IP address to a 192.168.1.0/24 network as opposed to the
> >> 172.16.10.0/24network in the document.
> >>
> >> I do not believe that there should be an issue with that as long as all
> >> the necessary steps are followed.
> >>
> >> Looking forward to see what help we can get.
> >>
> >> RF
> >>
> >>
> >>
> >>
> >> On Fri, May 31, 2013 at 10:38 AM, Jos?? Egas L??pez
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> I finished the installation of CS 400, when I try to run the UI on a
> >>> browser the common error "Firefox can't establish a connection to the
> >>> server" is displayed

Re: Unable to display UI

2013-05-31 Thread wq meng
Hello,

I also have this problem since last weekend,  I do not very think that
I have changed much how to setup the cloud management.

Too worse that there is no logs left on my server.

[root@localhost x86_64]# tail -n 200
/var/log/cloud/management/management-server.log
tail: cannot open `/var/log/cloud/management/management-server.log'
for reading: No such file or directory

What's have changed?I have try on  CentOS 6.4  X86_64 and  CS 4.02.


For other logs.
Only

[root@localhost x86_64]# tail /var/log/cloud/setupManagement.log
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:chkconfig --level 2345 cloud-management on
DEBUG:root:execute:service cloud-management status
DEBUG:root:Failed to execute:cloud-management is stopped
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
Starting cloud-management will take care of them or you can
manually clean up.
DEBUG:root:execute:service cloud-management start
[root@localhost x86_64]#


And


[root@localhost x86_64]# cat /var/log/cloud/management/catalina.out
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied
/usr/sbin/tomcat6: line 30:
/usr/share/cloud/management/logs/catalina.out: Permission denied




Should be the Permission problem?

Thanks

On Fri, May 31, 2013 at 11:37 PM,   wrote:
> I run that command and it returns the following:
>
> ===
> cloud-management interrupted but a pid file exists
> The pid file locates at /var/run/cloud-management.pid and lock file at
> /var/lock/subsys/cloud-management.
> Starting cloud-management will take care of them or you can
> manually clean up.
> ===
>
> On /etc/hosts I got:
> 127.0.0.1   localhost localhost.localdomain localhost4
> localhost4.localdomain4
> ::1 localhost localhost.localdomain localhost6
> localhost6.localdomain6
> #127.0.0.1 ServerManagement.xdomain.com
> ServerManagement.localhost.localdomain localhost
> 192.168.238.40 ServerManagement.xdomain.com ServerManagement
>
> On /etc/network I got:
> NETWORKING=yes
> HOSTNAME=ServerManagement.xdomain.com
>
> Let me know if something is wrong in those files.
>
>> Try to run
>>
>> service cloud-management status
>>
>> -Oded
>>
>> -Original Message-
>> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
>> Sent: Friday, May 31, 2013 4:55 PM
>> To: users@cloudstack.apache.org
>> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
>> Subject: RE: Unable to display UI
>>
>> Guys , can you check your management server logs and see if there is any
>> exception being thrown ?
>>
>> Also can you try the following -
>>
>> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
>> the  file "/etc/hosts"
>> For example
>> /etc/hosts:
>> 192.168.1.1 x
>>
>> /etc/sysconfig/network:
>> Hostname= x
>>
>> Thanks,
>> Pranav
>>
>> -Original Message-
>> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
>> Sent: Friday, May 31, 2013 8:19 PM
>> To: users@cloudstack.apache.org
>> Subject: Re: Unable to display UI
>>
>> Jose--
>>
>> I'm avidly waiting to see the responses that come to you because I'm
>> experiencing the very same issue. I've gone through the "Quick
>> Installation Guide" about 10 times from beginning to end re-confirming
>> that every step was followed.
>>
>> My setup is slightly different than the "QIG" in that I changed the
>> private IP address to a 192.168.1.0/24 network as opposed to the
>> 172.16.10.0/24network in the document.
>>
>> I do not believe that there should be an issue with that as long as all
>> the necessary steps are followed.
>>
>> Looking forward to see what help we can get.
>>
>> RF
>>
>>
>>
>>
>> On Fri, May 31, 2013 at 10:38 AM, José Egas López
>> wrote:
>>
>>> Hi,
>>>
>>> I finished the installation of CS 400, when I try to run the UI on a
>>> browser the common error "Firefox can't establish a connection to the
>>> server" is displayed.
>>> Is something missing on my installation?
>>> I did all steps from the CS Install Guide.
>>> --
>>> *Jóse*
>>>
>>> ##**##
>>> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail
>>> a menos que sea necesario
>>>
>>>
>>
>> 
>> FARMAENLACE ha procesado su mensaje y esta limpio
>> No imprima este mail a menos que sea necesario
>>
>>
>
>
> 
> FARMAENLACE ha procesado su mensaje y esta lim

Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Interesting… I will definitely look into this as I just re-read the Admin guide 
about that. I am glad I over provisioned the physical storage for our internal 
needs. 

Thanks Geoff!

BTW, where you at the conference last week and the luncheon? 


On May 31, 2013, at 12:24 PM, Geoff Higginbottom 
 wrote:

> The Netapp will indeed thin provision, but CloudStack will be assume there is 
> not thin provisioning taking place so will report all 'allocated' space as 
> 'used'
> 
> Regards
> 
> Geoff Higginbottom
> 
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
> 
> geoff.higginbot...@shapeblue.com
> 
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 17:22
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> When I setup the exports on my Netapp, they were set to thin provisioned 
> prior to adding to XS. Just like if this was a regular implementation without 
> CCP/ACS. Just letting my NetApp Edge T appliances handle the Thin 
> provisioning and snap mirror.  Interesting though, I will look into it, but 
> it seems to be working correctly. Thanks
> 
> 
> On May 31, 2013, at 12:08 PM, Geoff Higginbottom 
>  wrote:
> 
>> The problem with this approach is that it does not support thin provisioning 
>> so you cannot use the storage-overprovisioning settings meaning you will not 
>> use your storage efficiently.
>> 
>> Regards
>> 
>> Geoff Higginbottom
>> 
>> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>> 
>> geoff.higginbot...@shapeblue.com
>> 
>> 
>> -Original Message-
>> From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
>> Sent: 31 May 2013 16:46
>> To: users@cloudstack.apache.org
>> Subject: RE: unable to add nfs primary storage with xenserver hosts
>> 
>> Nice one. I'll give that a go
>> 
>> Thanks a bunch for your help
>> 
>> -Original Message-
>> From: Todd Pigram [mailto:t...@toddpigram.com]
>> Sent: 31 May 2013 16:40
>> To: users@cloudstack.apache.org
>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>> 
>> Yes. Works with basic or advanced zones. Setup the storage via XenCenter as 
>> a NFS VHD. Also works with ISCI. I have done it both ways.
>> 
>> 
>> 
>> 
>> On Fri, May 31, 2013 at 11:36 AM, Len Bellemore < 
>> len.bellem...@controlcircle.com> wrote:
>> 
>>> Interesting.  Is that even for NFS?
>>> 
>>> -Original Message-
>>> From: Todd Pigram [mailto:t...@toddpigram.com]
>>> Sent: 31 May 2013 16:31
>>> To: users@cloudstack.apache.org
>>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>>> 
>>> Len,
>>> 
>>> I have found that it is better to presetup the primary storage on
>>> XS6.1 then while adding in the via CCP UI, select PreSteup and
>>> provide the storage tag. Works like a champ. This how i have my Prod
>>> and test environments going to NetApp and Dev environments going to a 
>>> Whiptail.
>>> 
>>> 
>>> On May 31, 2013, at 10:11 AM, Len Bellemore
>>>  wrote:
>>> 
 Fair enough.  I might have an answer anyway, which I will post when
 I
>>> confirm whether it worked or not.
 
 Thanks guys
 
 -Original Message-
 From: Chip Childers [mailto:chip.child...@sungard.com]
 Sent: 31 May 2013 14:36
 To: users@cloudstack.apache.org
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> Actually I'm using CloudPlatform 3.06, so according to the docs
> that
>>> I've seen, it should work...
 
 It's best to ask Citrix support then.  This is the user list for the
>>> Apache CloudStack project.  CCP is a distro of this project, but we
>>> aren't all aware of the bits that go into it.
 
> 
> 
> -Original Message-
> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
> Sent: 31 May 2013 13:29
> To: Cloudstack users mailing list
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> XS 6.1 doesn't work with the current releases (4.0.x); you'll have
> to
>>> use XS 6.0.1.
> 
> 
> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
>>> len.bellem...@controlcircle.com> wrote:
> 
>> Hi Guys,
>> 
>> I've got two XenServer 6.1 hosts and I am trying to add some
>> Primary Storage to them.
>> 
>> When I add the Primary Storage via the cloudstack interface, the
>> SR is created in my XenPool, but the process bombs out in
>> Cloudstack with the following error:
>> 
>> Add host failed due to ModifyStoragePoolCommand
>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
>> due to #6# heartbeat file
>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
>> -d
>> 65
>> d-48ea-a17a-06cd48a357a6 doesn't exist
>> host:431902

RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Geoff Higginbottom
The Netapp will indeed thin provision, but CloudStack will be assume there is 
not thin provisioning taking place so will report all 'allocated' space as 
'used'

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com

-Original Message-
From: Todd Pigram [mailto:t...@toddpigram.com]
Sent: 31 May 2013 17:22
To: users@cloudstack.apache.org
Subject: Re: unable to add nfs primary storage with xenserver hosts

When I setup the exports on my Netapp, they were set to thin provisioned prior 
to adding to XS. Just like if this was a regular implementation without 
CCP/ACS. Just letting my NetApp Edge T appliances handle the Thin provisioning 
and snap mirror.  Interesting though, I will look into it, but it seems to be 
working correctly. Thanks


On May 31, 2013, at 12:08 PM, Geoff Higginbottom 
 wrote:

> The problem with this approach is that it does not support thin provisioning 
> so you cannot use the storage-overprovisioning settings meaning you will not 
> use your storage efficiently.
>
> Regards
>
> Geoff Higginbottom
>
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
>
> geoff.higginbot...@shapeblue.com
>
>
> -Original Message-
> From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
> Sent: 31 May 2013 16:46
> To: users@cloudstack.apache.org
> Subject: RE: unable to add nfs primary storage with xenserver hosts
>
> Nice one. I'll give that a go
>
> Thanks a bunch for your help
>
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 16:40
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
>
> Yes. Works with basic or advanced zones. Setup the storage via XenCenter as a 
> NFS VHD. Also works with ISCI. I have done it both ways.
>
>
>
>
> On Fri, May 31, 2013 at 11:36 AM, Len Bellemore < 
> len.bellem...@controlcircle.com> wrote:
>
>> Interesting.  Is that even for NFS?
>>
>> -Original Message-
>> From: Todd Pigram [mailto:t...@toddpigram.com]
>> Sent: 31 May 2013 16:31
>> To: users@cloudstack.apache.org
>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>>
>> Len,
>>
>> I have found that it is better to presetup the primary storage on
>> XS6.1 then while adding in the via CCP UI, select PreSteup and
>> provide the storage tag. Works like a champ. This how i have my Prod
>> and test environments going to NetApp and Dev environments going to a 
>> Whiptail.
>>
>>
>> On May 31, 2013, at 10:11 AM, Len Bellemore
>>  wrote:
>>
>>> Fair enough.  I might have an answer anyway, which I will post when
>>> I
>> confirm whether it worked or not.
>>>
>>> Thanks guys
>>>
>>> -Original Message-
>>> From: Chip Childers [mailto:chip.child...@sungard.com]
>>> Sent: 31 May 2013 14:36
>>> To: users@cloudstack.apache.org
>>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>>>
>>> On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
 Actually I'm using CloudPlatform 3.06, so according to the docs
 that
>> I've seen, it should work...
>>>
>>> It's best to ask Citrix support then.  This is the user list for the
>> Apache CloudStack project.  CCP is a distro of this project, but we
>> aren't all aware of the bits that go into it.
>>>


 -Original Message-
 From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
 Sent: 31 May 2013 13:29
 To: Cloudstack users mailing list
 Subject: Re: unable to add nfs primary storage with xenserver hosts

 XS 6.1 doesn't work with the current releases (4.0.x); you'll have
 to
>> use XS 6.0.1.


 On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
>> len.bellem...@controlcircle.com> wrote:

> Hi Guys,
>
> I've got two XenServer 6.1 hosts and I am trying to add some
> Primary Storage to them.
>
> When I add the Primary Storage via the cloudstack interface, the
> SR is created in my XenPool, but the process bombs out in
> Cloudstack with the following error:
>
> Add host failed due to ModifyStoragePoolCommand
> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
> due to #6# heartbeat file
> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
> -d
> 65
> d-48ea-a17a-06cd48a357a6 doesn't exist
> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> 192.168.0.1/vol/nfs_volume
>
> The SR is still available on my XenPool and it looks like it's set
> up properly, just not visible in Cloudstack.,
>
> Any ideas?
>
> Thanks
> Len
>



 --
 Regards,

 Kirk Jantzer
 c: (678) 561-5475
 http://about.met/kirkjantzer

>>
>>
>>
>>
>>
>> Todd Pigram
>> t...@toddpigram.com
>>
>>
>>
>
> This email and any attachments to it may be confidential and are 

Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
When I setup the exports on my Netapp, they were set to thin provisioned prior 
to adding to XS. Just like if this was a regular implementation without 
CCP/ACS. Just letting my NetApp Edge T appliances handle the Thin provisioning 
and snap mirror.  Interesting though, I will look into it, but it seems to be 
working correctly. Thanks


On May 31, 2013, at 12:08 PM, Geoff Higginbottom 
 wrote:

> The problem with this approach is that it does not support thin provisioning 
> so you cannot use the storage-overprovisioning settings meaning you will not 
> use your storage efficiently.
> 
> Regards
> 
> Geoff Higginbottom
> 
> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581
> 
> geoff.higginbot...@shapeblue.com
> 
> 
> -Original Message-
> From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
> Sent: 31 May 2013 16:46
> To: users@cloudstack.apache.org
> Subject: RE: unable to add nfs primary storage with xenserver hosts
> 
> Nice one. I'll give that a go
> 
> Thanks a bunch for your help
> 
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 16:40
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> Yes. Works with basic or advanced zones. Setup the storage via XenCenter as a 
> NFS VHD. Also works with ISCI. I have done it both ways.
> 
> 
> 
> 
> On Fri, May 31, 2013 at 11:36 AM, Len Bellemore < 
> len.bellem...@controlcircle.com> wrote:
> 
>> Interesting.  Is that even for NFS?
>> 
>> -Original Message-
>> From: Todd Pigram [mailto:t...@toddpigram.com]
>> Sent: 31 May 2013 16:31
>> To: users@cloudstack.apache.org
>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>> 
>> Len,
>> 
>> I have found that it is better to presetup the primary storage on
>> XS6.1 then while adding in the via CCP UI, select PreSteup and provide
>> the storage tag. Works like a champ. This how i have my Prod and test
>> environments going to NetApp and Dev environments going to a Whiptail.
>> 
>> 
>> On May 31, 2013, at 10:11 AM, Len Bellemore
>>  wrote:
>> 
>>> Fair enough.  I might have an answer anyway, which I will post when
>>> I
>> confirm whether it worked or not.
>>> 
>>> Thanks guys
>>> 
>>> -Original Message-
>>> From: Chip Childers [mailto:chip.child...@sungard.com]
>>> Sent: 31 May 2013 14:36
>>> To: users@cloudstack.apache.org
>>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>>> 
>>> On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
 Actually I'm using CloudPlatform 3.06, so according to the docs
 that
>> I've seen, it should work...
>>> 
>>> It's best to ask Citrix support then.  This is the user list for the
>> Apache CloudStack project.  CCP is a distro of this project, but we
>> aren't all aware of the bits that go into it.
>>> 
 
 
 -Original Message-
 From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
 Sent: 31 May 2013 13:29
 To: Cloudstack users mailing list
 Subject: Re: unable to add nfs primary storage with xenserver hosts
 
 XS 6.1 doesn't work with the current releases (4.0.x); you'll have
 to
>> use XS 6.0.1.
 
 
 On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
>> len.bellem...@controlcircle.com> wrote:
 
> Hi Guys,
> 
> I've got two XenServer 6.1 hosts and I am trying to add some
> Primary Storage to them.
> 
> When I add the Primary Storage via the cloudstack interface, the
> SR is created in my XenPool, but the process bombs out in
> Cloudstack with the following error:
> 
> Add host failed due to ModifyStoragePoolCommand
> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
> due to #6# heartbeat file
> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
> -d
> 65
> d-48ea-a17a-06cd48a357a6 doesn't exist
> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> 192.168.0.1/vol/nfs_volume
> 
> The SR is still available on my XenPool and it looks like it's set
> up properly, just not visible in Cloudstack.,
> 
> Any ideas?
> 
> Thanks
> Len
> 
 
 
 
 --
 Regards,
 
 Kirk Jantzer
 c: (678) 561-5475
 http://about.met/kirkjantzer
 
>> 
>> 
>> 
>> 
>> 
>> Todd Pigram
>> t...@toddpigram.com
>> 
>> 
>> 
> 
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this e

RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Geoff Higginbottom
The problem with this approach is that it does not support thin provisioning so 
you cannot use the storage-overprovisioning settings meaning you will not use 
your storage efficiently.

Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com


-Original Message-
From: Len Bellemore [mailto:len.bellem...@controlcircle.com]
Sent: 31 May 2013 16:46
To: users@cloudstack.apache.org
Subject: RE: unable to add nfs primary storage with xenserver hosts

Nice one. I'll give that a go

Thanks a bunch for your help

-Original Message-
From: Todd Pigram [mailto:t...@toddpigram.com]
Sent: 31 May 2013 16:40
To: users@cloudstack.apache.org
Subject: Re: unable to add nfs primary storage with xenserver hosts

Yes. Works with basic or advanced zones. Setup the storage via XenCenter as a 
NFS VHD. Also works with ISCI. I have done it both ways.




On Fri, May 31, 2013 at 11:36 AM, Len Bellemore < 
len.bellem...@controlcircle.com> wrote:

> Interesting.  Is that even for NFS?
>
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 16:31
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
>
> Len,
>
> I have found that it is better to presetup the primary storage on
> XS6.1 then while adding in the via CCP UI, select PreSteup and provide
> the storage tag. Works like a champ. This how i have my Prod and test
> environments going to NetApp and Dev environments going to a Whiptail.
>
>
> On May 31, 2013, at 10:11 AM, Len Bellemore
>  wrote:
>
> > Fair enough.  I might have an answer anyway, which I will post when
> > I
> confirm whether it worked or not.
> >
> > Thanks guys
> >
> > -Original Message-
> > From: Chip Childers [mailto:chip.child...@sungard.com]
> > Sent: 31 May 2013 14:36
> > To: users@cloudstack.apache.org
> > Subject: Re: unable to add nfs primary storage with xenserver hosts
> >
> > On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> >> Actually I'm using CloudPlatform 3.06, so according to the docs
> >> that
> I've seen, it should work...
> >
> > It's best to ask Citrix support then.  This is the user list for the
> Apache CloudStack project.  CCP is a distro of this project, but we
> aren't all aware of the bits that go into it.
> >
> >>
> >>
> >> -Original Message-
> >> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
> >> Sent: 31 May 2013 13:29
> >> To: Cloudstack users mailing list
> >> Subject: Re: unable to add nfs primary storage with xenserver hosts
> >>
> >> XS 6.1 doesn't work with the current releases (4.0.x); you'll have
> >> to
> use XS 6.0.1.
> >>
> >>
> >> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
> len.bellem...@controlcircle.com> wrote:
> >>
> >>> Hi Guys,
> >>>
> >>> I've got two XenServer 6.1 hosts and I am trying to add some
> >>> Primary Storage to them.
> >>>
> >>> When I add the Primary Storage via the cloudstack interface, the
> >>> SR is created in my XenPool, but the process bombs out in
> >>> Cloudstack with the following error:
> >>>
> >>> Add host failed due to ModifyStoragePoolCommand
> >>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
> >>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d
> >>> due to #6# heartbeat file
> >>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
> >>> -d
> >>> 65
> >>> d-48ea-a17a-06cd48a357a6 doesn't exist
> >>> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> >>> 192.168.0.1/vol/nfs_volume
> >>>
> >>> The SR is still available on my XenPool and it looks like it's set
> >>> up properly, just not visible in Cloudstack.,
> >>>
> >>> Any ideas?
> >>>
> >>> Thanks
> >>> Len
> >>>
> >>
> >>
> >>
> >> --
> >> Regards,
> >>
> >> Kirk Jantzer
> >> c: (678) 561-5475
> >> http://about.met/kirkjantzer
> >>
>
>
>
>
>
> Todd Pigram
> t...@toddpigram.com
>
>
>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.



RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Len Bellemore
Nice one. I'll give that a go

Thanks a bunch for your help

-Original Message-
From: Todd Pigram [mailto:t...@toddpigram.com] 
Sent: 31 May 2013 16:40
To: users@cloudstack.apache.org
Subject: Re: unable to add nfs primary storage with xenserver hosts

Yes. Works with basic or advanced zones. Setup the storage via XenCenter as a 
NFS VHD. Also works with ISCI. I have done it both ways.




On Fri, May 31, 2013 at 11:36 AM, Len Bellemore < 
len.bellem...@controlcircle.com> wrote:

> Interesting.  Is that even for NFS?
>
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 16:31
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
>
> Len,
>
> I have found that it is better to presetup the primary storage on 
> XS6.1 then while adding in the via CCP UI, select PreSteup and provide 
> the storage tag. Works like a champ. This how i have my Prod and test 
> environments going to NetApp and Dev environments going to a Whiptail.
>
>
> On May 31, 2013, at 10:11 AM, Len Bellemore 
>  wrote:
>
> > Fair enough.  I might have an answer anyway, which I will post when 
> > I
> confirm whether it worked or not.
> >
> > Thanks guys
> >
> > -Original Message-
> > From: Chip Childers [mailto:chip.child...@sungard.com]
> > Sent: 31 May 2013 14:36
> > To: users@cloudstack.apache.org
> > Subject: Re: unable to add nfs primary storage with xenserver hosts
> >
> > On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> >> Actually I'm using CloudPlatform 3.06, so according to the docs 
> >> that
> I've seen, it should work...
> >
> > It's best to ask Citrix support then.  This is the user list for the
> Apache CloudStack project.  CCP is a distro of this project, but we 
> aren't all aware of the bits that go into it.
> >
> >>
> >>
> >> -Original Message-
> >> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
> >> Sent: 31 May 2013 13:29
> >> To: Cloudstack users mailing list
> >> Subject: Re: unable to add nfs primary storage with xenserver hosts
> >>
> >> XS 6.1 doesn't work with the current releases (4.0.x); you'll have 
> >> to
> use XS 6.0.1.
> >>
> >>
> >> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
> len.bellem...@controlcircle.com> wrote:
> >>
> >>> Hi Guys,
> >>>
> >>> I've got two XenServer 6.1 hosts and I am trying to add some 
> >>> Primary Storage to them.
> >>>
> >>> When I add the Primary Storage via the cloudstack interface, the 
> >>> SR is created in my XenPool, but the process bombs out in 
> >>> Cloudstack with the following error:
> >>>
> >>> Add host failed due to ModifyStoragePoolCommand 
> >>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
> >>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d 
> >>> due to #6# heartbeat file 
> >>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217
> >>> -d
> >>> 65
> >>> d-48ea-a17a-06cd48a357a6 doesn't exist
> >>> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> >>> 192.168.0.1/vol/nfs_volume
> >>>
> >>> The SR is still available on my XenPool and it looks like it's set 
> >>> up properly, just not visible in Cloudstack.,
> >>>
> >>> Any ideas?
> >>>
> >>> Thanks
> >>> Len
> >>>
> >>
> >>
> >>
> >> --
> >> Regards,
> >>
> >> Kirk Jantzer
> >> c: (678) 561-5475
> >> http://about.met/kirkjantzer
> >>
>
>
>
>
>
> Todd Pigram
> t...@toddpigram.com
>
>
>


Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Yes. Works with basic or advanced zones. Setup the storage via XenCenter as
a NFS VHD. Also works with ISCI. I have done it both ways.




On Fri, May 31, 2013 at 11:36 AM, Len Bellemore <
len.bellem...@controlcircle.com> wrote:

> Interesting.  Is that even for NFS?
>
> -Original Message-
> From: Todd Pigram [mailto:t...@toddpigram.com]
> Sent: 31 May 2013 16:31
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
>
> Len,
>
> I have found that it is better to presetup the primary storage on XS6.1
> then while adding in the via CCP UI, select PreSteup and provide the
> storage tag. Works like a champ. This how i have my Prod and test
> environments going to NetApp and Dev environments going to a Whiptail.
>
>
> On May 31, 2013, at 10:11 AM, Len Bellemore
>  wrote:
>
> > Fair enough.  I might have an answer anyway, which I will post when I
> confirm whether it worked or not.
> >
> > Thanks guys
> >
> > -Original Message-
> > From: Chip Childers [mailto:chip.child...@sungard.com]
> > Sent: 31 May 2013 14:36
> > To: users@cloudstack.apache.org
> > Subject: Re: unable to add nfs primary storage with xenserver hosts
> >
> > On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> >> Actually I'm using CloudPlatform 3.06, so according to the docs that
> I've seen, it should work...
> >
> > It's best to ask Citrix support then.  This is the user list for the
> Apache CloudStack project.  CCP is a distro of this project, but we aren't
> all aware of the bits that go into it.
> >
> >>
> >>
> >> -Original Message-
> >> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
> >> Sent: 31 May 2013 13:29
> >> To: Cloudstack users mailing list
> >> Subject: Re: unable to add nfs primary storage with xenserver hosts
> >>
> >> XS 6.1 doesn't work with the current releases (4.0.x); you'll have to
> use XS 6.0.1.
> >>
> >>
> >> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
> len.bellem...@controlcircle.com> wrote:
> >>
> >>> Hi Guys,
> >>>
> >>> I've got two XenServer 6.1 hosts and I am trying to add some Primary
> >>> Storage to them.
> >>>
> >>> When I add the Primary Storage via the cloudstack interface, the SR
> >>> is created in my XenPool, but the process bombs out in Cloudstack
> >>> with the following error:
> >>>
> >>> Add host failed due to ModifyStoragePoolCommand
> >>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
> >>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due
> >>> to #6# heartbeat file
> >>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
> >>> 65
> >>> d-48ea-a17a-06cd48a357a6 doesn't exist
> >>> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> >>> 192.168.0.1/vol/nfs_volume
> >>>
> >>> The SR is still available on my XenPool and it looks like it's set
> >>> up properly, just not visible in Cloudstack.,
> >>>
> >>> Any ideas?
> >>>
> >>> Thanks
> >>> Len
> >>>
> >>
> >>
> >>
> >> --
> >> Regards,
> >>
> >> Kirk Jantzer
> >> c: (678) 561-5475
> >> http://about.met/kirkjantzer
> >>
>
>
>
>
>
> Todd Pigram
> t...@toddpigram.com
>
>
>


RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Len Bellemore
Interesting.  Is that even for NFS?

-Original Message-
From: Todd Pigram [mailto:t...@toddpigram.com] 
Sent: 31 May 2013 16:31
To: users@cloudstack.apache.org
Subject: Re: unable to add nfs primary storage with xenserver hosts

Len,

I have found that it is better to presetup the primary storage on XS6.1 then 
while adding in the via CCP UI, select PreSteup and provide the storage tag. 
Works like a champ. This how i have my Prod and test environments going to 
NetApp and Dev environments going to a Whiptail. 


On May 31, 2013, at 10:11 AM, Len Bellemore  
wrote:

> Fair enough.  I might have an answer anyway, which I will post when I confirm 
> whether it worked or not.
> 
> Thanks guys
> 
> -Original Message-
> From: Chip Childers [mailto:chip.child...@sungard.com]
> Sent: 31 May 2013 14:36
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
>> Actually I'm using CloudPlatform 3.06, so according to the docs that I've 
>> seen, it should work...
> 
> It's best to ask Citrix support then.  This is the user list for the Apache 
> CloudStack project.  CCP is a distro of this project, but we aren't all aware 
> of the bits that go into it.
> 
>> 
>> 
>> -Original Message-
>> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
>> Sent: 31 May 2013 13:29
>> To: Cloudstack users mailing list
>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>> 
>> XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
>> 6.0.1.
>> 
>> 
>> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore < 
>> len.bellem...@controlcircle.com> wrote:
>> 
>>> Hi Guys,
>>> 
>>> I've got two XenServer 6.1 hosts and I am trying to add some Primary 
>>> Storage to them.
>>> 
>>> When I add the Primary Storage via the cloudstack interface, the SR 
>>> is created in my XenPool, but the process bombs out in Cloudstack 
>>> with the following error:
>>> 
>>> Add host failed due to ModifyStoragePoolCommand 
>>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
>>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due 
>>> to #6# heartbeat file 
>>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
>>> 65
>>> d-48ea-a17a-06cd48a357a6 doesn't exist
>>> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
>>> 192.168.0.1/vol/nfs_volume
>>> 
>>> The SR is still available on my XenPool and it looks like it's set 
>>> up properly, just not visible in Cloudstack.,
>>> 
>>> Any ideas?
>>> 
>>> Thanks
>>> Len
>>> 
>> 
>> 
>> 
>> --
>> Regards,
>> 
>> Kirk Jantzer
>> c: (678) 561-5475
>> http://about.met/kirkjantzer
>> 





Todd Pigram
t...@toddpigram.com




RE: Unable to display UI

2013-05-31 Thread joseegas
I run that command and it returns the following:

===
cloud-management interrupted but a pid file exists
The pid file locates at /var/run/cloud-management.pid and lock file at
/var/lock/subsys/cloud-management.
Starting cloud-management will take care of them or you can
manually clean up.
===

On /etc/hosts I got:
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
#127.0.0.1 ServerManagement.xdomain.com
ServerManagement.localhost.localdomain localhost
192.168.238.40 ServerManagement.xdomain.com ServerManagement

On /etc/network I got:
NETWORKING=yes
HOSTNAME=ServerManagement.xdomain.com

Let me know if something is wrong in those files.

> Try to run
>
> service cloud-management status
>
> -Oded
>
> -Original Message-
> From: Pranav Saxena [mailto:pranav.sax...@citrix.com]
> Sent: Friday, May 31, 2013 4:55 PM
> To: users@cloudstack.apache.org
> Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
> Subject: RE: Unable to display UI
>
> Guys , can you check your management server logs and see if there is any
> exception being thrown ?
>
> Also can you try the following -
>
> Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from
> the  file "/etc/hosts"
> For example
> /etc/hosts:
> 192.168.1.1 x
>
> /etc/sysconfig/network:
> Hostname= x
>
> Thanks,
> Pranav
>
> -Original Message-
> From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
> Sent: Friday, May 31, 2013 8:19 PM
> To: users@cloudstack.apache.org
> Subject: Re: Unable to display UI
>
> Jose--
>
> I'm avidly waiting to see the responses that come to you because I'm
> experiencing the very same issue. I've gone through the "Quick
> Installation Guide" about 10 times from beginning to end re-confirming
> that every step was followed.
>
> My setup is slightly different than the "QIG" in that I changed the
> private IP address to a 192.168.1.0/24 network as opposed to the
> 172.16.10.0/24network in the document.
>
> I do not believe that there should be an issue with that as long as all
> the necessary steps are followed.
>
> Looking forward to see what help we can get.
>
> RF
>
>
>
>
> On Fri, May 31, 2013 at 10:38 AM, José Egas López
> wrote:
>
>> Hi,
>>
>> I finished the installation of CS 400, when I try to run the UI on a
>> browser the common error "Firefox can't establish a connection to the
>> server" is displayed.
>> Is something missing on my installation?
>> I did all steps from the CS Install Guide.
>> --
>> *Jóse*
>>
>> ##**##
>> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail
>> a menos que sea necesario
>>
>>
>
> 
> FARMAENLACE ha procesado su mensaje y esta limpio
> No imprima este mail a menos que sea necesario
>
>



FARMAENLACE ha procesado su mensaje y esta limpio
No imprima este mail a menos que sea necesario



Re: errors starting new instance with devcloud

2013-05-31 Thread Shane Witbeck
Prasanna, 

Yes, I'm hitting it consistently. It's possible that I'm running into a RAM 
constraint as I'm doing this all on my laptop (with 8 GB RAM) but have tried 
making the new instance small enough to avoid this. It would be nice if the 
exception gave a little more info here.

The steps I'm using are following steps 1-8 here:

https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud

I'm running the management server on my host OS (Mac) and using the default 
configuration which points to the devcloud running on vbox. 


On Friday, May 31, 2013 at 12:57 AM, Prasanna Santhanam wrote:

> On Wed, May 29, 2013 at 03:57:24PM -0400, Shane Witbeck wrote:
> > Prasanna, 
> > 
> > Our VM info was identical with the exception of the PAE setting
> > which you have set to "off" although the docs say to enable this.
> > You also have a snapshot where as I do not. Regardless of the PAE
> > setting (I tried both disabled/enabled), I'm now getting a different
> > exception when attempting to add an instance using the tiny Linux
> > template. 
> > 
> 
> 
> Ah - guess I'll enable that then.
> > 
> > I've posted my management server log as well as my vm info in a gist
> > here:
> > 
> > https://gist.github.com/digitalsanctum/5673168
> Are you hitting this consistently? InsufficientCapacityException
> usually means the CPU, RAM constraints to be satisfied for planning
> the VM deployment failed. If you hit this consistently, let us know
> the steps, there might be a bug lurking in there.
> 
> 
> > 
> > I've also tried installing the latest extension pack for VirtualBox
> > and that didn't help either. I'm running with vbox version 4.2.12. 
> > 
> 
> 
> Nah. the extensions aren't useful for devcloud.
> > 
> > 
> > Thanks, 
> > Shane
> > 
> > 
> > 
> > 
> > 
> > 
> > On Wednesday, May 29, 2013 at 12:32 PM, Prasanna Santhanam wrote:
> > 
> > > Shane,
> > > 
> > > I just tried this on latest master and was able to create a user
> > > instance using the tinyLinux template without a problem. From your
> > > gisst it seems like an Ubuntu ISO based VM failed to launch. Can you
> > > retry with the tinyLinux template again? 
> > > 
> > > Since most of what you did seems right I'm wondering if there's a
> > > setting on VirtualBox that's different. I've dumped the VM info of my
> > > devcloud instance here:
> > > 
> > > https://gist.github.com/vogxn/5671659
> > > 
> > > -- 
> > > Prasanna.,
> > > 
> > > On Wed, May 29, 2013 at 11:18:50AM -0400, Shane Witbeck wrote:
> > > 
> > > > Sebastien, 
> > > > 
> > > > Thanks for your reply but I'm targeting 4.2 master since I'm suppose
> > > > to be helping with automation tests there. 
> > > > 
> > > > I tried Conrad's suggestion of hacking the db but that led to
> > > > another issue.
> > > > 
> > > > It seems like documentation for "I have devcloud installed, now
> > > > what?" would be nice as well as hints about which versions it
> > > > targets. I noticed in your video that you use an older (version 1?)
> > > > of the devcloud appliance with 4.0.2.
> > > > 
> > > 
> > > 
> > > 
> > > Would be nice if you could start one! Don't hesitate to edit the
> > > wiki(s).
> > > 
> > > > 
> > > > Since I've successfully installed devcloud and management server, at
> > > > this point I'm going to move on and assume I'm doing something
> > > > fundamentally wrong with trying to start a new instance.
> > > > 
> > > > 
> > > > Thanks again, 
> > > > Shane
> > > > 
> > > > 
> > > > On Wednesday, May 29, 2013 at 3:13 AM, Sebastien Goasguen wrote:
> > > > 
> > > > > 
> > > > > On May 28, 2013, at 8:24 PM, Conrad Geiger  > > > > (mailto:cgei...@it1solutions.com) (mailto:cgei...@it1solutions.com)> 
> > > > > wrote:
> > > > > 
> > > > > > The error you are getting is an HVM error (Hardware 
> > > > > > Virtualization). You do not have HVM in devcloud since it is a VM 
> > > > > > itself. You need a template without HVM. I though there was a work 
> > > > > > around already built into devcloud, but you can hack the db to mark 
> > > > > > the tempate without HVM by running this on the db: "Update 
> > > > > > vm_templates set hvm=0".
> > > > > > 
> > > > > > You might also shoot an email to the devlist to verify the expected 
> > > > > > behavior.
> > > > > > 
> > > > > > 
> > > > > > Sent from my Verizon Wireless 4G LTE phone
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > >  Original message 
> > > > > > From: Shane Witbeck  > > > > > (mailto:sh...@digitalsanctum.com) (mailto:sh...@digitalsanctum.com)>
> > > > > > Date: 05/28/2013 7:20 PM (GMT-05:00)
> > > > > > To: users@cloudstack.apache.org 
> > > > > > (mailto:users@cloudstack.apache.org) 
> > > > > > (mailto:users@cloudstack.apache.org)
> > > > > > Subject: errors starting new instance with devcloud
> > > > > > 
> > > > > > 
> > > > > > If have a fresh install of devcloud with management server running 
> > > > > > separately on a mac. I'm attempting to start a new instance and 
> > > > > > keep getting these errors:
> > > >

Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Todd Pigram
Len,

I have found that it is better to presetup the primary storage on XS6.1 then 
while adding in the via CCP UI, select PreSteup and provide the storage tag. 
Works like a champ. This how i have my Prod and test environments going to 
NetApp and Dev environments going to a Whiptail. 


On May 31, 2013, at 10:11 AM, Len Bellemore  
wrote:

> Fair enough.  I might have an answer anyway, which I will post when I confirm 
> whether it worked or not.
> 
> Thanks guys
> 
> -Original Message-
> From: Chip Childers [mailto:chip.child...@sungard.com] 
> Sent: 31 May 2013 14:36
> To: users@cloudstack.apache.org
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
>> Actually I'm using CloudPlatform 3.06, so according to the docs that I've 
>> seen, it should work...
> 
> It's best to ask Citrix support then.  This is the user list for the Apache 
> CloudStack project.  CCP is a distro of this project, but we aren't all aware 
> of the bits that go into it.
> 
>> 
>> 
>> -Original Message-
>> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
>> Sent: 31 May 2013 13:29
>> To: Cloudstack users mailing list
>> Subject: Re: unable to add nfs primary storage with xenserver hosts
>> 
>> XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
>> 6.0.1.
>> 
>> 
>> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore < 
>> len.bellem...@controlcircle.com> wrote:
>> 
>>> Hi Guys,
>>> 
>>> I've got two XenServer 6.1 hosts and I am trying to add some Primary 
>>> Storage to them.
>>> 
>>> When I add the Primary Storage via the cloudstack interface, the SR 
>>> is created in my XenPool, but the process bombs out in Cloudstack 
>>> with the following error:
>>> 
>>> Add host failed due to ModifyStoragePoolCommand 
>>> failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
>>> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due 
>>> to #6# heartbeat file
>>> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
>>> 65
>>> d-48ea-a17a-06cd48a357a6 doesn't exist
>>> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
>>> 192.168.0.1/vol/nfs_volume
>>> 
>>> The SR is still available on my XenPool and it looks like it's set 
>>> up properly, just not visible in Cloudstack.,
>>> 
>>> Any ideas?
>>> 
>>> Thanks
>>> Len
>>> 
>> 
>> 
>> 
>> --
>> Regards,
>> 
>> Kirk Jantzer
>> c: (678) 561-5475
>> http://about.met/kirkjantzer
>> 





Todd Pigram
t...@toddpigram.com




RE: Unable to display UI

2013-05-31 Thread Oded Nahum
Try to run 

service cloud-management status

-Oded

-Original Message-
From: Pranav Saxena [mailto:pranav.sax...@citrix.com] 
Sent: Friday, May 31, 2013 4:55 PM
To: users@cloudstack.apache.org
Cc: rogelio.fiorenz...@gmail.com; josee...@farmaenlace.com
Subject: RE: Unable to display UI

Guys , can you check your management server logs and see if there is any 
exception being thrown ? 

Also can you try the following - 

Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from the  
file "/etc/hosts"
For example
/etc/hosts:
192.168.1.1 x

/etc/sysconfig/network:
Hostname= x 

Thanks,
Pranav

-Original Message-
From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com]
Sent: Friday, May 31, 2013 8:19 PM
To: users@cloudstack.apache.org
Subject: Re: Unable to display UI

Jose--

I'm avidly waiting to see the responses that come to you because I'm 
experiencing the very same issue. I've gone through the "Quick Installation 
Guide" about 10 times from beginning to end re-confirming that every step was 
followed.

My setup is slightly different than the "QIG" in that I changed the private IP 
address to a 192.168.1.0/24 network as opposed to the 172.16.10.0/24network in 
the document.

I do not believe that there should be an issue with that as long as all the 
necessary steps are followed.

Looking forward to see what help we can get.

RF




On Fri, May 31, 2013 at 10:38 AM, José Egas López
wrote:

> Hi,
>
> I finished the installation of CS 400, when I try to run the UI on a 
> browser the common error "Firefox can't establish a connection to the 
> server" is displayed.
> Is something missing on my installation?
> I did all steps from the CS Install Guide.
> --
> *Jóse*
>
> ##**##
> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail 
> a menos que sea necesario
>
>


Re: Installing CS 4.0.0

2013-05-31 Thread Chip Childers
On Fri, May 31, 2013 at 03:08:22PM +, Shanker Balan wrote:
> Hi Chip,
> 
> I have a bug open for that :)

closed now.  Thanks!

> 
> Improve website landing page by adding Link for reporting bugs:
> https://issues.apache.org/jira/browse/CLOUDSTACK-2739
> 
> On 31-May-2013, at 7:41 PM, Chip Childers 
> mailto:chip.child...@sungard.com>> wrote:
> 
> On Fri, May 31, 2013 at 10:04:49AM -0400, Ron Wheeler wrote:
> No link to bug reporting that I could find on the web site.
> 
> http://cloudstack.apache.org/contribute.html   would be the normal
> place to find the link.
> 
> Indeed.  Thanks for pointing that out.  I'll fix it today.  ;-)
> 
> 
> --
> Shanker Balan
> Managing Consultant
> 
> [cid:E7CE8425-E245-4C99-B967-713DF2967392@local]
> 
> M: +91 98860 60539
> shanker.ba...@shapeblue.com | 
> www.shapeblue.com | Twitter:@shapeblue
> ShapeBlue India, 22nd floor, Unit 2201A, World Trade Centre, Bangalore - 560 
> 055
> 
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is operated 
> under license from Shape Blue Ltd. ShapeBlue is a registered trademark.



European user group meeting

2013-05-31 Thread Giles Sirett
Hi all

We've got a European CloudStack User Group meeting on 4th July in London

Register here:
http://www.eventbrite.com/event/6727182183#

I'm accepting proposals for talks right now, please email me if you'd like to 
come and present

Kind Regards
Giles

Giles Sirett
CEO

[Description: Mail Logo Bottom Align]

D: +44 20 3603 0541 | S: +44 20 3603 0540 | M: +44 796 111 2055

giles.sir...@shapeblue.com | 
www.shapeblue.com | 
Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS

ShapeBlue are proud to be sponsoring CloudStack Collaboration  Conference NA

[https://cwiki.apache.org/confluence/download/attachments/30760149/CloudStack+Collaboration+Conference+Banner+v2+Blue+Background+Only.jpg?version=3&modificationDate=1367282397297]

Apache CloudStack Bootcamp training courses
19/20 June, 
London
22/23 June, Santa Clara  
CA
10/11 July, Bangalore, 
India
21/22 August, 
London


This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


Re: Installing CS 4.0.0

2013-05-31 Thread Shanker Balan
Hi Chip,

I have a bug open for that :)

Improve website landing page by adding Link for reporting bugs:
https://issues.apache.org/jira/browse/CLOUDSTACK-2739

On 31-May-2013, at 7:41 PM, Chip Childers 
mailto:chip.child...@sungard.com>> wrote:

On Fri, May 31, 2013 at 10:04:49AM -0400, Ron Wheeler wrote:
No link to bug reporting that I could find on the web site.

http://cloudstack.apache.org/contribute.html   would be the normal
place to find the link.

Indeed.  Thanks for pointing that out.  I'll fix it today.  ;-)


--
Shanker Balan
Managing Consultant

[cid:E7CE8425-E245-4C99-B967-713DF2967392@local]

M: +91 98860 60539
shanker.ba...@shapeblue.com | 
www.shapeblue.com | Twitter:@shapeblue
ShapeBlue India, 22nd floor, Unit 2201A, World Trade Centre, Bangalore - 560 055

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: ACS 4.2 planned features

2013-05-31 Thread Geoff Higginbottom
https://cwiki.apache.org/CLOUDSTACK/cloudstack-42-release.html


Regards

Geoff Higginbottom

D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581

geoff.higginbot...@shapeblue.com

-Original Message-
From: CK [mailto:cloudw...@gmail.com]
Sent: 31 May 2013 14:47
To: users@cloudstack.apache.org
Subject: ACS 4.2 planned features

Hi, Where do I find what features are expected/planned to be in ACS version 4.2?
This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is operated under 
license from Shape Blue Ltd. ShapeBlue is a registered trademark.



RE: Unable to display UI

2013-05-31 Thread Pranav Saxena
Guys , can you check your management server logs and see if there is any 
exception being thrown ? 

Also can you try the following - 

Try editing  the HOSTNAME in the file "/etc/sysconfig/network" apart from the  
file "/etc/hosts"
For example
/etc/hosts:
192.168.1.1 x

/etc/sysconfig/network:
Hostname= x 

Thanks,
Pranav

-Original Message-
From: Rogelio Fiorenzano [mailto:rogelio.fiorenz...@gmail.com] 
Sent: Friday, May 31, 2013 8:19 PM
To: users@cloudstack.apache.org
Subject: Re: Unable to display UI

Jose--

I'm avidly waiting to see the responses that come to you because I'm 
experiencing the very same issue. I've gone through the "Quick Installation 
Guide" about 10 times from beginning to end re-confirming that every step was 
followed.

My setup is slightly different than the "QIG" in that I changed the private IP 
address to a 192.168.1.0/24 network as opposed to the 172.16.10.0/24network in 
the document.

I do not believe that there should be an issue with that as long as all the 
necessary steps are followed.

Looking forward to see what help we can get.

RF




On Fri, May 31, 2013 at 10:38 AM, José Egas López
wrote:

> Hi,
>
> I finished the installation of CS 400, when I try to run the UI on a 
> browser the common error "Firefox can't establish a connection to the 
> server" is displayed.
> Is something missing on my installation?
> I did all steps from the CS Install Guide.
> --
> *Jóse*
>
> ##**##
> FARMAENLACE ha procesado su mensaje y esta limpio No imprima este mail 
> a menos que sea necesario
>
>


Re: Unable to display UI

2013-05-31 Thread Rogelio Fiorenzano
Jose--

I'm avidly waiting to see the responses that come to you because I'm
experiencing the very same issue. I've gone through the "Quick Installation
Guide" about 10 times from beginning to end re-confirming that every step
was followed.

My setup is slightly different than the "QIG" in that I changed the private
IP address to a 192.168.1.0/24 network as opposed to the
172.16.10.0/24network in the document.

I do not believe that there should be an issue with that as long as all the
necessary steps are followed.

Looking forward to see what help we can get.

RF




On Fri, May 31, 2013 at 10:38 AM, José Egas López
wrote:

> Hi,
>
> I finished the installation of CS 400, when I try to run the UI on a
> browser the common error "Firefox can't establish a connection to the
> server" is displayed.
> Is something missing on my installation?
> I did all steps from the CS Install Guide.
> --
> *Jóse*
>
> ##**##
> FARMAENLACE ha procesado su mensaje y esta limpio
> No imprima este mail a menos que sea necesario
>
>


Unable to display UI

2013-05-31 Thread José Egas López

Hi,

I finished the installation of CS 400, when I try to run the UI on a 
browser the common error "Firefox can't establish a connection to the 
server" is displayed.

Is something missing on my installation?
I did all steps from the CS Install Guide.
--
*Jóse*


FARMAENLACE ha procesado su mensaje y esta limpio
No imprima este mail a menos que sea necesario



Re: system.vm.use.local.storage ???

2013-05-31 Thread Kirk Jantzer
Any thoughts anyone? Sort of at a stand still on this test :-(


On Thu, May 30, 2013 at 1:27 PM, Kirk Jantzer wrote:

> Just noticed these two lines contradict themselves (the first is the
> secondary storage for the first zone, the second is the new one):
>
> 2013-05-30 13:10:40,646 DEBUG [storage.download.DownloadListener]
> (Timer-3:null) Scheduling timeout at 3 ms, template=CentOS 5.6(64-bit)
> no GUI (XenServer) at host nfs:///export/secondary
> ...
> 2013-05-30 13:10:46,385 DEBUG [cloud.server.StatsCollector]
> (StatsCollector-1:null) There is no secondary storage VM for secondary
> storage host nfs:///export/secondary_zfs
>
>
>
> On Thu, May 30, 2013 at 1:21 PM, Kirk Jantzer wrote:
>
>> Thanks! Must be another issue then. There is an existing zone and has
>> local storage, but we're testing a Nexenta cluster for shared storage and
>> setup a second zone/pod/cluster/host for this. The only issue we seem to be
>> having is when the system vms are being created, they don't actually create
>> - they get stuck in a starting/destroying loop.
>>
>> relevant log:
>> 2013-05-30 13:10:14,610 DEBUG [agent.transport.Request]
>> (DirectAgent-123:null) Seq 12-1413742594: Processing:  { Ans: , MgmtId:
>> 144344415547, via: 12, Ver: v1, Flags: 10,
>> [{"Answer":{"result":true,"wait":0}}] }
>> 2013-05-30 13:10:20,648 DEBUG [agent.transport.Request] (Timer-3:null)
>> Seq 10-1352008094: Sending  { Cmd , MgmtId: 144344415547, via: 10, Ver: v1,
>> Flags: 100011,
>> [{"storage.DownloadProgressCommand":{"jobId":"db1adeaa-b9b3-449e-83c4-a3767b91ca63","request":"GET_STATUS","hvm":false,"description":"CentOS
>> 5.6(64-bit) no GUI
>> (XenServer)","checksum":"905cec879afd9c9d22ecc8036131a180","maxDownloadSizeInBytes":53687091200,"id":5,"resourceType":"TEMPLATE","url":"
>> http://download.cloud.com/templates/builtin/centos56-x86_64.vhd.bz2","format":"VHD","accountId":1,"name":"centos56-x86_64-xen","secUrl":"nfs:///export/secondary","wait":0}}]
>> }
>> 2013-05-30 13:10:20,692 DEBUG [agent.transport.Request]
>> (AgentManager-Handler-3:null) Seq 10-1352008094: Processing:  { Ans: ,
>> MgmtId: 144344415547, via: 10, Ver: v1, Flags: 10,
>> [{"storage.DownloadAnswer":{"jobId":"db1adeaa-b9b3-449e-83c4-a3767b91ca63","downloadPct":0,"errorString":"
>> HTTP Server returned 503 (expected 200 OK)
>> ","downloadStatus":"NOT_DOWNLOADED","downloadPath":"/mnt/SecStorage/f5d39c8f-064d-3574-8dd7-cef90db59dc3/template/tmpl/1/5/dnld636531241715972711tmp_","templateSize":0,"templatePhySicalSize":0,"checkSum":"905cec879afd9c9d22ecc8036131a180","result":false,"details":"
>> HTTP Server returned 503 (expected 200 OK) ","wait":0}}] }
>> 2013-05-30 13:10:26,032 DEBUG [agent.manager.AgentManagerImpl]
>> (AgentManager-Handler-11:null) Ping from 9
>> 2013-05-30 13:10:30,700 DEBUG [agent.transport.Request] (Timer-3:null)
>> Seq 10-1352008095: Sending  { Cmd , MgmtId: 144344415547, via: 10, Ver: v1,
>> Flags: 100011,
>> [{"storage.DownloadProgressCommand":{"jobId":"db1adeaa-b9b3-449e-83c4-a3767b91ca63","request":"GET_STATUS","hvm":false,"description":"CentOS
>> 5.6(64-bit) no GUI
>> (XenServer)","checksum":"905cec879afd9c9d22ecc8036131a180","maxDownloadSizeInBytes":53687091200,"id":5,"resourceType":"TEMPLATE","url":"
>> http://download.cloud.com/templates/builtin/centos56-x86_64.vhd.bz2","format":"VHD","accountId":1,"name":"centos56-x86_64-xen","secUrl":"nfs:///export/secondary","wait":0}}]
>> }
>> 2013-05-30 13:10:30,741 DEBUG [agent.transport.Request]
>> (AgentManager-Handler-1:null) Seq 10-1352008095: Processing:  { Ans: ,
>> MgmtId: 144344415547, via: 10, Ver: v1, Flags: 10,
>> [{"storage.DownloadAnswer":{"jobId":"db1adeaa-b9b3-449e-83c4-a3767b91ca63","downloadPct":0,"errorString":"
>> HTTP Server returned 503 (expected 200 OK)
>> ","downloadStatus":"NOT_DOWNLOADED","downloadPath":"/mnt/SecStorage/f5d39c8f-064d-3574-8dd7-cef90db59dc3/template/tmpl/1/5/dnld636531241715972711tmp_","templateSize":0,"templatePhySicalSize":0,"checkSum":"905cec879afd9c9d22ecc8036131a180","result":false,"details":"
>> HTTP Server returned 503 (expected 200 OK) ","wait":0}}] }
>> 2013-05-30 13:10:33,632 DEBUG
>> [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 3
>> is ready to launch secondary storage VM
>> 2013-05-30 13:10:33,733 DEBUG
>> [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 3
>> is ready to launch console proxy
>> 2013-05-30 13:10:34,031 DEBUG
>> [network.router.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:null) Found 0 routers.
>> 2013-05-30 13:10:40,646 DEBUG [storage.download.DownloadListener]
>> (Timer-3:null) Scheduling timeout at 3 ms, template=CentOS 5.6(64-bit)
>> no GUI (XenServer) at host nfs:///export/secondary
>> 2013-05-30 13:10:46,327 DEBUG [cloud.server.StatsCollector]
>> (StatsCollector-1:null) StorageCollector is running...
>> 2013-05-30 13:10:46,383 DEBUG [agent.transport.Request]
>> (StatsCollector-1:null) Seq 10-1352008096: Received:  { Ans: , MgmtId:
>> 144344415547, via: 

Re: Installing CS 4.0.0

2013-05-31 Thread Chip Childers
On Fri, May 31, 2013 at 10:04:49AM -0400, Ron Wheeler wrote:
> No link to bug reporting that I could find on the web site.
> 
> http://cloudstack.apache.org/contribute.html   would be the normal
> place to find the link.

Indeed.  Thanks for pointing that out.  I'll fix it today.  ;-)


RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Len Bellemore
Fair enough.  I might have an answer anyway, which I will post when I confirm 
whether it worked or not.

Thanks guys

-Original Message-
From: Chip Childers [mailto:chip.child...@sungard.com] 
Sent: 31 May 2013 14:36
To: users@cloudstack.apache.org
Subject: Re: unable to add nfs primary storage with xenserver hosts

On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> Actually I'm using CloudPlatform 3.06, so according to the docs that I've 
> seen, it should work...

It's best to ask Citrix support then.  This is the user list for the Apache 
CloudStack project.  CCP is a distro of this project, but we aren't all aware 
of the bits that go into it.

> 
> 
> -Original Message-
> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com]
> Sent: 31 May 2013 13:29
> To: Cloudstack users mailing list
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
> 6.0.1.
> 
> 
> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore < 
> len.bellem...@controlcircle.com> wrote:
> 
> > Hi Guys,
> >
> > I've got two XenServer 6.1 hosts and I am trying to add some Primary 
> > Storage to them.
> >
> > When I add the Primary Storage via the cloudstack interface, the SR 
> > is created in my XenPool, but the process bombs out in Cloudstack 
> > with the following error:
> >
> > Add host failed due to ModifyStoragePoolCommand 
> > failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
> > heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due 
> > to #6# heartbeat file
> > /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d
> > 65
> > d-48ea-a17a-06cd48a357a6 doesn't exist
> > host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> > 192.168.0.1/vol/nfs_volume
> >
> > The SR is still available on my XenPool and it looks like it's set 
> > up properly, just not visible in Cloudstack.,
> >
> > Any ideas?
> >
> > Thanks
> > Len
> >
> 
> 
> 
> --
> Regards,
> 
> Kirk Jantzer
> c: (678) 561-5475
> http://about.met/kirkjantzer
> 


RE: Installing CS 4.0.0

2013-05-31 Thread Pranav Saxena
You should raise all the bugs here -  
https://issues.apache.org/jira/browse/CLOUDSTACK  . Create an account and then 
create a JIRA ticket. 

Thanks,
Pranav

-Original Message-
From: Ron Wheeler [mailto:rwhee...@artifact-software.com] 
Sent: Friday, May 31, 2013 7:35 PM
To: users@cloudstack.apache.org
Subject: Re: Installing CS 4.0.0

No link to bug reporting that I could find on the web site.

http://cloudstack.apache.org/contribute.html   would be the normal place 
to find the link.

The bug in question apparently was reported before January 2013 from what I can 
glean from Google searches that I think got me to e-mails fro this forum.


Ron

On 31/05/2013 1:32 AM, Prasanna Santhanam wrote:
> Don't forget to open bug reports for those docs! More eyes looking at 
> doc errors and reporting bugs the better.
>
> On Thu, May 30, 2013 at 01:46:41PM -0500, Jos? Egas L?pez wrote:
>> Ok Ron, I will..
>>
>> *
>> J?se
>> *
>>
>> El 30/05/2013 13:41, Ron Wheeler escribi?:
>>> You are a few steps ahead of me.
>>> Let me know if you find any more documentation errors!!!
>>>
>>> Ron
>>>
>>>
>>> On 30/05/2013 2:33 PM, Jos? Egas L?pez wrote:
 Thanks Ron, I put gpgcheck to 0 on the config file and I was able 
 to install cloud-client.

 *
 J?se
 *

 El 30/05/2013 13:25, Ron Wheeler escribi?:
> Does this help?
> yum install --nogpgcheck cloud-setup-4.0.2-1.el6.x86_64.rpm
>
>
> Ron
>
> On 30/05/2013 12:14 PM, Jos? Egas L?pez wrote:
>> Thanks Ron and Edward, after I run rpm --import 
>> http://cloudstack.apt-get.eu/release.asc I tried again to install 
>> cloud-client but the same message is shown when running the 
>> command.
>> And when I run rpm --import with the url suggested by Edward it 
>> returns:
>> error: http://www.apache.org/dist/cloudstack/KEYS : key 3 not an 
>> armored public key.
>>
>> Need your help!
>>
>> *J?se
>> *
>>
>> El 30/05/2013 10:54, Ron Wheeler escribi?:
>>> The docs are wrong and the issue has been known for a long time 
>>> but no one bothered to fix it.
>>>
>>> rpm --import http://cloudstack.apt-get.eu/release.asc
>>>
>>> Apparently this is what should be in the manual.
>>>
>>> I am going through the same process and hit this yesterday.
>>>
>>> 
>>> I am not sure how this kind of stuff goes through 2 release 
>>> cycles without getting fixed.
>>> This should be a blocking issue in the release since it does 
>>> stop installation.
>>>
>>> The lack of attention to documentation is the biggest problem 
>>> with open source projects in general and contributes to the 
>>> widely held believe that open source is hard to implement.
>>>
>>> I have tried to help out on other projects by editing docs but 
>>> getting the programmers to answer questions or review 
>>> documentation for accuracy is an issue.
>>>
>>> 
>>>
>>> Ron
>>>
>>>
>>> On 30/05/2013 11:37 AM, Jos? Egas L?pez wrote:
 Hello,

 I'm trying to install CS 4.0.0 on CentOS 6.3, I added 
 cloudstack Yum repository to /etc/yum.repos.d, I put the 
 following lines into cloudstack.repo:

 [cloudstack]
 name=cloudstack
 baseurl=http://cloudstack.apt-get.eu/rhel/4.0/
 enabled=1
 gpgcheck=1


 The next step is to add the GPG key with:

 |rpm --import http://server.url/downloads/RPM-GPG-KEY.txt|


 But I can't find where is RPM-GPG-KEY.txt, and when I try to 
 install the cloud-client by running yum install cloud-client it 
 returns a message:

 Package cloud-setup-4.0.2-1.el6.x86_64.rpm is not signed

 What can I do about it?
 Thanks!

--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102



Re: Installing CS 4.0.0

2013-05-31 Thread Ron Wheeler

No link to bug reporting that I could find on the web site.

http://cloudstack.apache.org/contribute.html   would be the normal place 
to find the link.


The bug in question apparently was reported before January 2013 from 
what I can glean from Google searches that I think got me to e-mails fro 
this forum.



Ron

On 31/05/2013 1:32 AM, Prasanna Santhanam wrote:

Don't forget to open bug reports for those docs! More eyes looking at
doc errors and reporting bugs the better.

On Thu, May 30, 2013 at 01:46:41PM -0500, Jos? Egas L?pez wrote:

Ok Ron, I will..

*
J?se
*

El 30/05/2013 13:41, Ron Wheeler escribi?:

You are a few steps ahead of me.
Let me know if you find any more documentation errors!!!

Ron


On 30/05/2013 2:33 PM, Jos? Egas L?pez wrote:

Thanks Ron, I put gpgcheck to 0 on the config file and I was
able to install cloud-client.

*
J?se
*

El 30/05/2013 13:25, Ron Wheeler escribi?:

Does this help?
yum install --nogpgcheck cloud-setup-4.0.2-1.el6.x86_64.rpm


Ron

On 30/05/2013 12:14 PM, Jos? Egas L?pez wrote:

Thanks Ron and Edward, after I run rpm --import
http://cloudstack.apt-get.eu/release.asc I tried again to
install cloud-client but the same message is shown when
running the command.
And when I run rpm --import with the url suggested by Edward
it returns:
error: http://www.apache.org/dist/cloudstack/KEYS : key 3
not an armored public key.

Need your help!

*J?se
*

El 30/05/2013 10:54, Ron Wheeler escribi?:

The docs are wrong and the issue has been known for a long
time but no one bothered to fix it.

rpm --import http://cloudstack.apt-get.eu/release.asc

Apparently this is what should be in the manual.

I am going through the same process and hit this yesterday.


I am not sure how this kind of stuff goes through 2
release cycles without getting fixed.
This should be a blocking issue in the release since it
does stop installation.

The lack of attention to documentation is the biggest
problem with open source projects in general and
contributes to the widely held believe that open source is
hard to implement.

I have tried to help out on other projects by editing docs
but getting the programmers to answer questions or review
documentation for accuracy is an issue.



Ron


On 30/05/2013 11:37 AM, Jos? Egas L?pez wrote:

Hello,

I'm trying to install CS 4.0.0 on CentOS 6.3, I added
cloudstack Yum repository to /etc/yum.repos.d, I put the
following lines into cloudstack.repo:

[cloudstack]
name=cloudstack
baseurl=http://cloudstack.apt-get.eu/rhel/4.0/
enabled=1
gpgcheck=1


The next step is to add the GPG key with:

|rpm --import http://server.url/downloads/RPM-GPG-KEY.txt|


But I can't find where is RPM-GPG-KEY.txt, and when I
try to install the cloud-client by running yum install
cloud-client it returns a message:

Package cloud-setup-4.0.2-1.el6.x86_64.rpm is not signed

What can I do about it?
Thanks!


--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102



ACS 4.2 planned features

2013-05-31 Thread CK
Hi, Where do I find what features are expected/planned to be in ACS version
4.2?


Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Chip Childers
On Fri, May 31, 2013 at 12:35:59PM +, Len Bellemore wrote:
> Actually I'm using CloudPlatform 3.06, so according to the docs that I've 
> seen, it should work...

It's best to ask Citrix support then.  This is the user list for the
Apache CloudStack project.  CCP is a distro of this project, but we
aren't all aware of the bits that go into it.

> 
> 
> -Original Message-
> From: Kirk Jantzer [mailto:kirk.jant...@gmail.com] 
> Sent: 31 May 2013 13:29
> To: Cloudstack users mailing list
> Subject: Re: unable to add nfs primary storage with xenserver hosts
> 
> XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
> 6.0.1.
> 
> 
> On Fri, May 31, 2013 at 8:11 AM, Len Bellemore < 
> len.bellem...@controlcircle.com> wrote:
> 
> > Hi Guys,
> >
> > I've got two XenServer 6.1 hosts and I am trying to add some Primary 
> > Storage to them.
> >
> > When I add the Primary Storage via the cloudstack interface, the SR is 
> > created in my XenPool, but the process bombs out in Cloudstack with 
> > the following error:
> >
> > Add host failed due to ModifyStoragePoolCommand 
> > failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
> > heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due to 
> > #6# heartbeat file
> > /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d65
> > d-48ea-a17a-06cd48a357a6 doesn't exist 
> > host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> > 192.168.0.1/vol/nfs_volume
> >
> > The SR is still available on my XenPool and it looks like it's set up 
> > properly, just not visible in Cloudstack.,
> >
> > Any ideas?
> >
> > Thanks
> > Len
> >
> 
> 
> 
> --
> Regards,
> 
> Kirk Jantzer
> c: (678) 561-5475
> http://about.met/kirkjantzer
> 


Re: Usage Records

2013-05-31 Thread Steven Liang

  
  
see this link
  https://issues.apache.org/jira/browse/CLOUDSTACK-721
  
  On 05/31/2013 05:21 AM, Enric Muñoz wrote:


  Hi all,

I'm using Cloudstack 4.0.2 and I have problems to see the usage records. I've already installed the usage server and it is running. I've also set the global settings from the UI enable.usage.server to true and the usage.stats.job.aggregation.range to 10 minutes in order to test the usage server. If I'm not wrong, the usage server should fill the cloud_usage database every ten minutes with the new usage records. However, the cloud_usage database is always empty. I have also tried to execute the generateUsageRecords and listUsageRecords API commands but no usage data appears. Anyone can help me to get the usage records??

Thank you in advance,

Enric





-- 
  Steven Liang
Linux System Admin
Phone: 1.416.499.8009 ext. 2865
Cell Phone: 1.647.718.5292
Email: stevenli...@yesup.com
www.yesup.com | account.yesup.com
  
  
  



RE: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Len Bellemore
Actually I'm using CloudPlatform 3.06, so according to the docs that I've seen, 
it should work...


-Original Message-
From: Kirk Jantzer [mailto:kirk.jant...@gmail.com] 
Sent: 31 May 2013 13:29
To: Cloudstack users mailing list
Subject: Re: unable to add nfs primary storage with xenserver hosts

XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use XS 
6.0.1.


On Fri, May 31, 2013 at 8:11 AM, Len Bellemore < 
len.bellem...@controlcircle.com> wrote:

> Hi Guys,
>
> I've got two XenServer 6.1 hosts and I am trying to add some Primary 
> Storage to them.
>
> When I add the Primary Storage via the cloudstack interface, the SR is 
> created in my XenPool, but the process bombs out in Cloudstack with 
> the following error:
>
> Add host failed due to ModifyStoragePoolCommand 
> failedModifyStoragePoolCommand add XenAPIException:Unable to setup 
> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due to 
> #6# heartbeat file
> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d65
> d-48ea-a17a-06cd48a357a6 doesn't exist 
> host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> 192.168.0.1/vol/nfs_volume
>
> The SR is still available on my XenPool and it looks like it's set up 
> properly, just not visible in Cloudstack.,
>
> Any ideas?
>
> Thanks
> Len
>



--
Regards,

Kirk Jantzer
c: (678) 561-5475
http://about.met/kirkjantzer


Re: unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Kirk Jantzer
XS 6.1 doesn't work with the current releases (4.0.x); you'll have to use
XS 6.0.1.


On Fri, May 31, 2013 at 8:11 AM, Len Bellemore <
len.bellem...@controlcircle.com> wrote:

> Hi Guys,
>
> I've got two XenServer 6.1 hosts and I am trying to add some Primary
> Storage to them.
>
> When I add the Primary Storage via the cloudstack interface, the SR is
> created in my XenPool, but the process bombs out in Cloudstack with the
> following error:
>
> Add host failed due to ModifyStoragePoolCommand
> failedModifyStoragePoolCommand add XenAPIException:Unable to setup
> heartbeat file entry on SR a9795bae-81bf-9e0c-e657-4d432fd7518d due to #6#
> heartbeat file
> /var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d65d-48ea-a17a-06cd48a357a6
> doesn't exist host:43190217-d65d-48ea-a17a-06cd48a357a6 pool:
> 192.168.0.1/vol/nfs_volume
>
> The SR is still available on my XenPool and it looks like it's set up
> properly, just not visible in Cloudstack.,
>
> Any ideas?
>
> Thanks
> Len
>



-- 
Regards,

Kirk Jantzer
c: (678) 561-5475
http://about.met/kirkjantzer


unable to add nfs primary storage with xenserver hosts

2013-05-31 Thread Len Bellemore
Hi Guys,

I've got two XenServer 6.1 hosts and I am trying to add some Primary Storage to 
them.

When I add the Primary Storage via the cloudstack interface, the SR is created 
in my XenPool, but the process bombs out in Cloudstack with the following error:

Add host failed due to ModifyStoragePoolCommand failedModifyStoragePoolCommand 
add XenAPIException:Unable to setup heartbeat file entry on SR 
a9795bae-81bf-9e0c-e657-4d432fd7518d due to #6# heartbeat file 
/var/run/sr-mount/a9795bae-81bf-9e0c-e657-4d432fd7518d/hb-43190217-d65d-48ea-a17a-06cd48a357a6
 doesn't exist host:43190217-d65d-48ea-a17a-06cd48a357a6 pool: 
192.168.0.1/vol/nfs_volume

The SR is still available on my XenPool and it looks like it's set up properly, 
just not visible in Cloudstack.,

Any ideas?

Thanks
Len


Re: Usage Records

2013-05-31 Thread Kirk Jantzer
Silly question, but did you restart the management service after making
those changes?
On May 31, 2013 5:21 AM, "Enric Muñoz"  wrote:

> Hi all,
>
> I'm using Cloudstack 4.0.2 and I have problems to see the usage records.
> I've already installed the usage server and it is running. I've also set
> the global settings from the UI enable.usage.server to true and the
> usage.stats.job.aggregation.range to 10 minutes in order to test the usage
> server. If I'm not wrong, the usage server should fill the cloud_usage
> database every ten minutes with the new usage records. However, the
> cloud_usage database is always empty. I have also tried to execute the
> generateUsageRecords and listUsageRecords API commands but no usage data
> appears. Anyone can help me to get the usage records??
>
> Thank you in advance,
>
> Enric
>


Usage Records

2013-05-31 Thread Enric Muñoz
Hi all,

I'm using Cloudstack 4.0.2 and I have problems to see the usage records. I've 
already installed the usage server and it is running. I've also set the global 
settings from the UI enable.usage.server to true and the 
usage.stats.job.aggregation.range to 10 minutes in order to test the usage 
server. If I'm not wrong, the usage server should fill the cloud_usage database 
every ten minutes with the new usage records. However, the cloud_usage database 
is always empty. I have also tried to execute the generateUsageRecords and 
listUsageRecords API commands but no usage data appears. Anyone can help me to 
get the usage records??

Thank you in advance,

Enric


how to edit cloudstack haproxy loadbalancer configuration

2013-05-31 Thread jekie
Dear All:
I want to fetch haproxy loadblancer statistics,but once i modify  haproxy.cfg 
file in virtual router vm,it  will be automatically restored after a few 
minutes。please help!

RE: CS KVM agent 4.1.0 install

2013-05-31 Thread COCHE Sébastien
Thank you very much.
It's working...

-Message d'origine-
De : Chip Childers [mailto:chip.child...@sungard.com] 
Envoyé : mercredi 29 mai 2013 21:46
À : COCHE Sébastien
Cc : users@cloudstack.apache.org
Objet : Re: CS KVM agent 4.1.0 install

On Wed, May 29, 2013 at 11:26:20AM +0200, COCHE Sébastien wrote:
> I wait for a long time that the 4.1 version is officially released.
> In order to not slow my project, I would like to test CS 4.1 version without 
> waiting the official release.
> I installed the core successfully, but I don't know how to install KVM 
> agent. So my platform is unusable :-( The release note you told me to check 
> do not say how to install/upgrade agent from source.

What platform are your hosts?

If CENTOS/RHEL, build the RPMs with the packaging/centos63/package.sh script.

If Ubuntu, then follow the packaging instructions to create the deb packages.

>From there, if you installed via packages previously, follow the appropriate 
>upgrade steps for that specific platform.

Hope that helps!

> 
> 
> -Message d'origine-
> De : Chip Childers [mailto:chip.child...@sungard.com]
> Envoyé : mardi 28 mai 2013 19:10
> À : users@cloudstack.apache.org
> Objet : Re: CS KVM agent 4.1.0 install
> 
> On Tue, May 28, 2013 at 09:45:40AM +0200, COCHE Sébastien wrote:
> > Hi all,
> > 
> > I successfully install CS 4.1, using the procedure bellow.
> > But I don't know, how to install/upgrade KVM's CS Agent.
> > Can you help me ?
> 
> When we officially release 4.1, the release notes includes a section on 
> upgrades.  Feel free to check it out in the source 
> (docs/en-US/Release_Notes.xml).
> 
> > 
> > Another question
> > Some time ago, i could download CS artifacts from Jenkins website.
> > Those ones are no longer available. Do you know why ?
> 
> We aren't keeping those build artifacts around anymore, due to resource 
> consumption issues.
> 
>