- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: Mounting CD-ROM
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
01-28-2004 02:59 PM
01-28-2004 02:59 PM
My CD-ROM was working properly and I used to give the command to mount the CD-ROM on the D-Class server:
# mount /dev/dsk/c1t2d0 /cdrom
I rebuilt the server and now when mounting the CD-ROM, I get the following err. msg.:
# mount /dev/dsk/c1t2d0 /cdrom
/dev/dsk/c1t2d0: Device busy
OR
# pfs_mount -o xlat=unix /dev/rdsk/c1t2d0 /cdrom
pfs_mount: pfs_mountd at DDTEST02:/dev/rdsk/c1t2d0 not responding: : RPC: Timed out
pfs_mount: retrying /cdrom
Nothing has been changed, the OS was reinstalled only. Any steps I'm missing from my side??
Solved! Go to Solution.
- Tags:
- mount CD DVD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:22 PM
01-28-2004 03:22 PM
Re: Mounting CD-ROM
disk 4 16/5.2.0 sdisk SCAN DEVICE TOSHIBA CD-ROM XM-5401TA
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:30 PM
01-28-2004 03:30 PM
Re: Mounting CD-ROM
/dev/dsk/c1t2d0: Device busy
disk 4 16/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5401TA
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:34 PM
01-28-2004 03:34 PM
Re: Mounting CD-ROM
If it was mounted pfs, and you did a regular umount, you'll
have to reboot to clear it out, in almost all cases.
If you ever should have to pfs_mount:
pfs_mountd&
pfsd&
pfs_mount /-o xlat=unix /dev/rdsk/c1t2d0 /cdrom
when finished:
pfs_umount /cdrom
fg
CTRL-C
fg
CTRL-C
I hate pfs... if you don't get the order correct, you're hosed.
It's definitely a good idea to kill off the daemons once you're
finished with them, in my opinion... which is the main
reason I do it all from one terminal that way- so I don't forget.
I understand there's a patch to make all that pfs* unnecessary,
and if we're lucky, someone will post it soon :-)
(I'd have to dig for it myself... but am planning to find out
the info and make that change to my workstation very soon)
Anyhow... if you reboot and still can't mount it, even "normally"
without the pfs... I'd say to rmsf the dev files and
start over with a fresh ioscan and insf -e, to start with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:37 PM
01-28-2004 03:37 PM
Re: Mounting CD-ROM
in the pfs_mount command, there's no "/" before the "-o".
I know you knew that... just correcting myself for posterity :)
(Still don't understand why we aren't allowed to edit
our postings. Surely a 15 minute grace period wouldn't hurt)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2004 03:42 PM
01-28-2004 03:42 PM
Re: Mounting CD-ROM
The issue resolved after doing the following steps:
# ioscan -fnC disk
-> The status was "SCAN"
# insf -e
-> Recreated the device file
# ioscan -fnC disk
-> Status changed to "CLAIMED"
# mount /dev/dsk/c1t2d0 /cdrom
-> Err. msg "dev/dsk/c1t2d0: Device busy"
# Restarted the server
# mount /dev/dsk/c1t2d0 /cdrom
-> It worked fine and resolved the issue. Thanks for your help.
As I can make out, recreating the device files resolved the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2011 07:27 AM
08-22-2011 07:27 AM
Re: Mounting CD-ROM
back2:/#mount /dev/dsk/c0t0d0 /cdrom
mount: cannot access -specific mount command
back2:/#
this is message that i get in attempt to mount cd. any assistance, please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-22-2011 11:17 AM
08-22-2011 11:17 AM
Re: Mounting CD-ROM
@pato_1 wrote:back2:/#mount /dev/dsk/c0t0d0 /cdrom
mount: cannot access -specific mount command
back2:/#
this is message that i get in attempt to mount cd. any assistance, please?
It would be best to start a new thread. Its a bit confusing when reading from one problem to another and then realizing the starting post was 7 years ago! Plus, this thread has a Solved rating, so you may not get as many views as you would by creating your own post.
Was this helpful? Like this post by giving me a thumbs up below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-25-2011 02:42 AM
08-25-2011 02:42 AM
Re: Mounting CD-ROM
please open your own thread and add the ioscan command output mentioned above.
V.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP