HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CD-ROM issue
Operating System - HP-UX
1833582
Members
4652
Online
110061
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-28-2001 02:31 PM
01-28-2001 02:31 PM
I am new to HP-UX and am looking for assistance in mounting an external CD-ROM attached to an HP Visualize running HP-UX 11.00. I am able to view the device in SAM but am unsure how to view the files. I know in Solaris you can cd /cdrom/cdrom0 or view the files in CDE. Is there something similar in HP-UX?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2001 02:39 PM
01-28-2001 02:39 PM
Solution
Unfortunately HP-UX does not automatically mount the CD like Solaris does.
Here are some steps to try:
1) Make sure that the device files are created for the CD-ROM. Do an ioscan -fnC disk and make a note of the device file.
2) Create a directory that you want to mount the CD to. I generally use /cdrom.
3) This is not required, but it makes life easier. I make a link from the /dev/dsk/c#t#d0 file to /dev/dsk/cdrom.
4) Now do the following: mount /dev/dsk/c#t#d0 /cdrom or if you are having problem with some CDs you can do: mount -o cdcase /dev/dsk/c#t#d0 /cdrom
or if you make the link from /dev/dsk/c#t#d0 to /dev/dsk/cdrom the you can do a: mount /dev/dsk/cdrom /cdrom
5) Now just cd to /cdrom and you can see the files on the cd.
Hope this helps.
Here are some steps to try:
1) Make sure that the device files are created for the CD-ROM. Do an ioscan -fnC disk and make a note of the device file.
2) Create a directory that you want to mount the CD to. I generally use /cdrom.
3) This is not required, but it makes life easier. I make a link from the /dev/dsk/c#t#d0 file to /dev/dsk/cdrom.
4) Now do the following: mount /dev/dsk/c#t#d0 /cdrom or if you are having problem with some CDs you can do: mount -o cdcase /dev/dsk/c#t#d0 /cdrom
or if you make the link from /dev/dsk/c#t#d0 to /dev/dsk/cdrom the you can do a: mount /dev/dsk/cdrom /cdrom
5) Now just cd to /cdrom and you can see the files on the cd.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2001 06:55 PM
01-28-2001 06:55 PM
Re: CD-ROM issue
Hi,
I'm pretty sure you can set up autofs to automatically mount a cdrom when its mount point is accessed. Basically, you have to export the cdrom via NFS to the host the cdrom is on, that is, use NFS as both server and client, and then configure either a direct or indirect map autofs map. I played around with this once to see if it would work and , if my memory serves, it did. I also remember that I had to use autofs and not the old automount.
--Bruce
I'm pretty sure you can set up autofs to automatically mount a cdrom when its mount point is accessed. Basically, you have to export the cdrom via NFS to the host the cdrom is on, that is, use NFS as both server and client, and then configure either a direct or indirect map autofs map. I played around with this once to see if it would work and , if my memory serves, it did. I also remember that I had to use autofs and not the old automount.
--Bruce
www.stratech.com/training
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2001 06:20 AM
01-29-2001 06:20 AM
Re: CD-ROM issue
Thanks Patrick. Your directions worked perfectly!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP