| 78 | = install VMware Server 2.0.1 on CentOS 5 (x86) = |
| 79 | * sudo yum install perl |
| 80 | |
| 81 | * sudo rpm -Uhv VMware-server-2.0.1-156745.i386.rpm |
| 82 | {{{ |
| 83 | Before running VMware Server for the first time, you need to |
| 84 | configure it for your running kernel by invoking the |
| 85 | following command: "/usr/bin/vmware-config.pl". |
| 86 | }}} |
| 87 | * sudo yum install kernel-headers make gcc |
| 88 | * sudo vmware-config.pl |
| 89 | {{{ |
| 90 | The current administrative user for VMware Server is ''. Would you like to |
| 91 | specify a different administrator? [no] yes |
| 92 | |
| 93 | Please specify the user whom you wish to be the VMware Server administrator |
| 94 | root |
| 95 | |
| 96 | Using root as the VMware Server administrator. |
| 97 | |
| 98 | (snip) |
| 99 | |
| 100 | In which directory do you want to keep your virtual machine files? |
| 101 | [/var/lib/vmware/Virtual Machines] /home/vmware/ |
| 102 | |
| 103 | The path "/home/vmware" does not exist currently. This program is going to |
| 104 | create it, including needed parent directories. Is this what you want? |
| 105 | [yes] |
| 106 | }}} |
| 107 | |