问一下,如何安装devcloud

2013-09-02 Thread Liu,Lin
您好, 我现在在思科实习,正尝试安装devcloud,但是遇到一些问题。 比如,我在输入命令 mvn -p developer,systemvm clean install时, 程序告诉我没有“-p”这个命令,于是我改为“ mvn -pl developer,systemvm clean install”,但接下来,又出现了“[ERROR] Could not find the selected project in the reactor: developer - [Help 1]” 这个错误。 请问什么是正确的命令? 谢谢帮助。

Re: 问一下,如何安装devcloud

2013-09-02 Thread Gavin Lee
编译: mvn clean install -P developer,systemvm -P大写 DB初始化等: mvn -pl developer,tools/devcloud -Ddeploydb -P developer 建议你参考一下Rohit的博客: http://rohityadav.in/logs/devcloud/ 2013/9/2 Liu,Lin liulin0...@ufl.edu 您好, 我现在在思科实习,正尝试安装devcloud,**但是遇到一些问题。 比如,我在输入命令 mvn -p developer,systemvm clean

Re: 用户名密码错误

2013-09-02 Thread Gavin Lee
你用的啥版本? 你数据库初始化有问题, domain 1里找不到帐户. 检查一下你的DB, cloud.domain表的内容. 另外, 找见对应的db.properties文件, 看db.cloud.password值及db.cloud.encryption.type是多少? 建议试下下面的值试下: db.cloud.password=password db.cloud.encryption.type=none On Mon, Sep 2, 2013 at 11:38 AM, 求职者 gaoyaqingcar...@163.com wrote:

Re: 关于为VM分配公网IP及环境搭建请教

2013-09-02 Thread zhao heima
谢谢李老师的解答. 1.使用静态NAT的方式,客户使用VM时候的性能,会受到一些影响吧?如果选择使用CloudStack来搭建一个公有云,应该怎么去规划和分配IP的地址呢? 2.我说的webUI指的就是CloudStack的web界面.查看服务器的时候,发现管理服务器的8G内存,几乎快要占满了,大约在98%的使用率.数据库方面,是根据管的资料来配置的.不知道问题出在什么地方. 3.使用基本网络的话,应该不能管理太多的VM吧?同时,如果我的机器资源的区域跨的比较大的话,ip地址也会有问题了吧.现在的CloudStack是没有办法来指定VM的ip地址的吗? 谢谢! 在

Re: 问一下,如何安装devcloud

2013-09-02 Thread Liu,Lin
On Mon, 2 Sep 2013 17:15:39 +0800, Gavin Lee wrote: 编译: mvn clean install -P developer,systemvm -P大写 DB初始化等: mvn -pl developer,tools/devcloud -Ddeploydb -P developer 建议你参考一下Rohit的博客: http://rohityadav.in/logs/devcloud/ 2013/9/2 Liu,Lin liulin0...@ufl.edu 您好,

Re: 有关devcloud 后续问题

2013-09-02 Thread zhao heima
是不是你那边访问不到这个网站的?需要翻樯吧? 在 2013年9月3日上午11:44,Liu,Lin liulin0...@ufl.edu写道: 十分谢谢您这么快就回复我了。 我依据那篇博客的指导,先“git” source code,用的是下面的指令: git clone https://git-wip-us.apache.org/**repos/asf/cloudstack.githttps://git-wip-us.apache.org/repos/asf/cloudstack.git 但是出现了问题,系统报错:could not resolve the host

Re: Re: 有关devcloud 后续问题

2013-09-02 Thread 陈珂
直接拨号应该可以访问,很多单位的网络加了代理,就访问不了了 2013-09-03 陈珂 发件人: zhao heima 发送时间: 2013-09-03 12:04:46 收件人: users-cn 抄送: 主题: Re: 有关devcloud 后续问题 是不是你那边访问不到这个网站的?需要翻樯吧? 在 2013年9月3日上午11:44,Liu,Lin liulin0...@ufl.edu写道: 十分谢谢您这么快就回复我了。 我依据那篇博客的指导,先“git” source code,用的是下面的指令: git clone

请问如何得到api的signature

2013-09-02 Thread Liu,Lin
您好, 请问我怎么可以得到api的signature呢?我看了相关博文但是还不太清楚具体方法。 谢谢帮住

CloudStack + XenServer 部署 网络方面疑问

