Search:
Type: Posts; User: nextreme
Search: Search took 0.00 seconds.
-
07-03-2012, 09:02 PM
- Replies
- 0
- Views
- 578
getting v6.3 reporting working...how i did it in an R2 env
Ok, it might posted somewhere in here, but the IBM documentation didn't help out a bit. So here's what I had to do to get the new v6.3 reporting working with TSM v63, and cognos blah blah blah:
... -
06-26-2012, 03:26 PM
- Replies
- 3
- Views
- 590
Here ya all go, remember this is for windows......
Here ya all go, remember this is for windows...
Here it is, found on another forum, then modified...
dsmc q backup f:\* -subdir=yes -ina | grep "0 B" | awk "$1<=0" | awk "{ if ($6 ~ /I/) print $0}"... -
06-26-2012, 02:35 PM
- Replies
- 3
- Views
- 590
I forgot to mention that I need the file and it's...
I forgot to mention that I need the file and it's state...IE, i need to know what files are 0bytes, and in the inactive state..
Here's the output I need:
0 B 06/11/2012 13:03:39 ... -
06-26-2012, 01:29 PM
- Replies
- 3
- Views
- 590
win2008R2 using gnu grep/awk to find only inactive files
Ok, running tsm on 2008R2, and I have the gnu awk and grep installed...I want to only capture inactive files inside of the backup...I can get this to work on linux, but because windows interprets "...
-
06-12-2012, 04:16 PM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
Finally got it:
First script calls the second...
Finally got it:
First script calls the second script:
Here's the run me script:
=======================================================================
@echo off
set HOST=%ComputerName% -
06-12-2012, 12:12 PM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
because of the different client versions, i have...
because of the different client versions, i have to make it work w/5.5 first, then upgrade it to 6.3 (client). So I installed the client of 5.5 to F:\blah...
With the redirection, i'm still... -
06-12-2012, 11:31 AM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
Here's the output...
F:\FILES>0byte.bat...
Here's the output...
F:\FILES>0byte.bat
08:31:02.18
The filename, directory name, or volume label syntax is incorrect. -
06-12-2012, 11:29 AM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
So here's the script, and it works on the command...
So here's the script, and it works on the command line, but it's horked in a .bat script. Any ideas? The issue is when I try and parse the dsmc output...
@echo off
SET CURRENTTIME=%TIME%
IF... -
06-10-2012, 10:53 AM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
I forgot to mention that this is on a government...
I forgot to mention that this is on a government system, and cannot use anything like what was mentioned above...good old fashioned windows scripting is the only thing that I can use.
Would TSM... -
06-09-2012, 09:13 PM
Thread: 0 byte detection on dsmc backups
by nextreme- Replies
- 11
- Views
- 1,337
0 byte detection on dsmc backups
Our management just gave us a new direction on supporting 0byte file backups...We're supposed to find all files backed up by the client and report them to the user to see if we should back them up or...
Results 1 to 10 of 10

