Using the DD command to read an ISeries tape


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Using the DD command to read an ISeries tape
# 1  
Old 12-02-2005
Bug Using the DD command to read an ISeries tape

An ultrium 2 tape was sent to our site to extract the data.
The problem is that they did not send instructions on how it was backed up, block size, etc.

Since then I found out that they used the DD command.
I tried running the following but it extracted only 3 lines worth of data.
It appears to be a header and trailer record.

dd if=/dev/rmt1 of=/tmp/tapedump.out
0+3 records in.
0+1 records out

I think there was a problem on their end in creating the tape but since I am not that familiar with the DD command I thought I would ask for any suggestions.
Any Suggestion on what syntax to use with the DD command ?

Thanks,
Brent Osuna
# 2  
Old 12-03-2005
Brent this particular forum is intended to discuss problems and suggestions for the site, not to answer technical questions. Please repost your question in a more appropriate forum. When you do, please include which OS will be trying to read the tape. I will close this thread.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Read from file and execute the read command

Hi, I am facing issues with the below: I have a lookup file say lookup.lkp.This lookup.lkp file contains strings delimited by comma(,). Now i want to read this command from file and execute it. So my code below is : Contents in the lookup.lkp file is : c_e,m,a,`cd $BOX | ls cef_*|tail... (7 Replies)
Discussion started by: vital_parsley
7 Replies

2. UNIX for Dummies Questions & Answers

SFTP error between UNIX to iSeries (Write Failed Broken Pipe)

Hi, I am iseries resource and having Issue in one of the sFTP failures between one of my job (Unix --> iSeries). The response to sending machine (Unix) is "Write Failed Broken Pipe". Appreciate any help Available on why this Issue happens, how can we replicate the same, what fixes can... (1 Reply)
Discussion started by: hamelchauhan
1 Replies

3. Red Hat

How to see files backed up on tape using dd command

Hi all, I need some help... - I have two servers - serverA and serverB. - ServerB has a tape drive - I took a backup of some files on serverB on to tape drive on serverA. - I used the following command: serverB> tar cvfb - 20 ./<file> | ssh <serverA> 'dd of=/dev/nst0 bs=20b' - I... (2 Replies)
Discussion started by: ahmerin
2 Replies

4. AIX

Tape drive problem - no process to read data written to a pipe

Hi Everyone, The machine I'm working on is an AIX 5.3 LPAR running on a P650. oslevel -r shows 5300-08. I'm trying to take a backup to a SCSI tape drive, which has been working up until this point. I know of nothing that has changed recently to cause this problem. But when I try to take a... (0 Replies)
Discussion started by: need2bageek
0 Replies

5. AIX

LTO3 Drive to read LTO3 tape with LTO4 content

Dear all experts, I have a LTO3 tape drive and thinking of upgrade to LTO4 drive. Before we proceed to upgrade, I have 1 question to ask. As I will use the backup tape to restore into other server (pSeries p550), I have the problem of if I backup in LTO4 tape in future, how can I restore the... (1 Reply)
Discussion started by: kwliew999
1 Replies

6. AIX

Tape status command

We sometime run backups to tape in the background using the cron. Is there a command that will show me how fast the information is being written and or how much data has been written? I know if we enter the information via the command prompt or smit it shows the speed and amount written. (2 Replies)
Discussion started by: daveisme
2 Replies

7. UNIX for Dummies Questions & Answers

Read a "Tape" File with no extension, in Windows

I've been sent a file by a client that has no dot extension, which I'm told should be a MSSQL7 database with information I need to get out and ultimately export for upload to another system. My issue is that I have no idea what to do with this file. The properties indicate it's a Unix executable... (1 Reply)
Discussion started by: buccacom
1 Replies

8. UNIX for Dummies Questions & Answers

Can UNIX data on tape be read in Windows??

Hello All: We have acquired a business (UNIX system) and inherited data which is on SDLT tapes. We'd like to read this data and save it in Windows format, if possible. Anyone in the know on how to do that, if feasible? Please give your suggestions. Regards (2 Replies)
Discussion started by: yourstruly
2 Replies

9. AIX

Echo Command to Tape

I've just got a new server running AIX5.3 When I Try this command: echo ABC123 > /dev/rmt0 I get the following message : A system call received a parameter that is not valid It worked OK on 4.3. Has something changed in the operating system> (0 Replies)
Discussion started by: gordbaby
0 Replies

10. UNIX for Dummies Questions & Answers

how to read a tape?

Dear all, I have searched the topics and have not found an answer to my problem. I wish to view the content of a backup-tape. I use the command cpio with the following parameters: -itcB and to round it all of: < /dev/rmt/0cbn for the tape. cpio -itcB < /dev/rmt/0cbn Result: cpio: I/O error... (8 Replies)
Discussion started by: yeudba
8 Replies
Login or Register to Ask a Question