Re: tunables on AIX 5.2

2003-08-03 Thread Rodney clark
You need to lower the maxclient setting first and then you can reduce maxperm. But as noted if your using jfs2 filesystems it is not a good idea to lower maxclient. -Original Message- From: Wheelock, Michael D [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 5:38 PM To: [EMAIL PRO

Support for OCFS

2003-08-03 Thread Eric Winters
Has anyone experience of backing up Oracle Cluser File System (OCFS) files? My client is LinuxX86 TSM client 5.1.5 which has access to an OCFS filesystem. TSM Server is 5.1.6.4 on AIX 5.1. By default, OCFS data does not get backed up, even if the mount points are added to the domain - it's just ig

Mensagem automática : Luciano Ariceto ausente

2003-08-03 Thread Luciano Ariceto
Estarei ausente do escritório a partir de 04/08/2003 e não retornarei até 11/08/2003. Assuntos relacionados a Administração de Rede e TSM, favor entrar em contato com Marcos Nava

Problem between TSM and Autoloader

2003-08-03 Thread Le Minh Hieu
I have problem in using TSM with Tape Autoloader TSM Device drivers only recognise tape drive. Can I use TSM&Tape Autoloader run with medium changer controlled by Windows native drivers and drive controlled by TSM Device drivers? My configuration: TSM5.1.5 for Windows, Windows2K SP3, IBM Tape Auto

Re: [tsm] Re: SNAPSHOTCACHELOCATION

2003-08-03 Thread Lloyd Dieter
Whoops...you're right. I was thinking of the "subfilecachepath" for journaling. My mistake. -Lloyd On Sun, 3 Aug 2003 19:33:07 -0400 Richard Sims <[EMAIL PROTECTED]> wrote: > >If I have: > > > >include.fs c: snapshotcachelocation=d:\tsmcache > > > >coded in my DSM.OPT file and I run a fill i

Re: SNAPSHOTCACHELOCATION

2003-08-03 Thread Bill Boyer
This is a parameter in the 5.2 client for the open file support. It can be used as a stand-alone parameter in the DSM.OPT file, or as a parameter to the INCLUDE.FS statement. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Richard Sims Sent: Sunday, Aug

Re: SNAPSHOTCACHELOCATION

2003-08-03 Thread Richard Sims
>If I have: > >include.fs c: snapshotcachelocation=d:\tsmcache > >coded in my DSM.OPT file and I run a fill incremental on this client, does >TSM automagically exclude the location specified for the >SNAPSHOTCACHELOCATION?? Or do I need to add an Exclude.dir for it? I think you mean "include.imag

Jochen Bühler/Inlis ist bis einschl. 06.01.2003 außer Haus.

2003-08-03 Thread Jochen Buehler
Ich werde ab 04.08.2003 nicht im Büro sein. Ich kehre zurück am 15.08.2003. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bitte wenden Sie sich in dringenden Fällen an meine Kollegen unter der Telefonnummer 0741-280005-0 *** scanned by TrendMicro VirusWall ***

Re: [tsm] SNAPSHOTCACHELOCATION

2003-08-03 Thread Lloyd Dieter
I believe you have to exclude it, if memory serves. -Lloyd On Sun, 3 Aug 2003 16:43:18 -0400 Bill Boyer <[EMAIL PROTECTED]> wrote: > If I have: > > include.fs c: snapshotcachelocation=d:\tsmcache > > coded in my DSM.OPT file and I run a fill incremental on this client, > does TSM automagically

SNAPSHOTCACHELOCATION

2003-08-03 Thread Bill Boyer
If I have: include.fs c: snapshotcachelocation=d:\tsmcache coded in my DSM.OPT file and I run a fill incremental on this client, does TSM automagically exclude the location specified for the SNAPSHOTCACHELOCATION?? Or do I need to add an Exclude.dir for it? Bill Boyer "Some days you are the bug

Re: Session table change

2003-08-03 Thread Aldrich, Jamie
Is there some configurable parameter to tell TSM to end a backup after either so many retries of 'tape not available', or after so much time on inactivity. Apparently what sometimes happens now is that the jobs continue to run when TSM has said there are no more tape drives available. Howeve

Re: TSM client scheduler

2003-08-03 Thread Bill Boyer
Switch to the MANAGEDSERVICES SCHEDULE option. We've seen less "missed" events since changing over. Bill Boyer DSS, Inc. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of Andrew Raibeck Sent: Sunday, August 03, 2003 9:08 AM To: [EMAIL PROTECTED] Subject

Re: TSM client scheduler

2003-08-03 Thread Andrew Raibeck
Can you be more specific about what you mean by "it stops after a while"? What exactly do you mean by "stop"? If you mean "crash", then perhaps this is APAR IC36474, which is fixed in 5.2; an interim fix at the 5.1.6 level is currently targeted for availability near the end of August of beginning o

Re: Difference output between table summary and actlog

2003-08-03 Thread Richard Sims
... >My TSM Server version is 5.1.7.0 ... But what are your client levels? They need to be recent, too. This topic was extensively discussed about four weeks ago. See the List archives. See also "Summary Records Missing for B/A Client Sessions" (search at IBM.COM). Richard Sims, BU

Difference output between table summary and actlog

2003-08-03 Thread Robert Ouzen
Hi to all Run this everyday to collect the amount of MB and length of backup nodes. SELECT ENTITY AS NODE, - CAST(SUM(BYTES/1024/1024) - AS DECIMAL(8,2)) AS "MB", - substr(cast(min(start_time) as char(26)),1,19) as "DATETIME ", - cast(substr(cast(max(end_time)-min(start_time