Re: reclaimation pool/volume question.

2001-09-11 Thread Zlatko Krastev/ACIT

Storage pools of type DISK are random access, i.e. everything can randomly
be stored there. Over disk devices you can have a filesystem and files in
it to be treated as sequential volumes. You can think of them as virtual
tapes where the directory is the library and the files are tapes. Thus for
storage pool of type FILE normal reclamation policies and facts apply. Why
to reclaim the pool used for reclamation or access it sequentially?!
The MAXSIze parameter is for maximum file size to be stored in THIS storage
pool. Otherwise if the file is bigger it goes down the storage hierarchy,
i.e. goes direct to next storage pool which is normally tape pool.
If you set maxsize limit to the reclamation pool at least I cannot predict
but am expecting that reclamation for volumes containing files larger than
your limit will never happen. Better do not do it or test it extensively.

The question is what to be the size of the reclamation pool! Size of a
volume will work for sure but ... let's make some calculations:
Having reclamation threshold of XX % and (max) volume size of YY GB
Volume eligible for reclamation will contain at least XX% freed space or no
more than (100 - XX) % data.
So we will be able to move the data to a reclamation pool with size of only
(1 - XX/100) * YY GB !!
Or with real numbers - for example reclamation threshold of 80 % and
DLT8000 tapes with compression up to 3:1
The max size of a volume is 120 GB and at least 80% of it are free. Data
left on the tape will be no more than 24GB and reclamation pool of this
size will work.
The volume becomes empty and it data is written somewhere else (or even on
it but from the beginning and we are having transition  ==>  ==>  ).
BUT this is having a drawback - it will increase the number of mounts.
Going back to the real example:
Let's have five tapes (V01 - V05) to be reclaimed and single drive.
1. We will mount tape V01, read all data from it and write it back.
2. Mount tape V02, read it
3. Mount tape V01, write data from V02
4. Mount V03, read
5. Mount V01, write
6. Mount V04, read
7. Mount V01, write
8. Mount V05, read
9. Mount V01, write
Thus we got 3 more mounts of V01. If we have larger reclamation pool we
will have read of V01, V02, V03, V04, V05 and single write to let say V01.
And have another think in mind - in the example 5 times 20% data were 100%.
But for reclamation threshold 85% (15% data) we will have 6 2/3 volumes for
a new one to fill. The seventh volume will mount twice - first 10% data
going to first reclaimed volume and the rest (5%) to second volume. If we
round up those 6 2/3 to 7 times and assure reclamation pool at least 7x15 =
105% of max volume size we can avoid even this double mounting.

All this is just my theoretical thoughts but very soon I will have prove
them in real life (I forgot to mention in my last post about 7337 library
that it is with only one drive :-0  )
That's from me.


Zlatko Krastev
IT Consultant





"Joshua S. Bassi" <[EMAIL PROTECTED]> on 11.09.2001 22:58:38
Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:

Subject:Re: reclaimation pool/volume question.

When you define the disk storage pool you need to create a device class
of FILE type.  In the definition there is a maxsize variable (I believe
from memory).


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)&(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Guan, Phillip
Sent: Tuesday, September 11, 2001 12:40 PM
To: [EMAIL PROTECTED]
Subject: reclaimation pool/volume question.

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 may
not
be presented in library. Is there a way to let TSM to use the empty
volumes
currently in the library or I have to checkin the lower-number of
volumes?

If I define a reclamation pool on disk, how do I define the maxsize? Is
it
the size of the size of a tape volume (40 or 120G)?
Appreciated any help. Thanks.

Best regards,
Phillip Guan



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 may not
be presented in library. Is there a way to let TSM to use the empty volumes
currently in the library or I have to checkin the lower-number of volumes?

If I define a reclamation pool on disk, how do I define the maxsize? Is it
the size of the size of a tape volume (40 or 120G)?
Appreciated any help. Thanks.

Best regards,
Phillip Guan



Re: reclaimation pool/volume question.

2001-09-11 Thread Joshua S. Bassi

When you define the disk storage pool you need to create a device class
of FILE type.  In the definition there is a maxsize variable (I believe
from memory).


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)&(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Guan, Phillip
Sent: Tuesday, September 11, 2001 12:40 PM
To: [EMAIL PROTECTED]
Subject: reclaimation pool/volume question.

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 may
not
be presented in library. Is there a way to let TSM to use the empty
volumes
currently in the library or I have to checkin the lower-number of
volumes?

If I define a reclamation pool on disk, how do I define the maxsize? Is
it
the size of the size of a tape volume (40 or 120G)?
Appreciated any help. Thanks.

Best regards,
Phillip Guan



Re: passwordaccess -- does it affect scheduled ops?

2001-09-11 Thread Jorg Nouvertne

> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
> Adam J. Boyer
> Sent: Dienstag, 11. September 2001 15:11
> To: [EMAIL PROTECTED]
> Subject: passwordaccess -- does it affect scheduled ops?
>
>
> I wanted to limit the number of people who can fire up the TSM GUI on some
> NT boxes and start restoring files.  I thought the best way to do this was
> to set the passwordaccess option to 'prompt', and then give the
> password to
> only a select few.  My only concern is that this may affect scheduled
> operations somehow.
[snipp]


To my knowledge, it will affect the scheduler, since both the backup GUI and
the scheduler are using the same password resource in the registry. The only
way would be removing the NT GUI and using the WEB Client for
backup/restore. There you can set client access rights without affecting the
scheduler.

Any other ideas?

Regards,

Joerg Nouvertne
http://home.wtal.de/the_swordsman



Re: Defining 3584 Library to TSM on AIX

2001-09-11 Thread Jörg Nouvertné

Hello,

we had some trouble seeing the 3584 library when attached to a SAN. But I've
recognized in our configuration (lsdev -Cctape), that the LUN between drive
1 and drive 2 wasn't in use. Therefore I defined it manually into the "hole"
and it worked. By the way: You'll find the right device under TSM Tape
Drives.

Regards,

Joerg Nouvertne
http://home.wtal.de/the_swordsman



> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jeff Bach
> Sent: Montag, 10. September 2001 19:55
> To: [EMAIL PROTECTED]
> Subject: Re: Defining 3584 Library to TSM on AIX
>
>
> Yes.  I have setup.
>
> From the OS, the library manager device will show up when the
> correct driver
> is loaded, cfgmgr is run, and ATL device 1 is visible through the SAN
> (fiber) from the system.  We use Brocade between the server and
> tape drives.
>
> When I configured, 3584 was considered a SCSI device inside ADSM no matter
> what you are connected with.
>
> Device /dev/smc0 will show up when you can talk to the library.
>
> Atape level and fiber driver level are below:
>
> root@hoadsm4:/users/root $ lslpp -l| grep -i fib
> 4.3.3.50  COMMITTED  Fibre Channel RAID Device
> root@hoadsm4:/users/root $ lslpp -l Atape.driver
>   Fileset  Level  State  Description
>
> --
> --
> Path: /usr/lib/objrepos
>   Atape.driver   6.1.4.0  COMMITTED  IBM AIX Enhanced Tape and
>  Medium Changer Device
> Driver
>
>
> Jeff Bach
> Home Office Open Systems Engineering
> Wal-Mart Stores, Inc.
>
> WAL-MART CONFIDENTIAL
>
>
> -Original Message-
> From:   David Longo [SMTP:[EMAIL PROTECTED]]
> Sent:   Monday, September 10, 2001 12:28 PM
> To: [EMAIL PROTECTED]
> Subject:Re: Defining 3584 Library to TSM on AIX
>
> I have not done this yet, but -  Have you installed the
> FC filesets
> on AIX
> that are required for support of FC?  After doing this and
> connecting library
> and then run "cfgmgr" to have AIX pick up new device would be a
> few simple steps.  (Probably need some FC config steps also).
>
> A quick thought to give you a start.
>
> David Longo
>
> >>> [EMAIL PROTECTED] 09/10/01 11:31AM >>>
> We are trying to set up  TSM on an AIX system and are having
> problems
> getting TSM to see the 3584 library.  I have done a search on the
> adsm-l
> archives and did not see anything about defining a 3584 to TSM.
>
> The AIX system is not seeing the 3584 tape library, when any
> commands that
> try to configure or look at the device is issued, an error is
> returned
>
> $ mkdev -l 'lb0'
> Method error (/etc/methods/cfgadsmdd):
> 0514-051 Device to be configured does not
> match the
> physical
> device at the specified connection location
> cfgadsmdd[valid]: the device is NOT supported
> cfgadsmdd[inq..]: free dds
> cfgadsmdd[main]: error inquiry or building dds, rc=51
>
> We need this device so we can continuing configuring the
> TSM server
> running
> on the system.  Without configuring the tape library and
> drives, we
> can't
> configure TSM server.
>
> Part of the problem appears to be that the documenation does not
> describe
> the syntax for specifying a fiber channel device, which
> is the type
> of 3584
> library we have.  It only mentions a SCSI device.
>
> Has anyone successfully defined a fiber channel 3584 to
> TSM running
> on AIX?
> Any help anyone can provide would be most appreciated.
> We have also
> submitted a problem ticket via our IBM support team, but have not

> heard
> anything back from them yet.
>
>
>
> "MMS " made the following
>  annotations on 09/10/01 13:34:41
>
> --
> --
> --
> This message is for the named person's use only.  It may contain
> confidential, proprietary, or legally privileged information.  No
> confidentiality or privilege is waived or lost by any mistransmission.  If
> you receive this message in error, please immediately delete it and all
> copies of it from your system, destroy any hard copies of it, and
> notify the
> sender.  You must not, directly or indirectly, use, disclose, distribute,
> print, or copy any part of this message if you are not the intended
> recipient.  Health First reserves the right to monitor all e-mail
> communications through its networks.  Any views or opinions expressed in
> this message are solely those of the individual sender, except
> (1) where the
> message states such views or opinions are on behalf of a
> particular entity;
> and (2) the sender is aut

Re: win2k auto-start failed service

2001-09-11 Thread Joshua S. Bassi

It shouldn’t be a problem.


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)&(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Warren, Matthew James
Sent: Tuesday, September 11, 2001 2:29 AM
To: [EMAIL PROTECTED]
Subject: win2k auto-start failed service

A quick one;

Are there any 'gotchas' to watch out for when using win2k's ability to
automatically restart a service if it fails?

Could I end up with lots of 'Dr Watson, dsmsvc.exe failed' windows on
the
client desktop?

___
Matthew Warren.  GZPTXW
EDS Core Infrastructure,
UK Technical Services Group,
Wavendon Tower, Milton Keynes.
01908284481 / Wavendon
07790492034 / Mobile
___

>



Re: passwordaccess -- does it affect scheduled ops?

2001-09-11 Thread Joshua S. Bassi

With the older versions of the TSM NT client the scheduler was dependent
on passwordaccess generate.  But with the new Wizard's there is an
option to install the scheduling service and supply a password just for
the scheduler.  Not sure if that adds the passwordaccess entry into the
options file, I would run through the wizard and try only supplying a
password for the scheduler and not for the regular backup-archive
client.


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)&(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On Behalf Of
Adam J. Boyer
Sent: Tuesday, September 11, 2001 6:11 AM
To: [EMAIL PROTECTED]
Subject: passwordaccess -- does it affect scheduled ops?

I wanted to limit the number of people who can fire up the TSM GUI on
some
NT boxes and start restoring files.  I thought the best way to do this
was
to set the passwordaccess option to 'prompt', and then give the password
to
only a select few.  My only concern is that this may affect scheduled
operations somehow.  We're using TSM 4.2, and during the client
installs,
we had problems starting up the scheduler as an NT service.  This was
"solved" by setting up the scheduler again -- but not changing any
settings.  So, it's kind of finicky.  Anyway, some of these servers with
the TSM client in 'prompt' mode have been rebooted, and still seem to be
backing up fine on their schedules.

So, my question is, does the passwordaccess option affect scheduled
operations at all, or does it just control how one is authenticated when
using the GUI.


many thanks,
adam



Upgrade to 4.2.0.1 Win2K

2001-09-11 Thread Joe Williams

I've upgraded a Win2k SP2 Netfinity 5100 to 4.2.0.1 and am having problems.

When ever there is any activity to the server -- db backup, client backup or
restore - the server (dsmserv.exe or the Win2k Server service) abends
quietly.

disabling the schedule and migration in the dsmsrv.opt file (DISABLESCHED
and NOMIGRRECL) will allow the server to start and run.

Has anyone running Win2K upgraded to 4.2.x.x?  Any suggestions?



Joe Williams



AW: Return code = 1

2001-09-11 Thread Rupp Thomas (Illwerke)

If this doesn't help - check permissions.
We once had a similar problem until I checked the difference in permissions
when running the CMD File online (with your NT account) or by the scheduler
(with the SYSTEM account).

HTH
Thomas Rupp



--
Dieses eMail wurde auf Viren geprueft.

Vorarlberger Illwerke AG
--



Re: Return code = 1

2001-09-11 Thread Doug Thorneycroft

Try running excfull.cmd from a command prompt to see what is going on.
you might have to put a pause statement at the end so the message
stays on screen long enough to read.

It might help, if you send the contents of excfull.cmd so we know
what you are trying to do.


On Tuesday, September 11, 2001 1:51 AM, MORGAN TONY
[SMTP:[EMAIL PROTECTED]] wrote:
> Hi Guys and Gals,
>
> Can anyone tell me how to change the return code (below) to 0 to prevent the
> Failed status?? [TSM V4.1.1.0 server]
>
> Many Thanks
>
> Tony Morgan
> Fortis Bank UK
>
>
> Executing Operating System command or script:
>c:\progra~1\tivoli\tsm\exchange\excfull.cmd
> 11-09-2001 09:46:01 Finished command.  Return code is:
>1
> 11-09-2001 09:46:01 ANS1512E Scheduled event 'LONNT027_DAILY_EXCH' failed.
> Return code = 1.
>
> 
>
> This e-mail and any files transmitted with it, are confidential and
> intended solely for the use of the addressee. The content of this
> e-mail may have been changed without the consent of the originator.
> The information supplied must be viewed in this context. If you have
> received this e-mail in error please notify our Helpdesk by
> telephone on +44 (0) 20-7444-8444. Any use, dissemination,
> forwarding, printing, or copying of this e-mail or its attachments is
> strictly prohibited.



Re: large client multi-streamed backups

2001-09-11 Thread Glass, Peter

Len,
In many cases, all files are grouped under the same filespace, but are to be
split off into multiple backup sessions beneath that. For example:
 Session 1
/usr/oracle/ad/dev/sys/sys01
/usr/oracle/dev/data/rtdat0t01.db
/usr/oracle/dev/index/rtdat0i01.db
/usr/oracle/dev/data/rtdat0t04.db
/usr/oracle/dev/index/rtdat0i04.db
/usr/oracle/dev/rollbk/rbs01.db
/usr/oracle/dev/data/rtusr0t01.db
Session 2
/usr/oracle/dev/data/rttmp0t01.db
/usr/oracle/ad/dev/log/redo01.db
/usr/oracle/dev/log/redo01a.db
/usr/oracle/ad/dev/log/redo02.db
/usr/oracle/dev/log/redo02a.db
/usr/oracle/ad/dev/log/redo03.db
/usr/oracle/dev/log/redo03a.db
/usr/oracle/ad/dev/controlfile/ctrl01.db
/usr/oracle/dev/sys/ctrl02.db

Both sessions are to each back up files from under the /usr/oracle/ad and
the /usr/oracle/dev directory paths. These directory paths also contain
files of other databases that will be active during the backup, so wildcards
cannot be used, in order to avoid active files.

For now, the only way I can see to do this is to set up a separate schedule
for each group, and specify each file individually in the OBJECTS field. But
isn't there a cleaner way to do this?

Regards,

Peter Glass
Distributed Storage Management (DSM)
Wells Fargo Services Company
> * 612-667-0086   * 866-407-5362
> * [EMAIL PROTECTED]
>
> -Original Message-
> From: Len Boyle [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 8:59 PM
> Subject:  Re: large client multi-streamed backups
>
> In article
> <[EMAIL PROTECTED]>,
> "Glass, Peter" <[EMAIL PROTECTED]> says:
> >
> >We are converting our Netbackup clients to TSM. Some of these clients are
> >large DB2 and Oracle clients with tight processing windows. Most of these
> >clients have chosen not to use TDP or SQL Backtrack. The solution in
> >Netbackup was to spread their workloads across several backup classes
> that
> >ran concurrently.
> >Can TSM clients be setup to multi-stream their backups in similar
> fashion?
> >Unless I'm missing something, I'm not seeing where TSM has the kind of
> >granularity that allows a client node to be setup to run its backups in
> >several concurrent sessions, where each session backs up its own
> >pre-determined set of files.
> >Any advice on this, or where I might find a solution?
> >Thanks, in advance.
> >
> >Peter Glass
> >Distributed Storage Management (DSM)
> >Wells Fargo Services Company
> >> * 612-667-0086   * 866-407-5362
> >> * [EMAIL PROTECTED]
> >>
> Hello Peter
>
> The short answer is yes,TSM can do multi-stream backups at the filespace
> level.
> By default it will use two resource streams. One for backup data and one
> for
> status. You can define another resource stream for each filespace.
> Now you may have other problems which cause this to fail. You will
> have to give the list a little more info on the nature of the material
> to be backuped up to get a better answer.
>
> I assume that since this data is data-base files, then you are basically
> doing
> full backups of these files. In this case instead of doing an incremental
> backup of the filesystems, you could start a session for each data base
> part
> and do a selected backup of same. You can have n tsm client sessions
> active
> at one time.
>
> len



Re: Backing up large amounts of data on Windows NT

2001-09-11 Thread Maurice van 't Loo

I don't know if NT can handle it, but you can try to RAR or ZIP the file.
With RAR you can also cut the file in pieces.

Succes,
   Maurice van 't Loo
   Compare Computers
   The Netherlands


- Original Message -
From: "ProtoTipo srl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 6:51 PM
Subject: Backing up large amounts of data on Windows NT


> Hi all,
>
> I have a 200 GB SAP R/3 - Oracle database on a Windows NT box. Every night
> I run an online backup using TDP for R/3 and everything goes ok.
> Once a week I run a script that stops the database and performs a whole
> backup of the NT box at the file-system level. After having backed up
about
> 180 GB of files, the backup terminates with the error:
>
> ANS1028S Internal program error. Please see your service representative.
>
> I found an article on Microsoft Knowledge Base, Q192409, that says:
>
> Open Files Can Cause Kernel to Report INSUFFICIENT_RESOURCE: "If you have
> approximately 180 GB of open files that are not being closed continuously
> or are opened and closed rapidly in a looping condition, you may be
> experiencing this problem"
>
> Also if I try to copy 180 GB of files disk-to-disk from a NT box to
another
> one, I got that error.
>
> Again, from Microsoft Knowledge base:
> Open the Task Manager, select Performance window and have a look to the
> "Paged" value of the kernel memory on the bottom-right. This value
increase
> (1KB for every MB of file opened) without decrease. Once reached the value
> of 190MB the error occurs.
>
> At the moment, the only way to work around the problem seems to be a
reboot
> of the machine (but it's not advisable during scheduled nightly or weekend
> backups!)
>
> I noticed also that when I start the database again, the paged memory pool
> is freed...but I can't continue the backup after that, otherwise the
> database won't be consistent.
>
> I opened a PMR, but Tivoli Support told me they can't reproduce the
> problem, because they don't have a NT box with that much space. They're
> looking for a suitable environment.
>
> Any ideas??
>
> Thanks in advance,
>Stefano Massi
>



Reported errors on Netware 5.1 backup

2001-09-11 Thread Cory Heikel

We are running netware 5.1 sp2 and the tivoli 4.1.213 client for netware.
The backup reports that it fails every night. The errors all appear to be
occuring on files which have been deleted, objects expired = objects failed.
Is this what should happen? I would thing that an expire file should not be
an error. It worries me to get used to seeing a failure everyday and
possibly miss a big one. Snippet of log below.

Thanks,
Cory


09/11/2001 03:15:46 ANS1228E Sending of object
'SYS:/PUBLIC/appl/hmc8/wpcsout/ofs/0909POA.004' failed
09/11/2001 03:15:46 ANS1304W Active object not found

09/11/2001 03:15:46 ANS1228E Sending of object
'SYS:/PUBLIC/appl/hmc8/wpcsout/ofs/0909POA.005' failed
09/11/2001 03:15:47 ANS1304W Active object not found

09/11/2001 03:15:47 ANS1228E Sending of object
'SYS:/PUBLIC/appl/hmc8/wpcsout/ofs/0910POA.001' failed
09/11/2001 03:15:47 ANS1304W Active object not found

09/11/2001 03:15:56 --- SCHEDULEREC STATUS BEGIN
09/11/2001 03:15:56 Total number of objects inspected:  100,975
09/11/2001 03:15:56 Total number of objects backed up:3,351
09/11/2001 03:15:56 Total number of objects updated: 48,564
09/11/2001 03:15:56 Total number of objects rebound:  0
09/11/2001 03:15:56 Total number of objects deleted:  0
09/11/2001 03:15:56 Total number of objects expired:162
09/11/2001 03:15:56 Total number of objects failed: 162
09/11/2001 03:15:57 Total number of bytes transferred:   889.52 MB
09/11/2001 03:15:57 Data transfer time:  185.50 sec
09/11/2001 03:15:57 Network data transfer rate:4,910.38 KB/sec
09/11/2001 03:15:57 Aggregate data transfer rate:  1,518.65 KB/sec
09/11/2001 03:15:57 Objects compressed by:0%
09/11/2001 03:15:57 Elapsed processing time:   00:01:59
09/11/2001 03:15:57 --- SCHEDULEREC STATUS END
09/11/2001 03:15:57 --- SCHEDULEREC OBJECT END INCREMENTAL 09/11/2001
03:00:00
09/11/2001 03:15:57 ANS1512E Scheduled event 'INCREMENTAL' failed.  Return
code = 4.
09/11/2001 03:15:57 Sending results for scheduled event 'INCREMENTAL'.
09/11/2001 03:15:57 Results sent to server for scheduled event
'INCREMENTAL'.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Zlatko Krastev/ACIT
Sent: Monday, September 10, 2001 5:53 PM
To: [EMAIL PROTECTED]
Subject: Re: New Server and Disk Pools


DEF STG CACHE=Yes.
So you can quick restore today's/yesterday's backups from the cache. I do
not assume your DISK pool is big enough to keep all client's data there.
If it is and you are using tapes only for archives and backupsets you can
go two ways:
- have no arrays and hope only that at least one stgpool (primary or copy)
volume will stay alive.
- implement arrays with redundancy.

If you have LOWMIG higher than 0% then we can predict which files will
still be there but unless you fall in DISK-BACKUP scenario for larger
restores you still will be forced to mount tapes.


Zlatko Krastev
IT Consultant





"Stephen A. Cochran" <[EMAIL PROTECTED]> on 10.09.2001 09:50:46
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:

Subject:Re: New Server and Disk Pools

--- Mark Stapleton wrote:
I wouldn't bother with *any* kind of array. Save yourself the expense
and administrative overhead of an array. Just cache the disk pool and
spill it over into tape daily. Easy-peezy.
--- end of quote ---

But then you loose the quick restore from disk, and the client has to wait
for a
tape mount if you flush the entire disk cache to tape. Or am I missing
something?

Steve Cochran



Re: audit library failed - stupid software?

2001-09-11 Thread Richard Sims

>ANR8834E Library volume 04DB5C is still present in library 3570LIB drive DRIVE2
>(/dev/rmt1), and must be removed manually.
>
>But drive is empty, and all cartridges are in their home-slots.

Wojciech - If this is a solid problem (continues to persist)
   I would use the tapeutil command's general subcommands
to acquire drive info in the same way that TSM is doing it, through
the Atape driver, and see if that shows the phantom tape as being
"mounted".  You might try power-cycling the drive to get it back
in touch with reality.

   Richard Sims, BU



Re: how to backup to a second backuppool?

2001-09-11 Thread Jeff Bach

1.  Make the default management class point to backuppool2 (actually the
backup copy group under that management class)
2.  Create a second management class that points to backuppool1 and
configure a client options to point this data to this management class.
3.  It is actually the copygroup under that management class that
controls where the data goes, but the files are associated with a particular
management class.

If the filespaces are unique, such as /*_shm   , this can be done on the
server.  Most of the time is must be put in the include exclude file on the
client.

Copy group example

SERVERF>q copygroup HOUNIXWMHO  NT_BASE   STANDARD f=d

Policy Domain Name: #
   Policy Set Name: #
   Mgmt Class Name: #
   Copy Group Name: #
   Copy Group Type: Backup
  Versions Data Exists: #
 Versions Data Deleted: #
 Retain Extra Versions: #
   Retain Only Version: #
 Copy Mode: #
Copy Serialization: #
Copy Frequency: #
  Copy Destination: NT_DPOOL
Last Update by (administrator): #
 Last Update Date/Time: 08/29/01   16:56:59
  Managing profile:

Jeff Bach
Home Office Open Systems Engineering
Wal-Mart Stores, Inc.

WAL-MART CONFIDENTIAL


-Original Message-
From:   Joshua S. Bassi [SMTP:[EMAIL PROTECTED]]
Sent:   Monday, September 10, 2001 5:14 PM
To: [EMAIL PROTECTED]
Subject:Re: how to backup to a second backuppool?

That storage pool location is in the copy group definition.

Domain -> Policy Set -> Management class -> Copy group


--
Joshua S. Bassi
Independent IT Consultant
IBM Certified - AIX/HACMP, SAN, Shark
Tivoli Certified Consultant- ADSM/TSM
Cell (408)&(831) 332-4006
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]] On
Behalf Of
Johnn D. Tan
Sent: Monday, September 10, 2001 2:56 PM
To: [EMAIL PROTECTED]
Subject: how to backup to a second backuppool?

I have two virtual libraries in my automated tape library
(SpectraLogic 64000/Gator).

I can define two libraries, two tape device classes, etc., etc., in
TSM
4.1.3

I can even define two "backuppool" disk spools, one for each
library.
What I can't seem to figure out is how to get data backed up to the
second backuppool, call it backuppool2. Right now, all data gets
backed up to backuppool1.

Where is it that I can determine which backuppool I want my nodes
backed up to? In other words, I want some nodes to go to
backuppool1,
and the rest to go to backuppool2.

Thanks.

johnn


**
This email and any files transmitted with it are confidential
and intended solely for the individual or entity to
whom they are addressed.  If you have received this email
in error destroy it immediately.
**



passwordaccess -- does it affect scheduled ops?

2001-09-11 Thread Adam J. Boyer

I wanted to limit the number of people who can fire up the TSM GUI on some
NT boxes and start restoring files.  I thought the best way to do this was
to set the passwordaccess option to 'prompt', and then give the password to
only a select few.  My only concern is that this may affect scheduled
operations somehow.  We're using TSM 4.2, and during the client installs,
we had problems starting up the scheduler as an NT service.  This was
"solved" by setting up the scheduler again -- but not changing any
settings.  So, it's kind of finicky.  Anyway, some of these servers with
the TSM client in 'prompt' mode have been rebooted, and still seem to be
backing up fine on their schedules.

So, my question is, does the passwordaccess option affect scheduled
operations at all, or does it just control how one is authenticated when
using the GUI.


many thanks,
adam



Re: Does TSM 4.2 support an IBM 3583 library (6 drives)

2001-09-11 Thread Maurice van 't Loo

It is fully supported.


- Original Message -
From: "Jacques Butcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 5:48 PM
Subject: Does TSM 4.2 support an IBM 3583 library (6 drives)


> It's not on the devices supported Web Site.  Please help!!!
>



Re: Defining 3584 Library to TSM on AIX

2001-09-11 Thread Maurice van 't Loo

We had some problems too, we saw all the drives, but no library. (and it is
/dev/smc0)
The sollution was to reset de first drives, or easier to reset the library
(power off/on)

After that, the cfgmgr saw the library and all the drives.

Greetings,
Maurice van 't Loo
Compare Computers
The Netherlands

- Original Message -
From: "Klein, Robert (CIT)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 5:31 PM
Subject: Defining 3584 Library to TSM on AIX


> We are trying to set up  TSM on an AIX system and are having problems
> getting TSM to see the 3584 library.  I have done a search on the adsm-l
> archives and did not see anything about defining a 3584 to TSM.
>
> The AIX system is not seeing the 3584 tape library, when any commands that
> try to configure or look at the device is issued, an error is returned
>
> $ mkdev -l 'lb0'
> Method error (/etc/methods/cfgadsmdd):
> 0514-051 Device to be configured does not match the
physical
> device at the specified connection location
> cfgadsmdd[valid]: the device is NOT supported
> cfgadsmdd[inq..]: free dds
> cfgadsmdd[main]: error inquiry or building dds, rc=51
>
> We need this device so we can continuing configuring the TSM server
running
> on the system.  Without configuring the tape library and drives, we can't
> configure TSM server.
>
> Part of the problem appears to be that the documenation does not describe
> the syntax for specifying a fiber channel device, which is the type of
3584
> library we have.  It only mentions a SCSI device.
>
> Has anyone successfully defined a fiber channel 3584 to TSM running on
AIX?
> Any help anyone can provide would be most appreciated.  We have also
> submitted a problem ticket via our IBM support team, but have not heard
> anything back from them yet.
>



No Subject

2001-09-11 Thread Del Hoobler

> Also, I'm trying to set up the TDP for Lotus Domino.  Running TSM Client
> 4.1.2.12.  When I set up the command file for the TDP Scheduler, it
doesn't
> seem to work.  I have the command file(domsel.cmd) in a folder on the C:
\,
> the app itself is installed to C:\Program Files\Tivoli\Tsm\domino.  If
> anyone know's where to find info on this subject too that would help.

Patricia,

In regards to automating your TDP for Lotus Domino backups...
"It doesn't seem to work." isn't much to go by.
What problems are you having?

Take a closer look at Appendix A of the TDP for Lotus Domino User's Guide.
You can access it here:
http://www.tivoli.com/support/public/Prodman/public_manuals/storage_mgr/v3pubs/v1_html/domwntc/a68wtfrm.htm

Also, Chapter 4 of the redbook has a section on TDP for Lotus Domino
scheduling.
The redbook can be found at:  http://www.redbooks.ibm.com/
The redbook publication number is:  SG24-5247

Thanks,

Del



Del Hoobler
IBM Corporation
[EMAIL PROTECTED]

"It's a beautiful day.  Don't let it get away."  -- Bono



Re: one driver question.

2001-09-11 Thread Richard Sims

>Hi what is
>
>SSD RMSS device drivers  ??

IBM Storage Systems Division Removable Media Storage Systems device drivers:

IBM higher-end tape drive opsys driver software, as for the 3590 and 358x tape
drive series, with different names for different platforms, such as Atape, atdd,
IBMtape, IBMUltrium, IBMmag.
Found at: FTP://ftp.software.ibm.com/storage/devdrvr.

   Richard Sims, BU



No Subject

2001-09-11 Thread Mauricio Angelino Massa

Hi, take a look at the GC35-0409-01 (TSM for Windows Quick Start - R4V2),
Appendix D - "Setting up clustering".
I haven't done that myself, but you'll find some step-by-step information
on cluster configuration with TSM.
Hth, regards,
 Mauricio




Patricia LeBlanc
   cc:
Sent by: "ADSM: Dist StorSubject:
Manager"
<[EMAIL PROTECTED]>


11/09/01 08:14
Please respond to "ADSM:
Dist Stor Manager"





Morning!

Anyone got any advice for me in setting up a clustered server in TSM?I
cannot seem to find a Redbook, and the TSM books I have are pretty useless.


Also, I'm trying to set up the TDP for Lotus Domino.  Running TSM Client
4.1.2.12.  When I set up the command file for the TDP Scheduler, it doesn't
seem to work.  I have the command file(domsel.cmd) in a folder on the C:\,
the app itself is installed to C:\Program Files\Tivoli\Tsm\domino.  If
anyone know's where to find info on this subject too that would help.

Thanks!



No Subject

2001-09-11 Thread Patricia LeBlanc

Morning!

Anyone got any advice for me in setting up a clustered server in TSM?I
cannot seem to find a Redbook, and the TSM books I have are pretty useless.


Also, I'm trying to set up the TDP for Lotus Domino.  Running TSM Client
4.1.2.12.  When I set up the command file for the TDP Scheduler, it doesn't
seem to work.  I have the command file(domsel.cmd) in a folder on the C:\,
the app itself is installed to C:\Program Files\Tivoli\Tsm\domino.  If
anyone know's where to find info on this subject too that would help.

Thanks!



one driver question.

2001-09-11 Thread =?x-user-defined?b?UOl0dXIgRXn+83Jzc29u?=

Hi what is

SSD RMSS device drivers  ??





Kveðja/Regards
Petur Ethorsson
Tæknimaður/Technician
Kerfisfræðingur IR
IBM SUPPORT
Microsoft Certified System Engineer
Nýherji HfSími TEL: +354-569-7700
Borgartún 37   105 Iceland
URL:http://www.nyherji.is



win2k auto-start failed service

2001-09-11 Thread Warren, Matthew James

A quick one;

Are there any 'gotchas' to watch out for when using win2k's ability to
automatically restart a service if it fails?

Could I end up with lots of 'Dr Watson, dsmsvc.exe failed' windows on the
client desktop?

___
Matthew Warren.  GZPTXW
EDS Core Infrastructure,
UK Technical Services Group,
Wavendon Tower, Milton Keynes.
01908284481 / Wavendon
07790492034 / Mobile
___

>



Return code = 1

2001-09-11 Thread MORGAN TONY

Hi Guys and Gals,

Can anyone tell me how to change the return code (below) to 0 to prevent the
Failed status?? [TSM V4.1.1.0 server]

Many Thanks

Tony Morgan
Fortis Bank UK


Executing Operating System command or script:
   c:\progra~1\tivoli\tsm\exchange\excfull.cmd
11-09-2001 09:46:01 Finished command.  Return code is:
   1
11-09-2001 09:46:01 ANS1512E Scheduled event 'LONNT027_DAILY_EXCH' failed.
Return code = 1.



This e-mail and any files transmitted with it, are confidential and
intended solely for the use of the addressee. The content of this
e-mail may have been changed without the consent of the originator.
The information supplied must be viewed in this context. If you have
received this e-mail in error please notify our Helpdesk by
telephone on +44 (0) 20-7444-8444. Any use, dissemination,
forwarding, printing, or copying of this e-mail or its attachments is
strictly prohibited.