Re: Password Enabled Templates

2013-04-25 Thread Kirk Kosinski
Does the script work if you run it manually?  If not, run bash -x
cloud-set-guest-password and provide the complete output.

Is it running on boot?  Check for entries in /var/log/messages and
provide any output.

Best regards,
Kirk

On 04/25/2013 08:58 PM, David Nalley wrote:
> On Thu, Apr 25, 2013 at 11:50 PM, Maurice Lawler  
> wrote:
>> Greetings:
>>
>> Try as I might, I cannot seem to get the password reset tool to work with
>> the instances created from a password enabled template.
>>
>> From what I read all that is required is:
>>
>>
>> Use the following steps to begin the Linux OS installation:
>>
>> Download the script file cloud-set-guest-password:
>>
>> Linux: http://cloudstack.org/dl/cloud-set-guest-password
>> Windows:
>> http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download
>>
>> Copy this file to /etc/init.d.
>> On some Linux distributions, copy the file to /etc/rc.d/init.d.
>> Run the following command to make the script executable:
>>
>> chmod +x /etc/init.d/cloud-set-guest-password
>>
>> Depending on the Linux distribution, continue with the appropriate step.
>> On Fedora, CentOS/RHEL, and Debian, run:
>>
>> chkconfig --add cloud-set-guest-password
>>
>> Which I have done just fine, but suspended / stopping the instance and
>> resetting root password does not work; along with that the system assigned
>> root password does not take either.
>>
>>
>> Please advise.
>>
>>
>>
>>
> 
> What's the output of:
> 
> chkconfig --list | grep cloud-set-guest-password
> 
> --David
> 


Re: Password Enabled Templates

2013-04-25 Thread David Nalley
On Thu, Apr 25, 2013 at 11:50 PM, Maurice Lawler  wrote:
> Greetings:
>
> Try as I might, I cannot seem to get the password reset tool to work with
> the instances created from a password enabled template.
>
> From what I read all that is required is:
>
>
> Use the following steps to begin the Linux OS installation:
>
> Download the script file cloud-set-guest-password:
>
> Linux: http://cloudstack.org/dl/cloud-set-guest-password
> Windows:
> http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download
>
> Copy this file to /etc/init.d.
> On some Linux distributions, copy the file to /etc/rc.d/init.d.
> Run the following command to make the script executable:
>
> chmod +x /etc/init.d/cloud-set-guest-password
>
> Depending on the Linux distribution, continue with the appropriate step.
> On Fedora, CentOS/RHEL, and Debian, run:
>
> chkconfig --add cloud-set-guest-password
>
> Which I have done just fine, but suspended / stopping the instance and
> resetting root password does not work; along with that the system assigned
> root password does not take either.
>
>
> Please advise.
>
>
>
>

What's the output of:

chkconfig --list | grep cloud-set-guest-password

--David


Cluster Heartbeat

2013-04-25 Thread Maurice Lawler
Greetings,Within my log of /var/log/cloud/management/management-cloud.log I am seeing the following: 2013-04-25 22:50:11,081 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:11,081 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:11,081 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingable2013-04-25 22:50:12,581 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:12,582 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:12,582 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingable2013-04-25 22:50:14,080 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:14,080 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:14,080 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingable2013-04-25 22:50:15,579 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:15,580 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:15,580 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingable2013-04-25 22:50:17,080 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:17,081 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:17,081 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingable2013-04-25 22:50:18,581 DEBUG [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Detected management node left, id:1, nodeIP:MYIPADDRESS2013-04-25 22:50:18,581 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Trying to connect to MYIPADDRESS2013-04-25 22:50:18,581 INFO  [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:null) Management node 1 is detected inactive by timestamp but is pingableIt was preivously told to me to remove the "down" enttries within the table mshost; however, when I do that the error is no longer, but rebooting cloud-management if I were to make a change seems to revert whatever was done via table and the error reappears.Anyone able to help me resolve this once and for all?- Maurice

Password Enabled Templates

2013-04-25 Thread Maurice Lawler
Greetings:Try as I might, I cannot seem to get the password reset tool to work with the instances created from a password enabled template.From what I read all that is required is: 
		Use the following steps to begin the Linux OS installation:
	
Download the script file cloud-set-guest-password:
			
		Linux: http://cloudstack.org/dl/cloud-set-guest-password
	
		Windows: http://sourceforge.net/projects/cloudstack/files/Password%20Management%20Scripts/CloudInstanceManager.msi/download
	
Copy this file to /etc/init.d.
			
On some Linux distributions, copy the file to /etc/rc.d/init.d.
			
Run the following command to make the script executable:
			chmod +x /etc/init.d/cloud-set-guest-password
Depending on the Linux distribution, continue with the appropriate step.
			
On Fedora, CentOS/RHEL, and Debian, run:
			chkconfig --add cloud-set-guest-passwordWhich I have done just fine, but suspended / stopping the instance and resetting root password does not work; along with that the system assigned root password does not take either.Please advise.


Recommended network setup

2013-04-25 Thread Carlos Reategui
I am re-doing my setup and looking for advice.

This cluster is primarily going to be used by a dev and qa team internally.
 We would like to have ELB capability though.

Storage for primary and secondary are NFS and will be on management server.
 Here is my setup:

Network:
- switch 1 isolated from the rest of the network: 192.168.200.0/24
- switch 2 has route to our office network: 192.168.10.0/24

Management/storage server has:
2 x 10Gbe connected to switch 1
2 x 1Gbe connected to switch 2

Hosts - running XS 6.0.2
4 x 1Gbe on switch 1
4 x 1Gbe on switch 2
I can re-wire these.

My thought was to use Basic network setup and have 2 bonds (of 4 nics each)
on the hosts. One for primary storage and the other bond would be the
management network (and guest and secondary storage traffic).

Security is not really an issue so if there is a setup option that would
keep things simple I am all ears.

Using XS my understanding is I need to change it to bridge networking
instead of ovs.  I'm also assuming I still setup the bonds using xe (they
seem to default to slb).  Is it possible to use LACP?  XS 6.0.2 does not
support LACP but since I will using bridge networking I'm wondering if it
might.  Should the bonds have specific names or be labeled something
specific?

Would I be better off having a separate management network from the guest
network?  I.e. separating out that bond into 2 bonds?  I'm assuming that
would require setting up a vlan.  Would I need to use advanced network too?
 I am a bit of a newbie when it comes to networks.

Thanks,
Carlos


Re: 4.1.0 Unable to communicate with VRVM after migrating to other Host

2013-04-25 Thread Eren Erdemli
Hi Chip,

appreciate your help.

User VMs can definitely communicate with other VMs using public IPs and
private IPs if under same account (VRVM).


Layout is

2NIC

eth0 : bridge/cloudbr0
eth1:  bridge/cloudbr1
cloudbr0 :   10.1.2.0/24
cloudbr1 : 37../25


Thanks in advance
Eren






On 26 April 2013 01:03, Chip Childers  wrote:

> On Fri, Apr 26, 2013 at 12:52:36AM +0100, Eren Erdemli wrote:
> > Hi can someone please help me out,
> >
> > Using cloudstack 4.1.0 build from source!
> >
> > When  VM and a VRVM located under same host everything seems to work
> fine.
> > once you migrate either one of them to a separate host VM is unable to
> > ping/communicate with VMRM.
> >
> > PS:
> > Login into VRVM from console successful and can ping out.
> > ssh to VRVM from kvm hostn through Link Local Successful
> > No Security Groups Enabled (at least as far as I am aware of from default
> > advanced install)
> > Egress Rule (0.0.0.0/0, ALL)
> >
> >
> >
> > Thanks in advance
> >
> > Eren
>
> What does your physical network setup look like?  Are you sure that the
> hosts are on the same network?  Can user VMs communicate with each
> other?
>


