Hi all,
dsmclc is also in version 6.3 able to retrieves files to a different
directory.
Here is the examples that were published in the admin guide of 6.3:
Retrieve the archived .xls files in the c:\big projects\2009\ directory to
a new path: c:\projects\spreadsheets\. The archive copies are in file
space def-hsm01.
Command: dsmclc retrieve -g def-hsm01 c: "\big projects\2009" *.xls
c:\projects\spreadsheets.
Spaces separate the three parts of the search_pattern: c: "\big
projects\2009" *.xls. Because the directory_pattern (\big projects\2009)
contains a blank space, it is enclosed in quotation marks.
Before running a retrieve I usually run the "dsmclc list" command with the
same pattern to validate that I get the right files:
List all .doc archives in the c:\big projects\2009\ directory . The
archive copies are in file space def-hsm01.
Command: dsmclc list -g def-hsm01 c: "\big projects\2009" *.doc
Mit freundlichen Grü?en / best regards
Stefan Bender
IBM Deutschland / Am Weiher 24 / 65451 Kelsterbach / Germany
IBM Software Development "IBM Spectrum Protect"
----------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland Research & Development GmbH / Vorsitzende des
Aufsichtsrats: Martina Koederitz
Gesch?ftsführung: Dirk Wittkopp
Sitz der Gesellschaft: B?blingen / Registergericht: Amtsgericht Stuttgart,
HRB 243294
From: Efim <[email protected]>
To: [email protected]
Date: 25/09/2018 19:51
Subject: Re: [ADSM-L] archive / hsm for windows question
Sent by: "ADSM: Dist Stor Manager" <[email protected]>
Hi,
As I know you can recall HSM files only using HSM client.
In version 7.1.X you can use command dsmclc retrieve for it. Don't know
about 6.3.
Example: http://www-01.ibm.com/support/docview.wss?uid=swg21580766
Efim
> 25 сент. 2018 г., в 20:29, Lee, Gary <[email protected]> написал(а):
>
> I have a server which is running hsm for windows 6.3.
>
> Folks have deleted the stub files for much of their data.
>
> I need to restore, as we are terminating tsm services for that data
center.
>
> Is there a way to retrieve the archives avoiding the hsm client, just
use the tsm client?
> This would let me retrieve to another workstation to put things on a
stick.
>
> If not, I need a little help with the hsm command line to craft a
retrieval to a new directory tree.
>
> Thanks for any assistance.