Vmware workstation для windows server 2008

Abstract: recently engaged in the server know, last carried out a server 2003 server system, the results of various sad, because the 2003 version is too low, so many environmental ah, all aspects are not installed. Staged four days or so, yesterday, I broke a MMP ,, so do a virtual machine to install Windows Server 2008 R2 version of the test sit down! ! ! !

First, download the image file

a) Windows Server 2008 R2 Standard Edition
b) Windows Server 2008 R2 Enterprise Edition

Baidu network disk, if you fail, you can leave a message to me. You can also directly add me qq, 582 871 072

  • This is my go to Baidu network disk address: link:Password: 9hi3

Two, VMware to create virtual machines

Click to create a new virtual machine

Select the installation mode

I am here to choose the operating point of the operation of the block, directlyTypical installationA.

Select a guest operating system

Naming a virtual machine

Specify the size of the disk capacity

I usually recommend to follow, so fast A0A

carry out

This is done

Above basic is complete, a newVMware to create virtual machines

Third, the installation system

Set file system

Select just downloadediso file

Then you can run a virtual machine

First select your language and other good, Click: Next.

This is the real beginning the installation, Oh, click on: now installed. As shown in FIG.

Here, and select the version you want to install, of course I want to install the full version of the Enterprise version of it. As shown in FIG.

Tick: accepted, then the next step. As shown in FIG.

Select the installation of this according to your needs, if you are upgrading from a lower version to 2008, you would click on to upgrade it, the other of course is the custom it as. Because I was newly installed, the hard disk without any data yet.

Before installing, you must first partition, this we know everything, and as shown in FIG.
Here I was all on theC drive, Anyway, this isWeb Hosting, Test, so I took all the space allocated toC drive

Start the installation, the installation is a lengthy process ……
This process is shown. . About half an hour more. May be repeated several times to restart

Finally completed the installation, and then automatically restarts …… figure.

See this, a bit activated, as shown. Of course, still have to set a password. Click: OK.

Some password is required: Requirements and length requirement has historical claims (more than 4 characters), complexity (must be sensitive and digital).
Set up, click on: right arrow, as shown.

It will prompt: password successfully modified, please keep your password oh.

For the first time into the desktop, it will first be ready to configure user information, etc. Please wait, as shown.

This, the official system installation is complete, come try the new features it.

Activate Windows Server 2008 R2

Just to complete the installation of Windows Server 2008 R2 is not activated, you also need to activate the implementation of the program. Download Windows Loader.exe activation program

original:Script House

The Freedom of Virtualization

For awhile now I have been enjoying the freedom of developing with virtual machines.  The biggest advantage it has given me lately is the freedom to do whatever I want to the laptop I use as a workstation.  What I mean by that is I don’t even blink twice if I want to try a new operating system anymore.  Maybe I want to run a version of Debian Linux or Ubuntu to keep my Unix skills polished up.   Or maybe I want to try running a 64bit version of Windows Server as my main operating system to see if all of my hardware works.  To consider doing this previously without virtualization would be almost unthinkable because of the amount of time it would take to get everything back up and running. 

All of this freedom of choice is made possible through virtualization, specifically with VMWare Workstation.  VMware runs on a variety of operating systems including Windows, Linux and Mac.  Once my operating system is installed along with the needed vitalization tools I can literally go back to work by just starting up a virtual machine where all of my tools are stored.  Compared to setting up a full blown development machine this is huge.  Not only that but virtualization allows developers like myself to try out alphas, CTPs, betas and more without harming the main development operating system.  This ability to test software is made possible through cloning and what is called snapshots within VMWare. 

I’m writing this article about virtualization for two reasons.  One because I’ve spent a lot of time tweaking my setup and I wanted to document it.  And two, I know there are others that can benefit from this information as well.  In this article I’m going to cover setting up a VM (virtual machine) from scratch.  Then how to configure the operating system specifically for development in VMWare.  The purpose of this setup is to configure Windows Server 2008 as a development platform using VMWare.  Let’s get going!

Creating Your Base Virtual Machine

When starting from scratch I always create what I call a base virtual machine (VM).  This VM serves as my base image for all of my needs and will be re-used for various setups.  There are few things you need to keep in mind when you create a base image.  I’ll mark these as we go along in the screen shots below.  For posterity sakes, note that I’m using VMWare Workstation 6. 

