clint scheduler question !

2006-02-14 Thread goc

hi,
is there a way to start a backup schedule via tsm central scheduler
right after some script on the host has ended ?
i know about prescript option but what if this is not an option ?
is there another way to do that ? does anyone has some experience
with issue like that ?

thanks in advance

goran
TSM 5.3.1.5 on AIX
clients ALL


Re: clint scheduler question !

2006-02-14 Thread Bos, Karel
Net start SERVICE  at the end of the host script? And for the *ux
clients something alike.

Regards,

Karel
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
goc
Sent: dinsdag 14 februari 2006 12:36
To: ADSM-L@VM.MARIST.EDU
Subject: clint scheduler question !

hi,
is there a way to start a backup schedule via tsm central scheduler
right after some script on the host has ended ?
i know about prescript option but what if this is not an option ?
is there another way to do that ? does anyone has some experience with
issue like that ?

thanks in advance

goran
TSM 5.3.1.5 on AIX
clients ALL

Dit bericht is vertrouwelijk en kan geheime informatie bevatten enkel
bestemd voor de geadresseerde. Indien dit bericht niet voor u is bestemd,
verzoeken wij u dit onmiddellijk aan ons te melden en het bericht te
vernietigen.
Aangezien de integriteit van het bericht niet veilig gesteld is middels
verzending via internet, kan Atos Origin niet aansprakelijk worden gehouden
voor de inhoud daarvan.
Hoewel wij ons inspannen een virusvrij netwerk te hanteren, geven
wij geen enkele garantie dat dit bericht virusvrij is, noch aanvaarden wij
enige aansprakelijkheid voor de mogelijke aanwezigheid van een virus in dit
bericht.
 
Op al onze rechtsverhoudingen, aanbiedingen en overeenkomsten waaronder
Atos Origin goederen en/of diensten levert zijn met uitsluiting van alle
andere voorwaarden de Leveringsvoorwaarden van Atos Origin van toepassing.
Deze worden u op aanvraag direct kosteloos toegezonden.
 
This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail
in error, please notify the sender immediately and destroy it.
As its integrity cannot be secured on the Internet, the Atos Origin group
liability cannot be triggered for the message content. Although the
sender endeavours to maintain a computer virus-free network, the sender
does not warrant that this transmission is virus-free and will not be
liable for any damages resulting from any virus transmitted.
 
On all offers and agreements under which Atos Origin supplies goods and/or
services of whatever nature, the Terms of Delivery from Atos Origin
exclusively apply. 
The Terms of Delivery shall be promptly submitted to you on your request.

LTO devclass and PREFIX?

2006-02-14 Thread Jim Zajkowski

Hi there,

We have the venerable IBM 3584, and I created a devclass dbtape with a
prefix of TDB.  I then printed a set of barcodes TDB001L2 ... TDB015L2.
Checked in the tapes as scratch, labels=b, etc.  q libvol shows them.

When I went to backup db devc=dbtape, it picked a scratch tape with
a different prefix.

Does the PREFIX option actually do anything on an LTO library?

What I want is to use the PREFIX attribute to control which tapes can be
used for a database backup, rather than maintaining a file of appropriate
volume labels.

TIA,

--Jim


Re: LTO devclass and PREFIX?

2006-02-14 Thread Richard van Denzel
Hi Jim, 

As far as I know the PREFIX does not do anything if you have barcode
labeled tapes. The PREFIX is used only for non-barcode labeled tapes.
Mind you, if you have a library with a barcode reader, you always should
use barcode labeled tapes.

Met vriendelijke groet, With kind regards,
Richard van Denzel.
 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Jim Zajkowski
Sent: dinsdag 14 februari 2006 13:03
To: ADSM-L@VM.MARIST.EDU
Subject: LTO devclass and PREFIX?

Hi there,

We have the venerable IBM 3584, and I created a devclass dbtape with a
prefix of TDB.  I then printed a set of barcodes TDB001L2 ...
TDB015L2.
Checked in the tapes as scratch, labels=b, etc.  q libvol shows them.

When I went to backup db devc=dbtape, it picked a scratch tape with a
different prefix.

Does the PREFIX option actually do anything on an LTO library?

What I want is to use the PREFIX attribute to control which tapes can be
used for a database backup, rather than maintaining a file of
appropriate volume labels.

TIA,

--Jim


Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Timothy Hughes
Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
 Pct   Pct   Pool
---   --   --   -   -      ---   ---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:

 Timothy,

 You should build an admin schedule, which initiates something like run 
 Global_script, and then in this global_script, have all of your commands, 
 like:

 run test_query_script wait=yes
 run stop_disk_migration wait=yes
 run test_query_script

 Hope this helped !
 Cheers.

 Arnaud

 **
 Panalpina Management Ltd., Basle, Switzerland,
 CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED]
 **

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
 Hughes
 Sent: Thursday, 09 February, 2006 16:34
 To: ADSM-L@VM.MARIST.EDU
 Subject: Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I ran this via the admin schedule but it just seem to execute the first part 
 of the script (run test_query_script)?
 do I need a second admin schedule to kick off the next script and so on? If 
 so how would the serial part of the command be incorporated into to that? I 
 tried wait=yes and the server log showed Invalid parameter - WAIT

 thanks

 CHECK_STGPOOL
 Description TEST SCRIPT COMMAND
 Command  run test_query_script serial run stop_disk_migration serial run 
 test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
 Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
 ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 08:11:40.00 
 Last Update by (administrator) Managing profile - Schedule Style CLASSIC 
 Month - Day of Month - Week of Month -

 Bill Kelly wrote:

  I think that's correct; if you want the scripts to run in parallel, you'll 
  need multiple admin schedules.  If you want the scripts to run serially, 
  you could kick off the first script via an admin schedule, then have that 
  script run the second script, and so on...
 
  -Bill
 
  Bill Kelly
  Auburn University OIT
  334-844-9917
 
   [EMAIL PROTECTED] 02/08/06 9:04 AM 
  Multiple scripts inside an admin schedule?
  I believe each schedule can contain one cmd/script...
  You may have to create multiple schedules, one for each server script.
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf
  Of Timothy Hughes
  Sent: Wednesday, February 08, 2006 9:55 AM
  To: ADSM-L@VM.MARIST.EDU
  Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts
 
  Thanks to all!
 
  I know about the admin scheduler already, I just wasn't sure if I
  could put multiple scripts inside a admin schedule and run them
  simultaneously say every 3 hours. I guess I would use multiple run
  commands?
 
  Thanks again!
 
  Bill Kelly wrote:
 
   Sorry...obviously, one should substitute
  
   cmd=run script-name
  
   for
  
   cmd=q proc
  
   but you all knew what I meant.  :-)
  
To be more specific, set up the schedule with something along the 
lines of this:
def sched queryproc t=a desc=query processes cmd=q proc
startt=13:59:00 dur=15 duru=m day=any per=1 peru=hours active=yes
Which will run the script every hour at (roughly) xx:59:00
  
   -Bill
  
[EMAIL PROTECTED] 02/08/06 7:49 AM 
   Simple:Build an admin scheduler with command run script ;-)
  
  
  
   -Ursprüngliche Nachricht-
   Von: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Im
   Auftrag von Timothy Hughes
   Gesendet: Mittwoch, 8. Februar 2006 14:48
   An: ADSM-L@VM.MARIST.EDU
   Betreff: [ADSM-L] Automating server scripts

Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Choudarapu, Ramakrishna (GTI)
Wait=yes option is not valid with run command.
This can be used along with BACKUP/MIGRATE/RECLAIM STGPOOL commands.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
Hughes
Sent: Tuesday, February 14, 2006 9:06 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts


Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
 Pct   Pct   Pool
