- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can't use backup device
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
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
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-17-2006 01:15 PM
тАО01-17-2006 01:15 PM
can't use backup device
# ioscan -kfnC tape
Class I H/W Path Driver S/W State H/W Type Description
============================================================================
tape 0 0/6/2/0/4/0.0.0 stape CLAIMED DEVICE HP C5683A
/dev/rmt/0m /dev/rmt/c4t0d0BESTn
/dev/rmt/0mb /dev/rmt/c4t0d0BESTnb
/dev/rmt/0mn /dev/rmt/c4t0d0DDS
/dev/rmt/0mnb /dev/rmt/c4t0d0DDSb
/dev/rmt/c4t0d0BEST /dev/rmt/c4t0d0DDSn
/dev/rmt/c4t0d0BESTb /dev/rmt/c4t0d0DDSnb
but if I try tar -cvf /dev/rmt/0m /tmp/* , it pop "tar: cannot open /dev/rmt/0m" , could suggest what is wrong ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:27 PM
тАО01-17-2006 01:27 PM
Re: can't use backup device
have u tried:
# tar -cvf /dev/rmt/0mn /tmp/*
take note of the "n", i.e. no-rewind device, behind 0m
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:33 PM
тАО01-17-2006 01:33 PM
Re: can't use backup device
What doesthe command below return:
# mt -f /dev/rmt/0mn stat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:36 PM
тАО01-17-2006 01:36 PM
Re: can't use backup device
# tar -cvf /dev/rmt/0mn /tmp/*
tar: cannot open /dev/rmt/0mn
# mt -f /dev/rmt/0mn stat
Drive: HP C5683A
Format: DDS-1 format
Status: [45111300] BOT write-protected online compression immediate-report-mode
File: 0
Block: 0
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:44 PM
тАО01-17-2006 01:44 PM
Re: can't use backup device
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:45 PM
тАО01-17-2006 01:45 PM
Re: can't use backup device
could u power on and off the tape device and also check if the device is in working condition.
if tar command still not working, run rmsf and insf on the tape device and run tar again.
also, is it really that difficult to assign points? 0 out of 80 (and counting) is not good.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 01:50 PM
тАО01-17-2006 01:50 PM
Re: can't use backup device
The key words there are "write-protected". You must eject the tape, move the white tab so that it covers the hole on the tape and then put the tape back in.
Now, since someone write-protected the tape at some point, make absolutely sure that it is OK to overwrite this tape!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2006 03:30 PM
тАО01-17-2006 03:30 PM
Re: can't use backup device
Hi,
Could you try to read the contents of any previous backup.
#tar -tvf /dev/rmt/om --> to read the content.
May be you can try with a different media also.
With Regards,
Siva.