Once VMWare Workstation is installed click File->New Virtual Machine.

image

image

image

Although VMWare supports Server 2008 as “experimental” I’ve found that choosing Windows Vista works just as well.  Once 2008 support is fully supported in a future release of Workstation this will not be hard to change.

image

You’ll notice below that I’m storing this VM on the F:\ drive not the C:\ drive.  To really get performance out of your virtual machines you need to separate them onto a different spindle or disk.  I use an external Western Digital 500GB MyBook which has a 7200RPM hard drive.  When I travel I sync my virtual machines with my portable 250GB passport drive.  This allows me to use a faster disk when I’m in the office which provides more speed and also provides a backup of the virtual machines. 

image

image

I have 4GBs of memory in my laptop of which 3.3GB is really accessible.  While I could give the VM 2GB of memory, I find that sticking between 1-1.5GB of memory seems to be the sweet spot.  If you use too much it slows the host machine down.

image

For networking I use bridge networking for some VMs and NAT for others.  As you’ll see later on I will create two different setups from this base image.  One will be for work, the other for presentations and speaking.  For work I use a bridge network since this allows me to separate the VPN connection from my host machine completely.  While I’m at home this allows me to access my local area network from my host machine (printers, home server, file storage, backups, etc).  For the other VM I use NAT.

image

Doing some reading and research the LSI Logic I/O adapter is supposedly the faster choice for SCSI adapters.

image

image

image

Disk capacity is something you really need to think about before setting this option.  I made the mistake of setting up a complete VM environment only to realize I needed more space.  While virtual machines can be resized using the disk manager utility, they cannot be resized if there are clones or snapshots tied to the VM.  For me this meant I had to blow away a lot of my work and go back to my base images (which is another reason why I do full cloning to start with as you’ll see later on). 

You’ll notice I didn’t choose “Allocate all disk space now”.  Essentially what this does is it reserves all of your hard drive space for your VM.  Think of it like formatting your VM image files.  As noted there is a performance gain.  However, this also means you are going to take up as much disk space as you enter in the field below.  In my case if this was checked, I’d eat up 50GB of disk space on the drive.  Not fun, especially when cloning full images (50GB + 50GB + 50GB).  Thus I do not check this option. I do however split the files into 2GB files.  The main reason is for defragmentation.  If you have one large image file you need twice the amount of space to defrag it.  With 2GB files you’ll only need an additional 2GB of space.

image

image

That’s my notes or tips for setting up a base virtual machine.  After the virtual machine is setup be sure to check your settings and configure your monitors and other peripherals.

Setting Up Windows Server 2008 for VMWare Workstation

Once you get your settings tweaked launch the VM and get the Windows startup started.  I like using server as my development operating system (OS) because it is tuned for speed unlike Vista.  There is a big difference in developing on Vista and Server 2008.  Even comparing XP and Server 2003 there was a huge speed difference.  A lot of things are turned off in server that are enabled in Vista and this is what contributes to its speed.  This setup will walk through how to configure Server as a workstation along with some specific VMWare things you need to do as well. 

image

Once the operating system is installed, follow these simple steps to prepare the image.

Step 1 – Tools

The very first thing you need to do after the OS boots up is install VMWare Tools.  This will provide drivers for the OS to run smoother and help you keep your sanity.  Things like the mouse jumping around randomly for no apparent reason will be fixed once this is installed.  After installed, reboot.

Step 2 – Updates

Check for updates.  This is pretty much something you need to do on any operating system you install.   Install the updates and reboot. Note: at the time of this article there are 9 updates for Server 2008.

image

Step 3 – Time Zone

Using the “Initial Configuration Tasks” screen which should be on the screen after the reboot there are a few things you need to do.  For starters check your time zone.  Review the other options while you are in there and make sure your computer name is setup the way you want and other things.

image

Step 4 – Shutdown Tracker

If you are familiar with Server you know it annoyingly asks you why it was restarted after it reboots.  While this might be handy for *real* servers for a workstation used for development it is just annoying.  To disable this open Start->Run->gpedit.msc.  Find the “Display Shutdown Event Tracker” as shown below, right click properties and disable it. 

image

Step 5 – IE Security

In order to use Server 2008 as a workstation within your VM you will need to remove the baked in security settings for IE.  From within Server Manager as show here select “Configure IE ESC”.

image

Set both settings to OFF.

image

Reboot.

Step 6 – Features

