- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to mount Physical CDROM to a xen guest RHEL5.2...
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-15-2009 07:49 PM
04-15-2009 07:49 PM
Need this big help. I have deployed a set of xen VMs on top of RHEL5 on set of HP blade servers.
currently i have 3 linux Para-Virtualized VMs on my hosts and now i need to attach the DVD-ROM which is accessible by the host through Virtual media applet to these VMs.
I have tried following
1)NFS on the /media folder with no_root_squash
Problem:i can access all the files and folders in the root of the CD but cant access the sub folders in the CD
2)xm block-attach command
Problem: Not that user friendly and some times it take some time to get activated.
Please provide me a solution to share my DVD-ROM attached to host, be usable with my VMs.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 01:07 PM
04-16-2009 01:07 PM
SolutionThis should work, try with another directory as /media is used for automatically mounted devices by applications like GNOME. Mount and export the media on another directory at the NFS server, like /export/cdrom and mount in another directory, like /net/cdrom on the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2009 07:10 PM
04-16-2009 07:10 PM
Re: How to mount Physical CDROM to a xen guest RHEL5.2-64
Ill try what you suggested and get back to you.
also
Do you think that XEN bundled to RHEL5 is user friendly. because I'm totally unhappy about how it works.
one simple misconfig on VM makes them un-bootable and error messages dosent provide any help atall to non expert users.
any comments on this or any usable docs/tools other than official documents from red hat, make xen more usable.
Thanks...!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 11:46 AM
04-17-2009 11:46 AM
Re: How to mount Physical CDROM to a xen guest RHEL5.2-64
/etc/exports:
/media/dvd 192.168.1.50(rw,no_root_squash,anonuid=0,anongid=0)
don't forget to 'exportfs -va' and unmount/remount the share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2009 06:59 PM
04-19-2009 06:59 PM
Re: How to mount Physical CDROM to a xen guest RHEL5.2-64
Will try this also.