ADSM-L

Re: backup the share properties on windows platform

2001-12-27 16:17:26
Subject: Re: backup the share properties on windows platform
From: Bill Mansfield <WMansfield AT SOLUTIONTECHNOLOGY DOT COM>
Date: Thu, 27 Dec 2001 15:14:06 -0600
Found a Microsoft KB article:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q125996



_____________________________
William Mansfield
Senior Consultant
Solution Technology, Inc




                    Dylan Ryback
                    <dryback@HOME.       To:     ADSM-L AT VM.MARIST DOT EDU
                    COM>                 cc:
                    Sent by:             Subject:     Re: backup the share 
properties on windows platform
                    "ADSM: Dist
                    Stor Manager"
                    <ADSM-L AT VM DOT MAR
                    IST.EDU>


                    12/27/2001
                    12:49 AM
                    Please respond
                    to "ADSM: Dist
                    Stor Manager"






My suggestion would be creating an NT shell script/batch job that outputs
various types of documentation about the system and spools it to a text
file.  For the shares, you could create a batch file that contains
something
simple like:

NET USE > E:\tsm_docs\shares.txt

Not certain if you'll get the proper documentation if it's run from the AT
service. You may need to change the service account that the Scheduler
service runs under, allow the Scheduler service to interact with the
desktop, and give that user the right to 'logon as a batch job'.  You can
also jazz it up to add date strings to the file names and keep a history of
this info.  We do something similar to continously/automatically document
our UNIX systems and it was invaluable when we experienced a catostrophic
hardware failure and had to readdress IP's to 9 NIC's, get the right
Veritas
volume definitions, etc.

Let us know if this works for you.

Thanks,
Dylan