Within Server Manager you will also need to enable all the features you want. 

image

Here are the options I enable since I know this image is going to be primarily used for .Net development.

  • .NET Framework 3.0
  • Desktop Experience – This includes eye candy features from Vista as well as allows you to support the Vista Themes (we’ll enable this later on).
  • Remote Assistance
  • Powershell
  • Windows Process Activation Service

In the next screen you’ll be asked to configure IIS.  I always select a  minimal setup but feel free to select what you know you will need.

image

Restart to complete installation.

Step 7 – Roles

In order to get fast file searching and other features you’ll need to turn on the role for File Services as shown here.

image

image

Since this is running in a VM depending on your usage you *could* leave this off.  I am basically going to be working day in and day out from this image so having the ability to search and find emails and files quickly is important.

Step 7 – Registry Settings (optional)

Open the registry editor by doing Start->Run->regedit

Add the following keys:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters

Add a new DWORD by the name of EnablePrefetcher and assign is the value of 3
Add a new DWORD by the name of EnableSuperfetch and assign is the value of 3

image

What does this do?  It enables Windows to learn which programs you use so it can pre-load those applications before you run then.  It is a feature that was added in Vista.  You can also skip this step if you feel there is no value in this feature but it is *suppose* to speed things up down the road.

Step 8 – Services

There are several services we need to enable to get Server 2008 to behave more like a workstation.  These are disabled by default.

Within Server Manager select Configuration->Services.  Or you can do Start->Run-Services.msc. 

Enable the following services:

  1. Themes
  2. SuperFetch (only if you enabled the registry setting above)
  3. Windows Audio
  4. Windows Audio Endpoint Builder

Step 9 (optional) – Make it pretty

Totally optional and something you may or may not want to enable since this is running in a VM.  I’ve found that things are still pretty snappy but you may want to see how your mileage varies.  Right click on the desktop and select Theme.  Choose the Vista Theme in the drop down to get a Vista look and feel for your virtual machine.

Before:

image

After:

image

Step 10 – Setup Sound

When you install Server 2008 you’ll notice that sound doesn’t work.  Vista does the same thing so this will work in either case.  In order to get sound to work you have to install the Creative Labs PCI sound driver.  It is a pita to find so I am attaching it to this article so I can easily find it down the road as well as to ease your setup pains.

Download Sound Driver: Create Labs Driver

Step 11 – Activate Windows

We are going to be in the control panel tweaking some things next.  While we are here, go ahead and activate Windows.  Nothing is worse than forgetting to do this, then having to do it on every clone or snapshot down the line as you build up your VMs.

image

Note:  If you are using a MSDN License, you will get a DNS error code while trying to activate after installing Windows.  This is because you need to change the product key and enter your *real* product key.

Step 12 – Performance Settings

Adjust the processor scheduling which is in Control Panel->System->Advanced Settings->Advanced.

In the next tab, turn on DEP.

Step 13 – Defragment

In order to make this the fastest VM we can, we need to defrag the drive.  Defragmenting the VM is the key to keeping things fast. 

 

image

After I install a big product like Office, or Visual Studio I defrag the drive.  Also remember to defrag the drive the virtual machine is running from!  The more you defrag, the more performance you’ll get out of your VMs.

Step 14 – VM Optimizations

I’m not a VMWare expert but there are a few things I have found out that work well.  For one since I/O is important because the VMs will be run from an external drive, I disable page sharing.  Add this line to your .VMX configuration file.

sched.mem.pshare.enable = “FALSE”

Another option is memory trimming which doesn’t eat up host memory and then give it back when it needs it.

MemTrimRate = 0

Step 15 – Setup Your User Account

We’ve been logged into the VM as Administrator up until this point.  We need to create an account that we will use to login with and do work.  We want to create this account now because we want to set our desktop settings once and then each VM we clone from this base image we’ll already have everything setup.  Create your account in the control panel, I suggest setting the account as an administrator.  Once the account is created, log out of the administrator account and then setup that account.

Step 16 – Shrink Disk

Before moving forward we need to shrink our VM disk.  This reclaims unused space on the drive.  Note, we cannot shrink a disk if it has been cloned or has a snapshot.  We also can’t shrink a disk that has been pre-allocated.  If you followed the steps up to this point, none of this should be a concern.  There are several steps.  The first is VMWare tools prepares the image and then the second is where Workstation performs the actual shrinking.  Remember to defrag everything first!

