Restore Files on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Restore Files on AIX
# 1  
Old 06-07-2010
Restore Files on AIX

Just a background, my volume group backup consumes 5 tapes. I backup using find . -print....

Now, I would like to restore a file which i know is from the 3rd tape. Using restore command

restore -xvqf /dev/rmtx ./<path>/<filename>

The system always ask for the first tape.

Is there a restore command that can read directly to the 3rd tape?

thanks
# 2  
Old 06-08-2010
NO there isn't, as there is a header on the first tape that must be read first.
# 3  
Old 06-08-2010
You could reorganize your backup and - instead of backing up in one big archive - use several small backup archives. In this case you could access each archive separately, but this won't help you with your current backups, only with the ones to take in the future.

What ross.mather said stands, think of it like a book: you would have to consult the table of contents first to know where a certain chapter starts. The TOC is at the beginning of a book, though, regardless of where the chapter will be.

I hope this helps.

bakunin
# 4  
Old 06-08-2010
Bakunin has a good idea, split your backup processes up so that you have a separate archive on each tape.

However you need to watch that you keep it balanced and know where you are putting everything. It takes more of your time to maintain that kind of system to make sure it works. And you'll probably want to keep an index file separately on each tape.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 7.2 MKSYSB Backup and Restore Best Practices?

Hello, Running AIX 7.2 on Power9 bare-metal (no LPAR and no NIM server), in the process of creating a guide on MKSYSB process. I understand that MKSYSB is a backup of the rootvg and we can exclude stuff via exclude.rootvg file, the rest of the data volumes are mapped to the system as LUNs via... (7 Replies)
Discussion started by: c3rb3rus
7 Replies

2. AIX

Restore AIX

Suppose this situation. Old AIX 7.1:i have full backups made with cpio,one for usr,one for var,one for etc,one for home,etc New AIX 7.1:i have new disks(larger) is possible to restore cpio archives without problems? Or i will have problem with odm,lv information stored,etc? (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

3. AIX

[Tip] Backup and restore on AIX

Pretty penny's. Just remember that mksysb and savevg are just front-ends for backup. In other words, backups on AIX are organized by volume groups. mksysb is specialized for rootvg and savevg is used for other volume groups. Ignoring that rootvg also creates files needed to boot a system... (1 Reply)
Discussion started by: MichaelFelt
1 Replies

4. AIX

AIX Tivoli Image Restore

Dear Team: I am new to this Forum and I need your help for my AIX restoration problem its very urgent my problem as follow failure I have a Tivoli Storage Manger was installed on that server. I created backup image using Tivoli and it created a set of files each file is around 2GB so... (1 Reply)
Discussion started by: Firas_Abed
1 Replies

5. AIX

How to restore rootvg archive after AIX 6.1 crash

Hello, Few days ago I created both mksysb and savevg archives of rootvg. How can I restore this rootvg now because the AIX crashed during some software tests. There is no way to start from hdisk0 because most of the system files are deleted (this includes libc.a). I tough it will be trivial... (6 Replies)
Discussion started by: +Yan
6 Replies

6. AIX

AIX 5.2 Maksysb Image backup/restore

Hello, I am new to AIX, as I was primarily working on HP-UX servers. We have some production servers and a couple of lab servers. We have upgraded over 40 servers from 5.2 to 5.3 running a particular application(1) using the golden 5.3 upgraded servers copy of makesysb. We have only two... (3 Replies)
Discussion started by: dayinthelife
3 Replies

7. UNIX for Dummies Questions & Answers

Restore files with TAR -- Help

Hi, Can anyone tell me the right TAR command to restore all the files dirs/subdirs/files etc. to a given directory on my hdd from a TAPE drive? I already used the list function to see that there is data on it with this commando: # tar tf /dev/st0 Now I need to copy all the data to a... (1 Reply)
Discussion started by: severt
1 Replies

8. Shell Programming and Scripting

how to restore the deleted files

hi, if i delete a file from /home/san/abc.cpp in linux/unix and i want to restore it back how to do that ? (3 Replies)
Discussion started by: mail2sant
3 Replies

9. AIX

AIX backup and restore

Hello, Some background so you can see what I'm trying to do on AIX: In Windows its possible to partition a single hard drive into 2 separate logical paritions which may appear as a C and a D drive. It is then possible to to use 3rd party software such as Power Quest Drive Image to create a... (3 Replies)
Discussion started by: quickfirststep
3 Replies

10. AIX

AIX backup --> Linux Restore

Hi all, I have a large number of backup tapes which were originally written with the AIX "backup" command. I now need to convert these to "tar" format, but unfortunately I no longer have access to an AIX machine. I have been able to connect the old tape drive (3590) to a Linux box and it works... (2 Replies)
Discussion started by: jauru
2 Replies
Login or Register to Ask a Question