Re: 4.1.0 Unable to communicate with VRVM after migrating to other Host

2013-04-25 Thread Chip Childers
On Fri, Apr 26, 2013 at 12:52:36AM +0100, Eren Erdemli wrote:
> Hi can someone please help me out,
> 
> Using cloudstack 4.1.0 build from source!
> 
> When  VM and a VRVM located under same host everything seems to work fine.
> once you migrate either one of them to a separate host VM is unable to
> ping/communicate with VMRM.
> 
> PS:
> Login into VRVM from console successful and can ping out.
> ssh to VRVM from kvm hostn through Link Local Successful
> No Security Groups Enabled (at least as far as I am aware of from default
> advanced install)
> Egress Rule (0.0.0.0/0, ALL)
> 
> 
> 
> Thanks in advance
> 
> Eren

What does your physical network setup look like?  Are you sure that the
hosts are on the same network?  Can user VMs communicate with each
other?


4.1.0 Unable to communicate with VRVM after migrating to other Host

2013-04-25 Thread Eren Erdemli
Hi can someone please help me out,

Using cloudstack 4.1.0 build from source!

When  VM and a VRVM located under same host everything seems to work fine.
once you migrate either one of them to a separate host VM is unable to
ping/communicate with VMRM.

PS:
Login into VRVM from console successful and can ping out.
ssh to VRVM from kvm hostn through Link Local Successful
No Security Groups Enabled (at least as far as I am aware of from default
advanced install)
Egress Rule (0.0.0.0/0, ALL)



Thanks in advance

Eren


Re: system vm's failure upon node reset

2013-04-25 Thread David Comerford
EXT3 doesn't like the plug being pulled. Not really a CS specific problem.
Destroy the affected system VM's and new ones should spring into life.

- Dave


On 25 April 2013 15:10, Valery Ciareszka  wrote:

> Hi all,
> I'm trying to simulate power failures on hypervisor nodes (reset through
> IPMI)
> After system boots, cloudstack starts system vms, but they keep "starting"
> status in management UI.
> I can see filesystem errors on vnc console of system vms:
> http://thesuki.org/temp/ss/SS-20130425170156.png
> http://thesuki.org/temp/ss/SS-20130425131507.png
> It seems strange that filesystem of VM goes in such corrupted state after
> single unexpected reset.
>
> environment used: CS 4.0.1, centos 6.4, KVM, NFS primary/secondary storage
>
> --
> Regards,
> Valery
>
> http://protocol.by/slayer
>


Re: 4.0.2 DEB package repository

2013-04-25 Thread Chip Childers
On Thu, Apr 25, 2013 at 02:16:09PM -0700, Carlos Reategui wrote:
> Looks like http://cloudstack.apt-get.eu/ubuntu/ has not been updated yet.

that needs to be done, but it's not an official project distribution so
someone will get to it in time

> Also, I notice that there is an initial 4.1 in
> http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.1/.  What kind of state
> is that in?  I ask because I am currently using XS 6.0.2 but would like to
> switch to XS 6.1.

I recommend waiting for the 4.1.0 release to be official.  Those are
test debs.

-chip


4.0.2 DEB package repository

