- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To Read the backup content through dd command
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
01-19-2006 11:41 PM
01-19-2006 11:41 PM
To Read the backup content through dd command
We are taking SAP/R3 backup using dd command. Is there any way to view the contents of the backup tape in unix without restoring.
The server used is RX4640. OS version 11.23
The backup drive is Ultrium215.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 11:55 PM
01-19-2006 11:55 PM
Re: To Read the backup content through dd command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 11:57 PM
01-19-2006 11:57 PM
Re: To Read the backup content through dd command
You could do something like:
# dd if=/dev/rmt/0m | strings
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 11:58 PM
01-19-2006 11:58 PM
Re: To Read the backup content through dd command
There is no way of viewing the contents without restoring. But what is the reason of stucking to backup using dd. I do not think it is a best option to use.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 12:12 AM
01-20-2006 12:12 AM
Re: To Read the backup content through dd command
Dear Vijay,
Though i havent tried, here is a small piece of information which got from web, (http://www.ahinc.com/aix/backup.htm)
dd if=/dev/rmt0.1 of=/tmp/data1 cbs=147 ibs=2940 conv=ascii
==> Will read a record size of 147 bytes, a block size of 2940 bytes, and convert the output to an ASCII file
May be you can try with a TEST tape/backup.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 12:17 AM
01-20-2006 12:17 AM
Re: To Read the backup content through dd command
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797380 seems to indicate no view of contents as dd is not a file based backup method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 08:03 AM
01-20-2006 08:03 AM
Re: To Read the backup content through dd command
see dd does not copy file by file, but sector by sector. So sorry, no list.dd knows nothing about files. It is a sector by sector copy of the disk!.
regards
karan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2006 01:41 PM
01-21-2006 01:41 PM
Re: To Read the backup content through dd command
Bill Hassell, sysadmin