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
05-31-2006 11:45 AM
05-31-2006 11:45 AM
tar
root: /root ==> tar -cvf /dev/rmt/1mn *
tar: cannot open /dev/rmt/1mn
What could I be doing wrong? Here is my ioscan.
root: /root ==> ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 1 0/3/1/0.1.0 stape CLAIMED DEVICE COMPAQ SDLT320
/dev/rmt/1m /dev/rmt/c4t1d0BEST
/dev/rmt/1mb /dev/rmt/c4t1d0BESTb
/dev/rmt/1mn /dev/rmt/c4t1d0BESTn
/dev/rmt/1mnb /dev/rmt/c4t1d0BESTnb
My backups seem to be working. I am using Data Protector to do the backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:04 PM
05-31-2006 12:04 PM
Re: tar
cd /dir
tar -cvf /dev/rmt/1mn .
Do you have a spare backup tape you can play with?
tar -tvf /dev/rmt/1mn (* list contents *)
dd if=/dev/rmt/1mn > /tmp/tapecontents
Do you have any robots / tape lib.s. If so how do they show up in ioscan?
ioscan -funC autoch
Verify the tape unit has a green light on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:23 PM
05-31-2006 12:23 PM
Re: tar
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
autoch 0 0/3/1/0.0.0 schgr CLAIMED DEVICE HP MSL5000 Series
/dev/rac/c4t0d0
root: /root ==> tar -cvf /dev/rmt/1mn
tar: cannot open /dev/rmt/1mn
root: /root ==> tar -tvf /dev/rmt/1mn
tar: cannot open /dev/rmt/1mn
Everything looks like the tape drive is there and working but for some reason I can not do a tar or do an inventory of files that were tared there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 12:39 PM
05-31-2006 12:39 PM
Re: tar
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > RAW SUMMARY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 07:06 PM
05-31-2006 07:06 PM
Re: tar
tar cvf /dev/rmt/1m *
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 07:34 PM
05-31-2006 07:34 PM
Re: tar
# mt rewind /dev/rmt/1m
Is the tape write protected?
Does dd work?
# dd if=/dev/rmt/1m ibs=5120 | tar tvf -
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 09:03 PM
05-31-2006 09:03 PM
Re: tar
Verify phisycal tape protection (off)
# mt -t /dev/rmt/1mn rew
# dd if=/dev/null of=/dev/rmt/1mn
# mt -t /dev/rmt/1mn rew
# cd dirtocopy
# tar cvf /dev/rmt/1mn ./*
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 06:01 PM
06-01-2006 06:01 PM
Re: tar
I hope you are checking in the false direction! I am quite sure that you have some Data Protector process working at the same time that you try the tar?
Check with:# ps -ef | grep omni
If they are any I will sugest to stop Data Protector, but you need to be shure of your backups schedule, then do your tar and then start your Data Protector.
Hope that help, cheers,
Enzo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 08:50 PM
06-01-2006 08:50 PM
Re: tar
You use rewindable tape device instead non-rewindable /dev/rmt/1m.
If it Omniback initiated, from OmniBack recycle it and try to use in UX Tar.
Good luck,
Regards
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2006 11:11 PM
06-01-2006 11:11 PM