View tape backup files on RHEL5 Operating System


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers View tape backup files on RHEL5 Operating System
# 1  
Old 01-20-2011
View tape backup files on RHEL5 Operating System

I have an AIX server with a tape Library residing on it. I intend to restore the data backed up to the tape on Red Hat Enterprise Linux 5.

First , i would want to view the contents of the tape on RHEL 5(x86) but seems to be giving an input output error.
I observed that if i backup to tape on AIX, i can only view the contents of my backup on the AIX server same applies to Linux.

I wish to be able to view contents of the backup done on AIX to tape on my RHEL 5(x86) which i use in accessing the tape library remotely and vice versa.
# 2  
Old 01-20-2011
What software did you use to do the backup ? Tar should work, but I doubt backup/restore would...
# 3  
Old 01-20-2011
What software did you use to write the tape?
What software are you using to read the tape?
If any of this is command line, what did you type and what happened?

Do you have NFS installed and working on both computers?
# 4  
Old 01-20-2011
view tape backup on RHEL5

Tnx for the post.

I did not use any software to write to the tape. I made use of the tar command to write to the tape on AIX Server.

The backup command used was "tar cvf /dev/rmt2 /mybackup

Now viewing the tape from the RHEL5 (x86) server gives input /output error using the command: tar tvf optimum@10.0.0.1: /dev/rmt2
Error: Cannot open: Input/output error
tar:Error is not recoverable: exiting now
where 10.0.0.1 is the IP address of the AIX server SmilieNote not real IP address)

I also tried the following command: tar tvf /dev/rmt2
Error: tar: Error is not recoverable: exiting now

Hope to get the feedback soonest. Tnx
# 5  
Old 01-20-2011
have you checked for any more detailed error reports in any of the logs in /var/log on the RHEL box ? TBH, it sounds like a hard-error from the drive.
# 6  
Old 01-20-2011
Are you trying to use NFS here? As far as I know you cannot "mount" a tape via NFS.
Code:
tar tvf optimum@10.0.0.1: /dev/rmt2

# 7  
Old 01-20-2011
Well im not sure if it's a hard error. I have backed up to the same tape from RHEL 5 connecting to the tape on the remote AIX server. I also viewed the contents of my tape backup on the RHEL and it was successful. The only issue is not being able to view the contents of the tape having backed up using AIX server. I have a strong feeling that the Linux server communicates well with the tape device on the remote AIX that explains why backup to tape on RHEL5 and viewing contents of tape was made possible. Why then does it give me an input/output related error whenever i view the content of my tape backup(AIX to tape) on RHEL5. Does it mean i can only view the content of my tape using same AIX O/S that i used in writing to the tape on a different Server. I honestly have to view my tape content on the RHEL5 box and eventually restore this tape content on RHEL5 box.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to take backup of ZFS file system on a tape drive?

Hi Guys, I want to take backup of a ZFS file system on tape drive. Can anybody help me with this? Thanks, Pras (0 Replies)
Discussion started by: prashant2507198
0 Replies

2. AIX

View tape backup files on RHEL5 Operating System

I have an AIX server with a tape Library residing on it. I intend to restore the data backed up to the tape on Red Hat Enterprise Linux 5. First , i would want to view the contents of the tape on RHEL 5(x86) but seems to be giving an input output error. I observed that if i backup to tape on... (1 Reply)
Discussion started by: optimum
1 Replies

3. Solaris

Backup files to tape drive on solaris

Hi, I want to take backup of files older than 20 days from a directory onto a tape drive on remote machine on Solaris. The files are of format abc-20100301000000.gz on my local machine. I know the below commands for searching files older than x days and command for backup procedure. solar1 #... (7 Replies)
Discussion started by: jyothi_wipro
7 Replies

4. Red Hat

How to view all files on DAT tape

I'm using tar and so far so good, but how can I view ALL files without having to fast forward and rewind the tape? Let's say I append 100 files onto the tape. Having to fast forward 100 times until I find the file I want is kinda tedious. (3 Replies)
Discussion started by: sdotsen
3 Replies

5. AIX

How to list files in AIX 3.2 mksysb backup tape

Hi, Can anyone tell how to list files in a AIX 3.2 mksysb backup tape. Thanks! Victor Cheung (4 Replies)
Discussion started by: victorcheung
4 Replies

6. UNIX for Dummies Questions & Answers

System full backup to tape

hi, Recently, I had receive one system. it's run on the unix tru64 server. I looking some log files when i know don't work few months age system backup to tape. Below error: INFO:Tape backups to tape tape0 starting for backup list: slot2:/disk4 Backup Command Variable... (0 Replies)
Discussion started by: Tlg13team
0 Replies

7. UNIX for Advanced & Expert Users

how to erase files from a tape used previously on Windows operating system

hi all Please may you help. I want to put my unix application backup files using tar cv8 * from a specific folder e.g /u1/sage With new tapes SONY 4mm-DL 90m i can do it with no problem at all. Now I have run out of tapes and I need to use the same kind but they were once used to back... (5 Replies)
Discussion started by: isaac
5 Replies

8. UNIX for Dummies Questions & Answers

Check backup file size on backup tape

Hi, I performed backup on tape and I want to append more files to my previous backup on the same backup tape. But before I do that I need to know the backup file size of the first backup I performed so that I know the available size on the backup tape. Can someone help me what command I will use... (0 Replies)
Discussion started by: ayhanne
0 Replies

9. UNIX for Dummies Questions & Answers

Mounting DLT tape and to backup file to tape

Hi there: I'm new here Can anyone help me: I have DS15 Alpha server : Unix 5.1B Now i need to connect a DLVT VS80 1U Rackmount Tape Drive unit. What is the exact comman to mount the DLTape IV?? How do i make backuo @ copy file to the tape? Thanx to all (0 Replies)
Discussion started by: ayzeayem
0 Replies

10. UNIX for Dummies Questions & Answers

? View A Backup Tape

I AM A NEWBIE PLEASE HELP!! IF YOU HAVE KSH YOU SHOULD USE A TAR COMMAND HOW DO YOU VIEW A TAPE WITH JUST AN SH. MY MIS CRASHED AND I KEEP GETTING AN ERROR MESSAGE CANNOT FORK: TOO MANY PROCESSES :confused: (3 Replies)
Discussion started by: NOT A CLUE
3 Replies
Login or Register to Ask a Question