---   --   --   -   -      ---   ---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:

 Timothy,

 You should build an admin schedule, which initiates something like run 
 Global_script, and then in this global_script, have all of your commands, 
 like:

 run test_query_script wait=yes
 run stop_disk_migration wait=yes
 run test_query_script

 Hope this helped !
 Cheers.

 Arnaud

 **
 Panalpina Management Ltd., Basle, Switzerland,
 CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED]
 **

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
 Hughes
 Sent: Thursday, 09 February, 2006 16:34
 To: ADSM-L@VM.MARIST.EDU
 Subject: Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I ran this via the admin schedule but it just seem to execute the first part 
 of the script (run test_query_script)?
 do I need a second admin schedule to kick off the next script and so on? If 
 so how would the serial part of the command be incorporated into to that? I 
 tried wait=yes and the server log showed Invalid parameter - WAIT

 thanks

 CHECK_STGPOOL
 Description TEST SCRIPT COMMAND
 Command  run test_query_script serial run stop_disk_migration serial run 
 test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
 Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
 ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 08:11:40.00 
 Last Update by (administrator) Managing profile - Schedule Style CLASSIC 
 Month - Day of Month - Week of Month -

 Bill Kelly wrote:

  I think that's correct; if you want the scripts to run in parallel, you'll 
  need multiple admin schedules.  If you want the scripts to run serially, 
  you could kick off the first script via an admin schedule, then have that 
  script run the second script, and so on...
 
  -Bill
 
  Bill Kelly
  Auburn University OIT
  334-844-9917
 
   [EMAIL PROTECTED] 02/08/06 9:04 AM 
  Multiple scripts inside an admin schedule?
  I believe each schedule can contain one cmd/script...
  You may have to create multiple schedules, one for each server script.
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf
  Of Timothy Hughes
  Sent: Wednesday, February 08, 2006 9:55 AM
  To: ADSM-L@VM.MARIST.EDU
  Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts
 
  Thanks to all!
 
  I know about the admin scheduler already, I just wasn't sure if I
  could put multiple scripts inside a admin schedule and run them
  simultaneously say every 3 hours. I guess I would use multiple run
  commands?
 
  Thanks again!
 
  Bill Kelly wrote:
 
   Sorry...obviously, one should substitute
  
   cmd=run script-name
  
   for
  
   cmd=q proc
  
   but you all knew what I meant.  :-)
  
To be more specific, set up the schedule with something along the 
lines of this:
def sched queryproc t=a desc=query processes cmd=q proc
startt=13:59:00 dur=15 duru=m day=any per=1 peru=hours active=yes
Which will run the script every hour at (roughly) xx:59:00
  
   -Bill
  
  

Re: 3584/3494

2006-02-14 Thread David E Ehresman
The 3494 tracks where a tape is and TSM depends on the library manager
to do the right thing. While the 3584 knows which slot a tape is in (see
the 3584 library specialist), TSM also tracks the tape's location.  With
a 3584, a TSM 'q libvol f=d' has the home element filled in with the
tape slot element number; with a 3494 the same command has the home
element field as blank.

David Ehresman

 [EMAIL PROTECTED] 02/13/06 6:44 PM 
I'm wondering if someone can tell me how these 2 libraries differ as
it
relates to how the library knows what slot a tape is in. I know in the
3494
there is a library manager but unless I've missed something I don't see
that
type of unit in a 3584. Does the TSM server keep this information local
to
the server?



Thanks,



Geoff Gill

TSM Administrator

PeopleSoft Sr. Systems Administrator

SAIC M/S-G1b

(858)826-4062

Email:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]


Re: TSM licensing question

2006-02-14 Thread David E Ehresman
Physical CPU's/

 [EMAIL PROTECTED] 02/13/06 11:56 PM 
I have been told that TSM licensing is done by number of CPU's not
number of servers.

If we have a number of virtual servers on VM Ware systems, is the TSM
licensing calculated by the number of physical CPU's or the number of
virtual CPU's?

Regards
Paul

Paul Dudley
ANL IT Operations Dept.
ANL Container Line
[EMAIL PROTECTED]




ANL DISCLAIMER

This e-mail and any file attached is confidential, and intended solely
to the named addressees. Any unauthorised dissemination or use is
strictly prohibited. If you received this e-mail in error, please
immediately notify the sender by return e-mail from your system. Please
do not copy, use or make reference to it for any purpose, or disclose
its contents to any person.


Re: LTO devclass and PREFIX?

2006-02-14 Thread David E Ehresman
The PREFIX controls what is written on the internal label as a dataset
name.

From the 'help def devclass' output:

PREFIX
 Specifies the high level qualifier of the data set name that the
server
 writes into the sequential access media labels. For each
sequential
 access volume assigned to this device class, the server uses this
 prefix to create the data set name. This parameter is optional.
The
 default value is ADSM. The maximum length of this prefix is 8
more...   (ENTER to continue, 'C' to cancel)

 characters.

 If you have already established a media label naming convention
that
 supports your current management system, use a volume prefix that
 conforms to your naming conventions.

 Values specified for this parameter must meet the following
conditions:
o The value is to be made up of qualifiers, which can contain
up to
  8 characters (including periods). For example, the following
value
  would be acceptable:

   AB.CD2.E

o The qualifiers must be separated by a single period.
o The first letter of each qualifier must be alphabetical or
  national (@,#,$), followed by alphabetical, national, hyphen,
or
  numeric characters.

 An example of a tape volume data set name using the default prefix
is
 ADSM.BFS.

 [EMAIL PROTECTED] 02/14/06 7:03 AM 
Hi there,

We have the venerable IBM 3584, and I created a devclass dbtape with
a
prefix of TDB.  I then printed a set of barcodes TDB001L2 ...
TDB015L2.
Checked in the tapes as scratch, labels=b, etc.  q libvol shows them.

When I went to backup db devc=dbtape, it picked a scratch tape with
a different prefix.

Does the PREFIX option actually do anything on an LTO library?

What I want is to use the PREFIX attribute to control which tapes can
be
used for a database backup, rather than maintaining a file of
appropriate
volume labels.

TIA,

--Jim


Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Bill Kelly
I think that if you want to run two scripts,  and , one after the 
other, starting at a scheduled time, you need to:

- have an admin schedule kick off script 
- at the end/bottom of script , put a 'run ' command

Or, if you want some delay between the end of script  processing and the 
start of script  processing, then at the end of script , put:

del sch run_ type=a
def sch run_ t=a cmd=run  active=yes startt=NOW+0:05 peru=o

Regards,
Bill

Bill Kelly
Auburn University OIT
334-844-9917

 [EMAIL PROTECTED] 02/14/06 8:53 AM 
Wait=yes option is not valid with run command.
This can be used along with BACKUP/MIGRATE/RECLAIM STGPOOL commands.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
Hughes
Sent: Tuesday, February 14, 2006 9:06 AM
To: ADSM-L@VM.MARIST.EDU 
Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts


Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
 Pct   Pct   Pool
---   --   --   -   -      ---   ---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:

 Timothy,

 You should build an admin schedule, which initiates something like run 
 Global_script, and then in this global_script, have all of your commands, 
 like:

 run test_query_script wait=yes
 run stop_disk_migration wait=yes
 run test_query_script

 Hope this helped !
 Cheers.

 Arnaud

 **
 Panalpina Management Ltd., Basle, Switzerland,
 CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED] 
 **

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
 Hughes
 Sent: Thursday, 09 February, 2006 16:34
 To: ADSM-L@VM.MARIST.EDU 
 Subject: Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I ran this via the admin schedule but it just seem to execute the first part 
 of the script (run test_query_script)?
 do I need a second admin schedule to kick off the next script and so on? If 
 so how would the serial part of the command be incorporated into to that? I 
 tried wait=yes and the server log showed Invalid parameter - WAIT

 thanks

 CHECK_STGPOOL
 Description TEST SCRIPT COMMAND
 Command  run test_query_script serial run stop_disk_migration serial run 
 test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
 Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
 ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 08:11:40.00 
 Last Update by (administrator) Managing profile - Schedule Style CLASSIC 
 Month - Day of Month - Week of Month -

 Bill Kelly wrote:

  I think that's correct; if you want the scripts to run in parallel, you'll 
  need multiple admin schedules.  If you want the scripts to run serially, 
  you could kick off the first script via an admin schedule, then have that 
  script run the second script, and so on...
 
  -Bill
 
  Bill Kelly
  Auburn University OIT
  334-844-9917
 
   [EMAIL PROTECTED] 02/08/06 9:04 AM 
  Multiple scripts inside an admin schedule?
  I believe each schedule can contain one cmd/script...
  You may have to create multiple schedules, one for each server script.
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf
  Of Timothy Hughes
  Sent: Wednesday, February 08, 2006 9:55 AM
  To: ADSM-L@VM.MARIST.EDU 
  Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts
 
  Thanks to all!
 
  I know about the admin scheduler already, I just wasn't sure if I
  could put multiple scripts inside a admin 

Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread David E Ehresman
Scan the list archives for the past couple of weeks looking for serial and 
parallel.  The newer versiions support serialization of commands within a 
script.

 [EMAIL PROTECTED] 02/14/06 9:05 AM 
Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
 Pct   Pct   Pool
