Changes between Initial Version and Version 1 of TipAndDoc/VM/VMware/Server/Lucid/raducotescu/kernelupdated


Ignore:
Timestamp:
Jun 6, 2010 10:02:16 PM (14 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/VMware/Server/Lucid/raducotescu/kernelupdated

    v1 v1  
     1 * sudo vmware-config.pl 
     2{{{ 
     3Making sure services for VMware Server are stopped. 
     4 
     5Stopping VMware autostart virtual machines: 
     6   Virtual machines                                                   failed 
     7Stopping VMware management services: 
     8   VMware Virtual Infrastructure Web Access 
     9   VMware Server Host Agent                                           failed 
     10Stopping VMware services: 
     11   VMware Authentication Daemon                                        done 
     12   VM communication interface socket family:                           done 
     13   Virtual machine communication interface                             done 
     14   Virtual machine monitor                                             done 
     15   Bridged networking on /dev/vmnet0                                   done 
     16   Host network detection                                              done 
     17   DHCP server on /dev/vmnet1                                          done 
     18   Host-only networking on /dev/vmnet1                                 done 
     19   DHCP server on /dev/vmnet8                                          done 
     20   NAT service on /dev/vmnet8                                          done 
     21   Host-only networking on /dev/vmnet8                                 done 
     22   Virtual ethernet                                                    done 
     23 
     24You must read and accept the End User License Agreement to continue. 
     25Press enter to display it. 
     26 
     27(snip) 
     28 
     29Do you accept? (yes/no) yes 
     30 
     31Thank you. 
     32 
     33None of the pre-built vmmon modules for VMware Server is suitable for your 
     34running kernel.  Do you want this program to try to build the vmmon module for 
     35your system (you need to have a C compiler installed on your system)? [yes] 
     36 
     37Using compiler "/usr/bin/gcc". Use environment variable CC to override. 
     38 
     39What is the location of the directory of C header files that match your running 
     40kernel? [/lib/modules/2.6.32-22-server/build/include] 
     41 
     42Extracting the sources of the vmmon module. 
     43 
     44Building the vmmon module. 
     45 
     46Using 2.6.x kernel build system. 
     47make: Entering directory `/tmp/vmware-config0/vmmon-only' 
     48make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     49make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     50  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o 
     51In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, 
     52                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:29, 
     53                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:101: 
     54/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined 
     55In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, 
     56                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, 
     57                 from include/linux/prefetch.h:14, 
     58                 from include/linux/list.h:6, 
     59                 from include/linux/module.h:9, 
     60                 from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27, 
     61                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:26: 
     62/usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition 
     63In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, 
     64                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:29, 
     65                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:101: 
     66/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined 
     67In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, 
     68                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, 
     69                 from include/linux/prefetch.h:14, 
     70                 from include/linux/list.h:6, 
     71                 from include/linux/module.h:9, 
     72                 from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27, 
     73                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:26: 
     74/usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition 
     75  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driverLog.o 
     76  CC [M]  /tmp/vmware-config0/vmmon-only/linux/hostif.o 
     77In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, 
     78                 from /tmp/vmware-config0/vmmon-only/./common/hostif.h:32, 
     79                 from /tmp/vmware-config0/vmmon-only/linux/hostif.c:73: 
     80/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined 
     81In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, 
     82                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, 
     83                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, 
     84                 from include/linux/thread_info.h:56, 
     85                 from include/linux/preempt.h:9, 
     86                 from include/linux/spinlock.h:50, 
     87                 from include/linux/mmzone.h:7, 
     88                 from include/linux/gfp.h:4, 
     89                 from include/linux/mm.h:8, 
     90                 from /tmp/vmware-config0/vmmon-only/./include/compat_page.h:23, 
     91                 from /tmp/vmware-config0/vmmon-only/linux/hostif.c:32: 
     92/usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition 
     93  CC [M]  /tmp/vmware-config0/vmmon-only/common/comport.o 
     94  CC [M]  /tmp/vmware-config0/vmmon-only/common/cpuid.o 
     95  CC [M]  /tmp/vmware-config0/vmmon-only/common/hashFunc.o 
     96  CC [M]  /tmp/vmware-config0/vmmon-only/common/memtrack.o 
     97  CC [M]  /tmp/vmware-config0/vmmon-only/common/phystrack.o 
     98  CC [M]  /tmp/vmware-config0/vmmon-only/common/task.o 
     99  CC [M]  /tmp/vmware-config0/vmmon-only/common/vmx86.o 
     100In file included from /tmp/vmware-config0/vmmon-only/common/vmx86.h:32, 
     101                 from /tmp/vmware-config0/vmmon-only/common/vmx86.c:40: 
     102/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined 
     103In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, 
     104                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, 
     105                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, 
     106                 from include/linux/thread_info.h:56, 
     107                 from include/linux/preempt.h:9, 
     108                 from include/linux/spinlock.h:50, 
     109                 from include/linux/seqlock.h:29, 
     110                 from include/linux/time.h:8, 
     111                 from include/linux/timex.h:56, 
     112                 from include/linux/sched.h:56, 
     113                 from /tmp/vmware-config0/vmmon-only/common/vmx86.c:32: 
     114/usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition 
     115  CC [M]  /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.o 
     116In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32, 
     117                 from /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.c:35: 
     118/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined 
     119In file included from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr.h:4, 
     120                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/processor.h:21, 
     121                 from /usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/thread_info.h:22, 
     122                 from include/linux/thread_info.h:56, 
     123                 from include/linux/preempt.h:9, 
     124                 from include/linux/spinlock.h:50, 
     125                 from include/linux/seqlock.h:29, 
     126                 from include/linux/time.h:8, 
     127                 from include/linux/timex.h:56, 
     128                 from include/linux/sched.h:56, 
     129                 from /tmp/vmware-config0/vmmon-only/./include/compat_sched.h:23, 
     130                 from /tmp/vmware-config0/vmmon-only/vmcore/moduleloop.c:31: 
     131/usr/src/linux-headers-2.6.32-22-server/arch/x86/include/asm/msr-index.h:227:1: warning: this is the location of the previous definition 
     132  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.o 
     133  Building modules, stage 2. 
     134  MODPOST 1 modules 
     135  CC      /tmp/vmware-config0/vmmon-only/vmmon.mod.o 
     136  LD [M]  /tmp/vmware-config0/vmmon-only/vmmon.ko 
     137make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     138cp -f vmmon.ko ./../vmmon.o 
     139make: Leaving directory `/tmp/vmware-config0/vmmon-only' 
     140The vmmon module loads perfectly into the running kernel. 
     141 
     142None of the pre-built vmci modules for VMware Server is suitable for your 
     143running kernel.  Do you want this program to try to build the vmci module for 
     144your system (you need to have a C compiler installed on your system)? [yes] 
     145 
     146Extracting the sources of the vmci module. 
     147 
     148Building the vmci module. 
     149 
     150Using 2.6.x kernel build system. 
     151make: Entering directory `/tmp/vmware-config0/vmci-only' 
     152make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     153make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     154  CC [M]  /tmp/vmware-config0/vmci-only/linux/driver.o 
     155  CC [M]  /tmp/vmware-config0/vmci-only/linux/driverLog.o 
     156  CC [M]  /tmp/vmware-config0/vmci-only/linux/vmciKernelIf.o 
     157  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciContext.o 
     158  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDatagram.o 
     159  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDriver.o 
     160  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciDs.o 
     161  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciEvent.o 
     162  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciGroup.o 
     163  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciHashtable.o 
     164  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciProcess.o 
     165  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciQueuePair.o 
     166  CC [M]  /tmp/vmware-config0/vmci-only/common/vmciResource.o 
     167  LD [M]  /tmp/vmware-config0/vmci-only/vmci.o 
     168  Building modules, stage 2. 
     169  MODPOST 1 modules 
     170  CC      /tmp/vmware-config0/vmci-only/vmci.mod.o 
     171  LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko 
     172make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     173cp -f vmci.ko ./../vmci.o 
     174make: Leaving directory `/tmp/vmware-config0/vmci-only' 
     175The vmci module loads perfectly into the running kernel. 
     176 
     177VMWare config patch VMCI! 
     178`/tmp/vmware-config0/vmci-only/Module.symvers' -> `/tmp/vmware-config0/../Module.symvers' 
     179None of the pre-built vsock modules for VMware Server is suitable for your 
     180running kernel.  Do you want this program to try to build the vsock module for 
     181your system (you need to have a C compiler installed on your system)? [yes] 
     182 
     183Extracting the sources of the vsock module. 
     184 
     185VMWare config patch VSOCK! 
     186`/tmp/vmware-config0/../Module.symvers' -> `/tmp/vmware-config0/vsock-only/Module.symvers' 
     187Building the vsock module. 
     188 
     189Using 2.6.x kernel build system. 
     190make: Entering directory `/tmp/vmware-config0/vsock-only' 
     191make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     192make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     193  CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o 
     194  CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o 
     195  CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o 
     196  CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o 
     197  LD [M]  /tmp/vmware-config0/vsock-only/vsock.o 
     198  Building modules, stage 2. 
     199  MODPOST 1 modules 
     200  CC      /tmp/vmware-config0/vsock-only/vsock.mod.o 
     201  LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko 
     202make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     203cp -f vsock.ko ./../vsock.o 
     204make: Leaving directory `/tmp/vmware-config0/vsock-only' 
     205The vsock module loads perfectly into the running kernel. 
     206 
     207This program previously created the file /dev/vmnet0, and was about to remove 
     208it.  Somebody else apparently did it already. 
     209 
     210This program previously created the file /dev/vmnet1, and was about to remove 
     211it.  Somebody else apparently did it already. 
     212 
     213This program previously created the file /dev/vmnet8, and was about to remove 
     214it.  Somebody else apparently did it already. 
     215 
     216You have already setup networking. 
     217 
     218Would you like to skip networking setup and keep your old settings as they are? 
     219(yes/no) [yes] 
     220 
     221None of the pre-built vmnet modules for VMware Server is suitable for your 
     222running kernel.  Do you want this program to try to build the vmnet module for 
     223your system (you need to have a C compiler installed on your system)? [yes] 
     224 
     225Extracting the sources of the vmnet module. 
     226 
     227Building the vmnet module. 
     228 
     229Using 2.6.x kernel build system. 
     230make: Entering directory `/tmp/vmware-config0/vmnet-only' 
     231make -C /lib/modules/2.6.32-22-server/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules 
     232make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-server' 
     233  CC [M]  /tmp/vmware-config0/vmnet-only/driver.o 
     234  CC [M]  /tmp/vmware-config0/vmnet-only/hub.o 
     235  CC [M]  /tmp/vmware-config0/vmnet-only/userif.o 
     236  CC [M]  /tmp/vmware-config0/vmnet-only/netif.o 
     237  CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o 
     238  CC [M]  /tmp/vmware-config0/vmnet-only/filter.o 
     239  CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o 
     240  CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o 
     241  CC [M]  /tmp/vmware-config0/vmnet-only/smac.o 
     242  CC [M]  /tmp/vmware-config0/vmnet-only/vnetEvent.o 
     243  CC [M]  /tmp/vmware-config0/vmnet-only/vnetUserListener.o 
     244  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o 
     245  Building modules, stage 2. 
     246  MODPOST 1 modules 
     247  CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o 
     248  LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko 
     249make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-server' 
     250cp -f vmnet.ko ./../vmnet.o 
     251make: Leaving directory `/tmp/vmware-config0/vmnet-only' 
     252The vmnet module loads perfectly into the running kernel. 
     253 
     254Please specify a port for remote connections to use [902] 
     255 
     256Using Existing SSL Certificate. 
     257You have a pre-existing config.xml.  The new version will be created as 
     258/etc/vmware/hostd/NEW_config.xml.  Please check the new file for any new values 
     259that you may need to migrate to your current config.xml. 
     260 
     261Do you want to use the current proxy port values? [yes] 
     262 
     263The current administrative user for VMware Server  is 'root'.  Would you like 
     264to specify a different administrator? [no] 
     265 
     266Using root as the VMware Server administrator. 
     267 
     268You have a pre-existing authorization.xml.  The new version will be created as 
     269/etc/vmware/hostd/NEW_authorization.xml.  Please check the new file for any new 
     270values that you may need to migrate to your current authorization.xml. 
     271 
     272You have a pre-existing vmInventory.xml.  The new version will be created as 
     273/etc/vmware/hostd/NEW_vmInventory.xml.  Please check the new file for any new 
     274values that you may need to migrate to your current vmInventory.xml. 
     275 
     276You have a pre-existing clients.xml.  The new version will be created as 
     277/usr/lib/vmware/hostd/docroot/client/NEW_clients.xml.  Please check the new 
     278file for any new values that you may need to migrate to your current 
     279clients.xml. 
     280 
     281This program previously created the file 
     282/usr/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/work, and was about to 
     283remove it.  Somebody else apparently did it already. 
     284 
     285insserv: warning: current stop runlevel(s) (0 2 3 5 6) of script `vmware' overwrites defaults (0 6). 
     286The script you are attempting to invoke has been converted to an Upstart 
     287job, but lsb-header is not supported for Upstart jobs. 
     288insserv: warning: script 'hostname' missing LSB tags and overrides 
     289The script you are attempting to invoke has been converted to an Upstart 
     290job, but lsb-header is not supported for Upstart jobs. 
     291insserv: warning: script 'network-interface-security' missing LSB tags and overrides 
     292The script you are attempting to invoke has been converted to an Upstart 
     293job, but lsb-header is not supported for Upstart jobs. 
     294insserv: warning: script 'network-interface' missing LSB tags and overrides 
     295insserv: warning: current start runlevel(s) (0) of script `halt' overwrites defaults (empty). 
     296insserv: warning: current start runlevel(s) (0 6) of script `umountnfs.sh' overwrites defaults (empty). 
     297insserv: warning: current start runlevel(s) (0 6) of script `umountfs' overwrites defaults (empty). 
     298insserv: warning: current start runlevel(s) (0 6) of script `umountroot' overwrites defaults (empty). 
     299insserv: warning: current start runlevel(s) (6) of script `reboot' overwrites defaults (empty). 
     300insserv: warning: current start runlevel(s) (0 6) of script `sendsigs' overwrites defaults (empty). 
     301The script you are attempting to invoke has been converted to an Upstart 
     302job, but lsb-header is not supported for Upstart jobs. 
     303insserv: warning: script 'module-init-tools' missing LSB tags and overrides 
     304insserv: warning: current start runlevel(s) (0 6) of script `networking' overwrites defaults (empty). 
     305The script you are attempting to invoke has been converted to an Upstart 
     306job, but lsb-header is not supported for Upstart jobs. 
     307insserv: warning: script 'plymouth' missing LSB tags and overrides 
     308The script you are attempting to invoke has been converted to an Upstart 
     309job, but lsb-header is not supported for Upstart jobs. 
     310insserv: warning: script 'plymouth-log' missing LSB tags and overrides 
     311The script you are attempting to invoke has been converted to an Upstart 
     312job, but lsb-header is not supported for Upstart jobs. 
     313insserv: warning: script 'plymouth-splash' missing LSB tags and overrides 
     314The script you are attempting to invoke has been converted to an Upstart 
     315job, but lsb-header is not supported for Upstart jobs. 
     316insserv: warning: script 'plymouth-stop' missing LSB tags and overrides 
     317The script you are attempting to invoke has been converted to an Upstart 
     318job, but lsb-header is not supported for Upstart jobs. 
     319insserv: warning: script 'procps' missing LSB tags and overrides 
     320The script you are attempting to invoke has been converted to an Upstart 
     321job, but lsb-header is not supported for Upstart jobs. 
     322insserv: warning: script 'udev' missing LSB tags and overrides 
     323The script you are attempting to invoke has been converted to an Upstart 
     324job, but lsb-header is not supported for Upstart jobs. 
     325insserv: warning: script 'udev-finish' missing LSB tags and overrides 
     326The script you are attempting to invoke has been converted to an Upstart 
     327job, but lsb-header is not supported for Upstart jobs. 
     328insserv: warning: script 'udevtrigger' missing LSB tags and overrides 
     329The script you are attempting to invoke has been converted to an Upstart 
     330job, but lsb-header is not supported for Upstart jobs. 
     331insserv: warning: script 'udevmonitor' missing LSB tags and overrides 
     332The script you are attempting to invoke has been converted to an Upstart 
     333job, but lsb-header is not supported for Upstart jobs. 
     334insserv: warning: script 'hwclock' missing LSB tags and overrides 
     335The script you are attempting to invoke has been converted to an Upstart 
     336job, but lsb-header is not supported for Upstart jobs. 
     337insserv: warning: script 'hwclock-save' missing LSB tags and overrides 
     338The script you are attempting to invoke has been converted to an Upstart 
     339job, but lsb-header is not supported for Upstart jobs. 
     340insserv: warning: script 'console-setup' missing LSB tags and overrides 
     341The script you are attempting to invoke has been converted to an Upstart 
     342job, but lsb-header is not supported for Upstart jobs. 
     343insserv: warning: script 'cron' missing LSB tags and overrides 
     344The script you are attempting to invoke has been converted to an Upstart 
     345job, but lsb-header is not supported for Upstart jobs. 
     346insserv: warning: script 'rsyslog' missing LSB tags and overrides 
     347The script you are attempting to invoke has been converted to an Upstart 
     348job, but lsb-header is not supported for Upstart jobs. 
     349insserv: warning: script 'dmesg' missing LSB tags and overrides 
     350The script you are attempting to invoke has been converted to an Upstart 
     351job, but lsb-header is not supported for Upstart jobs. 
     352insserv: warning: script 'atd' missing LSB tags and overrides 
     353The script you are attempting to invoke has been converted to an Upstart 
     354job, but lsb-header is not supported for Upstart jobs. 
     355insserv: warning: script 'irqbalance' missing LSB tags and overrides 
     356The script you are attempting to invoke has been converted to an Upstart 
     357job, but lsb-header is not supported for Upstart jobs. 
     358insserv: warning: script 'ufw' missing LSB tags and overrides 
     359The script you are attempting to invoke has been converted to an Upstart 
     360job, but lsb-header is not supported for Upstart jobs. 
     361insserv: warning: script 'apport' missing LSB tags and overrides 
     362insserv: warning: current start runlevel(s) (0 6) of script `wpa-ifupdown' overwrites defaults (empty). 
     363insserv: script vmware-core: service VMware already provided! 
     364insserv: script vmware-mgmt: service VMware already provided! 
     365insserv: script vmware-autostart: service VMware already provided! 
     366In which directory do you want to keep your virtual machine files? 
     367[/var/lib/vmware/Virtual Machines] 
     368 
     369You have a pre-existing datastores.xml.  The new version will be created as 
     370/etc/vmware/hostd/NEW_datastores.xml.  Please check the new file for any new 
     371values that you may need to migrate to your current datastores.xml. 
     372 
     373Do you want to enter a serial number now? (yes/no/help) [no] 
     374 
     375Starting VMware services: 
     376   Virtual machine monitor                                             done 
     377   Virtual machine communication interface                             done 
     378   VM communication interface socket family:                           done 
     379   Virtual ethernet                                                    done 
     380   Bridged networking on /dev/vmnet0                                   done 
     381   Host-only networking on /dev/vmnet1 (background)                    done 
     382   DHCP server on /dev/vmnet1                                          done 
     383   Host-only networking on /dev/vmnet8 (background)                    done 
     384   DHCP server on /dev/vmnet8                                          done 
     385   NAT service on /dev/vmnet8                                          done 
     386   VMware Server Authentication Daemon (background)                    done 
     387   Shared Memory Available                                             done 
     388Starting VMware management services: 
     389   VMware Server Host Agent (background)                               done 
     390   VMware Virtual Infrastructure Web Access 
     391Starting VMware autostart virtual machines: 
     392   Virtual machines                                                    done 
     393 
     394The configuration of VMware Server 2.0.2 build-203138 for Linux for this 
     395running kernel completed successfully. 
     396}}}