- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: XEN on Fedora 5
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 11:25 PM
04-18-2006 11:25 PM
XEN on Fedora 5
I am trying to configure Xen ( Virtual Machine Emulator) on Fedora 5.
I have followed http://www.fedoraproject.org/wiki/FedoraXenQuickstart but not able to unbderstand how to make an VM instance.
Can you share your exp and inputs on this. Also if you have configured a VM instance on Fedora pls share the how to's
Thanks
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:41 AM
04-19-2006 12:41 AM
Re: XEN on Fedora 5
http://www.fedoraproject.org/wiki/FedoraXenQuickstartFC5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:47 AM
04-19-2006 12:47 AM
Re: XEN on Fedora 5
Thanks for the response. Trying this link my install stops at:
What is the install location? This is the path to a Fedora Core 5 installation tree in the format used by anaconda. NFS, FTP, and HTTP locations are all supported. Examples include:
nfs:my.nfs.server.com:/path/to/test2/tree/
..here I am giving the path http://linuxiso.org/download.php/559/FC2-i386-disc1.iso but it doesnt work..it throws an error: url not correct...where as i am able to use the url from the ame machine using wget http://linuxiso.org/download.php/559/FC2-i386-disc1.iso
What do you suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:51 AM
04-19-2006 12:51 AM
Re: XEN on Fedora 5
http://linuxiso.org/download.php/559/
Do not specify the iso file name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 01:32 AM
04-19-2006 01:32 AM
Re: XEN on Fedora 5
Nope it doesnt work:
What is the install location? http://linuxiso.org/download.php/559/
Invalid URL location given
cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 02:40 AM
04-19-2006 02:40 AM
Re: XEN on Fedora 5
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 03:01 AM
04-19-2006 03:01 AM
Re: XEN on Fedora 5
To install via http, you must point to an url that holds the all the RPM files.
Try with this URL:
http://mirror.linux.duke.edu/pub/fedora/linux/core/5/i386/os/Fedora/RPMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 07:16 AM
04-19-2006 07:16 AM
Re: XEN on Fedora 5
mount -o loop
example
mount -o loop eilat:/rh4/ios/rhiso.iso /rpm
That mounts the named iso in local folder /rpm
It enables you to see the rpms without actually expanding them.
Also:
Create cd 1
boot off it
At the boot prompt type:
linux askmethod
choose nfs.
You will be asked for a local ip address, netmask and gateway. Its best to get that right.
Then you will be asked for the NFS server and full path to Linux isos.
All you need to do is have a proper NFS share in /etc/exports on the target server.
I've done this a few times and it even works off an HP-UX NFS server. Kind of cool.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 10:36 PM
04-19-2006 10:36 PM
Re: XEN on Fedora 5
Thanks for the replies.
Now I am getting this error:
What is the install location? http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/iso/
Starting install...
Using config file "/etc/xen/fc".
Error: Error creating domain: The privileged domain did not balloon!
If your install has exited, you can restart your guest by running
'xm create -c fc'. Otherwise, you can reconnect to the console
by running 'xm console fc'
Whats going wrong?
Cheers
Vipul;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 01:34 AM
04-20-2006 01:34 AM
Re: XEN on Fedora 5
"xm mem-set 0 128"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2006 11:16 PM
04-23-2006 11:16 PM
Re: XEN on Fedora 5
I tried the option, after doing a lot of activity on the console I get this error:
MemoryError
Seems I would need more RAM I have around 380 Mb on my box.
What do u suggest
Regards
Vipul