Hit the <enter> key each time you are prompted to select the factory default answer. By default, the installation program installs:
the executables in /usr/bin, the manual pages in /usr/man, the library files in /usr/lib/vmware, and the documentation files in /usr/doc/vmware
NB, <<:2003.03.29 Sat:>>
nope!
None of VMware Workstation's pre-built vmmon modules is suitable for your running kernel. Do you want this script to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes]
...
make: Leaving directory `/tmp/vmware-config0/vmmon-only' The module loads perfectly in the running kernel.
Trying to find a suitable vmnet module for your running kernel.
None of VMware Workstation's pre-built vmnet modules is suitable for your running kernel. Do you want this script to try to build the vmnet module for your system (you need to have a C compiler installed on your system)? [yes]
Extracting the sources of the vmnet module.
Building the vmnet module.
...
make: Leaving directory `/tmp/vmware-config0/vmnet-only' The module loads perfectly in the running kernel.
Do you want networking for your Virtual Machines? (yes/no/help) [yes]
Configuring a bridged network for vmnet0.
Configuring a NAT network for vmnet8.
Do you want this script to probe for an unused private subnet? (yes/no/help) [yes]
Probing for an unused private subnet (this can take some time).
The subnet 172.16.204.0/255.255.255.0 appears to be unused.
This system appears to have a DHCP server configured for normal use. Beware that you should teach it how not to interfere with VMware Workstation's DHCP server. There are two ways to do this:
1) Modify the file /etc/dhcpd.conf to add something like:
subnet 172.16.204.0 netmask 255.255.255.0 { # Note: No range is given, vmnet-dhcpd will deal with this subnet. }
2) Start your DHCP server with an explicit list of network interfaces to deal with (leaving out vmnet8). e.g.:
dhcpd eth0
Consult the dhcpd(8) and dhcpd.conf(5) manual pages for details.
Hit enter to continue.
Do you want to be able to use host-only networking in your Virtual Machines? [no]
Do you want this script to automatically configure your system to allow your Virtual Machines to access the host's filesystem? (yes/no/help) yes
Creating a host-only network on vmnet1. (this is required to share the host's filesystem).
Configuring a host-only network for vmnet1.
Do you want this script to probe for an unused private subnet? (yes/no/help)
This system appears to have a CIFS/SMB server (Samba) configured for normal use. If this server is intended to run, you need to make sure that it will not conflict with the Samba server setup on the private network (the one that we use to share the host's filesystem). Please check your /etc/samba/smb.conf file so that:
There is a "socket address" line that contains only your real host IP address
grep -5 interfaces /etc/samba/smb.conf grep -5 "socket" /etc/samba/smb.conf
— default is ok.
Hit enter to continue.
Starting VMware services: Virtual machine monitor [ OK ] Virtual ethernet [ OK ] Bridged networking on /dev/vmnet0 [ OK ] Host-only networking on /dev/vmnet1 (background) [ OK ] Host-only networking on /dev/vmnet8 (background) [ OK ] NAT networking on /dev/vmnet8 [ OK ]
the network options available first for your VMWare client:
In brief, the bridged networking is the recommended method.
to (re-)configure, run vmware-config.pl (/usr/bin/vmware-config.pl).
file:///usr/lib/vmware/help/networking.htm
Bridged networking. If your host computer is on an Ethernet network, this is often the easiest way to give your virtual machine access to that network. With bridged networking, the virtual machine appears as an additional computer on the same physical Ethernet network as the host. A virtual machine with bridged networking may transparently use any of the services available on the network to which it is bridged, including: file servers, printers, gateways and so on. Likewise, any physical host or other virtual machine configured with bridged networking can use resources of that virtual machine. >>More information
# Networking bridged to real ethernet ethernet0.present = TRUE ethernet0.connectionType = bridged
# Networked to host only subnet ethernet1.present = "FALSE" ethernet1.connectionType = hostOnly
Bridged and host-only networking. On Linux hosts, you can select both bridged and host-only networking. If you chose to install Samba (host-only networking) when you installed VMware Workstation or if you already had Samba configured appropriately on your host the guest operating system can share files with the host using the facilities of the host-only network.
# Networking bridged to real ethernet ethernet0.present = TRUE ethernet0.connectionType = bridged
# Networked to host only subnet ethernet1.present = TRUE ethernet1.connectionType = hostOnly
to (re-)configure, run vmware-config.pl (/usr/bin/vmware-config.pl).
Every time it has to build new .o files! Otherwise, the script will stop.
Removed lots, but vmnet8 is still on.
Starting VMware services: Virtual machine monitor [ OK ] Virtual ethernet [ OK ] Bridged networking on /dev/vmnet0 [ OK ] Host-only networking on /dev/vmnet8 (background) [ OK ] NAT networking on /dev/vmnet8 [ OK ]
vmware answers database is at /etc/vmware/locations
% grep '^\(remove_\)*answer ' /etc/vmware/locations answer BINDIR /usr/bin answer LIBDIR /usr/lib/vmware answer MANDIR /usr/share/man answer DOCDIR /usr/share/doc/vmware answer INITDIR /etc/rc.d answer INITSCRIPTSDIR /etc/rc.d/init.d answer RUN_CONFIGURATOR yes answer EULA_AGREED yes answer BUILDR_vmmon yes answer HEADER_DIR /lib/modules/2.4.18-14/build/include answer BUILDR_vmnet yes answer NETWORKING yes answer VNET_0_INTERFACE eth0 answer VNET_8_NAT yes answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 answer VNET_1_HOSTONLY_HOSTADDR 192.168.120.1 answer VNET_1_HOSTONLY_NETMASK 255.255.255.0 answer VNET_1_SAMBA no remove_answer VNET_1_SAMBA answer VNET_1_SAMBA yes remove_answer BUILDR_vmmon answer BUILDR_vmmon yes remove_answer HEADER_DIR answer HEADER_DIR /lib/modules/2.4.18-14/build/include remove_answer BUILDR_vmnet answer BUILDR_vmnet yes remove_answer VNET_0_INTERFACE answer VNET_0_INTERFACE eth0 remove_answer VNET_1_HOSTONLY_HOSTADDR answer VNET_1_HOSTONLY_HOSTADDR 192.168.120.1 remove_answer VNET_1_HOSTONLY_NETMASK answer VNET_1_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_1_SAMBA answer VNET_1_SAMBA yes remove_answer VNET_8_NAT answer VNET_8_NAT yes remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer NETWORKING answer NETWORKING yes answer NETWORKING_EDITOR wizard remove_answer BUILDR_vmmon answer BUILDR_vmmon no remove_answer BUILDR_vmmon answer BUILDR_vmmon no remove_answer BUILDR_vmmon answer BUILDR_vmmon yes remove_answer HEADER_DIR answer HEADER_DIR /lib/modules/2.4.18-14/build/include remove_answer BUILDR_vmnet answer BUILDR_vmnet yes remove_answer VNET_0_INTERFACE answer VNET_0_INTERFACE eth0 remove_answer VNET_1_HOSTONLY_HOSTADDR answer VNET_1_HOSTONLY_HOSTADDR 192.168.120.1 remove_answer VNET_1_HOSTONLY_NETMASK answer VNET_1_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_1_SAMBA answer VNET_1_SAMBA yes remove_answer VNET_8_NAT answer VNET_8_NAT yes remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer NETWORKING answer NETWORKING yes remove_answer NETWORKING_EDITOR answer NETWORKING_EDITOR editor remove_answer VNET_0_INTERFACE answer VNET_0_INTERFACE eth0 remove_answer VNET_8_NAT answer VNET_8_NAT yes remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_1_SAMBA answer VNET_1_SAMBA no remove_answer BUILDR_vmmon answer BUILDR_vmmon yes remove_answer HEADER_DIR answer HEADER_DIR /lib/modules/2.4.18-14/build/include remove_answer BUILDR_vmnet answer BUILDR_vmnet yes remove_answer VNET_0_INTERFACE answer VNET_0_INTERFACE eth0 remove_answer VNET_1_HOSTONLY_HOSTADDR answer VNET_1_HOSTONLY_HOSTADDR 192.168.120.1 remove_answer VNET_1_HOSTONLY_NETMASK answer VNET_1_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_1_SAMBA answer VNET_1_SAMBA no remove_answer VNET_8_NAT answer VNET_8_NAT yes remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer NETWORKING answer NETWORKING yes remove_answer NETWORKING_EDITOR answer NETWORKING_EDITOR wizard remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_8_NAT answer VNET_8_NAT yes remove_answer VNET_8_HOSTONLY_HOSTADDR answer VNET_8_HOSTONLY_HOSTADDR 172.16.204.1 remove_answer VNET_8_HOSTONLY_NETMASK answer VNET_8_HOSTONLY_NETMASK 255.255.255.0 remove_answer VNET_1_SAMBA answer VNET_1_SAMBA no remove_answer VNET_1_HOSTONLY_HOSTADDR remove_answer VNET_1_HOSTONLY_NETMASK remove_answer VNET_1_SAMBA answer VNET_1_SAMBA no
service vmware stop xsel -p >> /etc/vmware/locations remove_answer VNET_8_NAT remove_answer VNET_8_HOSTONLY_HOSTADDR remove_answer VNET_8_HOSTONLY_NETMASK
OK!
![]() | |
!! |
% service vmware start Starting VMware services: Virtual machine monitor [ OK ] Virtual ethernet [ OK ] Bridged networking on /dev/vmnet0 [ OK ]
Yes, bridged networking is all that I want. This is the cleanest VMware environment.
/usr/lib/vmware/help/networking_host_samba.htm /usr/lib/vmware/help/sharefiles_hos_gos.htm
If you already have Samba configured on your Linux host, the recommended approach is to modify that configuration so it includes the IP subnet used by the VMware Workstation virtual Ethernet adapter, VMnet1. In this case, you should not install the VMware Workstation Samba server when you are installing VMware Workstation on your host. When the configuration script prompts you Do you want this script to automatically configure your system to allow your virtual machines to access the host file system?, answer No.
You need to modify Samba on the Linux host operating system so it recognizes the vmnet8 switch, otherwise you cannot access the Linux file system. You need to do this even if you installed host-only networking (as Samba is installed when you install host-only networking with VMware Workstation).
To determine what subnet is being used by VMnet1, run /sbin/ifconfig vmnet1.
It may also be possible to run both your existing Samba server and the VMware Workstation Samba server at the same time.
If you are connecting to the Linux system from a Windows Me, Windows 98 or Windows 95 guest operating system, NetBEUI must be installed in the guest operating system in order to browse the file system.
VMware highly recommends that you install the VMware Tools suite within each virtual machine as soon as it is installed. It is very important that you install VMware Tools in the guest operating system. If you do not install VMware Tools, the graphics environment within the virtual machine is limited to VGA-mode graphics (640x480, 16 colors).
With the VMware Tools SVGA driver installed, VMware Workstation supports up to 32-bit displays and high display resolution with significantly faster overall graphics performance.
Other tools in the package make it more convenient to use your virtual machine by supporting the following enhancements. Note that these enhancements are available only when VMware Tools is running.
The cursor settings allow you to move the mouse cursor smoothly between the virtual machine and the host graphical user interface. The cursor settings also allow you to copy and paste text buffers between virtual machines and the host and from one virtual machine to another.
When the guest operating system starts, prepare your virtual machine to install VMware Tools.
Choose Settings > VMware Tools Install.
A dialog box appears after a few seconds. It asks if you want to install VMware Tools. If autorun is not enabled, the dialog box does not appear automatically. You can manually run the VMware Tools installer. Click Start > Run and enter D:\setup\setup.exe where D: is your first virtual CD-ROM drive.
VMware recommends booting the guest operating system natively on the computer and creating a hardware profile for the virtual machine before proceeding.
After creating the virtual machine, start Workstation and check the configuration by typing the following command:
vmware <config-file>.cfg
where <config-file> is the path of the configuration file created by the Wizard.
Each virtual machine provides a platform that consists of the following set of virtual devices:
This set of virtual devices is different from the set of real hardware devices and is independent of the underlying hardware with a few exceptions (the processor itself is such an exception). This feature provides a stable platform and allows operating system images installed within a virtual machine to be migrated to other virtual machines, regardless of the configuration of the real machine.
Microsoft operating systems have the notion of hardware profiles. Each hardware profile is associated with a set of known devices. If more than one hardware profile exists, the user is prompted to choose between different hardware profiles at boot time.
file:///usr/lib/vmware/help/devices_sound.htm
Select "Creative Labs Sound Blaster 16 or AWE-32".
Running a Windows 2000, Windows XP or Windows .NET Server Virtual Machine from an Existing Multiple-Boot Installation on Computers with ACPI
http://www.vmware.com/support/ws3/doc/ws32_disks8.html#1009931
The Windows 2000, Windows XP and Windows .NET Server kernels support Advanced Configuration and Power Management (ACPI), a power management interface that replaces the earlier APM.
If you have installed Windows 2000, Windows XP or Windows .NET Server on a computer with ACPI features and then try to set up a VMware Workstation virtual machine running from a raw disk, this can cause VMware Workstation to crash with an error message that says "Error CPL0 Stack, Shutdown" or "INACCESSIBLE BOOT DEVICE."
Extract the uniprocessor hal.dll along with NTOSKRNL.EXE and rename the extracted files as follows:
expand D:\I386\HAL.DL_ C:\WINNT\SYSTEM32\VMHAL.DLL
expand D:\I386\NTOSKRNL.EX_ C:\WINNT\SYSTEM32\VMOSKRNL.EXE
where D: is the drive letter used by your CD-ROM drive and C: is where your WINNT folder resides.
Add the following to the end of the new boot option:
/KERNEL=VMOSKRNL.EXE /HAL=VMHAL.DLL
documented on: 2003.01.28
Q: Can I swap my VMware Workstation for Linux license for a VMware Workstation for Windows Operating Systems license? A: No.
Q: Can I upgrade from a VMware Workstation for Windows Operating Systems license to a VMware Workstation for Linux systems license or vice versa? A: No.
documented on: 2003.01.28