Jim L,

We can upload the debs for you to try if you wish. Once you have the debs, in 
summary, this is what is required (Ubuntu) after the debs are downloaded to get 
it to attach:

install all packaged debs: dpkg -i cloud*.deb
"apt-get -f install" to get dependencies
copy commons-discover-0.5.jar to /usr/share/java/ 
re-run install for 'deb's
install mysql-server
edit hosts file to include hostname: nano /etc/hostname
edit my.cnf to include 350 max connections
run cloud-setup-databases command with the parameters to configure database
create directories for primary and secondary storage under /mnt/
configure mount to both of those directories via NFS to the SAN
cloud-setup-management

- Stan

-----Original Message-----
From: Jim L. [mailto:j...@pobox.com] 
Sent: Tuesday, May 7, 2013 5:11 PM
To: users@cloudstack.apache.org
Subject: Re: Problem creating VMware cluster after building 4.0.2 from source

Good luck. Creating packages is a build and you cannot pass the -Dnonoss 
parameter in this case, so no VMWare support.  I have repeatedly asked for help 
about this (and, truthfully, did finally get some response) but the answer 
essentially was: "wait for 4.1.0".  I hacked together a 4.0.2 release with 
VMWare enabled, but I still cannot get it to work correctly.
 I finally had to use XenServer for now to finish my project and return to 
VMWare when someone figures out how to build deb packages with VMWare enabled. 
It has been an incredibly frustrating experience.

--Jim L.



On Mon, May 6, 2013 at 5:16 PM, Stanley Kaytovich <stanl...@qwertyc.com>wrote:

> Hello,
>
> I followed the documentation on
> http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/I
> nstallation_Guide/index.html, and have tried this several times with 
> no luck.
>
> Package: 4.0.2
> OS: Ubuntu 12.04
>
> Below are the steps I took to perform the build as outlined in the 
> above
> article:
>
> Manually downloaded VMware-*.jar files into deps folder 
> deps/install-non-oss.sh mvn -P deps -Dnonoss (fails looking for 
> vmware-base) cd ../vmware-base mvn install (completes) mvn -P deps 
> -Dnonoss (completes) mvn install -Dnonoss (completes) build packages 
> and install debs cloudstack UI works, but we cannot add the VMware 
> cluster. We receive an error "Could not find corresponding resource 
> manager for VMware"
> Manually moved all the vmware-*.jar files into WEB-INF\lib checked 
> components.xml and there were no references to VMWare nonoss added 
> VMWare nonoss parameters manually  (from:
> http://markmail.org/message/5eqasgpjxy2oqsoc#query:+page:1+mid:dvf3aqb
> syl4kphrm+state:resultsand also referenced 
> https://cwiki.apache.org/CLOUDSTACK/building.data/4.0-nonoss.patch ) 
> Now can't start cloud-management with the
> com.cloud.utils.exception.CloudRuntimeException: Unable to find class:
> com.cloud.hypervisor.vmware.VmwareServerDiscoverer
>
> Additional info:
> Once the lines added into components.xml are commented out, the 
> service starts but we are back to the original error "Could not find 
> corresponding resource manager for VMware"
>
> Any guidance on this is much appreciated!
>
>

Reply via email to