Hi all,
I use vdump to backup all file domains on a V5.1 cluster.
How can I determine the full path to a file in a vdump saveset? For example:
In unix /usr/spool/cron/crontabs/root is roots crontab file.
This however translates to
/var/cluster/members/member1/spool/cron/crontabs/root on member1 of the
cluster.
So when I go to restore the file using backup I first need to know that it
is on the /var saveset and not the /usr saveset. Using df
/usr/spool/cron/crontabs/root will tell me that. But then I need to know the
huge CDSL path to follow in order to get the file.
How can I easily translate or display /usr/spool/cron/crontabs/root as
/var/cluster/members/member1/spool/cron/crontabs/root ?
Thanks,
Mark.
Received on Tue Nov 04 2003 - 05:09:36 NZDT