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
# 15  
Old 01-21-2011
Can you post the output for the directory list on both computers making it clear which computer is which:
Code:
echo "AIX"
ls -liad /dev/rmt2*

echo "RHEL5"
ls -liad /dev/rmt2*

How is this tape library wired up? We can see that the control functions are on an Ethernet connection. Is there a SCSI cable to either one or both of these computers?

Do you have the "mt" command on both computers?
# 16  
Old 01-24-2011
Please find attached the directory listings on both AIX and RHEL5 as requested.

I also observed that if I load a new tape into the drive and enter the command:
"tar tvf /dev/rmt2" on both AIX and RHEL to view the contents which i expect to be empty naturally. I receive the following on AIX and RHEL5 respectively.

AIX: It displays the last backup done on the last tape before loading the new one even though the tape has been changed.

RHEL5: It says cannot open file. No such file or directory exists.
View tape backup files on RHEL5 Operating System-aixdirectorylistpng
View tape backup files on RHEL5 Operating System-linux-directory-listpng
# 17  
Old 01-24-2011
mt command is found on AIX and not on RHEL5.

The tape Library is built/connected to the AIX RAC.

No SCSI cable is attached to the RHEL5 Server.
# 18  
Old 01-24-2011
On the AIX server /dev/rmt2 is a device special file with permissions starting "crw" . This is what we would expect for a tape device.

One the RHEL5 server /dev/rmt2 is a flat file with permissions starting "rw". You have not been writing to the tape device on this server, you have been writing to a file. (Hence my question earlier about whether the tape moved).

As far as I can see the tape drive is not attached to the RHEL5 server at all - either physically or logically.

Probably time to talk to the tape drive supplier about what to do next.
# 19  
Old 02-10-2011
Tape library status

I related an issue about two weeks ago on reading/writing my tape backup on RHEL5. I was clarified by Methyl that there was no connection between the tape library(residing on AIX RAC Server) and the RHEL5.

Further research on the tape library shows that the "share library option" has been grayed out.(the screen shot displays that).

I would want to know what actions/steps to be taken towards sharing the tape library on the network such that the RHEL5 server will be able to communicate with the tape library and read tape contents from the library
# 20  
Old 02-10-2011
Tape library status screen shot

Attached is the tape library status
# 21  
Old 02-10-2011
We seem to have got through 20 posts without mentioning the make and model of the tape library device. I could be wrong.

The fact that you can remote administer the device on a LAN connection does not mean that you can definitely use the device as a standalone LAN storage device. The fact that it has a SCSI connection to an IBM computer is ominous.

Strongly advise that you prepare a clear and concise set of questions and contact the vendor (or perhaps manufacturer) of the device and take their advice.
 
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