I think you just have a syntax problem. When I"ve done this before, to back up a drive on another host (for example local drive E on the other host), the syntax I've used is:
doman all-local "\\hostname\e$" It's the same you UNC name you need if, on a Windows box, you do: Start -> run and type in the UNC name of a drive/share on another host to browse with Windows Explorer. You should not add the "*" on the end. You don't need the INCLUDE statement, it doesn't help. You just have to get the DOMAIN statement right. To futher confuse the issue, when you add the UNC name to your dsm.opt, if you open the GUI and look at Preferences -> BACKUP, the UNC names you have added won't show up in the DOMAIN list. It's a known limitation in the 5.3.2 client. BUT, the scheduler will still grab them OK. BTW, your INCLUDE syntax is not correct. "*.*" is bad (yes, I know it is used, incorrectly, in some of the older TSM manuals) The client is pattern matching; *.* will get ONLY files that have a "." in the name. A file called: c:\barf\myfile would NOT be included. The correct syntax is: INCLUDE "\dirname\...\*" -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Jeff White Sent: Thursday, June 22, 2006 10:10 AM To: [email protected] Subject: Backing Up CIFS Share on Netapp Hi, We have: TSM Client 5.3.2 running on Windows 2003 TSM Server 5.2.4 running on AIX v5.3.01 FAS960 running data ontap 7.0.2 I know something similar has appeared here earlier and that Pete Tanenhaus provided a response. But.... Our DSM.OPT file contains DOMAIN ALL-LOCAL "\\FILER\SHARE\FLDR\*" INCLUDE "\\FILER\SHARE\FLDR\*.*" On the windows 2003 server, we map the above share to a drive (example Z:). Using the DSMC command, i can back this up fine. Using the GUI, i can also back this up fine. However, when using the scheduled service, it failed with message ' ANS1071E Invalid domain name entered: '\\FILER\SHARE\FLDR\*' Our Windows admin guy has changed the account under which the scheduled service runs (from 'system') , to use an account which is a domain administrator. But it still fails with the same error. Any idea? Thanks. Jeff White, Systems Programmer, Mainframe Services, IS Service Delivery & Infrastructure, Co-operative Financial Services Management Services, 1st Floor, Miller Street, Manchester, Tel: 0161 903 5020, E-Mail: [EMAIL PROTECTED] ************************************************************************ * This e-mail may contain confidential information or be privileged. It is intended to be read and used only by the named recipient(s). If you are not the intended recipient(s) please notify us immediately so that we can make arrangements for its return: you should not disclose the contents of this e-mail to any other person, or take any copies. Unless stated otherwise by an authorised individual, nothing contained in this e-mail is intended to create binding legal obligations between us and opinions expressed are those of the individual author. The CIS marketing group, members of which are authorised and regulated by the Financial Services Authority, includes: Co-operative Insurance Society Limited Registered in England number 3615R CIS General Insurance Limited Registered in England number 29999R CIS Unit Managers Limited Registered in England and Wales number 2369965 CIS Policyholder Services Limited Registered in England and Wales number 3390839 Registered offices: Miller Street, Manchester M60 0AL Internet http://www.cis.co.uk CIS & the CIS logo (R) Co-operative Insurance Society Limited ************************************************************************ *
