ADSM-L

Re: Tape a given file is on?

2002-08-30 16:02:37
Subject: Re: Tape a given file is on?
From: Thomas Denier <Thomas.Denier AT MAIL.TJU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 30 Aug 2002 13:52:45 -0400
> Given a file that has been backed up by a node, how do I find out which
> tape the current copy of the file is on without doing a restore?

You can do this with the unsupported 'show' commands.

show versions jupiter /home /jsmith/ .profile

will return information on all backed up versions of /home/jsmith/.profile
from node jupiter. This will include a line like:

ObjId 0.123456

The command

show bfo 0 123456

will either return information that includes volume names for the primary
storage pool and any copy storage pools or inform you that the object is
part of a specific super-bitfile. In the latter case, running another
'show bfo' for the super-bitfile will return information that includes
volume names.

The elapsed time for the 'show versions' command seems to depend on the
number of files in the file system. I have seen this command take minutes
for the file system containing our electronic mail store, which has
several million files.

<Prev in Thread] Current Thread [Next in Thread>