2013-04-25 Thread Carlos Reategui
Looks like http://cloudstack.apt-get.eu/ubuntu/ has not been updated yet.
The RPM repo (http://cloudstack.apt-get.eu/rhel/4.0/) on the other hand
does seem to have been updated to include 4.0.2 packages.

Also, I notice that there is an initial 4.1 in
http://cloudstack.apt-get.eu/ubuntu/dists/precise/4.1/.  What kind of state
is that in?  I ask because I am currently using XS 6.0.2 but would like to
switch to XS 6.1.

thanks,
Carlos


Can't Add F5 or other LB in CS4.0.1

2013-04-25 Thread Michał Łuczak
Hi,

I have fully installed and working CS4.0.1-incubating with XenServer pool.
I'm using Advanced Network Configuration. All works fine.
After few day I just thought, that I could use my two F5 BigIP LB.
After reading the documentation I goes to
Infrastructure->Zones->[My Zone]->Physical Network->[My Guest Network]->Network 
Service Providers-> and finnaly F5

Ok, to this end all was fine. So I clicked "View devices" and message
was popup - The given command does not exists.

catalina.out reported:
WARN  [cloud.api.ApiServer] (catalina-exec-9:) The given 
command:listF5LoadBalancers does not exist

So I want to force add some new device. After fill all fields and
click Ok I gave another error
INFO  [cloud.api.ApiDispatcher] (catalina-exec-16:) Unable to find the Network 
Element implementing the Service Provider 'F5BigIp'

So I want to try add other devices like SRX/NetScaler.
And always fail.

NetScaler
WARN  [cloud.api.ApiServer] (catalina-exec-12:) The given 
command:listNetscalerLoadBalancers does not exist

SRX
WARN  [cloud.api.ApiServer] (catalina-exec-14:) The given 
command:listSrxFirewalls does not exist

I can't find a bug or some clue where is a problem.
Thank's for any help

--
Best Regards
Michael Lukzak

PS English isn't my primary language. Sorry for any misspelling.



Re: Domains/Accounts/Users/Projects...

2013-04-25 Thread David Nalley
On Thu, Apr 25, 2013 at 1:10 PM, Kirk Jantzer  wrote:
> Can someone break down the accounts and users section of CS for me? My
> company will be using CS internally, on one windows domain. I have LDAP
> enabled currently, and have created a domain in CS that has our network
> domain. I have added accounts under that domain that match users on my
> team. I notice that each account has a user that is associated with it of
> the same name, but also has the ability to add users under that account. Is
> this the right way to go, or should I be doing things differently? Also, in
> regards to CS usage within our company - I would like to be able to give
> logins to other teams - should that be done through accounts or projects
> (this is mostly for limiting how many instances they can deploy).

So generally you want accounts at the lowest level at which you want
to track usage.
Projects are invaluable, and really how you should hand out access to
other groups. At present all accounts/users that are part of a project
need to be in the same domain - so keep that in mind from a
Domain/projects perspective.

--David


Re: vcenter 5.1 support

2013-04-25 Thread David Nalley
Jake, can you make sure and file a bug for that?

--David

On Thursday, April 25, 2013, Jake G. wrote:

> Just wondering if CS 4.0.1 or 4.0.2 will support vcenter and esxi 5.1 in
> the near future?
>
> I have a perfectly running CS 4.0 environment on vcenter/esxi 5.1 but
> upgrading to 4.0.1 kills my connecting to vcenter and the hosts.
>
> Yum update does not have the packages for 4.0.2 as well.
>
> Thanks !


RE: vcenter 5.1 support

2013-04-25 Thread Musayev, Ilya
Jake,

ACS4.0 and ACS4.1 uses vmware SDK 4.1 - which are backward compatible to 
vSphere5.0 (and technically should be compatible to vSphere 5.1 - but I have 
not tested it yet). ACS4.2, will use SDK5.1.

If you have issues with your upgraded ACS4.0.1, please post the logs on 
paste.cloudstack.org, and perhaps we can find the solution or determine the 
root cause.

Regards
ilya

> -Original Message-
> From: Jake G. [mailto:dj_dark_jungl...@yahoo.com]
> Sent: Thursday, April 25, 2013 7:20 AM
> To: users@cloudstack.apache.org
> Subject: vcenter 5.1 support
> 
> Just wondering if CS 4.0.1 or 4.0.2 will support vcenter and esxi 5.1 in the 
> near
> future?
> 
> I have a perfectly running CS 4.0 environment on vcenter/esxi 5.1 but
> upgrading to 4.0.1 kills my connecting to vcenter and the hosts.
> 
> Yum update does not have the packages for 4.0.2 as well.
> 
> Thanks !



Custom version of ACS4.1 with additional vmware support

2013-04-25 Thread Musayev, Ilya
So I started ACS 4.1 spin project known as CloudSand.

I've backported several features, including support for DVS (CLOUDSTACK-657) 
and support for Display Name to be appended to a name in VCenter 
(CLOUDSTACK-778).

Other, less important features:

This repo contains all needed dependencies in deps dir, as well as 
customization to packaging.sh script for CentOS builds to support version 
numbers and be able to upgrade from release of ACS4.1-x to release of ACS4.1-y. 
The version number is derived from date command.

So the RPMs looks something like:
Cloudstack-common-4.1.0-SNAPSHOT.042413.1653.el6.x86_64.rpm

I will also post yum repo - if you don't feel like going through build process.

The github repo can be found here:

http://github.com/serverchief/cloudsand

The homepage that details this effort will be under 
http://www.cloudsand.com/content, if anyone would like to join this effort, 
please let me know.

Thanks,

Regards
ilya


RE: Router

2013-04-25 Thread Warren Nicholson
Once I got the VM and Router on the same 
Hypervisor, my VM got an IP. 

However, the router still can't ping the guest/public
LAN and vice versa.  Do I have to set up a  firewall 
rule to get this working?

Warren

-Original Message-
From: Paul Angus [mailto:paul.an...@shapeblue.com] 
Sent: Thursday, April 25, 2013 12:48 AM
To: users@cloudstack.apache.org
Subject: RE: Router

Warren,

If you're using advanced networking and have multiple hosts, you may want to
check the VLAN trunking between hosts is working for your guest networks.  A
simple test would be to move the guest instance to the same host as the
virtual router and see if it gets it's DHCP address then.

Regards,

Paul Angus
S: +44 20 3603 0540 | M: +447711418784
paul.an...@shapeblue.com

-Original Message-
From: Warren Nicholson [mailto:warren.nichol...@nfinausa.com]
Sent: 24 April 2013 23:16
To: users@cloudstack.apache.org
Subject: Router

Is there a write up on the config of the system router.



Mine doesn't seem to be handing out DHCP addresses

to my VM's.



Warren

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.




Domains/Accounts/Users/Projects...

2013-04-25 Thread Kirk Jantzer
Can someone break down the accounts and users section of CS for me? My
company will be using CS internally, on one windows domain. I have LDAP
enabled currently, and have created a domain in CS that has our network
domain. I have added accounts under that domain that match users on my
team. I notice that each account has a user that is associated with it of
the same name, but also has the ability to add users under that account. Is
this the right way to go, or should I be doing things differently? Also, in
regards to CS usage within our company - I would like to be able to give
logins to other teams - should that be done through accounts or projects
(this is mostly for limiting how many instances they can deploy).


Re: Unable to find provider VpcVirtualRouter in physical network

2013-04-25 Thread Alena Prokharchyk
Evan, can you check the log file to see what exception happened when you
tried to add vpc virtual router element? 530 usually means NPE

-Alena.

On 4/24/13 11:40 PM, "Evan McGee"  wrote:

>Hi Alena,
>
>Thanks for the tips - very useful. It appears as though the
>VpcVirtualRouter was inserted correctly during the upgrade (which we
>followed, using the repos for kvm upgrade, from
>http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating
>/html/Release_Notes/upgrade-instructions.html#upgrade-from-3.0.2-to-4.0.1)
>.
>
>Executing addNetworkServiceProvider returns:
>"com.cloud.utils.exception.CloudRuntimeException: The 'VpcVirtualRouter'
>provider already exists on physical network : 1"
>
>The return: 
>
>cloud-stack-version='4.0.1.20130201075054'>
>  
>VpcVirtualRouter
>
>d476a2f1-bd3d-4abe-9d8e-2ca0eebdf1e2>
>0
>Disabled
>4b13f9ba-2431-4a9e-e4fd-b8346bedf83b
>  
>
>
>
>So that's good - it appears the upgrade did add it to the physical
>network. However running the next command fails with a very
>non-descriptive error:
>
>Executing: createVirtualRouterElement&nspid=
>4b13f9ba-2431-4a9e-e4fd-b8346bedf83b&apikey=  530 Failed to add
>Virtual Router entity to physical network"
>catalina.out:  WARN  [cloud.api.ApiDispatcher] (catalina-exec-8:) class
>com.cloud.api.ServerApiException : Failed to add Virtual Router entity to
>physical network
>
>Obviously, running the next step to enable throws an error saying
>"com.cloud.utils.exception.CloudRuntimeException: Provider is not ready,
>cannot Enable the provider, please configure the provider first."
>
>Any idea of why it would fail to add the virtual router to the physical
>network?
>
>-Evan
>
>On Apr 22, 2013, at 9:41 AM, Alena Prokharchyk wrote:
>
>> The entry for the vpc virtual router provider should have been inserted
>>to
>> the DB for all existing physical networks as a part of the DB upgrade
>> (Upgrade302to40.java, addVpcProvider call). If the vpc provider is
>> missing, it means that the upgrade wasn't performed completely and the
>>DB
>> might miss other stuff.
>> 
>> To add/enable the provider with the APIs, execute the following calls:
>> 
>> 1) Add vpc virtual router provider
>> 
>> addNetworkServiceProvider&
>> 
>> 
>> 
>> 2) Add vpc virtual router element
>> 
>> createVirtualRouterElement&nspid=>on
>> step #1>
>> 
>> 
>> 
>> 3) Enable the element using API
>> 
>> configureVirtualRouterElement&id=&enabled=true
>> 
>> 4) enable the vpc vr provider
>> 
>> updateNetworkServiceProvider&id=> provider>&state=Enabled
>> 
>> 
>> -Alena.
>> 
>> 
>> 
>> 
>> On 4/22/13 6:43 AM, "Prasanna Santhanam"  wrote:
>> 
>>> 
>>> On Sun, Apr 21, 2013 at 10:55:58PM -0700, Evan McGee wrote:
 Hi Swamy,
 
 Thanks for getting back. cloud.virtual_router_providers is populated
 and has one entry:
 
 id:1
 nsp_id:1
 uuid:  a82918427-80bf-8719-baa5-acdf88a9c026
 type:  VirtualRouter
 enabled:   1
 removed:   NULL
 
 Looks like this is enabled -- should the type be set to
 VirtualRouter? Ran the API call below anyway just to be sure, but
 got back the same result when trying to add a new VPC.
>>> 
>>> For VPC the provider is called VpcVirtualRouter.
>>> 
>>> -- 
>>> Prasanna.,
>>> 
>>> 
>>> Powered by BigRock.com
>>> 
>>> 
>> 
>> 
>
>




RE: Router

2013-04-25 Thread Warren Nicholson
It is in the right subnet.

Warren

