Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: robert11 on November 10, 2006, 11:33:47 AM

Title: VMWare Howto
Post by: robert11 on November 10, 2006, 11:33:47 AM
We have just published a modified Howto for VMWare SME 7 Guest on a Centos 4.3 host.
We ran into problems with time drift.
It was essential that the time was accurate on this guest machine.
Original Howto
Quote
http://www.sonoracomm.com/index.php?option=com_content&task=view&id=54&Itemid=32


Modified Howto
http://synapticsolutions.com.au/?page_id=28
Title: VMWare Howto
Post by: william_syd on November 10, 2006, 01:46:23 PM
Make tools start on reboot:

Code: [Select]
   * ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S19vmware-tools
    * /sbin/e-smith/db configuration set vmware-tools service status enabled
    * /sbin/e-smith/signal-event post-upgrade
    * /sbin/e-smith/signal-event reboot
Title: updated
Post by: robert11 on November 14, 2006, 12:38:01 AM
Thanks William.
L
Title: Re: VMWare Howto
Post by: smeusr on December 09, 2006, 06:01:33 PM
Quote from: "robert11"
We have just published a modified Howto for VMWare SME 7 Guest on a Centos 4.3 host.
We ran into problems with time drift.
It was essential that the time was accurate on this guest machine.
Original Howto
Quote
http://www.sonoracomm.com/index.php?option=com_content&task=view&id=54&Itemid=32


Modified Howto
http://synapticsolutions.com.au/?page_id=28


I've considered on many occasions to try running multiple instances of SME in a vmserver environment.  Do you mind sharing your design/concept for this deployment?

Thanks.