Backup Retention Period

2006-09-26 Thread Norita binti Hassan
Hi all, What happen if I change my backup retention period. I want to change my backup retention period from 90 days to 30 days. Does it expire all the backup done before. Thanks NORITA BINTI HASAN Senior Programmer Enterprise Systems Services Information Communications Tech. Div 6th Floor,Pos

Re: Adding Tables to TSM Database

2006-09-26 Thread Andy Huebner
We us an enterprise scheduler to issue a define client action on the TSM server for each node to backup. We use the scheduler to limit the number of active jobs to about 80. The command we use is: define clientaction SERVERNAME action=i wait=yes Andy Huebner __

Re: Help, Scratch tapes not mounting properly!!!!

2006-09-26 Thread Bos, Karel
Hi, Google ANR8806E. Seems to be unlabeled tapes. Label libv should solve it. Regards, Karel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Joni Moyer Sent: dinsdag 26 september 2006 17:22 To: ADSM-L@VM.MARIST.EDU Subject: Help, Scratch tapes not

Re: Adding Tables to TSM Database

2006-09-26 Thread Colwell, William F.
Hi Adrian, you could create a master script which runs daily at 00:00 and checks for holidays, and then inactivates schedules. A sql statement like this can find any particular date - select 'HOLIDAY' from status where year(current_date) = 2006 and month(current_date) = 9 and day(current_date) =

Re: 5.3.3 Database Upgrade Timeframe

2006-09-26 Thread Tim Brown
thanks - Original Message - From: "David Longo" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 26, 2006 10:42 AM Subject: Re: 5.3.3 Database Upgrade Timeframe I just went from 5.2.6.0 to 5.3.2 with a 120GB DB. Took about 5 minutes for the DB upgrade part. Total downtime on AIX platf

5.3.3 Database Upgrade Timeframe

2006-09-26 Thread Tim Brown
I have a 31 gb TSM database. Any ideas based on users previous experiences how long it will take to upgrade a 5.2.3 database to 5.3.3 Also is it true that all other server activity should be stopped during this process. Tim Brown Systems Specialist Central Hudson Gas & Electric 284 South Ave Pou

TSM 5.3 - Archive

2006-09-26 Thread Murugan_Pachamallayan
Dear List, I have defined the policy domain with backup retention 30 days and archive retention 365. I have some quires: 1. When the Archive will happen? Like daily or weekly .etc... 2. In backup settings, we have backup versions are their. Like How many different ver

Help, Scratch tapes not mounting properly!!!!

2006-09-26 Thread Joni Moyer
Hello everyone, I am receiving the following error messages when my NDMP backups run. The TSM server is AIX 5.2.7.1 and the library is an SL8500 with LTO2 drives. The library is defined as an ACSLS library on TSM and these were scratch tapes. Does anyone have any suggestions as to how to fix thi

Re: 5.3.3 Database Upgrade Timeframe

2006-09-26 Thread David Longo
I just went from 5.2.6.0 to 5.3.2 with a 120GB DB. Took about 5 minutes for the DB upgrade part. Total downtime on AIX platform was about 45 minutes, counting UpgradingTSM filesets and a reboot. David B. Longo System Administrator Health First, Inc. 3300 Fiske Blvd. Rockledge, FL 32955-4305 PH

AW: [ADSM-L] help with a select statement

2006-09-26 Thread Thomas Rupp
select node_name, count(*) as "#of files", class_name from backups where node_name='x' group by node_name, class_name should give you a list like: NODE_NAME#of files CLASS_NAME -- --- -- x 314

Re: FSCK problem on TSM

2006-09-26 Thread Richard Sims
On Sep 26, 2006, at 8:46 AM, Adrian Compton wrote: ... It may also be worthwhile creating it as a RLV before restoring. Have you any ideas/experience/cautions in doing this. I dont want to be gung-ho in our approach here. Adrian - You'll find RLVs to be delightfully simple to implement, compa

Re: FSCK problem on TSM

2006-09-26 Thread Adrian Compton
Hi My next storage pool for DISKPOOL is the OVERFLOW storage pool. It is backed up to Offsite daily as with DISKPOOL. I guess I am covered in the interim then. Thanks for your assistance. Regards, Adrian Compton "Bos, Karel" <[EMAIL PROTECTED] IGIN.COM>

Re: FSCK problem on TSM

