Has anyone ever seen a file called restore_symboltable pop into a directory after an NDMP restore?
I'm running 6.1R1 and doing an alternate location restore on the same filer.
The file is always 2.20 GB in size.
Thanks, Tom
MadDog@fool.com (Tom "Mad Dog" Yergeau) writes:
Has anyone ever seen a file called restore_symboltable pop into a directory after an NDMP restore?
restore_symboltable is a file that appears in (the root of) the directory tree being restored into. It holds information that allows subsequent stages of an incremental restore to work correctly.
That's with just the basic "restore", but I imagine "NDMP restore" uses the same mechanisms.
I'm running 6.1R1 and doing an alternate location restore on the same filer.
The file is always 2.20 GB in size.
The size will be determined by the size of the inode table in the *dumped* filing system.
Usually, one should remove restore_symboltable after (but not before) all stages of an incremental restore have been completed.
Chris Thompson University of Cambridge Computing Service, Email: cet1@ucs.cam.ac.uk New Museums Site, Cambridge CB2 3QG, Phone: +44 1223 334715 United Kingdom.
Tom Mad Dog Yergeau (MadDog@fool.com) said, on [010801 11:23]:
Has anyone ever seen a file called restore_symboltable pop into a directory after an NDMP restore?
man na_restore:
| Note that restore leaves a file restore_symboltable in the directory | that was dumped to pass information between incremental restore passes. | This file should be removed when the last incremental has been restored.
-Pete