| 26 | |
| 27 | == install VMware Server 2.0.1 on Ubuntu Hardy (x64) == |
| 28 | * [http://ubuntuforums.org/showthread.php?t=943036 HOW TO: Install VMware Server 2 without X Server - Ubuntu Forums] |
| 29 | * [http://www.howtoforge.com/how-to-install-vmware-server-2-on-an-ubuntu-8.04-desktop How To Install VMware Server 2 On An Ubuntu 8.04 Desktop | HowtoForge - Linux Howtos and Tutorials] |
| 30 | |
| 31 | * sudo aptitude install -R linux-headers-!`uname -r` build-essential |
| 32 | * xinetdは必須ではない模様 |
| 33 | * build-essentialの代わりにmake gccでも良いかも(未確認) see [../ubuntu#installVMwareToolstoubuntuonVMware] |
| 34 | |
| 35 | * sudo mkdir /home/vmware |
| 36 | * sudo chown USERNAME.GROUPNAME /home/vmware/ |
| 37 | |
| 38 | * tar xzf VMware-server-2.0.1-156745.x86_64.tar.gz |
| 39 | * ~/vmware-server-distrib$ sudo ./vmware-install.pl |
| 40 | {{{ |
| 41 | Creating a new VMware Server installer database using the tar4 format. |
| 42 | |
| 43 | Installing VMware Server. |
| 44 | |
| 45 | (snip) |
| 46 | |
| 47 | Please specify a port for remote connections to use [902] |
| 48 | |
| 49 | Please specify a port for standard http connections to use [8222] |
| 50 | |
| 51 | Please specify a port for secure http (https) connections to use [8333] |
| 52 | |
| 53 | The current administrative user for VMware Server is ''. Would you like to |
| 54 | specify a different administrator? [no] yes |
| 55 | |
| 56 | Please specify the user whom you wish to be the VMware Server administrator |
| 57 | <<USERNAME>> |
| 58 | |
| 59 | Using <<USERNAME>> as the VMware Server administrator. |
| 60 | |
| 61 | In which directory do you want to keep your virtual machine files? |
| 62 | [/var/lib/vmware/Virtual Machines] /home/vmware/ |
| 63 | |
| 64 | Please enter your 20-character serial number. |
| 65 | |
| 66 | (snip) |
| 67 | |
| 68 | Starting VMware services: |
| 69 | Virtual machine monitor done |
| 70 | Virtual machine communication interface done |
| 71 | VM communication interface socket family: done |
| 72 | Virtual ethernet done |
| 73 | Bridged networking on /dev/vmnet0 done |
| 74 | Host-only networking on /dev/vmnet1 (background) done |
| 75 | DHCP server on /dev/vmnet1 done |
| 76 | Host-only networking on /dev/vmnet8 (background) done |
| 77 | DHCP server on /dev/vmnet8 done |
| 78 | NAT service on /dev/vmnet8 done |
| 79 | VMware Server Authentication Daemon (background) done |
| 80 | Shared Memory Available done |
| 81 | Starting VMware management services: |
| 82 | VMware Server Host Agent (background) done |
| 83 | VMware Virtual Infrastructure Web Access |
| 84 | Starting VMware autostart virtual machines: |
| 85 | Virtual machines done |
| 86 | |
| 87 | The configuration of VMware Server 2.0.1 build-156745 for Linux for this |
| 88 | running kernel completed successfully. |
| 89 | }}} |