Changes

From SME Server
Jump to navigationJump to search
2,810 bytes added ,  12:22, 25 July 2012
8.0 guests under ESXi 5.0 and 5.0u1
Line 93: Line 93:  
  service vmware-tools start
 
  service vmware-tools start
    +
====SME Server 8.0 Guest on ESXi 5.0====
 +
Install the relevant repository
 +
db yum_repositories set vmware-tools repository \
 +
  Name 'VMWare Tools' \
 +
  BaseURL 'http://packages.vmware.com/tools/esx/5.0/rhel5/$basearch' \
 +
  EnableGroups no \
 +
  GPGCheck yes \
 +
  GPGKey http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub \
 +
  Visible no \
 +
  status disabled
 +
Make the relevant changes stick
 +
signal-event yum-modify
 +
{{Note box| At this point I could not immediately call "yum install ..." for some reason. Just wait a bit if this happens.}}
 +
Import the VMWare RSA key (not sure if this could be done via the db mechanism)
 +
rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub
 +
Update server to latest packages
 +
yum update
 +
Install VMWare tools
 +
yum --enablerepo=vmware-tools install \
 +
  vmware-tools-esx-kmods`uname -r | sed 's/2.*el5//g' | sed 's/PAE/-PAE/'` \
 +
  vmware-tools-esx-nox
 +
Link the start script to run level 7
 +
ln -s /etc/init.d/vmware-tools-services /etc/rc7.d/S90vmware-tools-services
 +
Start the service
 +
/etc/init.d/vmware-tools-services start
 +
Everything should be ok now, just restart the machine. If you by any chance wish to use the vmxnet2 adapter instead of the lance, then shutdown the VM, delete the "Flexible"/"Lance" network adapter and add "vmxnet2" in its place. Start the VM. If all goes ok, you'll now have the improved vmxnet NIC.
 +
 +
====SME Server 8.0 Guest on ESXi 5.0 Update 1====
 +
Install the relevant repository
 +
db yum_repositories set vmware-tools repository \
 +
  Name 'VMWare Tools' \
 +
  BaseURL 'http://packages.vmware.com/tools/esx/5.0u1/rhel5/$basearch' \
 +
  EnableGroups no \
 +
  GPGCheck yes \
 +
  GPGKey http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub \
 +
  Visible no \
 +
  status disabled
 +
Make the relevant changes stick
 +
signal-event yum-modify
 +
{{Note box| At this point I could not immediately call "yum install ..." for some reason. Just wait a bit if this happens.}}
 +
Import the VMWare RSA key (not sure if this could be done via the db mechanism)
 +
rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub
 +
Update server to latest packages
 +
yum update
 +
Install VMWare tools
 +
yum --enablerepo=vmware-tools install \
 +
  vmware-tools-esx-kmods`uname -r | sed 's/2.*el5//g' | sed 's/PAE/-PAE/'` \
 +
  vmware-tools-esx-nox
 +
Link the start script to run level 7
 +
ln -s /etc/init.d/vmware-tools-services /etc/rc7.d/S90vmware-tools-services
 +
Start the service
 +
/etc/init.d/vmware-tools-services start
 +
Everything should be ok now, just restart the machine. If you by any chance wish to use the vmxnet2 adapter instead of the lance, then shutdown the VM, delete the "Flexible"/"Lance" network adapter and add "vmxnet2" in its place. Start the VM. If all goes ok, you'll now have the improved vmxnet NIC.
 
----
 
----
 
[[Category:Howto]]
 
[[Category:Howto]]
 
[[Category:Virtualisation]]
 
[[Category:Virtualisation]]
9

edits

Navigation menu