To shrink the disk go into Control Panel->VMWare Tools.  Select the shrink tab and press the “Prepare to shrink” button.  Then wait.

image

Once this process finishes you will be prompted with this dialog.  Click yes to begin the process.

At this point we have a clean VM image to build other virtual machines from.  It has all the updates applied to it, is configured for workstation use, is defragged and has been shrunk.  The only thing in this virtual machine is the operating system.  This is what I call the base image.  Note:  My base image is 6.1GB after it has been shrunk.

Step 17 – Create Full Clone

Now that you have this image setup.  Create a full clone of it.  Using the clone, add your development tools like Visual Studio, SQL Server, etc.

UPnP Tip

If you are running Server 2008 on a private network and want to connect to UPnP devices and see them via network discovery then see this post which enables that.

Strategy For Cloning Virtual Machines

Once I get through the process above I split this base image off into two full clones.  It takes a long time to get this base image setup thus it isn’t something one wants to repeat often.  By using  a feature of VMWare Workstation called cloning we can create an exact clone of this base image to build other images. 

What I do is create two full clones of this base image.  I use one for work since it has to be bound to the domain.  The other I use for installing various pieces of software for personal use and for speaking engagements. 

For the VM at work I create one called work base.  This image will serve as my base image that I will install VPN software, Office 2007 and a few other utilities needed for work.  Once I get this image setup I create another clone of it that is a linked clone.  In this clone I install all of my development tools.  This gives me a hard restore / starting point where I can install or test software without development tools.  The reason I do all of this is it allows me to go back to points in time and try something different out without having to build everything from scratch.  For example let’s say a new version of Visual Studio comes out I need to test or something like that.  To play with that type of software it is important to start from a fairly clean machine.  Here is a chart I put together to show how I layout my virtual machines.

image

You’ll notice there are no snapshots listed above (another feature VMWare supports).  Snapshots are really meant for temporary use, not to run for long periods of time.  This setup gives me really good flexibility.  At least to the point to where I haven’t needed to alter it much at all.  That’s pretty much it.  Once this setup is done I don’t touch the “Server Base” image except to start it up occasionally to apply updates.  The only thing I use it for moving forward is for cloning so I have an optimized image to start with no matter the scenario.

I hope this helps someone out.  I know I wish I’d had something like this to refer to when I started out playing with virtualization images for development.  As I find new tricks or things I’m sure I’ll update this over time thus I consider this article a moving target.  One thing that is for sure is the way you do things today will not be the way you do things tomorrow.  If you haven’t explored virtualizing your development give it a try.  Here are some Words of Wisdom ‘ll leave you with:

“When you virtualize your development or main body of work, it doesn’t matter which operating system you run to host it.” – The Elder

Installing VMware Tools on Windows Server 2008 R2 is an essential step to enhance the overall performance and functionality of the virtual machine. VMware Tools is a collection of drivers and utilities that enhances the virtual machine experience by providing features such as high-performance graphics, time synchronization, and improved mouse integration.

In this blog post, we will explore the different methods to install VMware Tools on Windows Server 2008 R2. Whether you are a beginner or an experienced user, this guide will walk you through the installation process and help you optimize your virtual environment.

Video Tutorial:

What’s Needed

Before we begin, make sure you have the following requirements in place:
1. A virtual machine running Windows Server 2008 R2 on VMware.
2. Administrator privileges on the virtual machine.
3. VMware Workstation or VMware Fusion, depending on the host operating system you are using.

What Requires Your Focus?

When installing VMware Tools on Windows Server 2008 R2, there are a few important aspects to keep in mind:

1. Compatibility: Ensure that you are using the correct version of VMware Tools that is compatible with your virtual machine and Windows Server 2008 R2.

2. Network Connectivity: Make sure that the virtual machine has network connectivity to download and install VMware Tools. If your virtual machine does not have internet access, you can manually install VMware Tools using an ISO file.

3. Virtual Machine Power State: The virtual machine should be powered on and running for the installation to proceed successfully.

Now, let’s explore the different methods to install VMware Tools on Windows Server 2008 R2:

Method 1: Using the VM Menu

Step 1: Start your Windows Server 2008 R2 virtual machine.

Step 2: Click on the «VM» menu at the top of the VMware Workstation or VMware Fusion window.

