- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cdrom
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
09-10-2002 06:38 AM
09-10-2002 06:38 AM
cdrom
mount /dev/cdrom /cdrom
/dev/cdrom: Device busy
disk 1 0/0/2/0.1.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
Another question I use another DVD but when I do ioscanm, show me NO_HW
isk 1 0/0/2/0.1.0 sdisk NO_HW DEVICE HP DVD-ROM 305
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
How can I do for configured (CLAIMED)?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 06:40 AM
09-10-2002 06:40 AM
Re: cdrom
mount /dev/dsk/c2t1d0 /cdrom
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 06:49 AM
09-10-2002 06:49 AM
Re: cdrom
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 06:52 AM
09-10-2002 06:52 AM
Re: cdrom
Make sure you (or anybody) is not sitting in the /cdrom dir.
User fuser -u /cdrom to verify.
You can't be there at mount time.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 06:53 AM
09-10-2002 06:53 AM
Re: cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 06:54 AM
09-10-2002 06:54 AM
Re: cdrom
If you had used the "pfs" daemons earlier to mount cdrom,you will have to kill those pfs daemons first.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:38 AM
09-10-2002 07:38 AM
Re: cdrom
# fuser -u /cdrom
/cdrom:
# mount /dev/dsk/c2t1d0 /cdrom
/dev/dsk/c2t1d0: Device busy
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:45 AM
09-10-2002 07:45 AM
Re: cdrom
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 08:07 AM
09-10-2002 08:07 AM
Re: cdrom
If so you'll have to unmount it first & then remove the drive.
If not currently mounted do
ps -ef | grep pfs
If pfs processes running you'll have to stop them - possibly even kill - to free up the device.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 08:11 AM
09-10-2002 08:11 AM
Re: cdrom
Try ejecting the cd then replacing back into the drive
Regarding your NO_HW
http://support4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000059989126
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 08:13 AM
09-10-2002 08:13 AM
Re: cdrom
Sandip