- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TAPE 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
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
06-03-2002 05:51 AM
06-03-2002 05:51 AM
TAPE BUSY
i have a dlt tape drive on my hp system )/dev/rmt/1m is the device file , i am not able to eject the tape , it says tape busy..how can i kill that process which is using tape and eject the tape.
thnks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 05:56 AM
06-03-2002 05:56 AM
Re: TAPE BUSY
# ps -aef | grep tar
You can also try this command:
# ps -aef | grep dev
Once you find out the processes, then kill it starting from child process. If you are using any backup tools like OB, legato etc, then use the GUI/command utilities for killing the process. Otherwise use kill command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:03 AM
06-03-2002 06:03 AM
Re: TAPE BUSY
In case you are usinf tar , dd , cpio just grep on that process , also you may try to do a fuser on the device file name to get the list of porcesses asccoiated it , go ahead and kill it , unless it is not a controoler ( on the tape drive ) which is hung , you should be good to go , incase it ti shte controller hung status then you wuill hve to reset it ofcourse this is SCSI bus so you will have to recycle the sysem.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:05 AM
06-03-2002 06:05 AM
Re: TAPE BUSY
# fuser /dev/rmt/1m
fuser: 2456c
For example from the above is process 2456. So you would ..
# ps -ef|grep 2456
==> list what is the process for 2456
Kill it appropriately..
# kill 2456
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:06 AM
06-03-2002 06:06 AM
Re: TAPE BUSY
You can kill the processes involved with the tar or the cpio command which you gave. Or else you may have to reset the DLT first and still if the problem doesnt get solved then you would have to restart the server also.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:55 AM
06-03-2002 07:55 AM
Re: TAPE BUSY
Thanks to all who replied ..it happened to be tape dribve problem even after rebooting the machine the tape is not coming out ...i believe there is a problem with the tape drive itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:58 AM
06-03-2002 07:58 AM
Re: TAPE BUSY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 08:57 AM
06-03-2002 08:57 AM
Re: TAPE BUSY
Great topic:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html
Great help in finding them:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html
44 of 270? At least assign NA if not helpful.
live free or die
harry