You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by "Zojonc, Josh" <Jo...@oregonstate.edu> on 2013/03/29 00:02:16 UTC

Can't add VMWare 5.0 cluster to 4.0.1

I'm using the source from apache-cloudstack-4.0.1-incubating-src.tar.bz2<http://www.apache.org/dyn/closer.cgi/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2> and am unable to add a small (3 machine) test cluster to my zone.  I've tried following the instructions on various sites on the bottom of this email.

I've copied the vmware-vim.jar, vmware-vim25.jar and vmware-apputils.jar into the deps directory.
I run `mvn -Dnonoss -P deps` and get this back in the output "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SKIPPED"
Running `mvn -P vmware install` and the output has "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SUCCESS"
I then run `mvn clean install –Dnonoss` and Vmware gets skipped again

I imagine I'm missing something really simple and if someone could point me the correct direction I'd be very grateful.

Thanks,
Josh



https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hypervisor+VMWare
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201301.mbox/%3C790E7BCBCDD98F45BD43B85D7326B8D05CE9F908@AMSPRD0710MB364.eurprd07.prod.outlook.com%3E
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users/201212.mbox/%3CCA++qHxhCTsb3+p4_iyUUgtvrWDcsj6h7SZwD4H0U10bWeQvfjw@mail.gmail.com%3E



Re: Can't add VMWare 5.0 cluster to 4.0.1

Posted by "Zojonc, Josh" <Jo...@oregonstate.edu>.
Short term it's getting my POC spun up before Monday, so those RPMs got me
what I needed.  Thank you.

Longer term I'll need to be able to compile.  I'll look at that again once
the POC is stable.

Thank you again I really appreciate your help!

-Josh

On 3/28/13 7:07 PM, "David Nalley" <da...@gnsa.us> wrote:

>On Thu, Mar 28, 2013 at 10:02 PM, Zojonc, Josh
><Jo...@oregonstate.edu> wrote:
>> Thank you for your reply David.
>>
>> Yes I am running install-non-ssh.sh.
>> Orginally I just had the vmware*.jar files in deps, then I tried
>>putting all of them in there with the same outcome.
>>
>> I'm at a total loss as to what I"m doing wrong.  I have to imagine
>>other folks are running vmware under 4.0.1 or the Google would be more
>>helpful in working this problem.
>>
>> Again, I appreciate any help pointers anyone can provide.
>>
>> -Josh
>
>So not trying to avoid your question - but is the goal to compile it
>successfully, or just to have a set of RPMs with VMware support?
>If it's the latter, this will get you going.
>http://people.apache.org/~ke4qqq/acs4.0.1-2.bz2
>If it's the former, how about pasting the entire compile message on
>http://apaste.info
>
>--David


Re: Can't add VMWare 5.0 cluster to 4.0.1

Posted by David Nalley <da...@gnsa.us>.
On Thu, Mar 28, 2013 at 10:02 PM, Zojonc, Josh
<Jo...@oregonstate.edu> wrote:
> Thank you for your reply David.
>
> Yes I am running install-non-ssh.sh.
> Orginally I just had the vmware*.jar files in deps, then I tried putting all of them in there with the same outcome.
>
> I'm at a total loss as to what I"m doing wrong.  I have to imagine other folks are running vmware under 4.0.1 or the Google would be more helpful in working this problem.
>
> Again, I appreciate any help pointers anyone can provide.
>
> -Josh

So not trying to avoid your question - but is the goal to compile it
successfully, or just to have a set of RPMs with VMware support?
If it's the latter, this will get you going.
http://people.apache.org/~ke4qqq/acs4.0.1-2.bz2
If it's the former, how about pasting the entire compile message on
http://apaste.info

--David

RE: Can't add VMWare 5.0 cluster to 4.0.1

Posted by "Zojonc, Josh" <Jo...@oregonstate.edu>.
Thank you for your reply David.

Yes I am running install-non-ssh.sh.  
Orginally I just had the vmware*.jar files in deps, then I tried putting all of them in there with the same outcome.

I'm at a total loss as to what I"m doing wrong.  I have to imagine other folks are running vmware under 4.0.1 or the Google would be more helpful in working this problem.

Again, I appreciate any help pointers anyone can provide.

-Josh
________________________________________
From: Zojonc, Josh [Josh.Zojonc@oregonstate.edu]
Sent: Thursday, March 28, 2013 4:02 PM
To: users@cloudstack.apache.org
Subject: Can't add VMWare 5.0 cluster to 4.0.1

I'm using the source from apache-cloudstack-4.0.1-incubating-src.tar.bz2<http://www.apache.org/dyn/closer.cgi/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2> and am unable to add a small (3 machine) test cluster to my zone.  I've tried following the instructions on various sites on the bottom of this email.

I've copied the vmware-vim.jar, vmware-vim25.jar and vmware-apputils.jar into the deps directory.
I run `mvn -Dnonoss -P deps` and get this back in the output "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SKIPPED"
Running `mvn -P vmware install` and the output has "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SUCCESS"
I then run `mvn clean install –Dnonoss` and Vmware gets skipped again

I imagine I'm missing something really simple and if someone could point me the correct direction I'd be very grateful.

Thanks,
Josh



https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hypervisor+VMWare
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201301.mbox/%3C790E7BCBCDD98F45BD43B85D7326B8D05CE9F908@AMSPRD0710MB364.eurprd07.prod.outlook.com%3E
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users/201212.mbox/%3CCA++qHxhCTsb3+p4_iyUUgtvrWDcsj6h7SZwD4H0U10bWeQvfjw@mail.gmail.com%3E



Re: Can't add VMWare 5.0 cluster to 4.0.1

Posted by David Nalley <da...@gnsa.us>.
On Thu, Mar 28, 2013 at 7:02 PM, Zojonc, Josh
<Jo...@oregonstate.edu> wrote:
> I'm using the source from apache-cloudstack-4.0.1-incubating-src.tar.bz2<http://www.apache.org/dyn/closer.cgi/incubator/cloudstack/releases/4.0.1-incubating/apache-cloudstack-4.0.1-incubating-src.tar.bz2> and am unable to add a small (3 machine) test cluster to my zone.  I've tried following the instructions on various sites on the bottom of this email.
>
> I've copied the vmware-vim.jar, vmware-vim25.jar and vmware-apputils.jar into the deps directory.
> I run `mvn -Dnonoss -P deps` and get this back in the output "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SKIPPED"
> Running `mvn -P vmware install` and the output has "[INFO] Apache CloudStack Plugin - Hypervisor VMware ...… SUCCESS"
> I then run `mvn clean install –Dnonoss` and Vmware gets skipped again
>
> I imagine I'm missing something really simple and if someone could point me the correct direction I'd be very grateful.
>
> Thanks,
> Josh
>

Hi Josh:

Did you run this step?
install-non-oss.sh from within the deps directory?
Are you installing all of the nonoss deps?

--David