search for: gascortrad

Displaying 7 results from an estimated 7 matches for "gascortrad".

2008 Oct 09
2
xen 3.2.1 - How to boot ISO image
Hi All, I have working CentOS xen guest (domU) inside in Debian xen domain (dom0) and here is the domU''s config file <http://fpaste.org/paste/7295>. How could I put the proper syntax inside of domU''s config to instruct the domU to boot the /data/CentOS-5.1-i386-bin-DVD.iso during starting of domU? BTW, I am using xen-3.2-1. Thanks, James
2008 Sep 03
4
how to create /dev/xvda
Hi All, The following is my domU''s cfg file. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kernel = ''/usr/local/src/xen/vmlinuz'' ramdisk = ''/usr/local/src/xen/initrd.img'' memory = ''256'' name = ''centos5.2'' vif0 = [ ''bridge=xenbr1'' ] disk = [ ''phy:/dev/server/cbox,xvda,w'' ] on_reboot =
2008 Oct 11
4
CentOS ISO how to boot in Xen guest system
Hi, How to boot the centos dvd image (/download/centos/centos5.2.iso) in xen guest system to let me do linux rescue command? Here is the working guest config file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bootloader = ''/usr/lib/xen-3.2-1/bin/pygrub'' memory = ''256'' name = ''centos'' disk = [
2008 Oct 17
1
Xen guest''s GUI to display in VNC
Hi, I''m running CentOS guest domU under Debian dom0. I''m planning to install Xorg to run GUI in CentOS guest for testing only. How could I tell the CentOS guest domU to display the GUI in my VNC client in which I''m remoting from outside on internet? Let say I''m connecting from my home to the xen guest located in office. Hope someone could help me on this.
2008 Jun 18
0
CentOS/Fedora/RHEL as domU and Debian for dom0
Hi All, Does anyone have successful set up above-mentioned subject? I hope you can provide any website for guides and nice procedure. Additional, the domU should be able to use another kernel rather than using the dom0 kernel. Thanks in advanced. -james Linux Registered User #380364 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Jun 27
0
Modifying DomU configuration to point to your disks
Hi All, These are my set up: Dom0 OS = Debian DomU OS = CentOS 5.1 /etc/xen/guest.cfg: ------------------------------------------------ kernel = "/usr/local/src/xen/vmlinuz" ramdisk = "/usr/local/src/xen/initrd.img" #bootloader = "/usr/lib/xen-3.0.3-1/bin/pygrub" memory = ''128'' name = "xerv" vif = [ ''bridge=xenbr0'' ]
2008 Jul 11
0
How to boot netinstall.iso linux in Xen guest domU
Hi All, How to call the downloaded bootable /data/centos/netinstall.iso file in my guest domU file to boot for network installation? Please correct this line if it is wrong. disk = [ 'file:/data/centos/netinstall.iso,cdrom,r', 'phy:/dev/server/xerv2-disk,xvda,w', 'phy:/dev/server/xerv-disk,sda1,w' ] memory = '128' name = 'test-machine' vif = [