Step 3: Navigate to «Guest» and select «Install/Upgrade VMware Tools» from the drop-down menu.

Step 4: A VMware Tools installation wizard will appear inside the virtual machine. Follow the prompts and click «Next» to proceed with the installation.

Step 5: Accept the license agreement and click «Next.«

Step 6: Choose the installation options you prefer, such as the destination folder, then click «Next.«

Step 7: Click «Install» to begin the installation process.

Step 8: Once the installation is complete, click «Finish» to exit the wizard.

Pros:
– Quick and easy installation process.
– VMware Tools installation wizard guides you through the process.
– Automatically upgrades existing VMware Tools if already installed.

Cons:
– Requires internet connectivity to download VMware Tools.

Method 2: Using the Device Manager

Step 1: Start your Windows Server 2008 R2 virtual machine.

Step 2: Open the «Device Manager» by right-clicking on the «Computer» icon on your desktop or through the Start menu.

Step 3: Expand the «CD/DVD Drives» category.

Step 4: Right-click on the «VMware Tools» or similar device and select «Update Driver Software…«

Step 5: Choose the option to browse your computer for driver software.

Step 6: Select the «VMware Tools» CD/DVD drive, usually labeled as «D:\,» and click «Next.«

Step 7: Windows will automatically locate and install the necessary VMware Tools drivers.

Step 8: Restart the virtual machine for the changes to take effect.

Pros:
– Can be done offline without internet connectivity.
– Utilizes the built-in driver installation functionality of Windows.
– No need to download VMware Tools separately.

Cons:
– Requires manual updating of the driver through the Device Manager.

Method 3: Using Command Prompt

Step 1: Start your Windows Server 2008 R2 virtual machine.

Step 2: Open the Command Prompt with administrative privileges.

Step 3: Navigate to the virtual CD/DVD drive where VMware Tools is mounted. This is usually «D:\«.

Step 4: Run the command: «setup64.exe /s /v«/qn»» to start the silent installation process.

Step 5: Wait for the installation to complete.

Step 6: Restart the virtual machine for the changes to take effect.

Pros:
– Silent installation without any user intervention.
– Can be scripted and automated for mass deployments.

Cons:
– Requires manual navigation to the virtual CD/DVD drive.
– Limited feedback during the installation process.

Method 4: Using an ISO File

Step 1: Download the VMware Tools ISO file from the VMware website.

Step 2: Mount the ISO file to the virtual machine’s CD/DVD drive.

Step 3: Open the CD/DVD drive in Windows Explorer.

Step 4: Right-click on the «setup64.exe» file and choose «Run as administrator.«

Step 5: Follow the installation wizard prompts and click «Next» to proceed.

Step 6: Once the installation is complete, restart the virtual machine.

Pros:
– Can be used without internet connectivity.
– Offline installation method.
– No need to download VMware Tools separately.

Cons:
– Requires manual mounting of the ISO file.

Why Can’t I Install VMware Tools?

1. Incorrect VMware Tools Version: Ensure that you are using the correct version of VMware Tools that is compatible with your virtual machine and Windows Server 2008 R2. Check if the VMware Tools version matches the virtual machine’s VMware version.

2. Lack of Network Connectivity: If the virtual machine does not have internet access, you may not be able to download and install VMware Tools directly. Use one of the offline methods mentioned above or make sure the virtual machine is connected to a network.

3. Insufficient Privileges: Make sure you have administrator privileges on the virtual machine to install VMware Tools. If you are logged in as a standard user, you may encounter errors or restrictions during the installation process.

Fixes:
1. Update VMware Tools: Ensure that your VMware Tools version is up to date. Go to the VMware website and download the latest version compatible with your virtual machine and Windows Server 2008 R2. Uninstall the existing VMware Tools and install the updated version.

2. Check Network Configuration: Verify that the virtual machine has network connectivity and can access the internet. Ensure that the network adapter settings are configured correctly in the virtual machine’s settings.

3. Run as Administrator: Right-click on the installation file or executable and choose «Run as administrator» to ensure you have sufficient privileges to install VMware Tools.

Implications and Recommendations

1. Regular Updates: Keep VMware Tools up to date to leverage the latest features and improvements. Check for updates periodically and install them to ensure optimal performance.

2. Take Snapshots: Before installing or upgrading VMware Tools, consider taking a snapshot of the virtual machine. This allows you to roll back to a previous state in case of any issues during the installation process.

