Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restoring a single filesystem from a savevg backup

Status
Not open for further replies.

MickC

Technical User
Jan 24, 2003
3
IE
Hi

We lost a disk in an AIX 5.2 server. I did a Remake Volume Group and it dumped down most of the data but seemed to stop while halfway through the last filesystem (/u01D). I tried to run the following

/usr/bin/restorevgfiles -s -r -f/dev/rmt0 /u01D

but although the tape was flashing away, it didn't do anything for two hours so I killed it and tried again using a different tape. This also didn't do anything.

Is there any way of recovering this filesystem?

Any Help Appreciated

Mick
 
well, i don't use restorevgfiles command for restoring files. I usually use simple restore command!!!

Try this:

Code:
restore -xvqf /dev/rmt0 ./u01D

or if you still insist in using restorevgfiles then try this:

Code:
/usr/bin/restorevgfiles -f/dev/rmt0 -s ./u01D

provided that you are in the directory of the files to be restored :)

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top