I want to use Centos5 as my host os and virtualize a windows server on it. My question is..do i have to be at the machine to setup the windows server inside the virtual server since windows 2k3 is gui based or can i do this remotely somehow? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the LORD, and their righteousness is of me, saith the LORD. -- carpe ductum -- "Grab the tape" CDTT (Certified Duct Tape Technician) Linux user #322099 Machines: 206822 256638 276825 http://counter.li.org/
On Sat, Jul 07, 2007 at 08:55:34AM -0400, William Warren wrote:> I want to use Centos5 as my host os and virtualize a windows server on > it. My question is..do i have to be at the machine to setup the windows > server inside the virtual server since windows 2k3 is gui based or can i > do this remotely somehow?If you install VMware Server, you can install remotely since all console access to the VMs is done through the Console application. This is how I did my Windows XP installation. I can't speak to Xen. -- /\oo/\ / /()\ \ David Mackintosh | dave at xdroop.com | http://www.xdroop.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070707/54168a36/attachment.sig>
On 07/07/2007, at 10:55 PM, William Warren wrote:> I want to use Centos5 as my host os and virtualize a windows server > on it. My question is..do i have to be at the machine to setup the > windows server inside the virtual server since windows 2k3 is gui > based or can i do this remotely somehow?With Xen, you can use VNC as a graphics display. You will need to make sure you have the correct hardware, as it requires a certain CPU capability to virtualise Windows on Linux using Xen.... I think it's HVM? Google should be able to help you out here. -- Steven Haigh Email: netwiz at crc.id.au Web: http://www.crc.id.au Phone: (03) 9017 0597 - 0404 087 474
On Sat, 2007-07-07 at 08:55 -0400, William Warren wrote:> I want to use Centos5 as my host os and virtualize a windows server on > it. My question is..do i have to be at the machine to setup the windows > server inside the virtual server since windows 2k3 is gui based or can i > do this remotely somehow?I assume you're talking about Xen virtualization ? (someone already pointed you to vmware server as well). It's not necessary to be on the console to install a windows DomU in Xen ... you can use ssh with X forwarding to launch virt-manager and grab the VirtualFrameBuffer console (either from virt-manager or directly with vnc). Don't forget to consult the wiki page about windows on Xen : http://wiki.centos.org/HowTos/Xen/InstallingHVMDomU BTW : don't forget also that, at this time, windows performances on xen are *really* bad in comparison with the same windows on vmware server (no windows drivers available for xen guests , but vmware service tools, aka drivers, available for Vmware guests.) And you need also a processor with VT (Intel) or V-Pacifica (AMD) to support full-virtualization on Xen .... -- Fabian Arrotin <fabian.arrotin at arrfab.net> Solution ? echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlbxq' | dc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20070707/702ae4e5/attachment.sig>
On 08/07/2007, at 4:34 AM, Fabian Arrotin wrote:> On Sat, 2007-07-07 at 08:55 -0400, William Warren wrote: >> I want to use Centos5 as my host os and virtualize a windows >> server on >> it. My question is..do i have to be at the machine to setup the >> windows >> server inside the virtual server since windows 2k3 is gui based or >> can i >> do this remotely somehow? > I assume you're talking about Xen virtualization ? (someone already > pointed you to vmware server as well). It's not necessary to be on the > console to install a windows DomU in Xen ... you can use ssh with X > forwarding to launch virt-manager and grab the VirtualFrameBuffer > console (either from virt-manager or directly with vnc). > Don't forget to consult the wiki page about windows on Xen : > http://wiki.centos.org/HowTos/Xen/InstallingHVMDomU > BTW : don't forget also that, at this time, windows performances on > xen > are *really* bad in comparison with the same windows on vmware server > (no windows drivers available for xen guests , but vmware service > tools, > aka drivers, available for Vmware guests.)There are drivers available for Windows, but you'll need to purchase the commercial version of Xen to get these....> And you need also a processor with VT (Intel) or V-Pacifica (AMD) to > support full-virtualization on Xen ....Ahhh VT - that's the one :) -- Steven Haigh Email: netwiz at crc.id.au Web: http://www.crc.id.au Phone: (03) 9017 0597 - 0404 087 474