Listing tape in AIX | backup taken from windows


 
Thread Tools Search this Thread
Operating Systems AIX Listing tape in AIX | backup taken from windows
# 1  
Old 09-03-2013
Listing tape in AIX | backup taken from windows

Hi,

We have backup on LTO-3 tape it was taken from windows via windows backup utility,
now the issue is that we want to list the content of tape in aix 6.1. Kindly help.

Regards
Salman
# 2  
Old 09-03-2013
Which windows backup utility?
# 3  
Old 09-04-2013
Its "Backup utility for windows by Microsoft and Veritas Software Corporation 2003"
# 4  
Old 09-04-2013
I am not sure, if this works
Assuming that your AIX system has a tape drive connected to it.
Code:
To check run, # lsdev -Cctape, you should see rmtX, where X=0,1,2, etc

If you see a tape drive then you can try to do the below.
But, before you can read the tape, you need to know the following.
Code:
What was the block size of tape? (like was it 0, 128, 256, 512, etc..,)

Now, Considering you know the block size, you can change the attribute of drive to read the tape.
To list the drive's current block size run
Code:
lsattr -El rmtX -a block_size

, now change it to the desired value
Code:
chdev -l rmtX -a block_size=YY, where X=0,1,2 etc., and YY=0,128,256,512,1024 etc..,

Check the consistency of tape streaming by running
Code:
tapechk

Now rewind the tape
Code:
tctl -f /dev/rmtX rewind

Now, to read the contents of tape run
I am not sure this will work, anyhow let me know the results
Code:
tctl -f /dev/rmtX read > /tmp/<filename>

or try this
Code:
listvgbackup -l -f /dev/rmtX

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Ejecting tape on AIX & Some Tape commands

I am trying to use this command to eject the tape mt -f /dev/rmt/0 unload but it gives me error mt -f /dev/rmt/0 unload mt: 0511-575 unload is not a recognized subcommand. Usage: mt Subcommand Valid subcommands are: weof eof fsf bsf ... (5 Replies)
Discussion started by: filosophizer
5 Replies

2. SCO

CPIO listing from tape question...

Hi. I have this old server onto which i needed to list the content of a tape. This is a SCO box (SCO_SV 3.2 5.0.6 i386) and backup was done using cpio. #tape status status : ready beginning-of-tape soft errors : 0 hard errors : 0 underruns : 0 #dtype /dev/rct0 /dev/rct0 ... (5 Replies)
Discussion started by: Stephan
5 Replies

3. AIX

AIX 5.3 & Veritas Backup with Tape Library

hello, I am facing this problem when trying to prepare AIX 5.3 for Veritas Backup: Veritas Software is not able to communicate properly with our tape library When we tried to run these commands here's the output # cfgmgr -l fscsi0 # cfgmgr -l fscsi2 # cfgmgr -l fscsi1 cfgmgr:... (3 Replies)
Discussion started by: filosophizer
3 Replies

4. 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

5. AIX

Backup script for Aix without tape mount

Hi, My situation is to write a backup script for AIX server which doesnt have a tape mounted. They have created a folder on windows so that all AIX backup files can be moved to that windows folder where they will put these AIX backup files on a tape. Appreciate help. Regards dsrules. (7 Replies)
Discussion started by: dsrules
7 Replies

6. SCO

Backup to SCSI Tape Backup aborts

I am trying to make a full backup of my system using the cpio command. The Tape Unit is a SCSI DDS. The process started fine but after about 30 minutes, it just stopped and showed the following message: 1755 Signal 31 - Core dumped Any idea of what is causing this and how to fix it? ... (4 Replies)
Discussion started by: zionpc
4 Replies

7. 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

8. AIX

AIX Tape Drive Backup

Currently I have a Dell Ultrium LTO 2 Tape Drive. I am going to have a IBM AIX server. Just wonder if it is possibe to connect this tape drive to the aix server? I have Brightstor Arcserver installed on another win 2003 server. Is it possible to install the arcserve agent on the aix and use the... (1 Reply)
Discussion started by: ming413
1 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. HP-UX

Listing the Ignite Backup tape

HI All I have created the bootable recovery tape using the ignite command make_tape_recovery, I need help for the command to list the content recorded in that tape. Regards, Gege:confused: (1 Reply)
Discussion started by: cgege
1 Replies
Login or Register to Ask a Question