2.0

Table Of Contents
VMware, Inc. 41
Chapter 2 Installing VMware Server
Uninstalling VMware Server on a Windows Host
TouninstallVMwareServer,usetheAdd/RemoveProgramscontrolpanel.Select
VMwareServerandclickRemove.Followtheonscreeninstructions.
Installing VMware Server on a Linux Host
Beforeyoubegin,readthefollowingnotesandmakeadjustmentstoyourhostsystem:
TherealtimeclockfunctionmustbecompiledinyourLinuxkernel.
TheparallelportPCstylehardwareoption(CONFIG_PARPORT_PC)mustbe
builtandloadedasakernelmodule(thatis,itmustbesettomwhenthekernelis
compiled).
To install VMware Server on a Linux host using a tar installation file
1LoginwiththeusernameyouplantousewhenrunningVMwareServer.
2Inaterminalwindow,usethe
commandtobecomeroot,forexample:
su -
OnUbuntuhosts,usethecommand:
sudo -s -H
3Ifyouhaveaprevioustarinstallation,deletethevmware-server-distrib
directorybeforeinstallingfromatarfileagain.
Thelocationofthisdirectoryisusually/tmp/vmware-server-distrib.
4 Changetothetemporarydirectorywhereyoucopiedorsavedtheinstallationfile:
cd /tmp
5Unpackthearchive:
tar zxpf VMware-server-<xxxx>.tar.gz
6 Changetotheinstallationdirectory:
cd vmware-server-distrib
7Runtheinstallationscript:
./vmware-install.pl
8Respondtothepromptsforthedirectorylocationsforbinaryfiles,initialization
scripts,daemonfiles,libraryfiles,manualfiles,anddocumentationfiles.
Inmostcases,thedefaultresponseisappropriate.