- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't eject tape!!!
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
09-12-2003 10:27 AM
09-12-2003 10:27 AM
Can't eject tape!!!
Tape: DDS2
Symptoms: When changing 3rd tape, the drive just won't eject the tape, kill the backup processes and the tape light keeps flashing. Press eject button and no response, any idea?
Thans in advance
Simon L.
P.S. (/var/adm/syslog/syslog.log:tape hardware path 10/4/8.0.0.0: offline event reported, 85 I/O error entries were lost)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 10:33 AM
09-12-2003 10:33 AM
Re: Can't eject tape!!!
do a ioscan -funC tape
this will dispaly the tape in memory. record the device path.
then cd /dev and see if you can find the special file.
if not there, do a
insf -e
. not sure why the device file got lost. this is what you R saying right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 10:37 AM
09-12-2003 10:37 AM
Re: Can't eject tape!!!
# ps -ef
If any, kill those processes and release the tape. You can also try 'mt' commands:
# mt -t /dev/rmt/0m status
# mt -t /dev/rmt/0m offl
Also, check if the drive has any hardware failure too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 10:38 AM
09-12-2003 10:38 AM
Re: Can't eject tape!!!
mt -t /dev/rmt/?m offl
Do you use OmniBack? You could use the uma command to manually move the tape from the drive out to the slot.
Try man mt and man mc for more info.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2003 11:14 AM
09-12-2003 11:14 AM
Re: Can't eject tape!!!
reboot the system and try and eject that tape right after the shutdown message on the console.
If the tape is physically jammed, you'll need to take out the tape drive, and remove the tape. Mos likely under this scenario, the tape drive is toast and you'll need to isntall a new one.
If you get it from HP they'll replace it with a DDS3 drive, they don't do DDS2 anymore.
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
09-12-2003 11:23 AM
09-12-2003 11:23 AM
Re: Can't eject tape!!!
mount -f /dev/rmt/0m offline
regards,
anil