- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem in creating a tar on 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-30-2002 09:49 AM
09-30-2002 09:49 AM
Problem in creating a tar on tape
I am trying to backup some data on DLT tapes.
I already tried to rewind:
# mt -t /dev/rmt/1m rewind
When I start to archive I get:
# tar cvf /dev/rmt/1m /opt/oracledb
a /opt/oracledb/app/oracle/product/7.3.4/orainst/usrdfl.log 2 blocks
a /opt/oracledb/app/oracle/product/7.3.4/orainst/install.log 8 blocks
a /opt/oracledb/app/oracle/product/7.3.4/orainst/sql.log 2 blocks
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit.
Any help/suggestion is highly appreciated.
Thanks in advance for your help,
Kind Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 09:57 AM
09-30-2002 09:57 AM
Re: Problem in creating a tar on tape
Is there a tape in the drive ?
Does the device file exist ? -> ll /dev/rmt
Did you try other tapes ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:01 AM
09-30-2002 10:01 AM
Re: Problem in creating a tar on tape
There are a couple of docs regarding this which relate to the tape drive and type tape being used
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000007948704
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062943760
If not , did you check your rewind was succesful ?
mt -t /dev/rmt/0m rew
echo $?
should be 0
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:01 AM
09-30-2002 10:01 AM
Re: Problem in creating a tar on tape
Clean the drive and try with new tape.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:06 AM
09-30-2002 10:06 AM
Re: Problem in creating a tar on tape
Incase this si the isseu I would recommend :
1. Change the media and try again.
2. Try using w/o any mt option bcoz in any case the drive will write from the start of the tape .
3. If u dotn suceed change the drive , it amy be possbielt aht the drive is errorneoulsy sensing the end of tape soon , ior amy be some signal on the coneector of the controlerr is intermittent.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:07 AM
09-30-2002 10:07 AM
Re: Problem in creating a tar on tape
Check also if after rewinding the drive is online !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 10:36 AM
09-30-2002 10:36 AM
Re: Problem in creating a tar on tape
If another tape works okay, try "mediainit -v /dev/rmt/0m" on the tape that fails. Be sure to rewind the tape first.
I once had the same problem on a couple of DDS tapes that my (Microsoft) Network Admin had "borrowed".
Darrell