---   --   --   -   -      ---   ---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:

 Timothy,

 You should build an admin schedule, which initiates something like run 
 Global_script, and then in this global_script, have all of your commands, 
 like:

 run test_query_script wait=yes
 run stop_disk_migration wait=yes
 run test_query_script

 Hope this helped !
 Cheers.

 Arnaud

 **
 Panalpina Management Ltd., Basle, Switzerland,
 CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED] 
 **

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
 Hughes
 Sent: Thursday, 09 February, 2006 16:34
 To: ADSM-L@VM.MARIST.EDU 
 Subject: Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I ran this via the admin schedule but it just seem to execute the first part 
 of the script (run test_query_script)?
 do I need a second admin schedule to kick off the next script and so on? If 
 so how would the serial part of the command be incorporated into to that? I 
 tried wait=yes and the server log showed Invalid parameter - WAIT

 thanks

 CHECK_STGPOOL
 Description TEST SCRIPT COMMAND
 Command  run test_query_script serial run stop_disk_migration serial run 
 test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
 Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
 ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 08:11:40.00 
 Last Update by (administrator) Managing profile - Schedule Style CLASSIC 
 Month - Day of Month - Week of Month -

 Bill Kelly wrote:

  I think that's correct; if you want the scripts to run in parallel, you'll 
  need multiple admin schedules.  If you want the scripts to run serially, 
  you could kick off the first script via an admin schedule, then have that 
  script run the second script, and so on...
 
  -Bill
 
  Bill Kelly
  Auburn University OIT
  334-844-9917
 
   [EMAIL PROTECTED] 02/08/06 9:04 AM 
  Multiple scripts inside an admin schedule?
  I believe each schedule can contain one cmd/script...
  You may have to create multiple schedules, one for each server script.
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf
  Of Timothy Hughes
  Sent: Wednesday, February 08, 2006 9:55 AM
  To: ADSM-L@VM.MARIST.EDU 
  Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts
 
  Thanks to all!
 
  I know about the admin scheduler already, I just wasn't sure if I
  could put multiple scripts inside a admin schedule and run them
  simultaneously say every 3 hours. I guess I would use multiple run
  commands?
 
  Thanks again!
 
  Bill Kelly wrote:
 
   Sorry...obviously, one should substitute
  
   cmd=run script-name
  
   for
  
   cmd=q proc
  
   but you all knew what I meant.  :-)
  
To be more specific, set up the schedule with something along the 
lines of this:
def sched queryproc t=a desc=query processes cmd=q proc
startt=13:59:00 dur=15 duru=m day=any per=1 peru=hours active=yes
Which will run the script every hour at (roughly) xx:59:00
  
   -Bill
  
[EMAIL PROTECTED] 02/08/06 7:49 AM 
   Simple:Build an admin scheduler with command run script ;-)
  
  
  
   -Ursprüngliche Nachricht-
   Von: 

Backupset question

2006-02-14 Thread Muthukumar Kannaiyan
I am trying create backupset from TSM for few nodes. Where do I keep track of
tape serial number for corresponding node's backup ?
Following command I am using


generat backupset node1 node1 * devc=3494dc scr=yes ret=60

Regards
Muthu
202-458-8340 - Work


Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Timothy Hughes
Thanks again everyone!

Hi Bill,

Actually, it would be three scripts so I am going try what you suggested
right now I have one global script that is kicked off using the admin
schedule.

regards!




Bill Kelly wrote:

 I think that if you want to run two scripts,  and , one after the 
 other, starting at a scheduled time, you need to:

 - have an admin schedule kick off script 
 - at the end/bottom of script , put a 'run ' command

 Or, if you want some delay between the end of script  processing and the 
 start of script  processing, then at the end of script , put:

 del sch run_ type=a
 def sch run_ t=a cmd=run  active=yes startt=NOW+0:05 peru=o

 Regards,
 Bill

 Bill Kelly
 Auburn University OIT
 334-844-9917

  [EMAIL PROTECTED] 02/14/06 8:53 AM 
 Wait=yes option is not valid with run command.
 This can be used along with BACKUP/MIGRATE/RECLAIM STGPOOL commands.

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
 Hughes
 Sent: Tuesday, February 14, 2006 9:06 AM
 To: ADSM-L@VM.MARIST.EDU
 Subject: Re: [ADSM-L] AW: [ADSM-L] Automating server scripts

 Hello all,

 I set up a script to run every hour. with the following commands in the
 script. When I run the script I receive a invalid parameter error for
 the wait parameter.

 /* This script queries the backuppool stgpool then stops migration on the 
 backuppool stgpool*/
 run test_query_script wait=yes
 run stop_disk_mig_script wait=yes
 run test_query_script

 The wait parameter is invalid can this be used in this sequence?

 Thanks for any help!

 ANR2020E RUN: Invalid parameter - WAIT.
 ANR2020E RUN: Invalid parameter - WAIT.

 Storage   DeviceEstimated Pct Pct   High   Low   Next
 Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
  Pct   Pct   Pool
 ---   --   --   -   -      ---   
 ---
 ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
 BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
 H3592POOL 3592CLASS 266,231 G25.831.4 9070
 MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
 R3592POOL 3592RCLASS270,464 G25.4

 ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
 ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
 PAC Brion Arnaud wrote:

  Timothy,
 
  You should build an admin schedule, which initiates something like run 
  Global_script, and then in this global_script, have all of your 
  commands, like:
 
  run test_query_script wait=yes
  run stop_disk_migration wait=yes
  run test_query_script
 
  Hope this helped !
  Cheers.
 
  Arnaud
 
  **
  Panalpina Management Ltd., Basle, Switzerland,
  CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
  Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
  Direct: +41 (61) 226 19 78
  e-mail: [EMAIL PROTECTED]
  **
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of 
  Timothy Hughes
  Sent: Thursday, 09 February, 2006 16:34
  To: ADSM-L@VM.MARIST.EDU
  Subject: Re: AW: [ADSM-L] Automating server scripts
 
  Hello all,
 
  I ran this via the admin schedule but it just seem to execute the first 
  part of the script (run test_query_script)?
  do I need a second admin schedule to kick off the next script and so on? If 
  so how would the serial part of the command be incorporated into to that? I 
  tried wait=yes and the server log showed Invalid parameter - WAIT
 
  thanks
 
  CHECK_STGPOOL
  Description TEST SCRIPT COMMAND
  Command  run test_query_script serial run stop_disk_migration serial run 
  test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
  Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
  ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 
  08:11:40.00 Last Update by (administrator) Managing profile - Schedule 
  Style CLASSIC Month - Day of Month - Week of Month -
 
  Bill Kelly wrote:
 
   I think that's correct; if you want the scripts to run in parallel, 
   you'll need multiple admin schedules.  If you want the scripts to run 
   serially, you could kick off the first script via an admin schedule, then 
   have that script run the second script, and so on...
  
   -Bill
  
   Bill Kelly
   Auburn University OIT
   334-844-9917
  
[EMAIL PROTECTED] 02/08/06 9:04 AM 
   Multiple scripts inside an admin schedule?
   I believe each schedule can contain one cmd/script...
   You may have to create multiple schedules, one for each server script.
  
   -Original Message-
   From: ADSM: Dist Stor Manager 

Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread John Monahan
Instead of using wait=yes on the run commands, use that in the commands 
within the individual scripts.  ie:

run script1
run script2
run script3
run script4

