- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- device busy when mounting 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
10-08-2003 04:02 AM
10-08-2003 04:02 AM
device busy when mounting CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:05 AM
10-08-2003 04:05 AM
Re: device busy when mounting CDROM
Do a
showmount -e
and a
showmount -a
May be that is was exported at some time & never unexported.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:07 AM
10-08-2003 04:07 AM
Re: device busy when mounting CDROM
this is all i get running that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:38 AM
10-08-2003 04:38 AM
Re: device busy when mounting CDROM
Next thing I'd do is run lsof against device & mount point. fuser isn't 100% reliable in my book, but lsof has never let me down.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:49 AM
10-08-2003 04:49 AM
Re: device busy when mounting CDROM
# ioscan -fnC disk
2) Run a diskinfo and see what is returns:
# diskinfo -v /dev/rdsk/cxtydz
Also, which OS version are you running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:49 AM
10-08-2003 05:49 AM
Re: device busy when mounting CDROM
diskinfo show this
diskinfo: can't open /dev/dsk/c3t2d0: Device busy
lsof does not exist on my system. this is a d class server running HPUX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:53 AM
10-08-2003 05:53 AM
Re: device busy when mounting CDROM
2) Try removing and recreating /dev/rdsk and /dev/dsk device files on CDROM (rmsf and insf command)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 06:11 AM
10-08-2003 06:11 AM
Re: device busy when mounting CDROM
The command used to mount the new file system, mount(1m), has failed. xtedx
xqqx The stderr output from the command is shown below. The disk has not xqqqx
x x been configured for use. x x
x x x x
xlqx xqk x
xx x The command used to mount the new file system, mount(1m), has failed x ^ x
xx x to mount /cdrom. The stderr output from the command is shown below. x x
xx x x x
xx x /dev/dsk/c3t2d0: Device busy x x
xx x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 06:21 AM
10-08-2003 06:21 AM
Re: device busy when mounting CDROM
1) Do you have a working CDROM on the drive?
2) Create another directory (mkdir /cdtest) and try mounting there.
3) Check ps -ef command output for any process that holds CD drive
4) Since you are using a D class, check and see the SE SCSI connection on your back of the server is properly terminated.
5) Download and install lsof from HP porting center which will help you list any process that holds the drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:55 AM
10-08-2003 07:55 AM
Re: device busy when mounting CDROM
Tried the cdtest directory, didn't work
checked the connections, they seem to be ok, it's showing up as claimed in ioscan
i just installed lsof and did a ./lsof | lp and nothing is showing using the CDROM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 07:58 AM
10-08-2003 07:58 AM
Re: device busy when mounting CDROM
If you did you need to force it to unmount which I think is "pfs_umount -c /cdrom"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:00 AM
10-08-2003 08:00 AM
Re: device busy when mounting CDROM
can anyone tell me how to use lsof to find if my cdrom is being used? never used it before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:12 AM
10-08-2003 08:12 AM
Re: device busy when mounting CDROM
Here's where you can get it...
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/
Here's the man page....
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.67/man.html
Basically your command would be like...
lsof /dev/dsk/cXtYdZ
or
lsof /cdrom
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:20 AM
10-08-2003 08:20 AM
Re: device busy when mounting CDROM
./lsof -f /cdrom
i am using 4.68 that i just installed 64bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:28 AM
10-08-2003 08:28 AM
Re: device busy when mounting CDROM
f is kinda implicit, after all it does stand for list(ls) open (o) FILES (f).
Anyway, find anything?
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:30 AM
10-08-2003 08:30 AM
Re: device busy when mounting CDROM
Remove the device files before trying to recreate them using insf -e.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 08:32 AM
10-08-2003 08:32 AM
Re: device busy when mounting CDROM
You guys have been a great help. thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 05:44 PM
01-08-2004 05:44 PM
Re: device busy when mounting CDROM
after you reboot your system
did your problem have been solved?