2013-09-02 Thread zhao heima
今天在学习steven写的 CloudStack + XenServer 部署( http://www.cloudstack-china.org/2012/10/945.html) 文章的时候,有许多不懂的地方,希望各位给予指导. 在文章中服务器使用了6块网卡,3块连接主交换,3块连接备用交换.那在测试环境当中,也可以只使用3块网卡. nic1 : management nic2 : public + guest nic3 : storage 1.三块网卡,结合xenserver的绑定的标签,使用不同的流量走不同的网卡.

Re: 请问如何得到api的signature

2013-09-02 Thread Wei ZHOU
参考UserCloudAPIExecutor.java 在 2013年9月3日上午6:14,Liu,Lin liulin0...@ufl.edu写道: 您好, 请问我怎么可以得到api的signature呢?**我看了相关博文但是还不太清楚具体方法。 谢谢帮住

Re: CloudStack + XenServer 部署 网络方面疑问

2013-09-02 Thread Fan Lei
1.不清楚你说的设置是xenserver上的还是cs里的,,,xenserver上只有管理接口有IP地址,其他口没有IP。 2.iscsi 3.用tag 在 2013年9月3日下午12:55,zhao heima heimaz...@gmail.com写道: 今天在学习steven写的 CloudStack + XenServer 部署( http://www.cloudstack-china.org/2012/10/945.html) 文章的时候,有许多不懂的地方,希望各位给予指导.

Re: CloudStack + XenServer 部署 网络方面疑问

2013-09-02 Thread tanthalas
1.从第一个问题可以看出来,你对xenserver不是很了解。这个设计方案中,网卡没有配ip的,就是不需要ip的。如何设置ip,建议你查看一下xenserver的官方文档。通过xencenter图形界面配置很容易,也可以用命令行,但邮件里说不太清楚。 2.不是很懂你所说的“那么在不是专门的存储阵列只是普通服务器的情况下”到底是什么情况。效率这个词问在存储性能上比较模糊,最好根据你的需求进行自己的测试,你的VM会是什么样的使用场景?读多?写多?吞吐量要求多少?IOPS要求多少?这个结果会影响到系统的硬件选型,所以自己测的最靠谱,别人的结果不一定对你适用。 3.

RE: cloudmonkey - list virtualmachines always empty

2013-09-02 Thread Musayev, Ilya
Dean, Do you intend to see all VMs under ROOT domain, or under specific project? I have no issues seeing vms under ROOT domain, however, to see vms in projects, I have to specify projectId. Regards ilya -Original Message- From: Donal Lafferty [mailto:donal.laffe...@citrix.com] Sent:

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-02 Thread Enrique Ladrón de Guevara Hernández
Hi Marty, Sorry, could you look at the logs and screenshots?? Do you need more info to debug the issue?? Do you know if there is a bug related to this scenario??  I try to find any information on Internet and check my config but I don't know how to continue go ahead ... Do you recommend

Could not find corresponding resource manager for VMware

2013-09-02 Thread Michael Phillips
All, I have been trying for the last week to build CS 4.1 with the nonoss packages. I have followed the instructions for the nonoss build perfectly, it installs the nonoss jars with 100% success, I then build the rpms, which all build with 100% success. I then install cloudstack using the

starting SSVM and CPVM and InsufficientServerCapacityException

2013-09-02 Thread Rafael Weingartner
Hi, I have just deployed CS and I am configuring my first host on it. But, so far I hasn't been able to deploy the SSVM and CPVM. I keep getting error such as InsufficientServerCapacityExce ption and something like 2013-09-02 17:38:47,763 DEBUG [xen.resource.CitrixResourceBase]

Re: starting SSVM and CPVM and InsufficientServerCapacityException

2013-09-02 Thread Marty Sweet
Hi, It looks like your issue is with the local storage, as opposed to resources. Personally, I don't know exactly what 'can not find local sr' means but I'm sure someone can chip in. In the meantime, I would check what you have defined as primary storage on cloudstack and that it is functioning

Re: starting SSVM and CPVM and InsufficientServerCapacityException

2013-09-02 Thread Rafael Weingartner
Actually that is also my doubt. I haven't set any local storage just a shared NFS storage as a primary storage and also another NFS storage as the secondary storage. I checked, the primary storage is mounted on the hypervisor, and it is working. I have read something about a very similar error

Re: cloudmonkey - list virtualmachines always empty

2013-09-02 Thread David Comerford
I bet it was listall=true, I always forget that :) regards, David Comerford Tel: +353 87 1238295 Email: davest...@gmail.com Website: http://dave.ie GPG key: http://gpg.dave.ie On 2 September 2013 15:28, Musayev, Ilya imusa...@webmd.net wrote: Dean, Do you intend to

Re: starting SSVM and CPVM and InsufficientServerCapacityException

2013-09-02 Thread Rafael Weingartner
Just an update, the CS has written some vhd files on the primary storage, I guess those are the vhd for the system VMs. So, it means it is everything ok with the NFS primary storage. 2013/9/2 Rafael Weingartner rafaelweingart...@gmail.com Actually that is also my doubt. I haven't set any local

Re: starting SSVM and CPVM and InsufficientServerCapacityException

2013-09-02 Thread Rafael Weingartner
I noticed something, the secondary storage was not add as a shared storage on the hypervisor. I do not know, I thought it should right ? 2013/9/2 Rafael Weingartner rafaelweingart...@gmail.com Just an update, the CS has written some vhd files on the primary storage, I guess those are the vhd

Re: Could not find corresponding resource manager for VMware

2013-09-02 Thread Prasanna Santhanam
What were your packaging commands? $ ./package.sh -p nonoss On Mon, Sep 02, 2013 at 03:19:24PM -0500, Michael Phillips wrote: All, I have been trying for the last week to build CS 4.1 with the nonoss packages. I have followed the instructions for the nonoss build perfectly, it installs