- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configure the CD driver in HPUX 10.20
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-23-2003 05:34 AM
04-23-2003 05:34 AM
How to configure the CD driver in HPUX 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 05:44 AM
04-23-2003 05:44 AM
Re: How to configure the CD driver in HPUX 10.20
Is there a specific problem you are having? Are you having problems mounting a CD? If so, what kind of CD? HP? Oracle?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 05:46 AM
04-23-2003 05:46 AM
Re: How to configure the CD driver in HPUX 10.20
Usually there is no configuration to do since the server is recognizing the new cd-rom driver.
To use a CD you can do the following:
#ioscan -fnC disk -> find out the device of your cd-rom. for example /dev/dsk/c0t5d0
#mkdir /cdrom
with a CD media in the drive run.
#mount /dev/dsk/c0t5d0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:05 AM
04-23-2003 06:05 AM
Re: How to configure the CD driver in HPUX 10.20
Your answer is good for me, because I can found similiar configuration in my computer, it is like floppy disk configuration, I think.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:05 AM
04-23-2003 06:05 AM
Re: How to configure the CD driver in HPUX 10.20
http://www.ibiblio.org/tkan/xmcd/config.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 06:26 AM
04-23-2003 06:26 AM
Re: How to configure the CD driver in HPUX 10.20
Next time,if I have some problem about Unix, I will ask here and I do not want to call Italy for the so-called technical support any more.
Thank you, Sir.