-Original Message-
From: Venkata SwamyBabu Budumuru
[mailto:venkataswamybabu.budum...@citrix.com] 
Sent: Wednesday, April 24, 2013 11:38 PM
To: users@cloudstack.apache.org
Subject: RE: Router

Check that your /etc/dnsmasq.conf on router is configured to service on the
right subnet. You should see something like the following in your
configuration file.
dhcp-range=,static

dhcp-option=option:router, 
 dhcp-option=6,10.147.40.75,10.103.128.16
dhcp-optsfile=/etc/dhcpopts.txt

dhcp-hostsfile=/etc/dhcphosts.txt

Thanks,
SWAMY

-Original Message-
From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Sent: Thursday, 25 April 2013 9:51 AM
To: users@cloudstack.apache.org
Subject: RE: Router

Is your network offering selected Router as DHCP provider ?

If your network offering contains router as DHCP provider and VM are not
getting dhcp IP then there is an issue.
Also check the ip entry for the VM in /etc/dhcphosts.txt


Thanks,
Jayapal

> -Original Message-
> From: Warren Nicholson [mailto:warren.nichol...@nfinausa.com]
> Sent: Thursday, 25 April 2013 3:46 AM
> To: users@cloudstack.apache.org
> Subject: Router
> 
> Is there a write up on the config of the system router.
> 
> 
> 
> Mine doesn't seem to be handing out DHCP addresses
> 
> to my VM's.
> 
> 
> 
> Warren




RE: Router

2013-04-25 Thread Warren Nicholson
How do you know if your network offering selected Router
as DHCP provider?

The ip entry for my VM's are not in dhcphosts.txt.

Warren

-Original Message-
From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Sent: Wednesday, April 24, 2013 11:20 PM
To: users@cloudstack.apache.org
Subject: RE: Router

Is your network offering selected Router as DHCP provider ?

If your network offering contains router as DHCP provider and VM are not
getting dhcp IP then there is an issue.
Also check the ip entry for the VM in /etc/dhcphosts.txt


Thanks,
Jayapal

> -Original Message-
> From: Warren Nicholson [mailto:warren.nichol...@nfinausa.com]
> Sent: Thursday, 25 April 2013 3:46 AM
> To: users@cloudstack.apache.org
> Subject: Router
> 
> Is there a write up on the config of the system router.
> 
> 
> 
> Mine doesn't seem to be handing out DHCP addresses
> 
> to my VM's.
> 
> 
> 
> Warren




RE: Router

2013-04-25 Thread Warren Nicholson
The router is commented out.

I chose default isolated network with source NAT service
for the network offering.

The following two lines appear to be commented out.

#dhcp-option=option:router,1.2.3.4
#dhcp-option=3,1.2.3.4

And I can't seem to edit the dnsmasq.conf file.

Warren

-Original Message-
From: Venkata SwamyBabu Budumuru
[mailto:venkataswamybabu.budum...@citrix.com] 
Sent: Wednesday, April 24, 2013 11:38 PM
To: users@cloudstack.apache.org
Subject: RE: Router

Check that your /etc/dnsmasq.conf on router is configured to service on the
right subnet. You should see something like the following in your
configuration file.
dhcp-range=,static

dhcp-option=option:router, 
 dhcp-option=6,10.147.40.75,10.103.128.16
dhcp-optsfile=/etc/dhcpopts.txt

dhcp-hostsfile=/etc/dhcphosts.txt

Thanks,
SWAMY

-Original Message-
From: Jayapal Reddy Uradi [mailto:jayapalreddy.ur...@citrix.com] 
Sent: Thursday, 25 April 2013 9:51 AM
To: users@cloudstack.apache.org
Subject: RE: Router

Is your network offering selected Router as DHCP provider ?

If your network offering contains router as DHCP provider and VM are not
getting dhcp IP then there is an issue.
Also check the ip entry for the VM in /etc/dhcphosts.txt


Thanks,
Jayapal

> -Original Message-
> From: Warren Nicholson [mailto:warren.nichol...@nfinausa.com]
> Sent: Thursday, 25 April 2013 3:46 AM
> To: users@cloudstack.apache.org
> Subject: Router
> 
> Is there a write up on the config of the system router.
> 
> 
> 
> Mine doesn't seem to be handing out DHCP addresses
> 
> to my VM's.
> 
> 
> 
> Warren




Re: UI does not work

2013-04-25 Thread Milamber


Le 25/04/2013 09:40, Nikita Gubenko a ecrit :

Yes, 4.1, updated several days ago


Work fine for since last commit on messages_ru_RU.properties

commit 030d5646e1b310d25e61536155399dbcb6799711
Author: Milamber 
Date:   Fri Mar 22 09:02:26 2013 -0400

CLOUDSTACK-1780: Fix multi-language support in UI

Signed-off-by: Sebastien Goasguen 


I just test now on 4.1 branch, no error, the russian Web UI works fine:
http://awesomescreenshot.com/0dc17f60dc

Checksum:
[root@cscompile ~/cloudstack-dev/client/WEB-INF/classes/resources]# 
md5sum messages_ru_RU.properties

f6c48cacc6006484cd0892c7f915fcb8  messages_ru_RU.properties








On Thu, Apr 25, 2013 at 1:39 PM, Milamber  wrote:



Le 25/04/2013 09:27, Sebastien Goasguen a ecrit :

  On Apr 25, 2013, at 5:23 AM, Nikita 
Gubenko>

  wrote:

  There are several bugs with russian translation.

1) missing cloudstack3.ru_RU.css file. After "cp cloudstack3.css
cloudstack3.ru_RU.css" blank screen was fixed for me.
2) in 4.0 there is poblem with the row
"message.action.change.**service.warning.for.router=\n.**"



For 4.0, remvoe the "\n" in 
message.action.change.service.warning.for.router key. That will works.



Milamber





In 4.0.x, the messages_ru_RU.properties (and others languages too) is
incorrectly encoding for some characters inside. Need to be fix like
4.1/master branches



  3) in 4.1 the file with russian language is corrupted. I get "???" for all

words. I've copied messages_ru_RU.properties from 4.0 and that fixed the
problem.


 From 4.1 branch? (up to date?)
Here, the russian interface displays correctly.





If someone approve this I'll fill the bug in jira.

  Yes please file bugs. One per issue.

We are in the process of correcting the encoding so #3 should get fixed
easily.


  On Thu, Apr 25, 2013 at 10:45 AM, zaitsev  wrote:

  During the login to the UI, if you do not select a language, there is a

white page. If you select any language other than English, the problem
persists.
Cloudstack 4.0.1, CentOS 6.3

--
____
С уважением, Андрей Зайцев
Отдел телекоммуникаций
Управление информатизации
НИУ "БелГУ"
БелГУ.рф

Belgorod National Reserch University
www.bsu.edu.ru
+7(4722)301300*2315




--
Best Regards, Nikita Gubenko









system vm's failure upon node reset

2013-04-25 Thread Valery Ciareszka
Hi all,
I'm trying to simulate power failures on hypervisor nodes (reset through
IPMI)
After system boots, cloudstack starts system vms, but they keep "starting"
status in management UI.
I can see filesystem errors on vnc console of system vms:
http://thesuki.org/temp/ss/SS-20130425170156.png
http://thesuki.org/temp/ss/SS-20130425131507.png
It seems strange that filesystem of VM goes in such corrupted state after
single unexpected reset.

environment used: CS 4.0.1, centos 6.4, KVM, NFS primary/secondary storage

-- 
Regards,
Valery

http://protocol.by/slayer


Snapshots are not deleted according to the snapshot policy

2013-04-25 Thread Chen, Lianping
Hi,

We configured CloudStack to take snapshots daily and delete all old snapshots 
to keep only the 2 most recent snapshots. But the old snapshots are not deleted.

>From the log on Secondary Storage VM, we can see the 
>CleanupSnapshotBackupCommand was sent to Secondary Storage VM and the 
>Secondary Storage VM agent received this request.

2013-04-25 00:01:37,978 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) 
Request:Seq 25-300817340:  { Cmd , MgmtId: 153252621541, via: 25, Ver: v1, 
Flags: 100011, 
[{"CleanupSnapshotBackupCommand":{"secondaryStoragePoolURL":"nfs://172.18.30.12/export/secondary","dcId":1,"accountId":2,"volumeId":2422,"validBackupUUIDs":["/snapshots/1/2/2422/gitfraud01_DATA-2396_20130311171422","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130322114746","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130414110421","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130415110421","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130416110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130417110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130418110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130419110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130420110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130421110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130422110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130423110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130424110406"],"wait":0}}]
 }

>From the log of Secondary Storage VM, as shown below, it seems the command was 
>successfully executed.

2013-04-25 00:01:37,978 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) 
Processing command: com.cloud.agent.api.CleanupSnapshotBackupCommand
2013-04-25 00:01:37,979 DEBUG [storage.resource.NfsSecondaryStorageResource] 
(agentRequest-Handler-4:) Executing: mount
2013-04-25 00:01:37,980 DEBUG [storage.resource.NfsSecondaryStorageResource] 
(agentRequest-Handler-4:) Execution is successful.
2013-04-25 00:01:37,980 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) Seq 
25-300817340:  { Ans: , MgmtId: 153252621541, via: 25, Ver: v1, Flags: 10, 
[{"Answer":{"result":true,"wait":0}}] }

However, the snapshots that are not listed in the validBackupUUIDs were not 
deleted.

In addition, the validBackupUUIDs were wrong as well. We configured to only 
keep the most recent 2 snapshots, but the validBackupUUIDs sent by CloudStack 
Manager also contain several old snapshots. But when we view the snapshots for 
that VM from CloudStack Web UI, it only shows the 2 most recent snapshots.
Anyone has seen this issue before? Any idea on what the causes are? How to fix 
it?

Regards,
Lianping



Privileged, confidential and/or copyright information may be contained in this 
communication. This e-mail and any files transmitted with it are confidential 
and intended solely for the use of the individual or entity to whom they are 
addressed. If you are not the intended addressee, you may not copy, forward, 
disclose or otherwise use this e-mail or any part of it in any way whatsoever. 
To do so is prohibited and may be unlawful. If you have received this email in 
error 
please notify the sender immediately.

Paddy Power PLC may monitor the content of e-mail sent and received for the 
purpose of ensuring compliance with its policies and procedures.

Paddy Power plc, Power Tower, Blocks 1-3 Belfield Office Park, Beech Hill Road, 
Clonskeagh, Dublin 4.  Registered in Ireland: 16956


Snapshots are not deleted according to the snapshot policy

2013-04-25 Thread Chen, Lianping
Hi,

We configured CloudStack to take snapshots daily and delete all old snapshots 
to keep only the 2 most recent snapshots. But the old snapshots are not deleted.

>From the log on Secondary Storage VM, we can see the 
>CleanupSnapshotBackupCommand was sent to Secondary Storage VM and the 
>Secondary Storage VM agent received this request.

2013-04-25 00:01:37,978 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) 
Request:Seq 25-300817340:  { Cmd , MgmtId: 153252621541, via: 25, Ver: v1, 
Flags: 100011, 
[{"CleanupSnapshotBackupCommand":{"secondaryStoragePoolURL":"nfs://172.18.30.12/export/secondary","dcId":1,"accountId":2,"volumeId":2422,"validBackupUUIDs":["/snapshots/1/2/2422/gitfraud01_DATA-2396_20130311171422","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130322114746","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130414110421","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130415110421","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130416110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130417110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130418110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130419110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130420110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130421110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130422110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130423110053","/snapshots/1/2/2422/gitfraud01_DATA-2396_20130424110406"],"wait":0}}]
 }

>From the log of Secondary Storage VM, as shown below, it seems the command was 
>successfully executed.

2013-04-25 00:01:37,978 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) 
Processing command: com.cloud.agent.api.CleanupSnapshotBackupCommand
2013-04-25 00:01:37,979 DEBUG [storage.resource.NfsSecondaryStorageResource] 
(agentRequest-Handler-4:) Executing: mount
2013-04-25 00:01:37,980 DEBUG [storage.resource.NfsSecondaryStorageResource] 
(agentRequest-Handler-4:) Execution is successful.
2013-04-25 00:01:37,980 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:) Seq 
25-300817340:  { Ans: , MgmtId: 153252621541, via: 25, Ver: v1, Flags: 10, 
[{"Answer":{"result":true,"wait":0}}] }

However, the snapshots that are not listed in the validBackupUUIDs were not 
deleted.

In addition, the validBackupUUIDs were wrong as well. We configured to only 
keep the most recent 2 snapshots, but the validBackupUUIDs sent by CloudStack 
Manager also contain several old snapshots. But when we view the snapshots for 
that VM from CloudStack Web UI, it only shows the 2 most recent snapshots.
Anyone has seen this issue before? Any idea on what the causes are? How to fix 
it?

Regards,
Lianping



Privileged, confidential and/or copyright information may be contained in this 
communication. This e-mail and any files transmitted with it are confidential 
and intended solely for the use of the individual or entity to whom they are 
addressed. If you are not the intended addressee, you may not copy, forward, 
disclose or otherwise use this e-mail or any part of it in any way whatsoever. 
To do so is prohibited and may be unlawful. If you have received this email in 
error 
please notify the sender immediately.

Paddy Power PLC may monitor the content of e-mail sent and received for the 
purpose of ensuring compliance with its policies and procedures.

Paddy Power plc, Power Tower, Blocks 1-3 Belfield Office Park, Beech Hill Road, 
Clonskeagh, Dublin 4.  Registered in Ireland: 16956


Re: How to Remote Debug Secondary Storage VM?

2013-04-25 Thread Nitin Mehta
This might help a bit. Feel free to add
https://cwiki.apache.org/CLOUDSTACK/ssvm-troubleshooting.html


On 25/04/13 6:31 PM, "Chen, Lianping"  wrote:

>Hi,
>
>Anyone knows how to remote debug secondary storage VM?
>
>Regards,
>Lianping
>
>
>
>Privileged, confidential and/or copyright information may be contained in
>this communication. This e-mail and any files transmitted with it are
>confidential and intended solely for the use of the individual or entity
>to whom they are addressed. If you are not the intended addressee, you
>may not copy, forward, disclose or otherwise use this e-mail or any part
>of it in any way whatsoever. To do so is prohibited and may be unlawful.
>If you have received this email in error
>please notify the sender immediately.
>
>Paddy Power PLC may monitor the content of e-mail sent and received for
>the purpose of ensuring compliance with its policies and procedures.
>
>Paddy Power plc, Power Tower, Blocks 1-3 Belfield Office Park, Beech Hill
>Road, Clonskeagh, Dublin 4.  Registered in Ireland: 16956
>



How to Remote Debug Secondary Storage VM?

2013-04-25 Thread Chen, Lianping
Hi,

