ADSM-L

[ADSM-L] Query Backup syntax for Windows 5.2 Client

2009-03-02 12:21:26
Subject: [ADSM-L] Query Backup syntax for Windows 5.2 Client
From: "Thorneycroft, Doug" <dthorneycroft AT LACSD DOT ORG>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 2 Mar 2009 09:14:32 -0800
Hello,
I'm trying to issue a query backup for a filespace that is backed up as a UNC, 
and can't
get the syntax right. The filespace is a shared drive on a remote drive using 
the UNC in the domain
statement.

Backup is run on Node CT100 the share I'm trying to query is on CT120

the domain statement for CT100 is:
DOMain ALL-LOCAL
DOMain \\ct120\apps
DOMain \\ct120\images

When I run 
dsmc q backup -nodename=CT100 '{\\CT100\d$}*.*' Everything works fine

When I run"\
dsmc q backup -nodename=CT100 '{\\CT120\ct120\apps}*.*'
or 
dsmc q backup -nodename=CT100 '{\\CT120\\ct120\apps}*.*'

I get "ANS1081E Invalid search file specification"

There is no problem viewing or restoring the files from the GUI, I just
can't get the command line syntax right.