ADSM-L

Re: [ADSM-L] Why are my "temp" files being backed up?

2012-04-17 14:26:49
Subject: Re: [ADSM-L] Why are my "temp" files being backed up?
From: Zoltan Forray/AC/VCU <zforray AT VCU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 17 Apr 2012 14:24:59 -0400
I guess I should have further expanded my INCLEXCL list.  I do have some
of  the others you listed and will add the ones I don't have.  Yeah it is
overkill but obviously I am missing something.


Zoltan Forray
TSM Software & Hardware Administrator
Virginia Commonwealth University
UCC/Office of Technology Services
zforray AT vcu DOT edu - 804-828-4807
Don't be a phishing victim - VCU and other reputable organizations will
never use email to request that you reply with your password, social
security number or confidential personal information. For more details
visit http://infosecurity.vcu.edu/phishing.html



From:   "Fiske, Daniel" <Daniel_Fiske AT SSGA DOT COM>
To:     ADSM-L AT VM.MARIST DOT EDU
Date:   04/17/2012 02:16 PM
Subject:        Re: [ADSM-L] Why are my "temp" files being backed up?
Sent by:        "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>



I think the error is the *\temp and *\...\Temp. In our environment we use:

INCLEXCL exclude '*:\...\temp\...\*'
INCLEXCL exclude '*:\...\*.tmp'
INCLEXCL exclude '*:\...\tmp\...\*'
INCLEXCL exclude '*:\temp\...\*'

It's a little overkill but we don't get anything under any directory named
"temp" or "tmp".

 Dan Fiske

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Zoltan Forray/AC/VCU
Sent: Tuesday, April 17, 2012 2:00 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: [ADSM-L] Why are my "temp" files being backed up?

Windows 2003 server - 6.3 client.  This machine is very memory
constrained.  43M files.  Using journaling and MEMORYEFFICIENT
DISKCACHEMETHOD.

When I use the CLI and do a "q inclexcl", I see:

<snippage>
Exclude All       *\temp\*                       Server
<more snippage>
Exclude All       *\...\Temp\...\*               Server

So I know the cloptset is working.

Nothing in the dsm.opt:

NODENAME ACIPENSER.VCU.EDU
TCPSERVERADDRESS TSMLINUX8.UCC.VCU.EDU
PASSWORDACCESS  GENERATE
SCHEDLOGR 30 D
ERRORLOGR 30 D
*MEMORYEFFICIENT YES
MEMORYEFFICIENT DISKCACHEMETHOD
diskcachelocation g:\tsm_cache
*SNAPSHOTPROVIDER VSS
VERBOSE

Yet I see entries like:

04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26194-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26195-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26196-4900.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26197-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26198-4900.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26199-4900.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26200-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26201-4900.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26202-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26203-1656.mem [Sent]
04/17/2012 04:20:18 Retry # 1  Expiring-->                    0
\\acipenser\c$\Documents and Settings\wshuart\Local
Settings\Temp\list26204-1656.mem [Sent]

in the dsmsched.log file?

What am I missing?

I am also dealing with some kind of "memory" issue eventhough I am using
memoryefficient:


04/15/2012 18:24:54 ANS1030E The operating system refused a TSM request
for memory allocation.
04/15/2012 18:24:54 ANS1512E Scheduled event 'RESEARCH-COMPUTING' failed.
Return code = 12.
04/16/2012 17:08:01 ANS1814E Unable to start the scheduled event
'ACIPENSER.SQL.DAILY'
04/16/2012 17:08:01 ANS1815E Either the window has elapsed or the schedule
has been deleted
04/16/2012 18:29:55 ANS1999E Incremental processing of '\\acipenser\i$'
stopped.

04/16/2012 18:29:56 ANS1030E The operating system refused a TSM request
for memory allocation.
04/16/2012 18:29:56 ANS1512E Scheduled event 'RESEARCH-COMPUTING' failed.
Return code = 12.

Any thoughts on this?