ANS1302E No objects on server match query on restore from import data

tux242

ADSM.ORG Member
Joined
Dec 1, 2004
Messages
32
Reaction score
0
Points
0
Website
Visit site
ANS1302E No objects on server match query on restore from import data from a another server node;I'm trying to restore from an import node from server node blahb1 onto server node blahb2 for client node blahclient1;q fil and q occ show blahclient1 data is present on blahb2 server with the correct client node name etc; i registered the client node on blahb2 but it has never connected ,basically for a dr kind of test/actual situation;

Node Name Type Filespace FSID Storage Number of Physical Logical
Name Pool Name Files Space Space
Occupied Occupied
(MB) (MB)
---------- ---- ---------- ----- ---------- --------- --------- ---------
blahclient1 Bkup / 1 TSM3592 59 4.46 4.46
blahclient1 Bkup /usr 2 TSM3592 13 12.81 12.81
blahclient1 Bkup /var 3 TSM3592 11 32.27 32.27
blahclient1 Bkup /home 4 TSM3592 81 9.15 9.15


$ dsmc res -fromnode=blahclient1 "/home/*" /home/sanked1/tst/
ANS1035S Options file '/usr/tivoli/tsm/client/ba/bin/dsm.opt' could not be found.
IBM Tivoli Storage Manager
Command Line Backup/Archive Client Interface
Client Version 5, Release 3, Level 4.0
Client date/time: 06/07/08 11:18:36
(c) Copyright by IBM Corporation and other(s) 1990, 2006. All Rights Reserved.

Node Name: blahb2
Session established with server blahb2: AIX-RS/6000
Server Version 5, Release 3, Level 4.0
Server date/time: 06/07/08 11:18:37 Last access: 06/07/08 11:18:14

Restore function invoked.

ANS1247I Waiting for files from the server...
ANS1302E No objects on server match query

Thanks for the help Tux242
 
I can't test it now, but i think:

If you try do it from non-root user use:
q backup -fromnode=blahclient1 -fromowner=<owner name> "/home/*"
If you can see files, you can restore it.
if do it from root user:
q backup -fromnode=blahclient1 "/home/*"
I usually use -virtualnodename option.

Eifm
 
Back
Top