3. Test Compatibility: If you’re using a specific application or software on your Windows Server 2008 R2 virtual machine, verify its compatibility with the latest version of VMware Tools before upgrading. Some applications may require specific versions for compatibility reasons.

5 FAQs about Installing VMware Tools on Windows Server 2008 R2

Q1: Can I install VMware Tools on Windows Server 2008 R2 without internet access?

A: Yes, you can use the offline methods mentioned above to install VMware Tools without internet access. The methods involve using an ISO file or manually updating the driver through the Device Manager.

Q2: Do I need to restart the virtual machine after installing VMware Tools?

A: Yes, it is recommended to restart the virtual machine after installing VMware Tools to ensure that all changes take effect.

Q3: Can I install VMware Tools on Windows Server 2008 R2 using PowerShell?

A: Yes, you can use PowerShell to automate the installation of VMware Tools on Windows Server 2008 R2. PowerShell scripts can be created to perform silent installations across multiple virtual machines.

Q4: How do I uninstall VMware Tools from Windows Server 2008 R2?

A: To uninstall VMware Tools, go to the Control Panel, open «Programs and Features,» select «VMware Tools,» and click on «Uninstall.«

Q5: Can I install VMware Tools on Windows Server 2008 R2 Core Edition?

A: Yes, you can install VMware Tools on Windows Server 2008 R2 Core Edition. The installation process may differ slightly, but you can follow the same methods mentioned in this blog post.

Final Words

Installing VMware Tools on Windows Server 2008 R2 is crucial to optimize your virtual machine’s performance and enhance the overall virtual environment. With the methods outlined in this blog post, you can choose the one that suits your requirements and successfully install VMware Tools on Windows Server 2008 R2.

Remember to ensure compatibility, network connectivity, and administrator privileges to avoid any installation issues. Regularly update VMware Tools and take necessary precautions such as snapshots before upgrading to newer versions. By following these recommendations, you can take full advantage of VMware Tools and elevate your virtual machine experience.

  

Solution 1

Windows 2008 Server Core benefits from VMware Tools, even though the GUI is mostly just a commandline. The most important benefit is the VMware enhanced mouse driver. This allows you to move the mouse in and out of the VM without having to to press the Ctrl-Alt release sequence.

Installing VMware Tools is a bit tricky, though, because there’s no shell to integrate into. Here’s how to install VMware Tools on Server Core:

* Log into your Windows Server 2008 Server Core VM with an admin account
* From the VMware Workstation console, click the VM menu Install VMware Tools. This will mount the VMware Tools disk in the virtual CD-Rom drive.
* From the command line, switch to drive D: (or whatever drive is your CD drive)
* Type Setup and press Enter
* Click Install to the VMware informational message. The VMware Tools will begin to setup.
* Click Next to install
* Click Next to perform a Typical setup
* Click Install to begin the installation
* When you see the status stall, open Task Manager (Ctrl-Alt-Ins Start Task Manager)
* Click the Applications tab, select the RUNDLL process and choose End Task
* Close Task Manager and click OK to any error messages. Setup will continue as normal.
* Click Finish and click Yes to restart the server

When Windows Server 2008 Server Core starts up, it will be in 640×480 resolution. Read my next blog post to explain how to configure the resolution in Windows 2008 Server Core.

Solution 2

VMware Tools on Server Core by first mounting the VMware Tools ISO by selecting the “Install VMware Tools” option, then issuing:

msiexec /i “d:\VMware Tools.msi” /qn

in the console window.

Solution 3

For those unfamiliar with Server Core it is a command line only version of Windows Server 2008. On the GUI version of Windows 2008 server, VMWare tools must be installed to get the NIC working. Server Core however is command line only. VMWareTools is a GUI installation so this is not an option for Server Core.

The workaround is to transfer VMWareTools (contained in a file called windows.iso) from your ESX server to a local drive. This can be done using Winscp. Use Virtual Center to mount the windows.iso file as a CDROM drive in the Server Core VM. The driver files are located in \Program Files\VMWare\VMWare Tools\Drivers\VMXNet\w2k of the windows.iso file. The command used to install the drivers is

C:\Windows\System32>pnputil -i -a vmxnet.inf

Microsoft PnP Utility
Processing inf : vmxnet.inf
Successfully installed the driver on a device on the system.
Driver package added successfully.
Published name : oem2.inf