If script1,2,3,4  all have TSM commands that run in the foreground either 
by design or using wait=yes, then those scripts will run serially like you 
desire - you can also look at using the new serial and parallel commands. 
It's easy to test out your individual scripts by just running them from 
the command line - if the script runs through and returns your prompt 
right away all the commands are running in the background.  If the prompt 
doesn't come back until everything in the script is finished, then 
everything is running in the foreground like you want.  This is where the 
new migrate stgpool and reclaim stgpool commands come in handy because 
they can be forced to run in the foreground now, which wasn't possible 
before.


__
John Monahan
Consultant Infrastructure Solutions Group
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-221-6938
http://www.computechresources.com




Timothy Hughes [EMAIL PROTECTED] 
Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
02/14/2006 08:05 AM
Please respond to
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU


To
ADSM-L@VM.MARIST.EDU
cc

Subject
Re: AW: [ADSM-L] Automating server scripts






Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig Storage
 Pct   Pct   Pool
---   --   --   -   -      --- 
---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070 
H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040 
H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550 
H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:

 Timothy,

 You should build an admin schedule, which initiates something like run 
Global_script, and then in this global_script, have all of your 
commands, like:

 run test_query_script wait=yes
 run stop_disk_migration wait=yes
 run test_query_script

 Hope this helped !
 Cheers.

 Arnaud

 
**
 Panalpina Management Ltd., Basle, Switzerland,
 CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED]
 
**

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of 
Timothy Hughes
 Sent: Thursday, 09 February, 2006 16:34
 To: ADSM-L@VM.MARIST.EDU
 Subject: Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I ran this via the admin schedule but it just seem to execute the first 
part of the script (run test_query_script)?
 do I need a second admin schedule to kick off the next script and so on? 
If so how would the serial part of the command be incorporated into to 
that? I tried wait=yes and the server log showed Invalid parameter - WAIT

 thanks

 CHECK_STGPOOL
 Description TEST SCRIPT COMMAND
 Command  run test_query_script serial run stop_disk_migration serial run 
test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 
Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week 
ANY Expiration - Active? YES Last Update Date/Time 2006-02-09 
08:11:40.00 Last Update by (administrator) Managing profile - Schedule 
Style CLASSIC Month - Day of Month - Week of Month -

 Bill Kelly wrote:

  I think that's correct; if you want the scripts to run in parallel, 
you'll need multiple admin schedules.  If you want the scripts to run 
serially, you could kick off the first script via an admin schedule, then 
have that script run the second script, and so on...
 
  -Bill
 
  Bill Kelly
  Auburn University OIT
  334-844-9917
 
   [EMAIL PROTECTED] 02/08/06 9:04 AM 
  Multiple scripts inside an admin schedule?
  I believe each schedule can contain one cmd/script...
  You may have to create multiple schedules, one for each server 

Re: Tape Question 3592 and 3590 drives

2006-02-14 Thread Levi, Ralph
Hi All,

Sorry to drag this back up but I don't see a final answer.  I have just
added an additional frame to my library containing 3592 (Jaguar) drives.
I added an additional devclass to support the new drives.  I defined the
new drives and paths.  Both drives and paths are online.  When I try to
format a new (3592) tape I get the message:

ANR2017I Administrator ADMIN issued command: LABEL libv 3494lib A2
devt=3592
ANR0984I Process 55 for LABEL LIBVOLUME started in the BACKGROUND at
12:58:26.
ANR8799I LABEL LIBVOLUME: Operation for library 3494LIB started as
process 55.
ANR8847E No  3592-type drives are currently available in library
3494LIB.
ANR8802E LABEL LIBVOLUME process 55 for library 3494LIB failed.
ANR0985I Process 55 for LABEL LIBVOLUME running in the BACKGROUND
completed
with completion state FAILURE at 12:58:26.

Am I missing something ?

Running Tivoli 5.2.7 - AIX 5.3   (have the absolute latest altdd and
atape drivers on).

Thanks,
Ralph

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Rainer Wolf
Sent: Wednesday, July 27, 2005 9:43 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Question

Hi Debbie,
you can mix the tapes for 3590 and 3592 drives inside the library as you
like,
but  only 3592 drives can use the 300GB tapes and the
20/40GB tapes are only usable by the 3590 magstar drives.
You can also mix 3592 drives and 3590 drives in the library but not in
one frame.
We have upgraded our l12-frame to a l22-frame : this includes a new
os/2-PC
and the frames needed for the new 3592 -drives ( maximum 4 Drives in l22
) and placed
the new 3592 Drives in there.
You may move the old 3590 Drives into another D12 -drive- frame: we have
done that.
One thing is that you may not forget the total number of Drives you plan
and the number of serial-ports for the Drives ... if you excceed 8
Drives
and currently have 8 Ports available you have to extend the number of
ports too.

Greetings
Rainer

Debbie Bassler wrote:

 Thanks for the reference information, RichardWe had an IBM rep
come in
 and he said we could still use the 3494 library with 3592 tape drives,
