schedule question

2001-09-06 Thread Guan, Phillip
Hi all, Can we define an incremental and an archive scheduler by using one nodename? How can we define a scheduler running on Monday, Tuesday only? I checked and found that I can only define a whole weekday or one specified weekday or weekend schedule. Any help would be greatly appreciated. Be

scheduler missed

2001-09-07 Thread Guan, Phillip
Hello all, Our OS system engineer has a cron job to move the dsmsched.log to another name every morning at 6:00AM, the node is scheduled to run at 3:15AM and it takes about 20 minutes. This morning at 8:30, I found the node missed backup and cannot find out the moved dsmsched.log file and there i

FW: scheduler missed

2001-09-07 Thread Guan, Phillip
Message- > From: Guan, Phillip > Sent: Friday, September 07, 2001 10:14 AM > To: [EMAIL PROTECTED] > Subject: scheduler missed > > Hello all, > > Our OS system engineer has a cron job to move the dsmsched.log to another > name every morning at 6:00AM

space reclamation question

2001-09-08 Thread Guan, Phillip
Hi all, Is there a way to predict which library volume will be needed to do the space reclamation? Thanks. Best regards, Phillip

reclaimation pool/volume question.

2001-09-11 Thread Guan, Phillip
Hi all, We have lots of volumes reclaimed to be 'EMPTY', let's say they are 'v001' to 'v100', some of them are checked in library. During the reclamation process, TSM asks volume 'Vxxx' for reclamation purpose, I found that TSM seems to pick up the lower-number of the empty volumes which may or

another reclamation pool question

2001-09-12 Thread Guan, Phillip
Hello, >From the TSM admin book, it is said to set the next pool of reclamation pool to be the stgpool that uses it as a reclamation pool. But we have dozens of stgpools, how do I define ONE reclamation pool for all of them? What is the best way to setup this? Thanks in advance for your help. B

cannot cancel a session

2001-09-14 Thread Guan, Phillip
Hi all, When I run 'select * from backups' or ' select * from archives', it will list a lots of records. Because it is a very long list, I press 'C' to quit but it hung there for long time; and finally I press CTRL-C to exit to shell. Now that session is still there and I run the 'cancel session'

empty tape question

2001-09-17 Thread Guan, Phillip
Hi, I have a question about empty tapes needed when TSM does reclamation or migration. We have some empty tapes inside the library and some are outside. How do I force TSM to use the inside one? I found it requested to mount outside empty tapes even there were still some inside the library. Thank

Re: empty tape question

2001-09-18 Thread Guan, Phillip
Hi all, Just an additional info about our empty tape request problem. Our empty tape ( not scratch tape ) problem is caused because we don't have enough space to keep all the tapes inside the 3494 library so we have to checkout some lastest used tapes outside library and we have to checkin some

Re: empty tape question

2001-09-18 Thread Guan, Phillip
e checkout command or the move media command to remove carts out of the library. Thks Sean -Original Message----- From: Guan, Phillip [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 3:47 PM To: [EMAIL PROTECTED] Subject: Re: empty tape question Hi all, Just an additional info about

generate backupset seems hang

2001-09-18 Thread Guan, Phillip
Hello, I ran the command: >generate backupset node0 backupset0918 devclass=dwclass retention=90 desc='A test backupset' to create a backupset for node0. But it seems hang there for more than one hour, there are some other processes running right now. Any idea why it hang there? TSM server: 4.1.2

tape drive fight problem

2001-09-20 Thread Guan, Phillip
Hi, Is there a way to limit the use of tape drives for different process like reclamation, migration or for different storagepools. We have dozens storage pools defined and has one 3494 with 4 tape drives and they fight for drives, we defined several device classes and mount limit are set to 'DRI

Re: Select Statement

2001-09-25 Thread Guan, Phillip
Hi Marc, A sample: select start_time,end_time,activity ,entity ,bytes as Bytes_transfered,successful as Successful from summary where days(current_date)-days(end_time)<=1 order by entity Phillip -Original Message- From: Marc Levitan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September

Re: Select Statement

2001-09-26 Thread Guan, Phillip
ays(current_date)-days(end_time)<=1 My backups start at 20:00 and end at 05:00 the next day. How can I capture just this? Thanks, Marc "Guan, Phillip" <[EMAIL PROTECTED]To: [EMAIL PROTECTED] ATE.VA

cannot find file space name question

2001-10-01 Thread Guan, Phillip
Hi TSMers, What does this mean? Thanks. 09/30/01 12:59:06 ANR0871E Cannot find file space name for node 8, file space 1073741823. Best regards, Phillip Guan

SQL select and update command

2001-10-02 Thread Guan, Phillip
Hi all, Could someone give me an example how to do a select and then run command against the select reqult? For example, I want: Select volume_name from volumes where access!='READWRITE' then update volume the_result_from_select access=readwrite. Thanks. Best regards, Phillip Guan

Re: Scheduling Question

2001-10-03 Thread Guan, Phillip
Hi Gerald, We setup several admin schedulers to update the client schedulers. Phillip -Original Message- From: Gerald Wichmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 2:48 PM To: [EMAIL PROTECTED] Subject: Scheduling Question When creating schedules, is it just me

delete archive files

2001-10-18 Thread Guan, Phillip
> Hi all, > > Is there a command line to delete archived files in a certain period of > time other than using " d ar /somefilesys/ '-pick' " ? > Does "archive /filesystem/ -deletefiles" perform an archive first and then > delete it? > > Thanks in advance! > > Best regards, > Phillip Guan >

urgent help - dsmserv cannot start

2001-10-23 Thread Guan, Phillip
Hi all, Our TSM server (4.1.2.0 running on AIX 4.3.3.0) run out of log space and cannot be started. I am not sure what the max size of log space is but I tried to extend 9MB more space and failed. Any idea how to solve this? Here are the message when TSM server started

Re: How do I find out which volume a File is on

2001-10-25 Thread Guan, Phillip
Hi Don, I don't know about HSM, is this what you want? Select volume_name,node_name,filespace_name,file_name, file_size from contents where filespace_name='FILENAME_FS_NAME' and file_name='FILNAME_TO_FIND_OUT' Phillip Guan -Original Message- From: Don Avart [mailto:[EMAIL PROTECTED]] S

empty and scratch tape question

2001-10-27 Thread Guan, Phillip
Hello, We have some empty tapes and some scratch tapes, we assume the TSM will use the empty tapes first ( within same storage pool ) before using scratch tapes. But the TSM uses the scratch tapes instead. These empty tapes are in 'READWRITE' stauts and the storage pool defination for the node ha

Re: empty and scratch tape question

2001-10-27 Thread Guan, Phillip
Jackman -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Guan, Phillip Sent: Saturday, October 27, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: empty and scratch tape question Hello, We have some empty tapes and some scratch tapes, we assume the TSM

TSM db backup command

2001-11-01 Thread Guan, Phillip
Hi all, If I give a volume list when I run the 'backup db' command, like: > ba db type=full volumenames=vol1,vol2,...,vol10 will it scan for the first available (scratch) volume from vol1-vol10? Thanks. Best regards, Phillip Guan