- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tape drive problem
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
01-31-2006 11:35 PM
01-31-2006 11:35 PM
tape drive problem
iam facing a problem with my tape drive HP 7980S.
pls find the output of the commands.
root> mt -t /dev/rmt/1m rew
/dev/rmt/1m: Device busy
root> ps -ef | grep /dev/rmt/1m
root 7341 6582 0 12:22:55 pts/ta 0:00 grep /dev/rmt/1m
there is no backup running on the system .but the device is showing busy.. and i want to kill the process which is using the drive but ps -ef not showing any process. how i can recover this.. any utility like fuser.... so that i can kill all the process..
thanks in advance
Regards
TVs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 11:44 PM
01-31-2006 11:44 PM
Re: tape drive problem
You could try:
# fuser -fk /dev/rmt/1m
However, this may be a bad drive.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 11:49 PM
01-31-2006 11:49 PM
Re: tape drive problem
Do a ioscan -fnC tape as Device busy will be display even thought the tape drive is not attached.
Regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:44 AM
02-01-2006 12:44 AM
Re: tape drive problem
TVs
I have found in the past I have gotten a drive to work by rebooting the system.
I have also found and applied patches that have addreesed the problem
Or it could be a defective drive
DCE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 01:04 AM
02-01-2006 01:04 AM
Re: tape drive problem
Sadly sometimes the only way to clear this is the three fingered salute, which in HP-UX is a reboot.
shutdown -ry now
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:46 AM
02-01-2006 07:46 AM
Re: tape drive problem
make sure the tape is correctly loaded in the 7980S beast.
Also check that the drive says online on the front panel, and no other message. you could always rewind the tape to BOT from the control panel.
Try to unload the tape and then load it again, bad media could also be the problem.
Even if it doesnt work you can have fun watching the tape fly around.
Does the tape drive come online on its own after tape is loaded. If the drive isnt online(ready) then HPUX will think its busy.
Depends what version hpux your running aswell, what does
#mt -t stat
say?
Also check with ioscan that the drive is been picked up properly, and has the correct device files.
last of all, reboot
Andy