Anyone knows how to remote debug secondary storage VM?

Regards,
Lianping



Privileged, confidential and/or copyright information may be contained in this 
communication. This e-mail and any files transmitted with it are confidential 
and intended solely for the use of the individual or entity to whom they are 
addressed. If you are not the intended addressee, you may not copy, forward, 
disclose or otherwise use this e-mail or any part of it in any way whatsoever. 
To do so is prohibited and may be unlawful. If you have received this email in 
error 
please notify the sender immediately.

Paddy Power PLC may monitor the content of e-mail sent and received for the 
purpose of ensuring compliance with its policies and procedures.

Paddy Power plc, Power Tower, Blocks 1-3 Belfield Office Park, Beech Hill Road, 
Clonskeagh, Dublin 4.  Registered in Ireland: 16956


vcenter 5.1 support

2013-04-25 Thread Jake G.
Just wondering if CS 4.0.1 or 4.0.2 will support vcenter and esxi 5.1 in the 
near future? 

I have a perfectly running CS 4.0 environment on vcenter/esxi 5.1 but upgrading 
to 4.0.1 kills my connecting to vcenter and the hosts. 

Yum update does not have the packages for 4.0.2 as well. 

Thanks !

not enough free memory on one host of the cluster

2013-04-25 Thread Nikita Gubenko
Hi
I'm testing some overprovisioning cases. I have two XenServer hosts with
lots of VMs on each.
When I try to upgrade resources on the VM on the host that doesn't have
enough free memory for it and try to start it I get

Task failed! Task record: uuid: 0582f281-5a54-27cd-ba23-a4edf60312f4
   nameLabel: Async.VM.start_on
 nameDescription:
   allowedOperations: []
   currentOperations: {}
 created: Thu Apr 25 00:29:34 MSK 2013
finished: Thu Apr 25 00:29:34 MSK 2013
  status: failure
  residentOn: com.xensource.xenapi.Host@234582ee
progress: 1.0
type: 
  result:
   errorInfo: [HOST_NOT_ENOUGH_FREE_MEMORY, 8659140608, 6721728512]
 otherConfig: {}
   subtaskOf: com.xensource.xenapi.Task@aaf13f6f
subtasks: []

This is normal behavior, but CS doesn't try to start this VM on the second
host of the cluster which has enough free memory. OfferHA option is enabled.

Is there a way to fix this or am I missing something?
-- 
Best Regards, Nikita Gubenko


Re: UI does not work

2013-04-25 Thread Nikita Gubenko
Yes, 4.1, updated several days ago


On Thu, Apr 25, 2013 at 1:39 PM, Milamber  wrote:

>
>
> Le 25/04/2013 09:27, Sebastien Goasguen a ecrit :
>
>  On Apr 25, 2013, at 5:23 AM, Nikita 
> Gubenko>
>>  wrote:
>>
>>  There are several bugs with russian translation.
>>> 1) missing cloudstack3.ru_RU.css file. After "cp cloudstack3.css
>>> cloudstack3.ru_RU.css" blank screen was fixed for me.
>>> 2) in 4.0 there is poblem with the row
>>> "message.action.change.**service.warning.for.router=\n.**"
>>>
>>
> In 4.0.x, the messages_ru_RU.properties (and others languages too) is
> incorrectly encoding for some characters inside. Need to be fix like
> 4.1/master branches
>
>
>
>  3) in 4.1 the file with russian language is corrupted. I get "???" for all
>>> words. I've copied messages_ru_RU.properties from 4.0 and that fixed the
>>> problem.
>>>
>>
> From 4.1 branch? (up to date?)
> Here, the russian interface displays correctly.


>
>
>>> If someone approve this I'll fill the bug in jira.
>>>
>>>  Yes please file bugs. One per issue.
>>
>> We are in the process of correcting the encoding so #3 should get fixed
>> easily.
>>
>>
>>  On Thu, Apr 25, 2013 at 10:45 AM, zaitsev  wrote:
>>>
>>>  During the login to the UI, if you do not select a language, there is a
 white page. If you select any language other than English, the problem
 persists.
 Cloudstack 4.0.1, CentOS 6.3

 --
 ____
 С уважением, Андрей Зайцев
 Отдел телекоммуникаций
 Управление информатизации
 НИУ "БелГУ"
 БелГУ.рф

 Belgorod National Reserch University
 www.bsu.edu.ru
 +7(4722)301300*2315



>>> --
>>> Best Regards, Nikita Gubenko
>>>
>>
>>
>


-- 
Best Regards, Nikita Gubenko


Re: UI does not work

2013-04-25 Thread Milamber



Le 25/04/2013 09:27, Sebastien Goasguen a ecrit :

On Apr 25, 2013, at 5:23 AM, Nikita Gubenko  wrote:


There are several bugs with russian translation.
1) missing cloudstack3.ru_RU.css file. After "cp cloudstack3.css
cloudstack3.ru_RU.css" blank screen was fixed for me.
2) in 4.0 there is poblem with the row
"message.action.change.service.warning.for.router=\n."


In 4.0.x, the messages_ru_RU.properties (and others languages too) is 
incorrectly encoding for some characters inside. Need to be fix like 
4.1/master branches




3) in 4.1 the file with russian language is corrupted. I get "???" for all
words. I've copied messages_ru_RU.properties from 4.0 and that fixed the
problem.


From 4.1 branch? (up to date?)
Here, the russian interface displays correctly.



If someone approve this I'll fill the bug in jira.


Yes please file bugs. One per issue.

We are in the process of correcting the encoding so #3 should get fixed easily.



On Thu, Apr 25, 2013 at 10:45 AM, zaitsev  wrote:


During the login to the UI, if you do not select a language, there is a
white page. If you select any language other than English, the problem
persists.
Cloudstack 4.0.1, CentOS 6.3

--
__**__
С уважением, Андрей Зайцев
Отдел телекоммуникаций
Управление информатизации
НИУ "БелГУ"
БелГУ.рф

Belgorod National Reserch University
www.bsu.edu.ru
+7(4722)301300*2315




--
Best Regards, Nikita Gubenko






Re: UI does not work

2013-04-25 Thread Sebastien Goasguen

On Apr 25, 2013, at 5:23 AM, Nikita Gubenko  wrote:

> There are several bugs with russian translation.
> 1) missing cloudstack3.ru_RU.css file. After "cp cloudstack3.css
> cloudstack3.ru_RU.css" blank screen was fixed for me.
> 2) in 4.0 there is poblem with the row
> "message.action.change.service.warning.for.router=\n."
> 3) in 4.1 the file with russian language is corrupted. I get "???" for all
> words. I've copied messages_ru_RU.properties from 4.0 and that fixed the
> problem.
> 
> If someone approve this I'll fill the bug in jira.
> 

Yes please file bugs. One per issue.

We are in the process of correcting the encoding so #3 should get fixed easily.


> 
> On Thu, Apr 25, 2013 at 10:45 AM, zaitsev  wrote:
> 
>> During the login to the UI, if you do not select a language, there is a
>> white page. If you select any language other than English, the problem
>> persists.
>> Cloudstack 4.0.1, CentOS 6.3
>> 
>> --
>> __**__
>> С уважением, Андрей Зайцев
>> Отдел телекоммуникаций
>> Управление информатизации
>> НИУ "БелГУ"
>> БелГУ.рф
>> 
>> Belgorod National Reserch University
>> www.bsu.edu.ru
>> +7(4722)301300*2315
>> 
>> 
> 
> 
> -- 
> Best Regards, Nikita Gubenko



Re: UI does not work

2013-04-25 Thread Nikita Gubenko
There are several bugs with russian translation.
1) missing cloudstack3.ru_RU.css file. After "cp cloudstack3.css
cloudstack3.ru_RU.css" blank screen was fixed for me.
2) in 4.0 there is poblem with the row
"message.action.change.service.warning.for.router=\n."
3) in 4.1 the file with russian language is corrupted. I get "???" for all
words. I've copied messages_ru_RU.properties from 4.0 and that fixed the
problem.

If someone approve this I'll fill the bug in jira.


On Thu, Apr 25, 2013 at 10:45 AM, zaitsev  wrote:

> During the login to the UI, if you do not select a language, there is a
> white page. If you select any language other than English, the problem
> persists.
> Cloudstack 4.0.1, CentOS 6.3
>
> --
> __**__
> С уважением, Андрей Зайцев
> Отдел телекоммуникаций
> Управление информатизации
> НИУ "БелГУ"
> БелГУ.рф
>
> Belgorod National Reserch University
> www.bsu.edu.ru
> +7(4722)301300*2315
>
>


-- 
Best Regards, Nikita Gubenko


Re: The requested profile "deps" could not be activated

2013-04-25 Thread mojorising
Sweet! I'll definitely give that a go.

Best,
Mike


On 25 April 2013 00:47, Sebastien Goasguen  wrote:

>
> On Apr 25, 2013, at 3:41 AM, mojorising  wrote:
>
> > Hi, Sebastien,
> >
> > Thanks so much for the reply! I just checked and tried again to be sure
> --
> > I am running this from the root of the cloudstack source. I did get the
> > same result when I tried again as well.   :/
> >
> > I saw a 'deps' sub-directory in the source directory. It
> > contains install-non-oss.sh  and XenServerJava. I don't see anything else
> > in the source directory with that name.
> >
> > [root@manage1 cloudstack]# ls
> > agentawsapi-setup  cloud-cli  deps   framework
> >   NOTICE pom.xml  scripts   target  usage
> > agent-simulator  build configure-info.in  developer  INSTALL.md
> >  packaging  python   servertestutils
> > api  CHANGES   core   docs   LICENSE
> >   patchesREADME.mdservices  tools   version-info.in
> > awsapi   clientdebian engine
> > m2-settings.xml  pluginsREADME.tools.md  setup ui
>  vmware-base
> >
> > [root@manage1 cloudstack]# pwd
> > /root/cloudstack
> >
> >
> > Also, just remembered that I forgot some details: The OS is CentOS 6.4
> and
> > I have checked out the latest code as of today  (4.0.2) from
> > https://git-wip-us.apache.org/repos/asf/cloudstack.git.
> >
> > *** Okay. Just before clicking send on this I decided to try downloading
> > the bzipped copy of the code and running the Maven task from that
> directory
> > ..and it worked. Looks like the same directory on my checked out copy was
> > missing the file, 'pom.xml'. ***
> >
> > Thanks again! Hopefully it's smooth sailing from here.
> >
> >
>
> Great, you might want to check out my screencast:
> http://www.youtube.com/watch?v=vvgIkF1e1QE
>
> Where I follow the testing procedure for 4.0.2
>
>
> > Mike
> >
> >
> >
> > On 24 April 2013 23:56, Sebastien Goasguen  wrote:
> >
> >>
> >> On Apr 25, 2013, at 2:13 AM, mojorising  wrote:
> >>
> >>> Hello! I've been following the documentation at:
> >>>
> >>>
> >>
> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Installation_Guide/sect-source-buildrpm.html
> >>>
> >>> ..and when I run 'mvn -P deps', I get an error:
> >>>
> >>> [WARNING] The requested profile "deps" could not be activated because
> it
> >>> does not exist.
> >>>
> >>
> >> Can you make sure to run this when in the root of the CloudStack source.
> >> Do not do it in any of the subdirectories.
> >>
> >>> Might anyone here be able to tell me why this error appears? Do I need
> to
> >>> create the 'deps' profile or move it from somewhere?
> >>>
> >>> I tried to continue with the installation steps but when I try './waf
> >> rpm',
> >>> I get:
> >>> '-bash: ./waf: No such file or directory', which, of course, is not
> >> present
> >>> if I check. I presume this waf file is missing because the previous
> step
> >>> failed, though I'm not sure.
> >>>
> >>> I didn't see any other reference to this in the documentation. I also
> >>> checked Google and this list archive but didn't find anything about
> this
> >>> problem (I could have missed it).
> >>>
> >>>
> >>> Thanks a lot for your help!
> >>> Mike
> >>
> >>
>
>


Re: [SCREENCAST] 4.0.2 testing procedure

2013-04-25 Thread Sebastien Goasguen

On Apr 23, 2013, at 1:33 PM, Animesh Chaturvedi  
wrote:

> Sebastian it is really good,  can  you update Release test procedure wiki 
> with link to your video.
done

> 
>> -Original Message-
>> From: Sebastien Goasguen [mailto:run...@gmail.com]
>> Sent: Friday, April 19, 2013 8:53 AM
>> To: d...@cloudstack.apache.org
>> Subject: [SCREENCAST] 4.0.2 testing procedure
>> 
>> Hi,
>> 
>> I just uploaded an HD screencast that shows me testing the 4.0.2 release:
>> http://www.youtube.com/watch?v=vvgIkF1e1QE&list=PLb899uhkHRoZCRE0
>> 0h_9CRgUSiHEgFDbC&index=1
>> 
>> Check it out and do it yourself, then vote !!!
>> 
>> -Sebastien



Re: Cloudstack 4.0.1 does not work with XenServer 6.1

2013-04-25 Thread Sebastien Goasguen

On Apr 25, 2013, at 2:39 AM, zaitsev  wrote:

> Only support XCP 1.0.0, 1.1.0, 1.5 beta; XenServer 5.6, XenServer 5.6 FP1, 
> XenServer 5.6 SP2, Xenserver 6.0, 6.0.2, 6.0.9 but this one is XenServer 6.1.0
> 

Zaitsev, this is fixed in 4.1 (coming out soon)


> -- 
> 
> С уважением, Андрей Зайцев
> Отдел телекоммуникаций
> Управление информатизации
> НИУ "БелГУ"
> БелГУ.рф
> 
> Belgorod National Reserch University
> www.bsu.edu.ru
> +7(4722)301300*2315
> 



Re: The requested profile "deps" could not be activated

2013-04-25 Thread Sebastien Goasguen

On Apr 25, 2013, at 3:41 AM, mojorising  wrote:

> Hi, Sebastien,
> 
> Thanks so much for the reply! I just checked and tried again to be sure --
> I am running this from the root of the cloudstack source. I did get the
> same result when I tried again as well.   :/
> 
> I saw a 'deps' sub-directory in the source directory. It
> contains install-non-oss.sh  and XenServerJava. I don't see anything else
> in the source directory with that name.
> 
> [root@manage1 cloudstack]# ls
> agentawsapi-setup  cloud-cli  deps   framework
>   NOTICE pom.xml  scripts   target  usage
> agent-simulator  build configure-info.in  developer  INSTALL.md
>  packaging  python   servertestutils
> api  CHANGES   core   docs   LICENSE
>   patchesREADME.mdservices  tools   version-info.in
> awsapi   clientdebian engine
> m2-settings.xml  pluginsREADME.tools.md  setup ui  vmware-base
> 
> [root@manage1 cloudstack]# pwd
> /root/cloudstack
> 
> 
> Also, just remembered that I forgot some details: The OS is CentOS 6.4 and
> I have checked out the latest code as of today  (4.0.2) from
> https://git-wip-us.apache.org/repos/asf/cloudstack.git.
> 
> *** Okay. Just before clicking send on this I decided to try downloading
> the bzipped copy of the code and running the Maven task from that directory
> ..and it worked. Looks like the same directory on my checked out copy was
> missing the file, 'pom.xml'. ***
> 
> Thanks again! Hopefully it's smooth sailing from here.
> 
> 

Great, you might want to check out my screencast:
http://www.youtube.com/watch?v=vvgIkF1e1QE

Where I follow the testing procedure for 4.0.2


> Mike
> 
> 
> 
> On 24 April 2013 23:56, Sebastien Goasguen  wrote:
> 
>> 
>> On Apr 25, 2013, at 2:13 AM, mojorising  wrote:
>> 
>>> Hello! I've been following the documentation at:
>>> 
>>> 
>> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Installation_Guide/sect-source-buildrpm.html
>>> 
>>> ..and when I run 'mvn -P deps', I get an error:
>>> 
>>> [WARNING] The requested profile "deps" could not be activated because it
>>> does not exist.
>>> 
>> 
>> Can you make sure to run this when in the root of the CloudStack source.
>> Do not do it in any of the subdirectories.
>> 
>>> Might anyone here be able to tell me why this error appears? Do I need to
>>> create the 'deps' profile or move it from somewhere?
>>> 
>>> I tried to continue with the installation steps but when I try './waf
>> rpm',
>>> I get:
>>> '-bash: ./waf: No such file or directory', which, of course, is not
>> present
>>> if I check. I presume this waf file is missing because the previous step
>>> failed, though I'm not sure.
>>> 
>>> I didn't see any other reference to this in the documentation. I also
>>> checked Google and this list archive but didn't find anything about this
>>> problem (I could have missed it).
>>> 
>>> 
>>> Thanks a lot for your help!
>>> Mike
>> 
>> 



Re: The requested profile "deps" could not be activated

2013-04-25 Thread mojorising
Hi, Sebastien,

Thanks so much for the reply! I just checked and tried again to be sure --
I am running this from the root of the cloudstack source. I did get the
same result when I tried again as well.   :/

I saw a 'deps' sub-directory in the source directory. It
contains install-non-oss.sh  and XenServerJava. I don't see anything else
in the source directory with that name.

[root@manage1 cloudstack]# ls
agentawsapi-setup  cloud-cli  deps   framework
   NOTICE pom.xml  scripts   target  usage
agent-simulator  build configure-info.in  developer  INSTALL.md
  packaging  python   servertestutils
api  CHANGES   core   docs   LICENSE
   patchesREADME.mdservices  tools   version-info.in
awsapi   clientdebian engine
m2-settings.xml  pluginsREADME.tools.md  setup ui  vmware-base

[root@manage1 cloudstack]# pwd
/root/cloudstack


Also, just remembered that I forgot some details: The OS is CentOS 6.4 and
I have checked out the latest code as of today  (4.0.2) from
https://git-wip-us.apache.org/repos/asf/cloudstack.git.

*** Okay. Just before clicking send on this I decided to try downloading
the bzipped copy of the code and running the Maven task from that directory
..and it worked. Looks like the same directory on my checked out copy was
missing the file, 'pom.xml'. ***

Thanks again! Hopefully it's smooth sailing from here.


Mike



On 24 April 2013 23:56, Sebastien Goasguen  wrote:

>
> On Apr 25, 2013, at 2:13 AM, mojorising  wrote:
>
> > Hello! I've been following the documentation at:
> >
> >
> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Installation_Guide/sect-source-buildrpm.html
> >
> > ..and when I run 'mvn -P deps', I get an error:
> >
> > [WARNING] The requested profile "deps" could not be activated because it
> > does not exist.
> >
>
> Can you make sure to run this when in the root of the CloudStack source.
> Do not do it in any of the subdirectories.
>
> > Might anyone here be able to tell me why this error appears? Do I need to
> > create the 'deps' profile or move it from somewhere?
> >
> > I tried to continue with the installation steps but when I try './waf
> rpm',
> > I get:
> > '-bash: ./waf: No such file or directory', which, of course, is not
> present
> > if I check. I presume this waf file is missing because the previous step
> > failed, though I'm not sure.
> >
> > I didn't see any other reference to this in the documentation. I also
> > checked Google and this list archive but didn't find anything about this
> > problem (I could have missed it).
> >
> >
> > Thanks a lot for your help!
> > Mike
>
>


Re: UI does not work

2013-04-25 Thread zaitsev

I used browsers Firefox 20.0.1, Chrome 26.0.1410.64 m, IE 9 x64.

In /var/logclous/management   no errors and no warnings

172.16.7.99 - - [25/Apr/2013:10:25:39 +0400] "GET 
/client/images/sprites.png HTTP/1.1" 200 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET /client/ HTTP/1.1" 200 
159583
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET /client/lib/reset.css 
HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/css/cloudstack3.css HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/jquery.validate.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/jquery.easing.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/jquery-ui/js/jquery-ui.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET /client/lib/jquery.js 
HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET /client/lib/date.js 
HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/jquery.cookies.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/excanvas.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.colorhelpers.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/jquery.md5.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.crosshair.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.fillbetween.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.image.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.navigate.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.pie.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.resize.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.selection.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.symbol.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.threshold.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/lib/flot/jquery.flot.stack.js HTTP/1.1" 304 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/utils.js?t=1366871144099 HTTP/1.1" 200 3584
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/core.js?t=1366871144099 HTTP/1.1" 200 14321
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/events.js?t=1366871144099 HTTP/1.1" 200 1959
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/dialog.js?t=1366871144099 HTTP/1.1" 200 16899
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/multiEdit.js?t=1366871144099 HTTP/1.1" 200 34589
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/overlay.js?t=1366871144099 HTTP/1.1" 200 1607
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/cloudBrowser.js?t=1366871144099 HTTP/1.1" 200 
11024
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/dataTable.js?t=1366871144099 HTTP/1.1" 200 7388
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/listView.js?t=1366871144099 HTTP/1.1" 200 -
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/detailView.js?t=1366871144099 HTTP/1.1" 200 36281
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/treeView.js?t=1366871144099 HTTP/1.1" 200 4418
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/cloud.core.callbacks.js?t=1366871144099 HTTP/1.1" 200 2702
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/tagger.js?t=1366871144099 HTTP/1.1" 200 7158
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/sharedFunctions.js?t=1366871144099 HTTP/1.1" 200 22492
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui/widgets/notifications.js?t=1366871144099 HTTP/1.1" 
200 10891
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui-custom/login.js?t=1366871144099 HTTP/1.1" 200 3998
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui-custom/projects.js?t=1366871144099 HTTP/1.1" 200 25421
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/cloudStack.js?t=1366871144099 HTTP/1.1" 200 15125
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/lbStickyPolicy.js?t=1366871144099 HTTP/1.1" 200 9920
172.16.7.99 - - [25/Apr/2013:10:25:44 +0400] "GET 
/client/scripts/ui-custom/zoneChart.js?t=1366871144099 HTTP/1.1" 200 14244
172.16.7.99 - - [25/Apr/2013: