| 1 | * ~/vmware/vmware-server-distrib$ sudo ./vmware-install.pl |
| 2 | {{{ |
| 3 | Creating a new VMware Server installer database using the tar4 format. |
| 4 | |
| 5 | Installing VMware Server. |
| 6 | |
| 7 | In which directory do you want to install the binary files? |
| 8 | [/usr/bin] |
| 9 | |
| 10 | What is the directory that contains the init directories (rc0.d/ to rc6.d/)? |
| 11 | [/etc] |
| 12 | |
| 13 | What is the directory that contains the init scripts? |
| 14 | [/etc/init.d] |
| 15 | |
| 16 | In which directory do you want to install the daemon files? |
| 17 | [/usr/sbin] |
| 18 | |
| 19 | In which directory do you want to install the library files? |
| 20 | [/usr/lib/vmware] |
| 21 | |
| 22 | The path "/usr/lib/vmware" does not exist currently. This program is going to |
| 23 | create it, including needed parent directories. Is this what you want? |
| 24 | [yes] |
| 25 | |
| 26 | In which directory do you want to install the manual files? |
| 27 | [/usr/share/man] |
| 28 | |
| 29 | In which directory do you want to install the documentation files? |
| 30 | [/usr/share/doc/vmware] |
| 31 | |
| 32 | The path "/usr/share/doc/vmware" does not exist currently. This program is |
| 33 | going to create it, including needed parent directories. Is this what you want? |
| 34 | [yes] |
| 35 | |
| 36 | The installation of VMware Server 2.0.2 build-203138 for Linux completed |
| 37 | successfully. You can decide to remove this software from your system at any |
| 38 | time by invoking the following command: "/usr/bin/vmware-uninstall.pl". |
| 39 | |
| 40 | Before running VMware Server for the first time, you need to configure it by |
| 41 | invoking the following command: "/usr/bin/vmware-config.pl". Do you want this |
| 42 | program to invoke the command for you now? [yes] |
| 43 | |
| 44 | Making sure services for VMware Server are stopped. |
| 45 | |
| 46 | Stopping VMware autostart virtual machines: |
| 47 | Virtual machines failed |
| 48 | Stopping VMware management services: |
| 49 | VMware Virtual Infrastructure Web Access |
| 50 | VMware Server Host Agent failed |
| 51 | Stopping VMware services: |
| 52 | VMware Authentication Daemon done |
| 53 | Virtual machine monitor done |
| 54 | |
| 55 | You must read and accept the End User License Agreement to continue. |
| 56 | Press enter to display it. |
| 57 | |
| 58 | (snip) |
| 59 | |
| 60 | Do you accept? (yes/no) yes |
| 61 | |
| 62 | Thank you. |
| 63 | |
| 64 | None of the pre-built vmmon modules for VMware Server is suitable for your |
| 65 | running kernel. Do you want this program to try to build the vmmon module for |
| 66 | your system (you need to have a C compiler installed on your system)? [yes] |
| 67 | |
| 68 | Using compiler "/usr/bin/gcc". Use environment variable CC to override. |
| 69 | |
| 70 | What is the location of the directory of C header files that match your running |
| 71 | kernel? [/lib/modules/2.6.32-21-server/build/include] |
| 72 | |
| 73 | Extracting the sources of the vmmon module. |
| 74 | |
| 75 | Building the vmmon module. |
| 76 | |
| 77 | Using 2.6.x kernel build system. |
| 78 | make: Entering directory `/tmp/vmware-config0/vmmon-only' |
| 79 | make -C /lib/modules/2.6.32-21-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 80 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-server' |
| 81 | CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o |
| 82 | In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, |
| 83 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:103: |
| 84 | /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined |
| 85 | In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, |
| 86 | from /tmp/vmware-config0/vmmon-only/linux/driver.c:103: |
| 87 | /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined |
| 88 | CC [M] /tmp/vmware-config0/vmmon-only/linux/driverLog.o |
| 89 | CC [M] /tmp/vmware-config0/vmmon-only/linux/hostif.o |
| 90 | In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, |
| 91 | from /tmp/vmware-config0/vmmon-only/linux/hostif.c:66: |
| 92 | /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined |
| 93 | /tmp/vmware-config0/vmmon-only/linux/hostif.c:3601:2: warning: #warning current->cred->fsuid = 0; |
| 94 | /tmp/vmware-config0/vmmon-only/linux/hostif.c:3608:2: warning: #warning current->cred->fsuid = fsuid; |
| 95 | /tmp/vmware-config0/vmmon-only/linux/hostif.c:3626:2: warning: #warning cap_lower(current->cred->cap_effective, CAP_SYS_RESOURCE); |
| 96 | /tmp/vmware-config0/vmmon-only/linux/hostif.c: In function ‘HostIFReadUptimeWork’: |
| 97 | /tmp/vmware-config0/vmmon-only/linux/hostif.c:1862: warning: ‘newUpBase’ may be used uninitialized in this function |
| 98 | CC [M] /tmp/vmware-config0/vmmon-only/common/comport.o |
| 99 | CC [M] /tmp/vmware-config0/vmmon-only/common/cpuid.o |
| 100 | CC [M] /tmp/vmware-config0/vmmon-only/common/hashFunc.o |
| 101 | CC [M] /tmp/vmware-config0/vmmon-only/common/memtrack.o |
| 102 | CC [M] /tmp/vmware-config0/vmmon-only/common/phystrack.o |
| 103 | CC [M] /tmp/vmware-config0/vmmon-only/common/task.o |
| 104 | In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, |
| 105 | from /tmp/vmware-config0/vmmon-only/common/task.c:50: |
| 106 | /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined |
| 107 | CC [M] /tmp/vmware-config0/vmmon-only/common/vmx86.o |
| 108 | In file included from /tmp/vmware-config0/vmmon-only/./include/vm_asm.h:41, |
| 109 | from /tmp/vmware-config0/vmmon-only/common/vmx86.c:43: |
| 110 | /tmp/vmware-config0/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined |
| 111 | CC [M] /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o |
| 112 | LD [M] /tmp/vmware-config0/vmmon-only/vmmon.o |
| 113 | Building modules, stage 2. |
| 114 | MODPOST 1 modules |
| 115 | CC /tmp/vmware-config0/vmmon-only/vmmon.mod.o |
| 116 | LD [M] /tmp/vmware-config0/vmmon-only/vmmon.ko |
| 117 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-server' |
| 118 | cp -f vmmon.ko ./../vmmon.o |
| 119 | make: Leaving directory `/tmp/vmware-config0/vmmon-only' |
| 120 | The vmmon module loads perfectly into the running kernel. |
| 121 | |
| 122 | None of the pre-built vmci modules for VMware Server is suitable for your |
| 123 | running kernel. Do you want this program to try to build the vmci module for |
| 124 | your system (you need to have a C compiler installed on your system)? [yes] |
| 125 | |
| 126 | Extracting the sources of the vmci module. |
| 127 | |
| 128 | Building the vmci module. |
| 129 | |
| 130 | Using 2.6.x kernel build system. |
| 131 | make: Entering directory `/tmp/vmware-config0/vmci-only' |
| 132 | make -C /lib/modules/2.6.32-21-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 133 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-server' |
| 134 | CC [M] /tmp/vmware-config0/vmci-only/linux/driver.o |
| 135 | CC [M] /tmp/vmware-config0/vmci-only/linux/driverLog.o |
| 136 | CC [M] /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o |
| 137 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciContext.o |
| 138 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDatagram.o |
| 139 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDriver.o |
| 140 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciDs.o |
| 141 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciEvent.o |
| 142 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciGroup.o |
| 143 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciHashtable.o |
| 144 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciProcess.o |
| 145 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o |
| 146 | CC [M] /tmp/vmware-config0/vmci-only/common/vmciResource.o |
| 147 | LD [M] /tmp/vmware-config0/vmci-only/vmci.o |
| 148 | Building modules, stage 2. |
| 149 | MODPOST 1 modules |
| 150 | CC /tmp/vmware-config0/vmci-only/vmci.mod.o |
| 151 | LD [M] /tmp/vmware-config0/vmci-only/vmci.ko |
| 152 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-server' |
| 153 | cp -f vmci.ko ./../vmci.o |
| 154 | make: Leaving directory `/tmp/vmware-config0/vmci-only' |
| 155 | The vmci module loads perfectly into the running kernel. |
| 156 | |
| 157 | VMWare config patch VMCI! |
| 158 | `/tmp/vmware-config0/vmci-only/Module.symvers' -> `/tmp/vmware-config0/../Module.symvers' |
| 159 | None of the pre-built vsock modules for VMware Server is suitable for your |
| 160 | running kernel. Do you want this program to try to build the vsock module for |
| 161 | your system (you need to have a C compiler installed on your system)? [yes] |
| 162 | |
| 163 | Extracting the sources of the vsock module. |
| 164 | |
| 165 | VMWare config patch VSOCK! |
| 166 | `/tmp/vmware-config0/../Module.symvers' -> `/tmp/vmware-config0/vsock-only/Module.symvers' |
| 167 | Building the vsock module. |
| 168 | |
| 169 | Using 2.6.x kernel build system. |
| 170 | make: Entering directory `/tmp/vmware-config0/vsock-only' |
| 171 | make -C /lib/modules/2.6.32-21-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 172 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-server' |
| 173 | CC [M] /tmp/vmware-config0/vsock-only/linux/af_vsock.o |
| 174 | CC [M] /tmp/vmware-config0/vsock-only/linux/driverLog.o |
| 175 | CC [M] /tmp/vmware-config0/vsock-only/linux/util.o |
| 176 | CC [M] /tmp/vmware-config0/vsock-only/linux/vsockAddr.o |
| 177 | LD [M] /tmp/vmware-config0/vsock-only/vsock.o |
| 178 | Building modules, stage 2. |
| 179 | MODPOST 1 modules |
| 180 | CC /tmp/vmware-config0/vsock-only/vsock.mod.o |
| 181 | LD [M] /tmp/vmware-config0/vsock-only/vsock.ko |
| 182 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-server' |
| 183 | cp -f vsock.ko ./../vsock.o |
| 184 | make: Leaving directory `/tmp/vmware-config0/vsock-only' |
| 185 | The vsock module loads perfectly into the running kernel. |
| 186 | |
| 187 | Do you want networking for your virtual machines? (yes/no/help) [yes] |
| 188 | |
| 189 | Configuring a bridged network for vmnet0. |
| 190 | |
| 191 | Please specify a name for this network. |
| 192 | [Bridged] |
| 193 | |
| 194 | The following bridged networks have been defined: |
| 195 | |
| 196 | . vmnet0 is bridged to eth0 |
| 197 | |
| 198 | All your ethernet interfaces are already bridged. |
| 199 | |
| 200 | Do you want to be able to use NAT networking in your virtual machines? (yes/no) |
| 201 | [yes] |
| 202 | |
| 203 | Configuring a NAT network for vmnet8. |
| 204 | |
| 205 | Please specify a name for this network. [NAT] |
| 206 | |
| 207 | Do you want this program to probe for an unused private subnet? (yes/no/help) |
| 208 | [yes] |
| 209 | |
| 210 | Probing for an unused private subnet (this can take some time)... |
| 211 | |
| 212 | The subnet 192.168.70.0/255.255.255.0 appears to be unused. |
| 213 | |
| 214 | The following NAT networks have been defined: |
| 215 | |
| 216 | . vmnet8 is a NAT network on private subnet 192.168.70.0. |
| 217 | |
| 218 | Do you wish to configure another NAT network? (yes/no) [no] |
| 219 | |
| 220 | Do you want to be able to use host-only networking in your virtual machines? |
| 221 | [yes] |
| 222 | |
| 223 | Configuring a host-only network for vmnet1. |
| 224 | |
| 225 | Please specify a name for this network. |
| 226 | [HostOnly] |
| 227 | |
| 228 | Do you want this program to probe for an unused private subnet? (yes/no/help) |
| 229 | [yes] |
| 230 | |
| 231 | Probing for an unused private subnet (this can take some time)... |
| 232 | |
| 233 | The subnet 192.168.159.0/255.255.255.0 appears to be unused. |
| 234 | |
| 235 | The following host-only networks have been defined: |
| 236 | |
| 237 | . vmnet1 is a host-only network on private subnet 192.168.159.0. |
| 238 | |
| 239 | Do you wish to configure another host-only network? (yes/no) [no] |
| 240 | |
| 241 | None of the pre-built vmnet modules for VMware Server is suitable for your |
| 242 | running kernel. Do you want this program to try to build the vmnet module for |
| 243 | your system (you need to have a C compiler installed on your system)? [yes] |
| 244 | |
| 245 | Extracting the sources of the vmnet module. |
| 246 | |
| 247 | Building the vmnet module. |
| 248 | |
| 249 | Using 2.6.x kernel build system. |
| 250 | make: Entering directory `/tmp/vmware-config0/vmnet-only' |
| 251 | make -C /lib/modules/2.6.32-21-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules |
| 252 | make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-server' |
| 253 | CC [M] /tmp/vmware-config0/vmnet-only/linux/driver.o |
| 254 | CC [M] /tmp/vmware-config0/vmnet-only/linux/hub.o |
| 255 | CC [M] /tmp/vmware-config0/vmnet-only/linux/userif.o |
| 256 | CC [M] /tmp/vmware-config0/vmnet-only/linux/netif.o |
| 257 | CC [M] /tmp/vmware-config0/vmnet-only/linux/bridge.o |
| 258 | /tmp/vmware-config0/vmnet-only/linux/bridge.c:652:2: warning: #warning EHUD gotta figure out what this does and how to fix it: atomic_add(skb->truesize, &sk->sk_wmem_alloc); |
| 259 | CC [M] /tmp/vmware-config0/vmnet-only/linux/filter.o |
| 260 | CC [M] /tmp/vmware-config0/vmnet-only/linux/procfs.o |
| 261 | CC [M] /tmp/vmware-config0/vmnet-only/linux/smac_compat.o |
| 262 | CC [M] /tmp/vmware-config0/vmnet-only/linux/smac.o |
| 263 | CC [M] /tmp/vmware-config0/vmnet-only/linux/vnetEvent.o |
| 264 | CC [M] /tmp/vmware-config0/vmnet-only/linux/vnetUserListener.o |
| 265 | LD [M] /tmp/vmware-config0/vmnet-only/vmnet.o |
| 266 | Building modules, stage 2. |
| 267 | MODPOST 1 modules |
| 268 | CC /tmp/vmware-config0/vmnet-only/vmnet.mod.o |
| 269 | LD [M] /tmp/vmware-config0/vmnet-only/vmnet.ko |
| 270 | make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-server' |
| 271 | cp -f vmnet.ko ./../vmnet.o |
| 272 | make: Leaving directory `/tmp/vmware-config0/vmnet-only' |
| 273 | The vmnet module loads perfectly into the running kernel. |
| 274 | |
| 275 | Please specify a port for remote connections to use [902] |
| 276 | |
| 277 | Please specify a port for standard http connections to use [8222] |
| 278 | |
| 279 | Please specify a port for secure http (https) connections to use [8333] |
| 280 | |
| 281 | The current administrative user for VMware Server is ''. Would you like to |
| 282 | specify a different administrator? [no] yes |
| 283 | |
| 284 | Please specify the user whom you wish to be the VMware Server administrator |
| 285 | mitty |
| 286 | |
| 287 | Using mitty as the VMware Server administrator. |
| 288 | |
| 289 | The script you are attempting to invoke has been converted to an Upstart |
| 290 | job, but lsb-header is not supported for Upstart jobs. |
| 291 | insserv: warning: script 'hostname' missing LSB tags and overrides |
| 292 | The script you are attempting to invoke has been converted to an Upstart |
| 293 | job, but lsb-header is not supported for Upstart jobs. |
| 294 | insserv: warning: script 'network-interface-security' missing LSB tags and overrides |
| 295 | The script you are attempting to invoke has been converted to an Upstart |
| 296 | job, but lsb-header is not supported for Upstart jobs. |
| 297 | insserv: warning: script 'network-interface' missing LSB tags and overrides |
| 298 | insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). |
| 299 | insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). |
| 300 | insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). |
| 301 | insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). |
| 302 | insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). |
| 303 | insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). |
| 304 | The script you are attempting to invoke has been converted to an Upstart |
| 305 | job, but lsb-header is not supported for Upstart jobs. |
| 306 | insserv: warning: script 'module-init-tools' missing LSB tags and overrides |
| 307 | insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). |
| 308 | The script you are attempting to invoke has been converted to an Upstart |
| 309 | job, but lsb-header is not supported for Upstart jobs. |
| 310 | insserv: warning: script 'plymouth' missing LSB tags and overrides |
| 311 | The script you are attempting to invoke has been converted to an Upstart |
| 312 | job, but lsb-header is not supported for Upstart jobs. |
| 313 | insserv: warning: script 'plymouth-log' missing LSB tags and overrides |
| 314 | The script you are attempting to invoke has been converted to an Upstart |
| 315 | job, but lsb-header is not supported for Upstart jobs. |
| 316 | insserv: warning: script 'plymouth-splash' missing LSB tags and overrides |
| 317 | The script you are attempting to invoke has been converted to an Upstart |
| 318 | job, but lsb-header is not supported for Upstart jobs. |
| 319 | insserv: warning: script 'plymouth-stop' missing LSB tags and overrides |
| 320 | The script you are attempting to invoke has been converted to an Upstart |
| 321 | job, but lsb-header is not supported for Upstart jobs. |
| 322 | insserv: warning: script 'procps' missing LSB tags and overrides |
| 323 | The script you are attempting to invoke has been converted to an Upstart |
| 324 | job, but lsb-header is not supported for Upstart jobs. |
| 325 | insserv: warning: script 'udev' missing LSB tags and overrides |
| 326 | The script you are attempting to invoke has been converted to an Upstart |
| 327 | job, but lsb-header is not supported for Upstart jobs. |
| 328 | insserv: warning: script 'udev-finish' missing LSB tags and overrides |
| 329 | The script you are attempting to invoke has been converted to an Upstart |
| 330 | job, but lsb-header is not supported for Upstart jobs. |
| 331 | insserv: warning: script 'udevtrigger' missing LSB tags and overrides |
| 332 | The script you are attempting to invoke has been converted to an Upstart |
| 333 | job, but lsb-header is not supported for Upstart jobs. |
| 334 | insserv: warning: script 'udevmonitor' missing LSB tags and overrides |
| 335 | The script you are attempting to invoke has been converted to an Upstart |
| 336 | job, but lsb-header is not supported for Upstart jobs. |
| 337 | insserv: warning: script 'hwclock' missing LSB tags and overrides |
| 338 | The script you are attempting to invoke has been converted to an Upstart |
| 339 | job, but lsb-header is not supported for Upstart jobs. |
| 340 | insserv: warning: script 'hwclock-save' missing LSB tags and overrides |
| 341 | The script you are attempting to invoke has been converted to an Upstart |
| 342 | job, but lsb-header is not supported for Upstart jobs. |
| 343 | insserv: warning: script 'console-setup' missing LSB tags and overrides |
| 344 | The script you are attempting to invoke has been converted to an Upstart |
| 345 | job, but lsb-header is not supported for Upstart jobs. |
| 346 | insserv: warning: script 'cron' missing LSB tags and overrides |
| 347 | The script you are attempting to invoke has been converted to an Upstart |
| 348 | job, but lsb-header is not supported for Upstart jobs. |
| 349 | insserv: warning: script 'rsyslog' missing LSB tags and overrides |
| 350 | The script you are attempting to invoke has been converted to an Upstart |
| 351 | job, but lsb-header is not supported for Upstart jobs. |
| 352 | insserv: warning: script 'dmesg' missing LSB tags and overrides |
| 353 | The script you are attempting to invoke has been converted to an Upstart |
| 354 | job, but lsb-header is not supported for Upstart jobs. |
| 355 | insserv: warning: script 'atd' missing LSB tags and overrides |
| 356 | The script you are attempting to invoke has been converted to an Upstart |
| 357 | job, but lsb-header is not supported for Upstart jobs. |
| 358 | insserv: warning: script 'irqbalance' missing LSB tags and overrides |
| 359 | The script you are attempting to invoke has been converted to an Upstart |
| 360 | job, but lsb-header is not supported for Upstart jobs. |
| 361 | insserv: warning: script 'ufw' missing LSB tags and overrides |
| 362 | The script you are attempting to invoke has been converted to an Upstart |
| 363 | job, but lsb-header is not supported for Upstart jobs. |
| 364 | insserv: warning: script 'apport' missing LSB tags and overrides |
| 365 | insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). |
| 366 | insserv: script vmware-core: service VMware already provided! |
| 367 | insserv: script vmware-mgmt: service VMware already provided! |
| 368 | insserv: script vmware-autostart: service VMware already provided! |
| 369 | insserv: There is a loop between service rsyslog and rsyncd if stopped |
| 370 | insserv: loop involving service rsyncd at depth 3 |
| 371 | insserv: loop involving service rsyslog at depth 2 |
| 372 | insserv: loop involving service udev at depth 1 |
| 373 | insserv: There is a loop between service rsyncd and rsyslog if stopped |
| 374 | insserv: exiting now without changing boot order! |
| 375 | In which directory do you want to keep your virtual machine files? |
| 376 | [/var/lib/vmware/Virtual Machines] |
| 377 | |
| 378 | The path "/var/lib/vmware/Virtual Machines" does not exist currently. This |
| 379 | program is going to create it, including needed parent directories. Is this |
| 380 | what you want? [yes] |
| 381 | |
| 382 | Please enter your 20-character serial number. |
| 383 | |
| 384 | Type XXXXX-XXXXX-XXXXX-XXXXX or 'Enter' to cancel: XXXXX-XXXXX-XXXXX-XXXXX |
| 385 | |
| 386 | Creating a new VMware VIX API installer database using the tar4 format. |
| 387 | |
| 388 | Installing VMware VIX API. |
| 389 | |
| 390 | In which directory do you want to install the VMware VIX API binary files? |
| 391 | [/usr/bin] |
| 392 | |
| 393 | In which directory do you want to install the VMware VIX API library files? |
| 394 | [/usr/lib/vmware-vix/lib] |
| 395 | |
| 396 | The path "/usr/lib/vmware-vix/lib" does not exist currently. This program is |
| 397 | going to create it, including needed parent directories. Is this what you want? |
| 398 | [yes] |
| 399 | |
| 400 | In which directory do you want to install the VMware VIX API document pages? |
| 401 | [/usr/share/doc/vmware-vix] |
| 402 | |
| 403 | The path "/usr/share/doc/vmware-vix" does not exist currently. This program is |
| 404 | going to create it, including needed parent directories. Is this what you want? |
| 405 | [yes] |
| 406 | |
| 407 | The installation of VMware VIX API 1.6.2 build-203138 for Linux completed |
| 408 | successfully. You can decide to remove this software from your system at any |
| 409 | time by invoking the following command: "/usr/bin/vmware-uninstall-vix.pl". |
| 410 | |
| 411 | Enjoy, |
| 412 | |
| 413 | --the VMware team |
| 414 | |
| 415 | Starting VMware services: |
| 416 | Virtual machine monitor done |
| 417 | Virtual machine communication interface done |
| 418 | VM communication interface socket family: done |
| 419 | Virtual ethernet done |
| 420 | Bridged networking on /dev/vmnet0 done |
| 421 | Host-only networking on /dev/vmnet1 (background) done |
| 422 | DHCP server on /dev/vmnet1 done |
| 423 | Host-only networking on /dev/vmnet8 (background) done |
| 424 | DHCP server on /dev/vmnet8 done |
| 425 | NAT service on /dev/vmnet8 done |
| 426 | VMware Server Authentication Daemon (background) done |
| 427 | Shared Memory Available done |
| 428 | Starting VMware management services: |
| 429 | VMware Server Host Agent (background) done |
| 430 | VMware Virtual Infrastructure Web Access |
| 431 | Starting VMware autostart virtual machines: |
| 432 | Virtual machines done |
| 433 | |
| 434 | The configuration of VMware Server 2.0.2 build-203138 for Linux for this |
| 435 | running kernel completed successfully. |
| 436 | }}} |