ADSM-L

Re: Trying to restore a clients volume (data) from one TSM server to another TSM server

2006-12-13 14:19:35
Subject: Re: Trying to restore a clients volume (data) from one TSM server to another TSM server
From: Timothy Hughes <Timothy.Hughes AT OIT.STATE.NJ DOT US>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 13 Dec 2006 14:18:46 -0500
Richard Thanks again!   I will look into this  and experiment further!

Tim

Richard Sims wrote:

On Dec 13, 2006, at 1:33 PM, Timothy Hughes wrote:

We tried  something like this?

restore VIRTUALNodename-  nodename
-fromnode=xxxx serva\sys:home/proj/*   -tcpserveraddress=xxxxxxxxx
servb\sys:home/proj/


Tim - See the Unix clients manual for overview and examples
      (which the Netware client manual for some reason lacks).
Or look in ADSM QuickFacts for explanation.

Fromnode and Virtualnodename are mutually exclusive concepts:
you use one or the other, the former being good for only one TSM
server, while you are trying to get across TSM servers.

The general approach is:

  dsmc restore -VIRTUALNodename=FilesOwnerNodeName
    -TCPServeraddress=TheOneHoldingThatData
    BackedUpDataName  NameToRestoreAs

Refer to your client manual for any option details specific to
your platform.

 Richard Sims