ADSM-L

Re: DR test....issues

2003-04-23 11:54:37
Subject: Re: DR test....issues
From: David E Ehresman <deehre01 AT LOUISVILLE DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 23 Apr 2003 11:53:48 -0400
> No way to get full list of tapes
>needed for a restore that I know of.
>
Stick the following in a tsm script and invoke it as:
  run SCRIPTNAME NODENAME STGPOOL
and it will give you a superset of tapes that will be needed to restore
a node.  It lists all the volumes in a given storage pool that contain
data from the given node.

  select distinct volume_name,node_name from -
    volumeusage where node_name = upper('$1') -
    and stgpool_name = upper('$2')

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