Re: Client Data Expiration...

2009-01-22 Thread KIRAN-SYSTEMS
Subject: Re: [ADSM-L] Client Data Expiration... What are you expecting to see Kiran, and what are you seeing that is different to your expectation? Steven Harris TSM Admin, Sydney Australia KIRAN-SYSTEMS To

Re: Client Data Expiration...

2009-01-22 Thread Steven Harris
DSM-L@VM.MARIST.EDU Dist Stor cc Manager" [ADSM-L] Client Data Expiration... 23/01/2009 03:46 PM Please respond to "

Client Data Expiration...

2009-01-22 Thread KIRAN-SYSTEMS
Hi, I have TSM Server configured on Linux Server. I have 3 client, one running on the TSM server only and two Windows Clients on other servers. When I am running expiration only the client data is getting expired which is on TSM server, But it is not showing any File space related to the Wind

Re: Data expiration

2006-08-04 Thread Prather, Wanda
IL PROTECTED] On Behalf Of Levi, Ralph Sent: Wednesday, August 02, 2006 9:00 AM To: ADSM-L@VM.MARIST.EDU Subject: Data expiration I am still working understanding why my TSM DB continues to grow and think I may have come upon something. I have many retention policies in the management class for all

Re: Data expiration

2006-08-02 Thread Mark Stapleton
"ADSM: Dist Stor Manager" wrote on 08/02/2006 12:16:02 PM: > Can anyone please tell me if there is a command to look at all my nodes > and display which might be using a particular management class's backup > group ? There is no node-to-mgmtclass correlation. Management class usage is determined

Re: Data expiration

2006-08-02 Thread Andrew Raibeck
to look at all my nodes > and display which might be using a particular management class's backup > group ? > > Thanks, > Ralph > > > _ > > From:Levi, Ralph > > Sent: Wednesday, August 02, 2006 9:00 AM &g

AW: [ADSM-L] Data expiration

2006-08-02 Thread Thomas Rupp
02. August 2006 19:16 An: ADSM-L@VM.MARIST.EDU Betreff: Re: [ADSM-L] Data expiration Can anyone please tell me if there is a command to look at all my nodes and display which might be using a particular management class's backup group ? Thanks, Ralph

Re: Data expiration

2006-08-02 Thread Levi, Ralph
6 9:00 AM > To: 'ADSM: Dist Stor Manager' > Subject: Data expiration > > I am still working understanding why my TSM DB continues to grow and > think I may have come upon something. I have many retention policies > in the management class for all my file servers. Th

Re: Data expiration

2006-08-02 Thread Andrew Raibeck
> My expiration runs successfully daily but I believe what is happening is > the majority of data being expired are the files that are overwritten > daily. It looks to me like the files that someone overwrites once or > twice lives out in TSM forever, certainly beyond the 90 days I was > expecting

Re: Data expiration

2006-08-02 Thread Barnes, Kenny
Verexist = nol Verdel = nol Retexta = 90 Retonly = 90 -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Levi, Ralph Sent: Wednesday, August 02, 2006 9:00 AM To: ADSM-L@VM.MARIST.EDU Subject: Data expiration I am still working understanding why

Data expiration

2006-08-02 Thread Levi, Ralph
I am still working understanding why my TSM DB continues to grow and think I may have come upon something. I have many retention policies in the management class for all my file servers. The goal was to keep most data for only 90 days after it was deleted and to keep 90 versions if it was a file

Re: Data expiration from the tapes on the daily process

2003-01-19 Thread Zlatko Krastev
o: [EMAIL PROTECTED] cc: Subject:Data expiration from the tapes on the daily process TSMer's Does anyone know is the data expired off of a tape if the live data tapes reside outside of the library when expiration ran daily? Your humble servant, --= Tony Trin

Re: Data expiration from the tapes on the daily process

2003-01-07 Thread Edwin Hernandez
those volumes. I hope this helps, Edwin -Original Message- From: Trinh, Tony [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:38 AM To: [EMAIL PROTECTED] Subject: Data expiration from the tapes on the daily process TSMer's Does anyone know is the data expired off

AW: Data expiration from the tapes on the daily process

2003-01-07 Thread Rupp Thomas (Illwerke)
Hi, it doesn't matter where the tapes reside. TSM expires the entries in its database. Kind regards Thomas Rupp Vorarlberger Illwerke AG - TSMer's Does anyone know is the data expired off of a tape if the live data tapes reside outside of the library when expiration

Re: Data expiration from the tapes on the daily process

2003-01-07 Thread Nelson, Doug
, January 07, 2003 11:38 AM To: [EMAIL PROTECTED] Subject: Data expiration from the tapes on the daily process TSMer's Does anyone know is the data expired off of a tape if the live data tapes reside outside of the library when expiration ran daily? Your humble servant, --= Tony

Data expiration from the tapes on the daily process

2003-01-07 Thread Trinh, Tony
TSMer's Does anyone know is the data expired off of a tape if the live data tapes reside outside of the library when expiration ran daily? Your humble servant, --= Tony Trinh Tivoli Storage Manager Admin (TSM) c: 408-221-7867 Storage, Backup - Intel =-- Sometimes ea

Re: Fileserver data expiration

2001-03-05 Thread Bernhard Unold
ist Stor Manager" > > To: [EMAIL PROTECTED] > cc: > Subject: Fileserver data expiration > > Howdy. > > Does anybody know of products that can check the last modification/access > times of files, delete, an

Re: Fileserver data expiration

2001-03-03 Thread S W Branch
l be addressed to: "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject: Fileserver data expiration Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive t

Re: Fileserver data expiration

2001-03-03 Thread Richard Sims
>Does anybody know of products that can check the last modification/access >times of files, delete, and archive them? Alex - In the Unix environment, it's simple: use the 'find' command with the -mtime or -atime operands, accompanied by the -exec operand to perform the archive on candidate files.

Fileserver data expiration

2001-03-02 Thread Alex Paschal
Howdy. Does anybody know of products that can check the last modification/access times of files, delete, and archive them? I know the BA Client (GUI) can Archive > Search (Modify and Access Date) > Filter, then archive/delete, but that's a manual process. I could write a C or perl program to do