Netbackup - version 7.5.0.6 Consolidate two images directories ?
Mea Culpa...
I have a Catalog - Images directory mis-match.
Somewhere along the line I have managed to remove a soft link (solaris 11) and now have ".f" files in two separate "images" directories.
So, the catalog shows the backup images, but a restore does not work (of course) for some backups due to the images not being found.
Is there a way to re-combine these two images directories ? (perhaps with cat_export and cat_import)
Thanks,
John
Where do you want these images?
Under /usr/openv/netbackup/db/images
or /span/images ?You decide. Do the following with NBU down:
If you want them under /usr/openv/netbackup/db/images, (and you have enough space) simply copy all folders under /span/images/hyperion to /usr/openv/netbackup/db/images/hyperion.
Nothing else to be done.
Start NBU.
Monitor everything and browse for restores. If all is fine, you can delete the folder under /span
If you want them in /span/images/ (probably because there is not enough space in /usr/openv) copy everything in /usr/openv/netbackup/db/images/hyperion to /span/images/hyperion.
For now, just rename hyperion folder in usr/openv/netbackup/db/images. (e.g. old-hyperion).
ensure you are in usr/openv/netbackup/db/images/ as pwd, create sym-link:# ln -s /span/images/hyperion hyperion
Confirm with ls -l | grep hyperion.
Test the link:
# cd hyperion'ls -l' should list all 10-digit folders.
Start NBU and test.
If all is fine, you can delete old-hyperion and all of its contents.