|
Hi I want to create a Virtual Machine because I need to install a Windows Server OS to use the UDDI feature. I am confused with the two virtual machine available in Microsoft.
What is the difference between Microsoft Virtual PC 2007 and Microsoft Virtual...
Started by Lawrence A. Contreras on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Virtual Server: Comparing....
Virtual PC vs.
Virtual PC is designed for workstation use, whilst Virtual Server is typically for server systems; Virtual Server is for server operating systems.
|
|
What I would like to do is create a clean virtual machine image as the output of a build of an application.
So a new virtual machine would be created (from a template is fine, with the OS installed, and some base software installed) --- a new web site...
Started by Adam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can actually script a fair number of tasks in MS Virtual Server:
http://www.microsoft.com (VS.85).aspx
Also Virtual PC guy has got a ton of stuff on his blog about scripting Virtual Server/PC and now Hyper-V here....
|
|
I installed VMWare Server 2 in a Centos 5.2 virtual machine which runs in a VMWare ESXi Server. When I try to start, via browser, a VM I created in VMWare Server, it gives me the following message: "You may not power on a virtual machine in a virtual ...
Started by CHUCO on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
It may not work with VMware Server, but if it works with ESX/ESXi, it probably.
May want to see this.
|
Ask your Facebook Friends
|
Before I even try to install Windows 7 RC, will I be able to virtualize Windows server edition there?
Microsoft Virtual PC 2007 SP1 does not seem to be compatible with w7 (as the installer states it).
Thank you.
Started by Janis Veinbergs on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Http://....
And Virtual Box is free.
I have been running windows 7 as a guest in virtual.
I have been using it for a while because it allows Linux installs much more seemlessly as well as windows guests .
Try Sun's Virtual Box instead.
|
|
Hi,
How is it possible to check if the windows server is a virtual server? Is there a command from command promt to check that?
Started by Kyy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Which whom you can communicate with host, like VMWare addins which uses "virtual" (nonexisting) port or Virtual PC, which uses undocumented CPU instructions :)
Programming background: http.
|
|
I've created a virtual PC and installed Server 2003 R2 on it. I have added the application server role. I can get to the default site using http://localhost on the VPC. The VPC can access the internet.
I can't however ping the VPC from my physical desktop...
Started by Greg B on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Could you perhaps post information on what the TCP/IP in Virtual PC?
It looks....
I you have it setup with NAT, then Virtual PC it to the Virtual machine and try connecting to it that way.
It depends on how you have networking setup.
|
|
I need to run a website (with database) in a virtualized environment, all MS. There will be one primary server with one available for failover. We are expecting a pretty managable load, maybe 25 users although the queries may be big.
How would you recommend...
Started by radcoder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I'd suggest separating....
IMHO, after playing around.
With it, I think you should just create 2 virtual servers one for IIS and the other for SQL Server-deployment-on-windows-server
I think reading through that will help you.
|
|
In a web application architecture with 1 app server (IIS) and 1 database server (MSSQL), if you had to pick one server to virtualize in a VM, which would it be: web or db?
Generally speaking of course.
Started by Matias Nino on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
SQLI would probably decide depending on the amount of computation required by the app server, versus have two physical servers....
The shortcoming of most virtual environments is I/O, especially disk.
With a SQL Server back end.
|
|
I am a virtualization newbie. I basically have one physical server right now. And I want to create two virtual machines (both will be web servers with small databases and a few scheduled tasks) on it. One for me, one for a friend. Server A should not ...
Started by Josh Stodola on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Lastly create the server XML file (called a domain in libvirt) which specifies things like server for you to connect....
In your case.) Then for each server, create an image (volume) the size of the disk you want the server to see.
|
|
I've brought up a Windows Server 2008 box that has VMware Virtual Server on it. I have a 500 GB volume allocated from the SAN for the Datastore that will house the VM for a Windows Server 2008/SQL Server 2008 server. If it wasn't virtual, I would normally...
Started by jasoncrider on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Advantage to it VMWare Server running on the ....
In ESXi (probably also in VMware Server) it is possible to assign a LUN to a VM.
If possible install ESXi (it is free as in beer) on the physical server and create the VMs inside ESXi.
|