Restore node data from tape on new Tivoli TSM server

Ndengage

Newcomer
Joined
Sep 9, 2018
Messages
1
Reaction score
0
Points
0
Hello,

We have installed a new Tivoli TSM server on a DR site and we now trying to restore data for node but not succeded.
- Tivoli database and volhist restored on new server and server is working fine
- We can see content on tape volume with q content command
But when we try to restore file for node, we have an error :
ANS1084E. No files have previously been backed up for 'filespace-name' or the specified file file space is invalid for the current operating systems.

====================================================
tsm> restore -fromn=swift "C:\SWIFT\BAT\*" O:\Test_restore\
Restore function invoked.

ANS1084E No files have previously been backed up for 'C:\SWIFT\BAT\*'
or the specified file space is invalid for the current operating system.

============== We can see content of tape volume and tape is available on library ==============
tsm: TSMSVR>q content A00026L4
Session established with server TSMSVR: Windows
Server Version 6, Release 2, Level 1.0
Server date/time: 09/12/2018 16:25:11 Last access: 09/12/2018 15:33:14


Node Name Type Filespace FSID Client's Name for File
Name
--------------- ---- ---------- ---- --------------------------------------
SWIFT Bkup \\saa01\f$ 3 \DBRECOVERY
SWIFT Bkup \\saa01\f$ 3 \DBRECOVERY\BACKUP
SWIFT Bkup \\saa01\f$ 3 \DBRECOVERY\MIRROR
SWIFT Bkup \\saa01\f$ 3 \DBRECOVERY\BACKUP\SAA_DBRECOVERY_BCD-
CCDLIVE
SWIFT Bkup \\saa01\f$ 3 \DBRECOVERY\BACKUP\SAA_DBRECOVERY_BCD-
CCDLIVE\ARCH

Need your help please !

Best regards.
 
Hi,
can be many things - first guess - when using "fromnode" option, then you need the "access" was set before (your node needs permissions to access the other node data). Better way is to use "virtualnodename" when starting the client or even change the nodename (temporarily) in the dsm.opt - you will need the node's password - but being a class=system level admin helps here as well ...
A note - the output provided does not show anything was backed up for C:\SWIFT\BAT ... all I can see is an F: drive (not saying it is not there - but these few lines do not confirm it).
Hope it helps
Harry
 
If the machine name you are restoring on is different than the machine the backup was done on, need to provide the filespace name instead of the drive letter.

dsmc restore {\\saa01\c$}\SWIFT\BAT\*" O:\Test_restore\

And I agree with Harry, much easier to use virtualnodename
 
Back
Top