Difference between revisions of "Installation (Ubuntu)"

Jump to navigation Jump to search
m
→‎Ubuntu 10.04 LTS: Minor tweaking
(Added OS Installation procedure and general revisions)
m (→‎Ubuntu 10.04 LTS: Minor tweaking)
Line 161: Line 161:
* Using APT package manager - doesn't work quite as well as it could (upgrading VM Tools isn't supported), and support for this method is rumoured to be dropped in future releases
* Using APT package manager - doesn't work quite as well as it could (upgrading VM Tools isn't supported), and support for this method is rumoured to be dropped in future releases


'''VM Tools ''CD'''''
==== VM Tools ''CD''====
# Install the build library files (not required for ESX v4.0 update 2 and later)...  
# Install the build library files...  
#* <code> apt-get install build-essential </code>
#* <code> apt-get install build-essential </code>
# Select "Install VM Tools" from the VI Client
# Select "Install VM Tools" from the VI Client
# Mount the VM Tools CD-ROM  
# Mount the VM Tools CD-ROM  
#* <code> mount /dev/cdrom /media/cdrom/ </code>
#* <code> mount /dev/cdrom /media/cdrom/ </code>
#** If <code>/media/cdrom/</code> doesn't exist, create with <code>mkdir /media/cdrom</code>
#* If unable to mount, see [[Troubleshooting_(Ubuntu)#Unable_to_Mount_CD-ROM|Unable to Mount CD-ROM]]
# Copy to tmp directory (version number below will vary)
# Copy to tmp directory (version number below will vary)
#* <code> cp /media/cdrom/VMwareTools-4.0.0-236512.tar.gz /tmp/ </code>
#* <code> cp /media/cdrom/VMwareTools-4.0.0-236512.tar.gz /tmp/ </code>
Line 181: Line 181:
#* <code> shutdown -r now </code>
#* <code> shutdown -r now </code>


'''APT Package Manager'''
==== APT Package Manager ====
# Install VM Tools using apt package manager
# Install VM Tools using apt package manager
# Open VMware Packaging Public GPG Key at http://packages.vmware.com/tools/VMWARE-PACKAGING-GPG-KEY.pub
# Open VMware Packaging Public GPG Key at http://packages.vmware.com/tools/VMWARE-PACKAGING-GPG-KEY.pub
Line 193: Line 193:
# Add the following line
# Add the following line
#* <code> deb http://packages.vmware.com/tools/esx/<esx-version>/ubuntu lucid main restricted </code> where <esx-version> is the appropriate esx version found at http://packages.vmware.com/tools/esx/index.html
#* <code> deb http://packages.vmware.com/tools/esx/<esx-version>/ubuntu lucid main restricted </code> where <esx-version> is the appropriate esx version found at http://packages.vmware.com/tools/esx/index.html
# Update the repository cacahe
# Update the repository cache
#* <code> apt-get update </code>
#* <code> apt-get update </code>
# Install VM Tools
# Install VM Tools

Navigation menu