2006-09-26 Thread Bos, Karel
Hi, The next stg parm should be working. Overflow, I don't know. Regards, Karel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Compton Sent: dinsdag 26 september 2006 13:59 To: ADSM-L@VM.MARIST.EDU Subject: Re: FSCK problem on TSM The fi

Re: FSCK problem on TSM

2006-09-26 Thread Adrian Compton
The file system is an Enhanced JFS2 file system. It is 1.15TB. It is on a EMC SAN, and mounted as /backup on the TSM LPAR. It consists of a number of LUNS on the EMC SAN. It contains all of our DISKPOOLS. My logs are now fine as I allocated more log space using dsmfmt and the TSM Server could resta

help with a select statement

2006-09-26 Thread Whitlock, Brett
Has someone got a handy dandy select statement that will give me client names and the number of backup and archive files by management class? Thanks Brett

Re: TSM 5.3 with Tape Library 3580 error

2006-09-26 Thread Murugan_Pachamallayan
Hi Rajea, I could able to view the "Medium Changers" and all the "lto drives" from TSM Server. But I have installed same as on the TSM Storage Agent ( Client Machine) I could not able view the same in the server. Please advice how to resolve this problem. I awaiting

Re: FSCK problem on TSM

2006-09-26 Thread Adrian Compton
You are quite correct Richard. Thanks We are considreing the option of trashing the filesystem where the disk?.dsm files for the DISKPOOL reside, and restoring it from the daily offsite backup done of the diskpool. It may also be worthwhile creating it as a RLV before restoring. Have you any ideas/

Re: Adding Tables to TSM Database

2006-09-26 Thread Richard Sims
There is no provision for adding tables to the (proprietary) TSM database. Where TSM scheduling is insufficient (even with the TSM 5.3 enhancements), you should instead use client-based scheduling mechanisms (cron, etc.) to fulfill specific needs. Richard Sims

Re: FSCK problem on TSM

2006-09-26 Thread Uwe Schreiber
hi adrian, if no space within of your storage-pools is available, the data will be send to the according "Next Storagepool". if this is a sequential tape-pool and their are not enough tape-drives available, you will see a lot of mount-requests by your clients during their backup/archive-operation.

Re: FSCK problem on TSM

2006-09-26 Thread Richard Sims
On Sep 26, 2006, at 7:58 AM, Adrian Compton wrote: To keep Tivoli running we have had to exclude this FS (/backup/) from mounting, but are now running without the DISKPOOL. Hence my question about the OVERFLOW storage pool automatically becoming the recipient in place of the DISKPOOL without hav

FSCK problem on TSM

2006-09-26 Thread Adrian Compton
Hi Yesterday my TSM server (p500 LPAR AIX 5.3) had the TSM Logs run out of space. In hind sight, the Server was bounced and I now have fsck running forever almost as if in a loop. At present it would take days as the filesystem concerned is 1.150TB. Apparently we need to patch the OS as the FSCK

Re: FSCK problem on TSM

2006-09-26 Thread Richard Sims
You're not giving us enough information to understand what the actual problem is there. Disk storage pool space and Recovery Log space are very different things and very much should be in very different places, having different service and recovery needs, including mirroring for the TSM database a

Re: TSM loses tape drives (again and again and again...)

2006-09-26 Thread Francisco Molero
have you setup persistent binding, may be this solve your problems. --- Rob Berendt <[EMAIL PROTECTED]> escribió: > I don't use TSM to back up the other lpar's. I > don't even think there is > an i5/os client for TSM. i5/os people tend to use > one of two things. What > comes with the OS, or

Adding Tables to TSM Database

2006-09-26 Thread Adrian Compton
Hi all, I would like to use a calendar in TSM to determine when to schedule/not to schedule scripts/schedules based on a calendar. The use of TSM's dayofweek, Month etc does not go deep enough, and there are certain things I would like to schedule based on a calendar specific to my organisation i.

Re: Help, Scratch tapes not mounting properly!!!!

2006-09-26 Thread Joni Moyer
Hi Karel, I did the following command to checkin a bulk amount of tapes: 09/25/06 10:23:20     ANR2017I Administrator LIDZR8V issued command: LABEL                             libvol naslib search=yes checkin=scratch volrange=n01230                       ,n01339 overwrite=yes  (SESSION: 11019