Importing GPDB Sandbox into VMware Fusion
These instructions will assist you in Importing this VM into VMware Fusion and then installing VMware Tools into the VM.
- Select File / Import then Choose the OVA File to import and hit Continue.
- Choose a Location to store the new VM and hit Save. This will begin the Import process. If you have any issues (older versions of Fusion sometimes stop), click relax the settings and Import the VM again.
- Click Customize Settings at the end of the Import process.
- Click General Icon under System Settings
- Then click the box next to OS, select Linux, and then Centos 64-bit.
- Then finally click Change. This will allow Fusion to select the proper Tools package to mount to the host. Close out the Settings Window and Start the VM.
- The VM startup might ask about a Virtual IDE device, if so, select No. This will keep the VM from asking this question on EVERY boot.
- Login to the VM as root
- In the VMware Fusion menus, Select Virtual Machine / Install VMware Tools and then choose Install.
- At the root prompt in the VM:
mkdir /mnt/dvd
mount /dev/dvd2 /mnt/dvd -t iso9660
tar xvfz /mnt/dvd/VMwareTools*.tar.gz -C /tmp
/tmp/vmware-tools-distrib/vmware-install.pl
- Follow the prompts and finish the install of VMware Tools.
- In the VMware Fusion menus, Select Virtual Machine / Cancel VMware Tools Installation
- Note: X-Windows System is not installed.
- To install: >
yum groupinstall 'X Window System'