- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Finding out archive format of dat 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
05-15-2003 10:41 PM
05-15-2003 10:41 PM
Finding out archive format of dat tape ??
I have several dat tapes and it
contains an archive of softwares .
Question is how to find the type of archive ? Is it swinstall,dd,frecover,pax,tar ,cpio ,dump ???
Hope u all can help me .
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 10:46 PM
05-15-2003 10:46 PM
Re: Finding out archive format of dat tape ??
I take the tape and test whether the tar,frecover able to read it.
For example:
I will do : tar -tvf /dev/rmt/0mn
if this cannot , it's mean that not backup using tar
next I will do
frecover -x -f /dev/rmt/0mn -I /tmp/index
check whether can read or not.
And goes on for others ....
Simple method ? Other guru's will help you..
still learning,
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 11:14 PM
05-15-2003 11:14 PM
Re: Finding out archive format of dat tape ??
e.g.
a 150M DDS cannot be read on a DDS 3 tape drive, a tape created on a DLT8000 cannot be read on a DLT7000 drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 11:18 PM
05-15-2003 11:18 PM
Re: Finding out archive format of dat tape ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 11:39 PM
05-15-2003 11:39 PM
Re: Finding out archive format of dat tape ??
# dd if=/dev/rmt/0m ibs=204800 of=xx count=1
# file xx
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:07 AM
05-16-2003 12:07 AM
Re: Finding out archive format of dat tape ??
after doing
dd if=/dev/rmt/0m of=xx ibs=24... count=1 and then doing
file xx , gives me lif .
Does it mean its a bootable tapes .?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:50 AM
05-16-2003 12:50 AM
Re: Finding out archive format of dat tape ??
# lifls
USAGE: lifls [-C -l -i -v -L -b BlockList] volname[:filename]
See also lifcp lifinit lifls lifrename lifrm
Enjoy, have FUN! H.Merijn