Next check the installation of the driver. Vmxnet should be displayed near the end of the list.

C:\Windows\System32>driverquery

ws2ifsl Winsock IFS driver Kernel 23/03/2007 04:52:40
vmxnet VMware Ethernet Adapte Kernel 22/04/2006 23:13:11

Incoming search terms:

  • VMware Tools64 msi (5)
  • vmware tools windows (4)
  • vmware-tools-windows (4)
  • mware tools 2008 (2)
  • vmware tools 64 msi not found (1)
  • vmware tools for windows 2008 (1)
  • vmware tools windows 2008 r2 (1)
  • vmware tools windows server 2008 r2 apipa (1)
  • vmware windows 2008 server iso (1)
  • vmware windows server 2008 will not turn on nothing on the console (1)


How To Create A Virtual Machine Vm In Vmware Workstation

How To Create A Virtual Machine Vm In Vmware Workstation

How To Create A Virtual Machine Vm In Vmware Workstation Create and configure a new virtual machine, with the appropriate virtual storage and virtual memory to support the intended workload. installation steps. insert the windows server 2008 r2 cd in the cd rom drive. To get started with the installation of windows server 2008 (x64 or x86), open vmware, click on the new virtual machine option, select custom (advanced) and click next. in the hardware compatibility section select version 6.5 7.0.

Steps To Create Vmware Workstation Virtual Machine On Windows 7 8 10 11

Steps To Create Vmware Workstation Virtual Machine On Windows 7 8 10 11

Steps To Create Vmware Workstation Virtual Machine On Windows 7 8 10 11 You need to use vmware workstation, or vmware server to create a new vm. the vm player can only be used to run an already created vm. vmware server is a free download from the vmware website. This article will guide you through the step by step process to install windows server on vmware workstation, helping you create a seamless server environment without the need to partition your hard drive. This video tutorial will walk you through the process of creating new virtual machine in vmware workstation 7. after the machine has been created we will be. By following this detailed guide, you can successfully create, install, and configure windows server in a vmware workstation environment. you’ll be able to explore its capabilities, experiment with new technologies, or even conduct training—all from the comfort of your own workstation.

Install Vmware Workstation On Windows Server 2008 Pivil

Install Vmware Workstation On Windows Server 2008 Pivil

Install Vmware Workstation On Windows Server 2008 Pivil This video tutorial will walk you through the process of creating new virtual machine in vmware workstation 7. after the machine has been created we will be. By following this detailed guide, you can successfully create, install, and configure windows server in a vmware workstation environment. you’ll be able to explore its capabilities, experiment with new technologies, or even conduct training—all from the comfort of your own workstation. This document provides steps for installing windows server 2008 as a virtual machine in vmware workstation: 1. meet hardware requirements including a vt enabled processor, 2gb ram, and 20gb disk space. install vmware workstation 8 and mount the windows 2008 iso. 2. create a new virtual machine with 2gb ram and 2 processors. This is an instructional video showing how to install windows server 2008 r@ into a vmware workstation virtual machine. Windows server 2008 r2, inside the vmware workstation 16 pro.using easy way. After installing the vmware player on your desktop, open the software. click on create a new virtual machine. select the iso file for windows server 2008 r2. enter the licensing key and microsoft server version, provide machine name and location. in the next step, you can customize the hardware.

Install Vmware Workstation On Windows Server 2008 Pivil

Install Vmware Workstation On Windows Server 2008 Pivil

Install Vmware Workstation On Windows Server 2008 Pivil This document provides steps for installing windows server 2008 as a virtual machine in vmware workstation: 1. meet hardware requirements including a vt enabled processor, 2gb ram, and 20gb disk space. install vmware workstation 8 and mount the windows 2008 iso. 2. create a new virtual machine with 2gb ram and 2 processors. This is an instructional video showing how to install windows server 2008 r@ into a vmware workstation virtual machine. Windows server 2008 r2, inside the vmware workstation 16 pro.using easy way. After installing the vmware player on your desktop, open the software. click on create a new virtual machine. select the iso file for windows server 2008 r2. enter the licensing key and microsoft server version, provide machine name and location. in the next step, you can customize the hardware.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Download windows 10 ltsc 64 bit
  • Рабочий активатор windows 7 ultimate x64
  • Windows post installation официальный сайт
  • Выберите операционную систему windows 10 на томе
  • Убить процесс по pid windows