but
 I wasn't sure about the tapes.

 Debbie

 Richard Sims [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
 07/27/2005 08:34 AM
 Please respond to ADSM: Dist Stor Manager

 To: ADSM-L@VM.MARIST.EDU
 cc:
 Subject:Re: [ADSM-L] Tape Question

 On Jul 27, 2005, at 8:17 AM, Debbie Bassler wrote:

  Currently, we have a 3494 tape library and 3590 tape drives and
  3590 tapes.
  We are planning to get a couple of 3592 tape drives. My question
  is, will
  we be able to use the 3590 tapes in the 3592 tape drives? I would
  think
  since the capacity of the 3590 tapes is only 20G/40G it would not
  be a good
  idea to use them.  Also, I'm not sure how the write speed would be
  effected
  if we use these tapes. I assume there are 3592 tapes which have a
  larger
  capacity and write speed.

 Debbie -

 Refer to the manual IBM TotalStorage Enterprise Tape System 3592
 Introduction and Planning Guide, where on page 5 it says:

 Model 3592 tape cartridges are not compatible with 3590 tape drives,
 and, likewise, 3590 tapes cannot be used in the 3592 drives.

 3592 is a technology departure, as 3590 was to 3490.

 Another good reference is redpaper IBM TotalStorage Enterprise Tape
 3592: Presentation Guide;
 and there is the IBM TotalStorage Enterprise Tape Cartridge 3592
 brochure (G225-6987).

 Richard Sims

--

Rainer Wolf  eMail:   [EMAIL PROTECTED]
kiz - Abt. Infrastruktur   Tel/Fax:  ++49 731 50-22482/22471
Universitaet Ulm wwweb:http://kiz.uni-ulm.de


Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Timothy Hughes
John, Thanks for your response also!

Regards

John Monahan wrote:

 Instead of using wait=yes on the run commands, use that in the commands
 within the individual scripts.  ie:

 run script1
 run script2
 run script3
 run script4

 If script1,2,3,4  all have TSM commands that run in the foreground either
 by design or using wait=yes, then those scripts will run serially like you
 desire - you can also look at using the new serial and parallel commands.
 It's easy to test out your individual scripts by just running them from
 the command line - if the script runs through and returns your prompt
 right away all the commands are running in the background.  If the prompt
 doesn't come back until everything in the script is finished, then
 everything is running in the foreground like you want.  This is where the
 new migrate stgpool and reclaim stgpool commands come in handy because
 they can be forced to run in the foreground now, which wasn't possible
 before.

 __
 John Monahan
 Consultant Infrastructure Solutions Group
 Computech Resources, Inc.
 Office: 952-833-0930 ext 109
 Cell: 952-221-6938
 http://www.computechresources.com

 Timothy Hughes [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
 02/14/2006 08:05 AM
 Please respond to
 ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU

 To
 ADSM-L@VM.MARIST.EDU
 cc

 Subject
 Re: AW: [ADSM-L] Automating server scripts

 Hello all,

 I set up a script to run every hour. with the following commands in the
 script. When I run the script I receive a invalid parameter error for
 the wait parameter.

 /* This script queries the backuppool stgpool then stops migration on the
 backuppool stgpool*/
 run test_query_script wait=yes
 run stop_disk_mig_script wait=yes
 run test_query_script

 The wait parameter is invalid can this be used in this sequence?

 Thanks for any help!

 ANR2020E RUN: Invalid parameter - WAIT.
 ANR2020E RUN: Invalid parameter - WAIT.

 Storage   DeviceEstimated Pct Pct   High   Low   Next
 Pool Name Class Name CapacityUtilMigrMig   Mig Storage
  Pct   Pct   Pool
 ---   --   --   -   -      ---
 ---
 ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070
 H3592POOL
 BACKUPPOOLDISK1,014 G67.667.6 7040
 H3592POOL
 H3592POOL 3592CLASS 266,231 G25.831.4 9070
 MIGPOOL   DISK   84 G12.812.8 7550
 H3592POOL
 R3592POOL 3592RCLASS270,464 G25.4

 ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
 ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
 PAC Brion Arnaud wrote:

  Timothy,
 
  You should build an admin schedule, which initiates something like run
 Global_script, and then in this global_script, have all of your
 commands, like:
 
  run test_query_script wait=yes
  run stop_disk_migration wait=yes
  run test_query_script
 
  Hope this helped !
  Cheers.
 
  Arnaud
 
 
 **
  Panalpina Management Ltd., Basle, Switzerland,
  CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
  Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
  Direct: +41 (61) 226 19 78
  e-mail: [EMAIL PROTECTED]
 
 **
 
  -Original Message-
  From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
 Timothy Hughes
  Sent: Thursday, 09 February, 2006 16:34
  To: ADSM-L@VM.MARIST.EDU
  Subject: Re: AW: [ADSM-L] Automating server scripts
 
  Hello all,
 
  I ran this via the admin schedule but it just seem to execute the first
 part of the script (run test_query_script)?
  do I need a second admin schedule to kick off the next script and so on?
 If so how would the serial part of the command be incorporated into to
 that? I tried wait=yes and the server log showed Invalid parameter - WAIT
 
  thanks
 
  CHECK_STGPOOL
  Description TEST SCRIPT COMMAND
  Command  run test_query_script serial run stop_disk_migration serial run
 test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00
 Duration 15 Duration units MINUTES Period 1 Period units HOURS Day of Week
 ANY Expiration - Active? YES Last Update Date/Time 2006-02-09
 08:11:40.00 Last Update by (administrator) Managing profile - Schedule
 Style CLASSIC Month - Day of Month - Week of Month -
 
  Bill Kelly wrote:
 
   I think that's correct; if you want the scripts to run in parallel,
 you'll need multiple admin schedules.  If you want the scripts to run
 serially, you could kick off the first script via an admin schedule, then
 have that script run the second script, and so on...
  
   -Bill
  
   Bill Kelly
   Auburn University OIT
   334-844-9917
  
[EMAIL PROTECTED] 02/08/06 9:04 AM 
   Multiple scripts 

Re: Tape Question 3592 and 3590 drives

2006-02-14 Thread Talafous, John
I recommend a service call to IBM. Just last month I saw an issue with
TSM 5.2.7.0 performing the same activity with the same result. There is
a fixtest at 5.2.7.x addressing the 'No drive available in library'
scenario.

Best of luck!

John G. Talafous
[EMAIL PROTECTED]


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Levi, Ralph
Sent: Tuesday, February 14, 2006 1:08 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Tape Question 3592 and 3590 drives

Hi All,

Sorry to drag this back up but I don't see a final answer.  I have just
added an additional frame to my library containing 3592 (Jaguar) drives.
I added an additional devclass to support the new drives.  I defined the
new drives and paths.  Both drives and paths are online.  When I try to
format a new (3592) tape I get the message:

ANR2017I Administrator ADMIN issued command: LABEL libv 3494lib A2
devt=3592
ANR0984I Process 55 for LABEL LIBVOLUME started in the BACKGROUND at
12:58:26.
ANR8799I LABEL LIBVOLUME: Operation for library 3494LIB started as
process 55.
ANR8847E No  3592-type drives are currently available in library
3494LIB.
ANR8802E LABEL LIBVOLUME process 55 for library 3494LIB failed.
ANR0985I Process 55 for LABEL LIBVOLUME running in the BACKGROUND
completed with completion state FAILURE at 12:58:26.

Am I missing something ?

Running Tivoli 5.2.7 - AIX 5.3   (have the absolute latest altdd and
atape drivers on).

Thanks,
Ralph

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Rainer Wolf
Sent: Wednesday, July 27, 2005 9:43 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Question

Hi Debbie,
you can mix the tapes for 3590 and 3592 drives inside the library as you
like, but  only 3592 drives can use the 300GB tapes and the 20/40GB
tapes are only usable by the 3590 magstar drives.
You can also mix 3592 drives and 3590 drives in the library but not in
one frame.
We have upgraded our l12-frame to a l22-frame : this includes a new
os/2-PC and the frames needed for the new 3592 -drives ( maximum 4
Drives in l22
) and placed
the new 3592 Drives in there.
You may move the old 3590 Drives into another D12 -drive- frame: we have
done that.
One thing is that you may not forget the total number of Drives you plan
and the number of serial-ports for the Drives ... if you excceed 8
Drives and currently have 8 Ports available you have to extend the
number of ports too.

Greetings
Rainer

Debbie Bassler wrote:

 Thanks for the reference information, RichardWe had an IBM rep
come in
 and he said we could still use the 3494 library with 3592 tape drives,
but
 I wasn't sure about the tapes.

 Debbie

 Richard Sims [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
 07/27/2005 08:34 AM
 Please respond to ADSM: Dist Stor Manager

 To: ADSM-L@VM.MARIST.EDU
 cc:
 Subject:Re: [ADSM-L] Tape Question

 On Jul 27, 2005, at 8:17 AM, Debbie Bassler wrote:

  Currently, we have a 3494 tape library and 3590 tape drives and 3590

  tapes.
  We are planning to get a couple of 3592 tape drives. My question is,

  will we be able to use the 3590 tapes in the 3592 tape drives? I 
  would think since the capacity of the 3590 tapes is only 20G/40G it 
  would not be a good idea to use them.  Also, I'm not sure how the 
  write speed would be effected if we use these tapes. I assume there 
  are 3592 tapes which have a larger capacity and write speed.

 Debbie -

 Refer to the manual IBM TotalStorage Enterprise Tape System 3592 
 Introduction and Planning Guide, where on page 5 it says:

 Model 3592 tape cartridges are not compatible with 3590 tape drives, 
 and, likewise, 3590 tapes cannot be used in the 3592 drives.

 3592 is a technology departure, as 3590 was to 3490.

 Another good reference is redpaper IBM TotalStorage Enterprise Tape
 3592: Presentation Guide;
 and there is the IBM TotalStorage Enterprise Tape Cartridge 3592
 brochure (G225-6987).

 Richard Sims

--

Rainer Wolf  eMail:   [EMAIL PROTECTED]
kiz - Abt. Infrastruktur   Tel/Fax:  ++49 731 50-22482/22471
Universitaet Ulm wwweb:http://kiz.uni-ulm.de


IBM.fc.hba-api is not at the required level.

2006-02-14 Thread Zoltan Forray/AC/VCU
I just upgraded my AIX TSM server from 5.2.3.2 to 5.2.3.3 (the problem
with REPAIR STGVOL deadlock has bitten us 3-times in the past week).

After the reboot, we noticed this error message:

ANR8227E Fileset devices.common.IBM.fc.hba-api is not at the
required level.

My guess is that the error has been there in the past and we have been
missing it. It doesn't seem to effect anything.

However, we have not been able to figure out:

a.   What is the required level
b.   Where can we find this required level.

All attempts at searching IBM and Google keep refering to SAN DISCOVERY
and V5.2/3 of AIX.  We are on AIX V5.1 with service level 4 (yes, we know
we are behind and are trying to schedule to install the maintenance).
Since the only devices this system uses that are on the SAN is the tape
drives, I don't know if this even matters.

Can someone enlighten us ?


Re: Backupset question

2006-02-14 Thread Chris Pasztor
I use a  SQL query to match the tape number from volhist and the backupset names
in backupsets like

SELECT
VOLHISTORY.VOLUME_NAME,BACKUPSETS.BACKUPSET_NAME,BACKUPSETS.DATE_TIME,BACKUPSETS.DESCRIPTION

FROM VOLHISTORY,BACKUPSETS WHERE VOLHISTORY.TYPE='BACKUPSET'  AND
VOLHISTORY.DATE_TIME=BACKUPSETS.DATE_TIME;

[EMAIL PROTECTED]





Muthukumar Kannaiyan [EMAIL PROTECTED] on 15/02/2006 03:20:12

Please respond to ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU



To:   ADSM-L@VM.MARIST.EDU
cc:(bcc: Chris Pasztor/HCS)
Subject:  [ADSM-L] Backupset question



I am trying create backupset from TSM for few nodes. Where do I keep track of
tape serial number for corresponding node's backup ?
Following command I am using


generat backupset node1 node1 * devc=3494dc scr=yes ret=60

Regards
Muthu
202-458-8340 - Work


Re: TSM licensing question

2006-02-14 Thread Laurent Bendavid

Paul Dudley a écrit :


I have been told that TSM licensing is done by number of CPU's not
number of servers.

If we have a number of virtual servers on VM Ware systems, is the TSM
licensing calculated by the number of physical CPU's or the number of
virtual CPU's?

Regards
Paul

Paul Dudley
ANL IT Operations Dept.
ANL Container Line
[EMAIL PROTECTED]




ANL DISCLAIMER

This e-mail and any file attached is confidential, and intended solely to the 
named addressees. Any unauthorised dissemination or use is strictly prohibited. 
If you received this e-mail in error, please immediately notify the sender by 
return e-mail from your system. Please do not copy, use or make reference to it 
for any purpose, or disclose its contents to any person.


 


Physical CPU !


Re: Disk config question - Block size

2006-02-14 Thread Tab Trepagnier
Richard,

We just heard from EMC that the 4 x n +1 optimization is a myth...
being spread by their technical support staff, field service techs, and
training instructors.  Their engineers say that Clariion will provide
optimum performance with any reasonable drive count.

We use RAID-3 on ATA for TSM disk pools, and RAID-5 on Fiber and ATA for
general disk storage - like data drives of our Windows file servers.

Tab Trepagnier
TSM Administrator
Laitram, L.L.C.






Richard Rhodes [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
02/10/2006 06:21 AM
Please respond to
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU


To
ADSM-L@VM.MARIST.EDU
cc

Subject
Re: Disk config question - Block size






I would suggest you contact EMC.  I believe they have information about
setting up a clariion for TSM.

A couple comments from things I've heard from EMC. . . . .

EMC used RAID3 in their VTL, and is best for streaming when ATA drives are
used, for
up to about 10 concurrent read/write data streams.RAID5 is best
for streaming with NON-ata drives.

EMC has stated a bunch of times that you should not change the default 64k
strip size
without talking to EMC support (you indicated you weren't, so good). There
are internal
software design issues that make this optimal.

rick





 Andy Huebner
 [EMAIL PROTECTED]
 ONLABS.COMTo
 Sent by: ADSM:   ADSM-L@VM.MARIST.EDU
 Dist Stor  cc
 Manager
 [EMAIL PROTECTED] Subject
 .EDU Disk config question - Block size


 02/09/2006 06:34
 PM


 Please respond to
 ADSM: Dist Stor
 Manager
 [EMAIL PROTECTED]
   .EDU






I am preparing a Clariion CX-300 for TSM disk pools.  TSM will be the
only system so I can tune it from end-to-end.
There will be two 4+1 RAID5 groups holding the disk pools.  RAID5 or
RAID3 are the only choices due to the number of disks that were
purchased and the amount of space that I need.

The settings we are considering:
Element size of 64k.  This means a 256k write from TSM is one stripe.
Cache block size of 16k.  Larger I/Os for the disk pools larger cache
blocks should work better.
AIX Logical Volume block size of 64k.  This will match the element size.

Has anyone done this type of tuning and been able to test variations?


Andy Huebner


This e-mail (including any attachments) is confidential and may be legally
privileged. If you are not an intended recipient or an authorized
representative of an intended recipient, you are prohibited from using,
copying or distributing the information in this e-mail or its attachments.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete all copies of this message and any
attachments.
Thank you.



-
The information contained in this message is intended only for the
personal and confidential use of the recipient(s) named above. If the
reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby
notified that you have received this document in error and that any
review, dissemination, distribution, or copying of this message is
strictly prohibited. If you have received this communication in error,
please notify us immediately, and delete the original message.


Re: Offsite library via fiber

2006-02-14 Thread Tab Trepagnier
Andy,

Others have already pointed out that 3 km might be too close, but consider
this additional info:

*  After Katrina hit us, the entire - flooded - parish was closed by the
local govenment, so our safely protected tapes were inaccessible for three
weeks.  Thankfully we had gotten to the point that offsite tape was plan
B.

* After 9/11, most of Manhattan was declared a crime scene, so offsite
resources near the WTC were inaccessible even though the buildings holding
them were undamaged.

Distance is your friend.  And FCIP makes it  easier.

Tab Trepagnier
TSM Administrator
Laitram, L.L.C.









Andy Huebner [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
02/10/2006 03:32 PM
Please respond to
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU


To
ADSM-L@VM.MARIST.EDU
cc

Subject
Re: Offsite library via fiber






We are building that setup.  We will have the first part of the offsite
library in place for testing around April.  We will only be 3KM away,
but there are not many 3k wide tornados...

Andy Huebner

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
David E Ehresman
Sent: Friday, February 10, 2006 2:54 PM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Offsite library via fiber

We're thinking of a TSM upgrade that would include a VTL onsite library
and an IBM 3584 library for copy pool tape. We would locate the 3584 in
our offsite storage location and access it via fiber. The tapes would
remain in the 3584 since they would already be offsite.

Anyone have any experience with a setup like this?

Daivd Ehresman
University of Louisville


This e-mail (including any attachments) is confidential and may be legally
privileged. If you are not an intended recipient or an authorized
representative of an intended recipient, you are prohibited from using,
copying or distributing the information in this e-mail or its attachments.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete all copies of this message and any
attachments.
Thank you.


ADSM.ORG login/confirmation problems

2006-02-14 Thread Josh-Daniel Davis

There is no way to contact/feedback on this without being logged in.

Could someone send feedback indicating that [EMAIL PROTECTED] and
[EMAIL PROTECTED] are having this problem?

ADSM.ORG isn't sending me reset passwords or confirmations of new account
creations.

I've set to multiple different domains.

On yahoo, nothing shows up to inbox or bulk.

To home server, nothing hits the exim4 logs.

Sorry to bother and thanks for your time.

-Josh-Daniel Davis


Re: AW: [ADSM-L] Automating server scripts

2006-02-14 Thread Josh-Daniel Davis
You'll want to use the command SERIAL at the end of each of the other 
scripts.  In theory, this is supposed to be implied.


Ignoring the reasons why I'm migrating before backing up,
here's an example of what I use:

TSM:q scr backmig_STG f=raw
* SCRIPT BACKMIG_STG to backup and migrate storage pools
select SCHEDULE_NAME from ADMIN_SCHEDULES where 
SCHEDULE_NAME='EXITIFEXIST'

IF (RC_OK) exit
PARALLEL
UPD STG DISKPOOL MIGPRO=5 HI=65 LO=5
UPD STG DISKPOOL_NOVLT MIGPRO=3 HI=75 LO=5
migrate stg diskpool_novlt lo=5 WAIT=YES
migrate stg diskpool lo=5 WAIT=YES
SERIAL
select SCHEDULE_NAME from ADMIN_SCHEDULES where 
SCHEDULE_NAME='EXITIFEXIST'

IF (RC_OK) exit
PARALLEL
backup stg diskpool copypool maxpr=1 WAIT=YES
backup stg tapepool copypool maxpr=4 wait=YES
SERIAL
select SCHEDULE_NAME from ADMIN_SCHEDULES where 
SCHEDULE_NAME='EXITIFEXIST'

IF (RC_OK) exit
PARALLEL
backup stg DBARCHPOOL copypool maxpr=4 wait=yes
SERIAL

-Josh-Daniel Davis

On 06.02.14 at 09:05 [EMAIL PROTECTED] wrote:


Date: Tue, 14 Feb 2006 09:05:42 -0500
From: Timothy Hughes [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
To: ADSM-L@VM.MARIST.EDU
Subject: Re: AW: [ADSM-L] Automating server scripts

Hello all,

I set up a script to run every hour. with the following commands in the
script. When I run the script I receive a invalid parameter error for
the wait parameter.


/* This script queries the backuppool stgpool then stops migration on the 
backuppool stgpool*/
run test_query_script wait=yes
run stop_disk_mig_script wait=yes
run test_query_script

The wait parameter is invalid can this be used in this sequence?


Thanks for any help!


ANR2020E RUN: Invalid parameter - WAIT.
ANR2020E RUN: Invalid parameter - WAIT.

Storage   DeviceEstimated Pct Pct   High   Low   Next
Pool Name Class Name CapacityUtilMigrMig   Mig   Storage
Pct   Pct   Pool
---   --   --   -   -      ---   ---
ARCHIVEPOOL   DISK   63 G 0.0 0.0 9070   H3592POOL
BACKUPPOOLDISK1,014 G67.667.6 7040   H3592POOL
H3592POOL 3592CLASS 266,231 G25.831.4 9070
MIGPOOL   DISK   84 G12.812.8 7550   H3592POOL
R3592POOL 3592RCLASS270,464 G25.4

ANR1462I RUN: Command script TEST_QUERY_SCRIPT completed successfully.
ANR1462I RUN: Command script GLOBAL_SCRIPT completed successfully.
PAC Brion Arnaud wrote:


Timothy,

You should build an admin schedule, which initiates something like run Global_script, 
and then in this global_script, have all of your commands, like:

run test_query_script wait=yes
run stop_disk_migration wait=yes
run test_query_script

Hope this helped !
Cheers.

Arnaud

**
Panalpina Management Ltd., Basle, Switzerland,
CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH
Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
Direct: +41 (61) 226 19 78
e-mail: [EMAIL PROTECTED]
**

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy 
Hughes
Sent: Thursday, 09 February, 2006 16:34
To: ADSM-L@VM.MARIST.EDU
Subject: Re: AW: [ADSM-L] Automating server scripts

Hello all,

I ran this via the admin schedule but it just seem to execute the first part of 
the script (run test_query_script)?
do I need a second admin schedule to kick off the next script and so on? If so 
how would the serial part of the command be incorporated into to that? I tried 
wait=yes and the server log showed Invalid parameter - WAIT

thanks

CHECK_STGPOOL
Description TEST SCRIPT COMMAND
Command  run test_query_script serial run stop_disk_migration serial run 
test_query_script Priority 5 Start date 2006-02-08 Start time 08:13:00 Duration 
15 Duration units MINUTES Period 1 Period units HOURS Day of Week ANY 
Expiration - Active? YES Last Update Date/Time 2006-02-09 08:11:40.00 Last 
Update by (administrator) Managing profile - Schedule Style CLASSIC Month - Day 
of Month - Week of Month -

Bill Kelly wrote:


I think that's correct; if you want the scripts to run in parallel, you'll need 
multiple admin schedules.  If you want the scripts to run serially, you could 
kick off the first script via an admin schedule, then have that script run the 
second script, and so on...

-Bill

Bill Kelly
Auburn University OIT
334-844-9917


[EMAIL PROTECTED] 02/08/06 9:04 AM 

Multiple scripts inside an admin schedule?
I believe each schedule can contain one cmd/script...
You may have to create multiple schedules, one for each server script.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf
Of Timothy Hughes
Sent: Wednesday, February 08, 2006 9:55 AM
To: ADSM-L@VM.MARIST.EDU
Subject: 

Re: Backupset question

2006-02-14 Thread Josh-Daniel Davis

Other options include:
   *use WAIT=YES and it should dump the relevant actlog messages to
your admin session, including which tapes were mounted
   *specify VOLumes=m1,m2, etc

On 06.02.15 at 07:26 [EMAIL PROTECTED] wrote:


Date: Wed, 15 Feb 2006 07:26:42 +1100
From: Chris Pasztor [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Backupset question

I use a  SQL query to match the tape number from volhist and the backupset names
in backupsets like

SELECT
VOLHISTORY.VOLUME_NAME,BACKUPSETS.BACKUPSET_NAME,BACKUPSETS.DATE_TIME,BACKUPSETS.DESCRIPTION

FROM VOLHISTORY,BACKUPSETS WHERE VOLHISTORY.TYPE='BACKUPSET'  AND
VOLHISTORY.DATE_TIME=BACKUPSETS.DATE_TIME;

[EMAIL PROTECTED]





Muthukumar Kannaiyan [EMAIL PROTECTED] on 15/02/2006 03:20:12

Please respond to ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU



To:   ADSM-L@VM.MARIST.EDU
cc:(bcc: Chris Pasztor/HCS)
Subject:  [ADSM-L] Backupset question



I am trying create backupset from TSM for few nodes. Where do I keep track of
tape serial number for corresponding node's backup ?
Following command I am using


generat backupset node1 node1 * devc=3494dc scr=yes ret=60

Regards
Muthu
202-458-8340 - Work



Re: Tape Question 3592 and 3590 drives

2006-02-14 Thread Josh-Daniel Davis

Have you seen this?
--

Problem
Procedure to add a new 3592 tape drive on 3494 library

Solution
This can be necessary when 3590E drives are correctly defined on AIX and
TSM as well, however new 3592 tape drives are to be added to the 3494
library. These are configured in the Operating System and on TSM.

Define the devclass for new device with the command:

DEFine DEVclass devclass_name LIBRary=library_name DEVType=3592
FORMAT=drive

Attempting to checkin a new tape using this kind of drive at this point
results in the error:

ANR8847E No 3590-type drives are currently available in library .
ANR8426E CHECKIN LIBVOLUME for volume xx in library  failed.

Looking at the drive status it in an UNKNOWN state, while by mtlib it
works correctly.

To correct this, it is necessary to use separate library partitions when
using 2 different media types within a given library. This is documented
in the README file of 5.1.7.2, specifically involving the 3592 drives when
the support for this new drive model was introduced, as follows:

However, for 3494 libraries with two device types (any combination of
3490, 3590, and 3592) the following idea has to be followed: one device
type per library object. Thus, for 3592 support, a new library object will
have to be made for these drives.

Please refer to the README file available with the 5.1.7.2 release of the
TSM Server at:

ftp://ftp.software.ibm.com/storage/tivoli-storage-management/patches/server/AIX/5.1.7.2/TSMSRVAIX5172.README.SRV

This information is missing from some newer releases of the README file
and this documentation oversight is being addressed with the APAR IC39118.

In the case of the 3494 library, the two logical libraries will be
pointing to the same device (/dev/lmcp3) for the library changer.

Note that this can be different with other libraries. How different
library manufacturers support logical partitioning may vary.

Modified date: 2004-04-29
---

This was hit #1 of 2 when I searched Google for: ANR8847E 3592
The URL is: http://www-1.ibm.com/support/docview.wss?uid=swg21167566


-Josh


On 06.02.14 at 12:36 [EMAIL PROTECTED] wrote:


Date: Tue, 14 Feb 2006 12:36:28 -0600
From: Talafous, John [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Question 3592 and 3590 drives

I recommend a service call to IBM. Just last month I saw an issue with
TSM 5.2.7.0 performing the same activity with the same result. There is
a fixtest at 5.2.7.x addressing the 'No drive available in library'
scenario.

Best of luck!

John G. Talafous
[EMAIL PROTECTED]


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Levi, Ralph
Sent: Tuesday, February 14, 2006 1:08 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] Tape Question 3592 and 3590 drives

Hi All,

Sorry to drag this back up but I don't see a final answer.  I have just
added an additional frame to my library containing 3592 (Jaguar) drives.
I added an additional devclass to support the new drives.  I defined the
new drives and paths.  Both drives and paths are online.  When I try to
format a new (3592) tape I get the message:

ANR2017I Administrator ADMIN issued command: LABEL libv 3494lib A2
devt=3592
ANR0984I Process 55 for LABEL LIBVOLUME started in the BACKGROUND at
12:58:26.
ANR8799I LABEL LIBVOLUME: Operation for library 3494LIB started as
process 55.
ANR8847E No  3592-type drives are currently available in library
3494LIB.
ANR8802E LABEL LIBVOLUME process 55 for library 3494LIB failed.
ANR0985I Process 55 for LABEL LIBVOLUME running in the BACKGROUND
completed with completion state FAILURE at 12:58:26.

Am I missing something ?

Running Tivoli 5.2.7 - AIX 5.3   (have the absolute latest altdd and
atape drivers on).

Thanks,
Ralph

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Rainer Wolf
Sent: Wednesday, July 27, 2005 9:43 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Tape Question

Hi Debbie,
you can mix the tapes for 3590 and 3592 drives inside the library as you
like, but  only 3592 drives can use the 300GB tapes and the 20/40GB
tapes are only usable by the 3590 magstar drives.
You can also mix 3592 drives and 3590 drives in the library but not in
one frame.
We have upgraded our l12-frame to a l22-frame : this includes a new
os/2-PC and the frames needed for the new 3592 -drives ( maximum 4
Drives in l22
) and placed
the new 3592 Drives in there.
You may move the old 3590 Drives into another D12 -drive- frame: we have
done that.
One thing is that you may not forget the total number of Drives you plan
and the number of serial-ports for the Drives ... if you excceed 8
Drives and currently have 8 Ports available you have to extend the
number of ports too.

Greetings
Rainer

Debbie Bassler wrote:


Thanks for the reference information, RichardWe had an IBM rep

come in

and 

Re: windows backup issue ... (pst)

2006-02-14 Thread Josh-Daniel Davis

If you're also backing up with TDPMSEXC then shouldn't you be excluding
these files?

-josh

On 06.02.13 at 15:56 [EMAIL PROTECTED] wrote:


Date: Mon, 13 Feb 2006 15:56:16 +0100
From: goc [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
To: ADSM-L@VM.MARIST.EDU
Subject: windows backup issue ... (pst)

hi,
i'm curious about following, this is a part of normal filesystem backup,
the exch is backed up with tdp but we tought that this way would also be
okay :-), so here  it goes ...

10-02-2006 17:05:44 ANS1228E Sending of object
'\\zcibl\p$\VIPData\Users\gsest\MSOutlook\Folderi 100206.pst' failed
10-02-2006 17:05:44 ANS4007E Error processing
'\\zcibl\p$\VIPData\Users\gsest\MSOutlook\Folderi 100206.pst': access to the
object is denied

how do you skip those messages, obvioulsy the file is not backed up ... as
win admin said the file is open, but it's read only (is this correct) so
changing the management class to backup is open, try again , do it on last
try has no effect as fair as i understand ...
maybe open file support ?

please, any clue or idea !
thanks in advance

goran

server 5.3.1.5 on AIX5.2
client win32  5.3.0



Re: Expire Inventory

2006-02-14 Thread Josh-Daniel Davis

Depends entirely on your server.  There's no chart based on the overall
load incurred; however, the extra I/O is all actlog.  If your DB
performance has room to spare, then it shouldn't be a problem.

You could always turn it on for a day and compare your expiration
performance the next day with:

select activity, cast((end_time) as date) as Date, -
  (examined/cast((end_time-start_time) seconds -
  as decimal(18,13))*3600)Pages backed up/Hr -
  from summary where activity like '%DB%' and -
  days(end_time) - days(start_time)=0

-Josh

On 06.02.13 at 09:05 [EMAIL PROTECTED] wrote:


Date: Mon, 13 Feb 2006 09:05:16 -0500
From: David E Ehresman [EMAIL PROTECTED]
Reply-To: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Expire Inventory


Instead, you may want to run EXPire Inventory with Quiet=No


Does the QUIET=NO vs QUIET=YES on expirations have much of an effect on
the overall speed of expiration?

David



Re: Why are Macs so slow?

2006-02-14 Thread Roger Deschner
OK, I set it to NO and things did speed up quite a bit.

But there's a rub: The GUI client on Mac behaves as though the default
were NO. If you un-check the Use memory-saving algorithm checkbox,
then it should place the MEMORYEFFICIENTBACKUP NO option into the User
Preferences File. But it doesn't. You have to go edit the file by hand.

I agree that the default should be NO, especially with modern Macs that
have plenty of memory, and in that case the GUI would be working
correctly.

Thanks for the tip!

Roger Deschner  University of Illinois at Chicago [EMAIL PROTECTED]


On Mon, 13 Feb 2006, Paul Zarnowski wrote:

Yes, we discovered this as well.  The default for this option was
changed awhile back, and is now ON by default.  I believe it was
changed to ON because of older Macs that did not have a lot of memory
to spare.  Now, of course, newer Macs have lots of memory and really
don't need this option (IMHO).  I think the default should have been
left OFF, the way it used to be.  In any case, try turning it off and
see what that does to your performance numbers.

At 05:01 PM 2/12/2006, jsiegle wrote:
Roger,

 Would you believe that memoryefficientbackup is on by
 default? That is usually step one for me.


--
Paul ZarnowskiPh: 607-255-4757
Manager, Storage Systems  Fx: 607-255-8521
719 Rhodes Hall, Ithaca, NY 14853-3801Em: [EMAIL PROTECTED]



unsubscribe

2006-02-14 Thread Nagaraja Hosad
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Chris Pasztor
Sent: Tuesday, February 14, 2006 12:27 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Backupset question

I use a  SQL query to match the tape number from volhist and the
backupset names
in backupsets like

SELECT
VOLHISTORY.VOLUME_NAME,BACKUPSETS.BACKUPSET_NAME,BACKUPSETS.DATE_TIME,BA
CKUPSETS.DESCRIPTION

FROM VOLHISTORY,BACKUPSETS WHERE VOLHISTORY.TYPE='BACKUPSET'  AND
VOLHISTORY.DATE_TIME=BACKUPSETS.DATE_TIME;

[EMAIL PROTECTED]





Muthukumar Kannaiyan [EMAIL PROTECTED] on 15/02/2006 03:20:12

Please respond to ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU



To:   ADSM-L@VM.MARIST.EDU
cc:(bcc: Chris Pasztor/HCS)
Subject:  [ADSM-L] Backupset question



I am trying create backupset from TSM for few nodes. Where do I keep
track of
tape serial number for corresponding node's backup ?
Following command I am using


generat backupset node1 node1 * devc=3494dc scr=yes ret=60

Regards
Muthu
202-458-8340 - Work


Import node failed with ANR1366W

2006-02-14 Thread Michael Garnebode
Goord morning,

Windows 3K SP1
TSM-Server 5.2.4.3

have anybody seen this error/warning befor ?
Any idea what's wrong ?

kind regards
Michael Garnebode


02/14/2006 13:28:17      ANR2017I Administrator ADMIN issued command:
IMPORT NODE *
                          preview=yes devclass=dlt volume=EGI396,EGI439
                          filedata=all  (SESSION: 1349)
02/14/2006 13:28:17      ANR0984I Process 191 for IMPORT NODE started in
the
                          BACKGROUND at 13:28:17. (SESSION: 1349, PROCESS:
191)
02/14/2006 13:28:17      ANR0609I IMPORT NODE started as process 191.
(SESSION:
                          1349, PROCESS: 191)
02/14/2006 13:29:11      ANR8337I DLT volume EGI396 mounted in drive SDLT02

                          (mt2.0.0.4). (SESSION: 1349, PROCESS: 191)
02/14/2006 13:29:11      ANR0512I Process 191 opened input volume EGI396.
(SESSION:
                          1349, PROCESS: 191)
02/14/2006 13:29:11      ANR1366W Input volume EGI396 contains an invalid
                          identifier. (SESSION: 1349, PROCESS: 191)
02/14/2006 13:29:11      ANR0515I Process 191 closed volume EGI396.
(SESSION: 1349,
                          PROCESS: 191)
02/14/2006 13:29:11      ANR0798E IMPORT NODE: Error encountered in
accessing data
                          storage - volume cannot be used. (SESSION: 1349,
PROCESS:
                          191)
02/14/2006 13:29:11      ANR0985I Process 191 for IMPORT NODE running in
the
                          BACKGROUND completed with completion state
FAILURE at
                          13:29:11. (SESSION: 1349, PROCESS: 191)