- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error 90:54 Device Busy
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
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
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
02-15-2005 09:36 PM
02-15-2005 09:36 PM
I´m getting the following error during
[Major] From: BMA@oracledb.sp.senac.br "oracledb_d1" Time: 15/2/2005 16:47:14 [90:54] /dev/rmt/9mn Cannot open device ([16] Device busy)
But my no is really, my devices no are busy, and any device create for others servers run.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 09:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 09:50 PM
02-15-2005 09:50 PM
Re: Error 90:54 Device Busy
This is a message from Dataprotector / Omniback II. So, eventhough the actual device may be free, there may be something going on at DP.
Check the "Monitor" context in DP GUI. If there are any sessions in progress, decide what you want to do. If you are sure no sessions are running, then try as below,
1) at command prompt
omnidbutil show_locked_devs
If this indicates any device in its list then use
2) omnidbutil free_locked_devs {devname| mediaID}
check for man/help omnidbutil for details.
Revert with the result.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 10:48 PM
02-15-2005 10:48 PM
Re: Error 90:54 Device Busy
Regards
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 11:48 PM
02-15-2005 11:48 PM
Re: Error 90:54 Device Busy
Remember to revert with the results of the suggestions. Also do not forget to assign points to the replies.
With regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 02:41 AM
02-16-2005 02:41 AM
Re: Error 90:54 Device Busy
My system unrecognizer this commands.
Please help me.
Tks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:03 AM
02-16-2005 03:03 AM
Re: Error 90:54 Device Busy
your first message is not very clear.
What were you doing when the error occurred?
Backing up to tape?
Where did you see the error (a log file?) ?
Were there any other messages near the message you posted?
Also see post:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=18534
Many Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:04 AM
02-16-2005 03:04 AM
Re: Error 90:54 Device Busy
You can also try... fuser -cu /dev/rmt/9mn
if it list a proscess id.. then do ps -ef and grep for the process id to see what is causing the drive to show busy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:10 AM
02-16-2005 03:10 AM
Re: Error 90:54 Device Busy
please check your drive:
ioscan -fnCtape
This should list /dev/rmt/9mn, if it does not check the cables and rerun command.
Regards