Server Return Code 11

2002-03-26 Thread Denis L'Huillier

Hello,
I was looking on the list to see if this had come up before but couldn't
find anything..
Nothing earth shattering..

Anyone notice that sometimes when you issue 'quit' from an admin command
line it doesn't
always quit with a return code of '0'.  Many time I get a return code of
'11'...

tsm: TSM_C01quit

ANS8002I Highest return code was 11.

After the latest postings of tsm scripts to check that the server is up and
running and email if it
isn't I wrote a simple script that did a 'dsmadmc -id= -pa= quit'
and then did a:
if [[ ! $? -eq '0' ]]; then
sendmail  [EMAIL PROTECTED]  serverdown.msg
else
exit 0
fi

Well, I had cron run it 4 times a day.. and of course when I left for the
day my pager goes off.
I go home, dial in and all is okay.. Couldn't figure it out for the life of
me.
Now it finally hit me... return code 11!!!

Anybody know what return code 11 is and why 'quit' would cause it
sometimes???

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Re: Clientoption Sets not binding proberly to a management class --Again--

2002-03-12 Thread Denis L'Huillier
 an extract.

4) Do you have an include-exclude file for the client node? What does it
look like?

5) From the client machine, what is the output from this command:

QUERY INCLEXCL

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED]

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




Denis L'Huillier [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
03/12/2002 07:31
Please respond to ADSM: Dist Stor Manager


   To: [EMAIL PROTECTED]
   cc:
   Subject:Clientoption Sets not binding proberly to a
   management class --Again--



Due to lack of overwhelming response (0) I'm gonna send this again...
Please help if you can..

Hello,
I'm having trouble using client option sets.
I want to bind all files in the /web/prod/web_logs directory on a unix
server to a specific
management class called 8YR_CLASS.  When I do a backup all Directories
are binding to this
8YR_CLASS but the files are going to the default mgm class.
I must be missing something here...
This is my clientopt...


Option Sequence  Override  Option Value
 number
-    

INCLEXCL 10   Yes  include
/web/prod/web_logs/.../* 8YR_CLASS
INCLEXCL 11No  include
/web/prod/web_logs/* 8YR_CLASS

This is the output from ls -lR for the /web directory just to give you an
idea of what files I'm testing with..

# ls -lR /web
total 0
drwxrwxrwx   3 root   sys 96 Feb 28 10:01 prod

/web/prod:
total 0
drwxrwxrwx   5 root   sys 96 Feb 28 10:02 web_logs

/web/prod/web_logs:
total 0
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 anotherdir
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 denis
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 testing

/web/prod/web_logs/anotherdir:
total 2
-rw-rw-r--   1 root   sys107 Feb 28 10:03 node1

/web/prod/web_logs/denis:
total 2
-rw-rw-r--   1 root   sys 39 Feb 28 10:03 node1

/web/prod/web_logs/testing:
total 2
-rw-rw-r--   1 root   sys105 Feb 28 10:03
testingfileforTSMbackup
#

This is the result of a q backup from the client...
tsm q backup /web/*  -subdir=yes
   Size  Backup DateMgmt Class A/I File
     ----- --- 
 96  02/28/02   10:28:018YR_CLASS   A  /web/prod
 96  02/28/02   10:28:018YR_CLASS   A /web/prod/web_logs
 96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/anotherdir
 96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/denis
 96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/testing
107  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/anotherdir/node1
 39  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/denis/node1
105  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/testing/testingfileforTSMbackup
tsm

Only the directories are binding to the 8YR_CLASS... I want the files to
bind, not the directories..

Any help would be greatly appreciated..

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html




optionsetprob.doc
Description: MS-Word document


Re: Clientoption Sets not binding proberly to a management class --Again--

2002-03-12 Thread Denis L'Huillier

Andy,
Thank you very much.. That was it.. I defined the option with double and
single quotes.
I redefined it and now it works.

I have one more question...
I was going to create this one option set for all servers in the Harris
domain. NT and UNIX.
Is this okay?  Is there any problems with having an inclexcl for a NT
server and an inclexcl
for a UNIX server in the same client option set?  For example

INCLEXCL 10No  include
/web/prod/web_logs/.../* 8YR_CLASS
INCLEXCL 11No  include D:
\web\prod\web_logs\...\* 8YR_CLASS

Again... Thanks!

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Andrew
Raibeck  To: [EMAIL PROTECTED]
[EMAIL PROTECTED]cc:
BM.COM  Subject: Re: Clientoption Sets not 
binding proberly to a management
Sent by: class  --Again--
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


03/12/2002
12:04 PM
Please
respond to
ADSM: Dist
Stor Manager






Hi Denis,

I didn't notice this initially, though it is there in your inital post. I
believe that the trouble is in the syntax used to define the INCLEXCL
option, as you enclosed the file specification and management class name
in double quotes.

At a guess, I would say you defined the client options something like
this:

define clientopt harris_opt inclexcl
   'include /web/prod/web_logs/.../* 8YR_CLASS'

... putting single quotes around the entire INCLUDE parameter and double
quotes around the file spec and management class name. as a result, the
entire double-quoted string is being treated like a file spec with a space
in it, as opposed to a file spec and management class. You can tell by the
QUERY INCLEXCL output, which shows the management class name as part of
the pattern (normally the QUERY INCLEXCL does not show the management
class names).

You should delete both of those statements and instead just put quotes
around the entire INCLUDE statement, but nowhere in between, like this:

define clientopt harris_opt inclexcl
   include /web/prod/web_logs/.../* 8YR_CLASS

Verify the results with QUERY INCLEXCL, which should not show the
management class name. Then try the backups again.

A couple of other points:

1) The /web/prod/web_logs/* file spec is redundant, as it is a subset of
/web/prod/web_logs/.../*. So one pattern should cover what you want.

2) Be careful about using DIRMC. If you set DIRMC to a management class
whose backup copy group has a RETONLY setting lower than that of the
8YR_CLASS copy group, then you may not be able to restore inactive
versions of directories that are part of the /web/prod/web_logs structure,
as they will expire when the smaller RETONLY criteria is met. This won't
prevent you from restoring the files, but (a) you may need to use the
command line interface to restore the files since the GUI depends on the
directory structure backups also being present, and (b) the directories
will only be recreated, not restored. This may or may not be important to
you, but I just wanted to point out the caveats associated with using
RETONLY.

If you need to keep backups for 8 years, archive might be the better way
to go (?).

Alternatively, use one node name to back up the files that really need 8
year *backup* retention, and another node name to back up files that don't
require such lengthy retention.

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: [EMAIL PROTECTED]

The only dumb question is the one that goes unasked.
The command line is your friend.
Good enough is the enemy of excellence.




Denis L'Huillier [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
03/12/2002 09:08
Please respond to ADSM: Dist Stor Manager


   To: [EMAIL PROTECTED]
   cc:
   Subject:Re: Clientoption Sets not binding proberly to a
   management class
--Again--





Andy,
Thanks for your response...

My TSM Server is AIX 4.3.3 running TSM 4.1.2.0
My TSM Client is HP-UX 11.0 running TSM 4.2.0
And yes... 8YR_CLASS has the highest retonly setting.
I guess I can overide that with a DIRMC include statement.

The node is associated with the options set. Verified via q node f=d

The option set below is the complete option set.
However, I am using an include/exclude file on the client.
Here it is:
# cat adsm.bkuplist
Exclude /.../core
Exclude /tmp_mnt/.../*
Exclude /tmp/.../*
Include /mxp/.../* 3YR_CLASS

Here's the outputs you requested... (I also attached it to a word doc

Clientoption Sets not binding proberly to a management class

2002-03-11 Thread Denis L'Huillier

Hello,
I'm having trouble using client option sets.
I want to bind all files in the /web/prod/web_logs directory on a unix
server to a specific
management class called 8YR_CLASS.  When I do a backup all Directories
are binding to this
8YR_CLASS but the files are going to the default mgm class.
I must be missing something here...
This is my clientopt...


Option Sequence  Override  Option Value
 number
-    

INCLEXCL 10   Yes  include
/web/prod/web_logs/.../* 8YR_CLASS
INCLEXCL 11No  include
/web/prod/web_logs/* 8YR_CLASS

This is the output from ls -lR for the /web directory just to give you an
idea of what files I'm testing with..

# ls -lR /web
total 0
drwxrwxrwx   3 root   sys 96 Feb 28 10:01 prod

/web/prod:
total 0
drwxrwxrwx   5 root   sys 96 Feb 28 10:02 web_logs

/web/prod/web_logs:
total 0
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 anotherdir
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 denis
drwxrwxrwx   2 root   sys 96 Feb 28 10:03 testing

/web/prod/web_logs/anotherdir:
total 2
-rw-rw-r--   1 root   sys107 Feb 28 10:03 node1

/web/prod/web_logs/denis:
total 2
-rw-rw-r--   1 root   sys 39 Feb 28 10:03 node1

/web/prod/web_logs/testing:
total 2
-rw-rw-r--   1 root   sys105 Feb 28 10:03
testingfileforTSMbackup
#

This is the result of a q backup from the client...
tsm q backup /web/*  -subdir=yes
 Size  Backup DateMgmt Class A/I File
   ----- --- 
   96  02/28/02   10:28:018YR_CLASS   A  /web/prod
   96  02/28/02   10:28:018YR_CLASS   A  /web/prod/web_logs
   96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/anotherdir
   96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/denis
   96  02/28/02   10:28:018YR_CLASS   A
/web/prod/web_logs/testing
  107  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/anotherdir/node1
   39  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/denis/node1
  105  02/28/02   10:28:01DEFAULT A
/web/prod/web_logs/testing/testingfileforTSMbackup
tsm

Only the directories are binding to the 8YR_CLASS... I want the files to
bind, not the directories..

Any help would be greatly appreciated..

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Re: LANFREE Backups - Feedback?

2002-03-05 Thread Denis L'Huillier

Also, as an fyi...
Tivoli also informed us that TDP for oracle on EMC is not supported when
TSM is running on
an AIX RS/6000.. Kinda funny huh?  It's actually only supported for Oracle
databases running on a
Solaris system and TSM ALSO must be running on Solaris.  Don't vendors
usually make things work for
their products first then make it compatible with other systems?  I think
IBM/Tivoli forgot to get together
on this one.  And, from what I understand, which may not be accurate... The
TDP for EMC Oracle is used
only for backing up a BCV (Business Continuity Volume - like a ESS flash
copy).  So, to use the TDP you can
do online backups of a copied volume... h... no thanks.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



J Bamford
tsmtech@BLUEYONTo: [EMAIL PROTECTED]
DER.CO.UK  cc:
Sent by: ADSM: Subject: Re: LANFREE Backups - 
Feedback?
Dist Stor
Manager
[EMAIL PROTECTED]
T.EDU


03/05/2002 05:14
AM
Please respond
to ADSM: Dist
Stor Manager






I think a little clarification is needed.

LAN-free with the B/A client does Backup and Restore through the SAN.  Also
the API client can do backup/restore through the SAN.

I understand there is one TDP product for EMC using the timefinder function
that backs up LAN-free, but must restore over the LAN.  All other products
do not have this limitation.

I say again this limitation is on the TDP EMC/Oracle, and does not effect
LAN-free as a whole.

Jason Bamford
Tivoli Software
Pan-EMEA Storage Product Specialist
IBM Certified Specialist - AIX
Tivoli Storage Manager Certified Professional

- Original Message -
From: Jozef Zatko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 05, 2002 9:37 AM
Subject: Re: LANFREE Backups - Feedback?


 Petur,
 you say that restores with SAN agent go through LAN regardles of
 configuration. Is it true???
 According to doc, restores should also go through SAN. Or is it something
 special with Connectrix?
 Or am I missing something?

 Ing. Jozef Zatko
 Login a.s.
 Dlha 2, Stupava
 tel.: (421) (2) 60252618




 Petur Ey?orsson [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
 05.03.2002 09:42
 Please respond to ADSM: Dist Stor Manager


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: LANFREE Backups - Feedback?


 hi Denis

 if you ask for my opinion i do not recomend lanfree backups, why thats
 spimle when you do a restore it dosn?t matter if your using san or not
 youre
 restore data always goes trough the lan. and that?s bad, then you have
 lost
 75% of your reason to have lanfree backups, because what is here that
 relay
 matters. It is your restore time, and that will stay exacly the same.

 This bug will not be fixed until TSM V 5.1 comes out.


 Kvedja/Regards
 Petur Eythorsson
 Taeknimadur/Technician
 IBM Certified Specialist - AIX
 Tivoli Storage Manager Certified Professional
 Microsoft Certified System Engineer

 [EMAIL PROTECTED]

  Nyherji Hf  Simi TEL: +354-569-7700
  Borgartun 37105 Iceland
  URL:http://www.nyherji.is


 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
 Denis L'Huillier
 Sent: 4. mars 2002 20:24
 To: [EMAIL PROTECTED]
 Subject: LANFREE Backups - Feedback?


 Hello,
 We are currently evaluating the implementation of lanfree backups in our
 environment.
 I understand the conceptual benefits of sending data across the SAN vs.
 the
 LAN/WAN but
 am concerned with compatibility issues with our IBM TSM Environment and
 EMC
 Connectrix Environment.
 Has anybody implemented LANFREE in a similar environment?
 Can anybody give some example or insight to real life advantages to
 implementing LANFREE backups?
 Are there any tape drive contention issues when a drive gets allocated to
 a
 'LANFREE' backup?
 How does TSM manage 'LANFREE' tapes? Does it dedicate a tape to a client
 (like collocation) or will other
 clients have access to write data to the same volser?
 How about attaching a 3590 FC-AL to a EMC Connectrix Fabric?
 Any other tips would be greatly appreciated.

 TSM Environment:
 1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
 3494 2 Frames 4 Scsi Drives
 1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
 3494 2 Frames 4 Scsi Drives
 1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
 3494 5 Frames 6 Scsi Drives
 1 H80, AIX 4.3.3 TSM 4.1 - SSA Disk
 3494 6 Frames 6 Scsi Drives

 SAN Environment:
 EMC Symmetrix ( 8730, 8830, 4 3930's, 3700 )
 EMC Connectrix - 12 Switches

 Client/Server Environment:
 600 + Servers (HPUX, Solaris, NT, Win2K)
 approx 200 EMC SAN attached. (No BCV's used or SRDF.. yet

Re: LANFREE Backups - Feedback?

2002-03-05 Thread Denis L'Huillier

Jason,
I completely agree with you.
The majority of our databases are running on Solaris attached to EMC.
But, I think that the percentage of TSM Servers running on Solaris versus
running on AIX is a lot more for AIX.  I would venture to say that AIX is
the
preferred operating system for TSM.  This, I feel is the limitation.  Not
the fact
that it's Solaris only, but the fact that TSM will not work with TDP for
EMC if
TSM is running on AIX.  It has to be running on Solaris.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



J Bamford
tsmtech@BLUEYONTo: [EMAIL PROTECTED]
DER.CO.UK  cc:
Sent by: ADSM: Subject: Re: LANFREE Backups - 
Feedback?
Dist Stor
Manager
[EMAIL PROTECTED]
T.EDU


03/05/2002 10:18
AM
Please respond
to ADSM: Dist
Stor Manager






Yes I believe when Tivoli looked at the development of the Timefinder
function they looked at the market first.  It was concluded that an EMC/Sun
solution represented the larger market share of what customer have
installed.

ie there are more EMC/Sun installed sites than there are EMC/Aix
sites.Mainly because Aix sites tend to be IBM disk solutions.

Therefore if you wnat to sell a product, develop for the majority first.
If
people like it and want it so make some more !  Vendors do make software
for
there own products, so hopefully I see you purchasing lots of ESS soon then
!!

There's little point in doing costly developing for a product that no one
wants.  Yes the TDP for EMC has a VERY limited scole for configuration, and
no RS/6000 isn't in there I believe.

Specific products like this tend to be demand driven.  From what I
understand the current TDP/EMC saw a very limited uptake by customers.
There has also been little demand to expand is platform coverage in this
space.

The TDP for EMC was also on the market before the TDP for ESS/Flashcopy.
Thinking back I believe that is because EMC had the timefinder on the
market
before IBM/ESS and flashcopy.  It was a while after before Tivoli got it's
hands on working Flashcopy to do any sort of development, and these thing
take time.

Back to the original point LAN-Free with TSM works backup and restore apart
from the above, and I'm running a 2 day workshop in the UK next week to
show
it working and give hands on to those who want to know more.

Jason

PS.  These are my personal views and not that of IBM or Tivoli Corp.

- Original Message -
From: Denis L'Huillier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 05, 2002 2:37 PM
Subject: Re: LANFREE Backups - Feedback?


 Also, as an fyi...
 Tivoli also informed us that TDP for oracle on EMC is not supported when
 TSM is running on
 an AIX RS/6000.. Kinda funny huh?  It's actually only supported for
Oracle
 databases running on a
 Solaris system and TSM ALSO must be running on Solaris.  Don't vendors
 usually make things work for
 their products first then make it compatible with other systems?  I think
 IBM/Tivoli forgot to get together
 on this one.  And, from what I understand, which may not be accurate...
The
 TDP for EMC Oracle is used
 only for backing up a BCV (Business Continuity Volume - like a ESS flash
 copy).  So, to use the TDP you can
 do online backups of a copied volume... h... no thanks.

 Regards,

 Denis L. L'Huiller
 973-360-7739
 [EMAIL PROTECTED]
 Enterprise Storage Forms -
 http://admpwb01/misc/misc/storage_forms_main.html



 J Bamford
 tsmtech@BLUEYONTo: [EMAIL PROTECTED]
 DER.CO.UK  cc:
 Sent by: ADSM: Subject: Re: LANFREE
Backups - Feedback?
 Dist Stor
 Manager
 [EMAIL PROTECTED]
 T.EDU


 03/05/2002 05:14
 AM
 Please respond
 to ADSM: Dist
 Stor Manager






 I think a little clarification is needed.

 LAN-free with the B/A client does Backup and Restore through the SAN.
Also
 the API client can do backup/restore through the SAN.

 I understand there is one TDP product for EMC using the timefinder
function
 that backs up LAN-free, but must restore over the LAN.  All other
products
 do not have this limitation.

 I say again this limitation is on the TDP EMC/Oracle, and does not effect
 LAN-free as a whole.

 Jason Bamford
 Tivoli Software
 Pan-EMEA Storage Product Specialist
 IBM Certified Specialist - AIX
 Tivoli Storage Manager Certified Professional

 - Original Message -
 From: Jozef Zatko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED

Re: Backup and restore of NDS on Netware

2002-03-05 Thread Denis L'Huillier

This is a really good doc which comes with the install package of TSM for
netware.
It's located in the install directory of the client.

This is an old document which hasn't been updated since V3 but is still
very informative on
TSM and NetWare.

Hope this helps...

(See attached file: Ntwback.htm)

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



David Longo
David.Longo@HEALTH-To: [EMAIL PROTECTED]
FIRST.ORG  cc:
Sent by: ADSM: DistSubject: Backup and restore of NDS 
on Netware
Stor Manager
[EMAIL PROTECTED]
U


03/05/2002 04:30 PM
Please respond to
ADSM: Dist Stor
Manager






As we were preparing to move Netware clients from TSM 3.7 to 4.2.1.19, we
did a test on one machine.  In the process we had to modify the DOMAIN in
dsm.opt file.  Reading the Tivoli manual on Netware client it states that
NDS
is NOT backed up with DOMAIN All-Local.  We then specified NDS: in the
DOMAIN on this test case.  As we further investigated, we realized that we
haven't been backing up NDS!

We have a tree structure here,  different machines have access to different
parts of the NDS tree.  Also has replication to other machines.  We have
primarily Netware 5.1 and moving soon (maybe) to 6.0.  We have had a
couple of instances where we restored SYS: but never had to restore NDS.
It would seem we only have to backup NDS on certain servers, not all.

Has someone some experience in this area?  Can you reference a document
that covers this specifically?

Thanks,
David Longo


MMS health-first.org made the following
 annotations on 03/05/02 16:44:04
--

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 authorized by the entity to give such views
or opinions.

==



LANFREE Backups - Feedback?

2002-03-04 Thread Denis L'Huillier

Hello,
We are currently evaluating the implementation of lanfree backups in our
environment.
I understand the conceptual benefits of sending data across the SAN vs. the
LAN/WAN but
am concerned with compatibility issues with our IBM TSM Environment and EMC
Connectrix Environment.
Has anybody implemented LANFREE in a similar environment?
Can anybody give some example or insight to real life advantages to
implementing LANFREE backups?
Are there any tape drive contention issues when a drive gets allocated to a
'LANFREE' backup?
How does TSM manage 'LANFREE' tapes? Does it dedicate a tape to a client
(like collocation) or will other
clients have access to write data to the same volser?
How about attaching a 3590 FC-AL to a EMC Connectrix Fabric?
Any other tips would be greatly appreciated.

TSM Environment:
1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
3494 2 Frames 4 Scsi Drives
1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
3494 2 Frames 4 Scsi Drives
1 H50, AIX 4.3.3 TSM 3.7 - SSA Disk
3494 5 Frames 6 Scsi Drives
1 H80, AIX 4.3.3 TSM 4.1 - SSA Disk
3494 6 Frames 6 Scsi Drives

SAN Environment:
EMC Symmetrix ( 8730, 8830, 4 3930's, 3700 )
EMC Connectrix - 12 Switches

Client/Server Environment:
600 + Servers (HPUX, Solaris, NT, Win2K)
approx 200 EMC SAN attached. (No BCV's used or SRDF.. yet)

Thanks in advance.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Re: Need a select command

2002-02-14 Thread Denis L'Huillier

For total data being managed by TSM I use:

select sum(physical_mb) from occupancy

Or if you want to know the total MB for nodes in schedules only you can
use:

select sum(physical_mb) from occupancy where node_name in (select node_name
from associations)

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Robert Ouzen
[EMAIL PROTECTED]To: [EMAIL PROTECTED]
IFA.AC.IL cc:
Sent by: ADSM:Subject: Need a select command
Dist Stor
Manager
[EMAIL PROTECTED]
ST.EDU


02/14/2002
03:39 AM
Please respond
to ADSM: Dist
Stor Manager






Hi

To select guru I need one for calculate the amount of data store in my
site.

 I run q auditocc but I need the total of each domain.

T.I.A Robert Ouzen

[EMAIL PROTECTED]



Re: Netware 5.1 4.2.1 Client

2002-01-22 Thread Denis L'Huillier

Mark,
This is our config and NDS fails on each one.

NetWare 5.1
TSM 4.1.2
TSANDS - v10110.39e, 11/14/01
TSA500 - v5.05, 9/12/01
SMDR - 5.04, 6/14/01

NetWare 5.1
TSM 4.1.2
TSANDS - v85.00, 12/8/2000
TSA500 - v5.05, 8/13/01
SMDR - v5.05, 5/14/01

What combination are you using where you are successfully backing up NDS?
Thanks for your help.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Remeta, Mark
MRemeta@SELIGMATo: [EMAIL PROTECTED]
NDATA.COM  cc:
Sent by: ADSM: Subject: Re: Netware 5.1  4.2.1 Client
Dist Stor
Manager
[EMAIL PROTECTED]
T.EDU


01/17/2002 12:30
PM
Please respond
to ADSM: Dist
Stor Manager






Denis, what version of support pack are you running?
Were running 4.2.1.19 on 5.1 and we can backup the NDS without errors.
What's the version of your tsa500.nlm, tsands.nlm and smdr.nlm???

Mark


-Original Message-
From: Denis L'Huillier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 17, 2002 12:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Netware 5.1  4.2.1 Client


Yes, I currently have a PMR opened with Tivoli.
I'm warning you.. it's ugly.

Tivoli - NDS Transport is a Novell error which Tivoli is only reporting it.

Novell - NDS Transport errors are being generated by Tivoli not interfacing
properly with Novell.

Tivoli - They have no documentation or information from Novell as to what
the NDS Transport message
is actuall complaining about.

Novell - They cannot perform any further diagnosis until they recieve a
core dump.

So, what do we do?  We still get the errors but no core dumps.  So, we
paitently wait for
one of our servers to crash so we can have Novell identify what the problem
is.
Hat's off to Novell's support orginazation..  They don't know what THEIR
error is and
cannot do anything else until our server core dumps... great.

I must say, Tivoli support has been excellent.  TSM Support has followed up
more on this
problem with Novell then I have.

My temporary solution -
Exclude NDS on all Novell servers running 5.1 tsm 4.2
Include it on one of our Novell 4.1 TSM 4.1.3 servers where NDS is
replicated to.

We now only back up NDS on 1 server (which isn't the best but works for
now).

If you have any better luck please let me know!
Good Luck.



Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Bruce Kamp
[EMAIL PROTECTED]To: [EMAIL PROTECTED]
T   cc:
Sent by: Subject: Netware 5.1  4.2.1
Client
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/17/2002
11:40 AM
Please
respond to
ADSM: Dist
Stor Manager






Has anybody seen these errors backing up an NDS tree?

01/17/2002 11:35:28 ANS1870E NDS transport failure FFFDFEAF has occurred.
Please contact Novell to resolve it.

01/17/2002 11:35:29 ANS1228E Sending of object
'.[Root].O=SBHD.OU=ZEN_APPLICATIONS.CN=Wincmd32_403' failed
01/17/2002 11:35:29 Skip current operation
Report how you got this

Thanks,

Bruce Kamp
Network Analyst II
Memorial Healthcare System
P: (954)987-2020 x6008
F: (954)985-2274
E: [EMAIL PROTECTED]


Confidentiality Note: The information transmitted is intended only for the
person or entity to whom or which it is addressed and may contain
confidential and/or privileged material. Any review, retransmission,
dissemination or other use of this information by persons or entities other
than the intended recipient is prohibited. If you receive this in error,
please delete this material immediately.



Re: Netware 5.1 4.2.1 Client

2002-01-17 Thread Denis L'Huillier

Yes, I currently have a PMR opened with Tivoli.
I'm warning you.. it's ugly.

Tivoli - NDS Transport is a Novell error which Tivoli is only reporting it.

Novell - NDS Transport errors are being generated by Tivoli not interfacing
properly with Novell.

Tivoli - They have no documentation or information from Novell as to what
the NDS Transport message
is actuall complaining about.

Novell - They cannot perform any further diagnosis until they recieve a
core dump.

So, what do we do?  We still get the errors but no core dumps.  So, we
paitently wait for
one of our servers to crash so we can have Novell identify what the problem
is.
Hat's off to Novell's support orginazation..  They don't know what THEIR
error is and
cannot do anything else until our server core dumps... great.

I must say, Tivoli support has been excellent.  TSM Support has followed up
more on this
problem with Novell then I have.

My temporary solution -
Exclude NDS on all Novell servers running 5.1 tsm 4.2
Include it on one of our Novell 4.1 TSM 4.1.3 servers where NDS is
replicated to.

We now only back up NDS on 1 server (which isn't the best but works for
now).

If you have any better luck please let me know!
Good Luck.



Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Bruce Kamp
[EMAIL PROTECTED]To: [EMAIL PROTECTED]
T   cc:
Sent by: Subject: Netware 5.1  4.2.1 Client
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/17/2002
11:40 AM
Please
respond to
ADSM: Dist
Stor Manager






Has anybody seen these errors backing up an NDS tree?

01/17/2002 11:35:28 ANS1870E NDS transport failure FFFDFEAF has occurred.
Please contact Novell to resolve it.

01/17/2002 11:35:29 ANS1228E Sending of object
'.[Root].O=SBHD.OU=ZEN_APPLICATIONS.CN=Wincmd32_403' failed
01/17/2002 11:35:29 Skip current operation
Report how you got this

Thanks,

Bruce Kamp
Network Analyst II
Memorial Healthcare System
P: (954)987-2020 x6008
F: (954)985-2274
E: [EMAIL PROTECTED]




Optical vs. Tape

2002-01-16 Thread Denis L'Huillier

Does anybody have any input as to what the benefits of Optical vs. Tape
are?
I currently have 4 3494's with 3590E's and K tapes.
I was offered the use of 4 3995's that were being used on the Mainframe for
an application which has been retired.
Do I want them?
I am currently working on an Archive solution- could these be beneficial?
Pros / Cons ?
Thanks.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Re: Ejecting a Tape (Category FF00) from 3494 Library

2002-01-16 Thread Denis L'Huillier

There is an option you need to select for the library to inventory the
frame after a door has been opened.
I think it's : command -- inventory -- enable.
This will inventory the frame the door was opened on and the 2 adjacent
frames.
I don't think this will remove any inventory references of tapes which were
once there
and are now gone.  It will update the volume as 'misplaced'.
The only way to get that tape out of the LM Database  is to either:
1. Put it back in - Either CIO or Recovery Cell, then eject it through TSM
via checkout libv.
2. Do a re-inventory of the complete system.  Keep in mind, if you are
sharing the 3494 with
another system the inventory will affect them as well.  Each volser is sent
to the attached hosts in
some grouping - I think like 100 volsers at a time.  They all get sent up
as FF00 (Insert Status).
The attached host will then either claim what's theirs or reject them.
Those that get rejected then
get sent to the next host.  And so on..

The easiest way, and least disruptive is to get that old volume back.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Bill Mansfield
WMansfield@SOLUTIONTECHNTo: [EMAIL PROTECTED]
OLOGY.COM   cc:
Sent by: ADSM: Dist StorSubject: Re: Ejecting a Tape 
(Category FF00) from 3494 Library
Manager
[EMAIL PROTECTED]


01/16/2002 02:29 PM
Please respond to ADSM:
Dist Stor Manager






Sorry, misunderstood.  I don't think you can kick off an inventory from
mtlib...I normally just pause the library and open and close one of the
front doors.  Low tech but effective.



_
William Mansfield
Senior Consultant
Solution Technology, Inc




James
healy To: [EMAIL PROTECTED]
Sent by: cc:
ADSM: Dist  Subject: Re: Ejecting a Tape
(Category FF00) from 3494 Library
Stor Manager
[EMAIL PROTECTED]
IST.EDU


01/16/2002
12:54 PM
Please respond
to ADSM: Dist
Stor Manager






Bill,
 The command you gave me returns a current inventory of the Library.
I'm looking for a command that will re-inventory the library.
Thanks,
Jim




Bill Mansfield [EMAIL PROTECTED]@VM.MARIST.EDU on
01/16/2002 12:15:18 PM

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

Sent by:  ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:

Subject:  Re: Ejecting a Tape (Category FF00) from 3494 Library


mtlib -l /dev/lmcp0 -qI

_
William Mansfield
Senior Consultant
Solution Technology, Inc




James
healy To: [EMAIL PROTECTED]
Sent by: cc:
ADSM: Dist  Subject: Re: Ejecting a Tape
(Category FF00) from 3494 Library
Stor Manager
[EMAIL PROTECTED]
IST.EDU


01/16/2002
10:45 AM
Please respond
to ADSM: Dist
Stor Manager






Does anyone know how to initiate the Library inventory via the command line
such as the Mtlib command?




Gabriel Wiley [EMAIL PROTECTED]@VM.MARIST.EDU on 01/16/2002 10:04:43
AM

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

Sent by:  ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:

Subject:  Re: Ejecting a Tape (Category FF00) from 3494 Library


Inventory the Frame in which the tape resided in, if you know the home
cell.

To find the home cell go to the LM and query the DB for the volume in
question.

You should get a result like A 4 18

A = Frame

4 = Row

18 = Slot

Run partial Inventory (Frame Specific)

Run Full Inventory (Whole Library)

Good Luck!

Gabriel C. Wiley
ADSM/TSM Administrator
AIX Support
Phone 1-614-308-6709
Pager  1-877-489-2867
Fax  1-614-308-6637
Cell   1-740-972-6441

Siempre Hay Esperanza



mobeenm [EMAIL PROTECTED]@VM.MARIST.EDU on 01/15/2002 10:33:42 PM

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

Sent by:ADSM: Dist Stor Manager [EMAIL PROTECTED]


To:[EMAIL PROTECTED]
cc:
Subject:Ejecting a Tape (Category FF00) from 3494 Library


Hello All,
I am running a 3494 Library with 3590 E1A tape drives. Recently i has an
issue with the tape drive and the IBM CE who came on site physically
removed
a damaged volume from the library, how ever he doesn't know how to get this
tape removed from the Inventory as he thinks thats a seperate issue.


Re: What qualifies as an in use license?

2002-01-15 Thread Denis L'Huillier

Not sure on how the inuse is calculated but here's the sql:

select node_name from nodes where node_name not in ( select node_name from
associations )


Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Dylan Ryback
dryback@HOMETo: [EMAIL PROTECTED]
.COMcc:
Sent by: Subject: What qualifies as an in use 
license?
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/15/2002
10:45 AM
Please
respond to
ADSM: Dist
Stor Manager






I'm in the midst of doing a cleanup job on our TSM servers.  When I do a 'q
license', one of the results is:

Number of Managed System for LAN in use: 107

My question is, what counts as 'in use'?  For example, there are a bunch of
nodes that are defined and are no longer used or associated with any
schedules.  Do these count as 'in use', and if so, should I export the node
out of the db and delete it to get the license counts down?  One other
question: anyone got a query to figure out which nodes are NOT associated
with a schedule.  This would help me identify nodes that are candidates for
export.

Many thanks,
Dylan



Re: Procedure for migrating TSM from on hardware platform to another.

2002-01-15 Thread Denis L'Huillier

There is one import question..
Is your tape technology going to be the same?
If your tape technology is the same the task is quite simple.
If not... import/export which will be VERY time consuming.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Peter Hadikin
Peter_HadikiTo: [EMAIL PROTECTED]
[EMAIL PROTECTED]   cc:
Sent by: Subject: Procedure for migrating TSM from 
on hardware platform to
ADSM: Dist  another.
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/15/2002
01:20 PM
Please
respond to
ADSM: Dist
Stor Manager






I posted a note a while back about moving our VM TSM server to an AIX
platform.  I am wondering if anybody out there has a step by step
procedure (or close to it) for carrying out such a task.  Is it
necessary to export all data and re-import to the new server?  If yes,
is this not a huge lengthy procedure?  Is it possible to 'migrate'
directly from the old server to the new server using our network?  Any
info would be tremendously appreciated.  If there are documents out
there that I am not aware of, please forward them on to me.

Take care and have a super week, Peter



Re: 3494,rs6000 and rs232

2002-01-14 Thread Denis L'Huillier

Brec,
Be sure that you are connecting to the correct port of the ARTIC card on
the LM.  By default the first 4 slots are rs232 and the second 4 slots are
rs422.
Usually, the config would be:
Slot1 - rs232 TSM port
Slot2 - rs232 w/ rs422 converter 3590 Cu Port
Slot3 - rs232 w/ rs422 converter 3590 Cu Port
Slot4 - rs232 w/ rs422 converter 3590 Cu Port
Slot5 - rs422 3590 Cu Port
etc, etc.

In the above example you would have to relocate a
3590 rs232 connection to a rs422 connection ( no need for
a converter now ) and plug TSM into the rs232 location.

Fyi, the port configurations are configured during the
TEACH of the 3494.

Hope this helps.
Denis




Brecton
Whitten  To: [EMAIL PROTECTED]
bwhitten@UABcc:
MC.EDU  Subject: 3494,rs6000 and rs232
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/13/2002
09:33 PM
Please
respond to
ADSM: Dist
Stor Manager






TSM'ers,

  If anyone is using rs232 to communicate with
a 3494, some help would be appreciated. We
are currently running TSM 4.1 on AIX 4.3.3 on
a 604e High node ( MCA ) in an SP2 complex.
3590 drives SCSI attached in a 3494 using rs232
serial LM connection on a serial attached port
extender.

  We are trying to move to an H50 ( PCI ) , still
using AIX 4.3.3 and attempting to attach the LM
to the serial ( S2 ) port. We have tried using a 25 / 9
pin converter, but still are unable to connect to the LM.
We continue to get the 'Library is offline to host' message.
We are using Atape 5.4.4and atldd 4.1.5.

We have followed all doc about drivers. Adding atld through
SMIT starts lmcp daemon correctly and ibmatl.conf is
correctly configured. We have also tried a null / modem
connection between the serial cable and 25 / 9 pin
converter.

There are a couple of threads about this type of thing
but none of them address specifics about cable type
or any extras that are needed for connection.

If anyone has any suggestions or has made this
work, we would appreciate hearing from you.

TIA,
   Brec Whitten
   UAB Hospital



Re: Handling spikes in storage transfer

2002-01-14 Thread Denis L'Huillier

Try,
select  sum(bytes) from summary where entity='SuspectedAbuser' and activity
='BACKUP' and start_time between '2002-01-13 00:00' and '2002-01-14 00:00'

This will give you in bytes the amount of data  a particular node sent to
the server in a 24 hour period.
Adjust the start_time and entity as required.

You can also do a
select entity, sum(bytes) blah blah blah blah group by entity
This will give you the bytes for all nodes.

Hope this helps.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Zoltan
Forray/AC/VCUTo: [EMAIL PROTECTED]
zforray@VCU.cc:
EDU Subject: Re: Handling spikes in storage 
transfer
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/14/2002
11:02 AM
Please
respond to
ADSM: Dist
Stor Manager






I already tried that. The information it gives isn't detailed enough. It
just tells me about the filespaces.

I need to know specifics, such as the names/sizes of the files/objects in
the file spaces.

Anybody have any sql to do such ?

Thanks, anyway !


Zoltan Forray
Virginia Commonwealth University - University Computing Center
e-mail: [EMAIL PROTECTED]  -  voice: 804-828-4807




Cook, Dwight E (SAIC) [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
01/14/2002 10:29 AM
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: Handling spikes in storage transfer


Do a q occ nodename and look for what file systems are out on your
diskpool in great quantity.
That is, if you send all data first to a diskpool and then bleed it off to
tape (daily).
That will give you an idea of what file systems are sending the most data,
currently.
Then you may perform something like a show version nodename
filespacename to see each specific item.
you might note the filecount in the q occ listing to see how
much will be displayed in the show version command.

hope this helps...
later,
Dwight

-Original Message-
From: Zoltan Forray/AC/VCU [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 8:47 AM
To: [EMAIL PROTECTED]
Subject: Handling spikes in storage transfer


I have an SGI client node that while normally sends = 1.5GB of data, is
now sending 36GB+.

Without accessing the client itself, how can I find out what is causing
this increase in TSM traffic ?

I have contacted the client owner, but their response is taking too long
and this spike it wreaking havoc on TSM.




Zoltan Forray
Virginia Commonwealth University - University Computing Center
e-mail: [EMAIL PROTECTED]  -  voice: 804-828-4807



Re: Handling spikes in storage transfer

2002-01-14 Thread Denis L'Huillier

The only way I can think of figuring this out (and this is what I've done
in the past)
is to update the dsm.opt with the verbose option.  Then look at the
dsmsched.log.
The only sql tables which I can think of which reference files and bytes is
the
backups table and the summary table.  Unfortunately there is no correlation
between the filename (backups - ll_name) and the bytes transferred.
However,
this information is logged in the client schedule log when verbose is
specified in
the dsm.opt file.

If anybody else know of an alternate method I too would be very interested.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Zoltan
Forray/AC/VCUTo: [EMAIL PROTECTED]
zforray@VCU.cc:
EDU Subject: Re: Handling spikes in storage 
transfer
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/14/2002
02:56 PM
Please
respond to
ADSM: Dist
Stor Manager






Thanks, but, I am looking for file-level information.

I have the bytes transfered per node info from the SMF ACCOUNTING
records generated by the server. I can tell HOW MANY BYTES WERE TRANSFERED
for this node, back to the day it first started talking to TSM. I need to
know what files and how big.


Zoltan Forray
Virginia Commonwealth University - University Computing Center
e-mail: [EMAIL PROTECTED]  -  voice: 804-828-4807




Denis L'Huillier [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
01/14/2002 02:33 PM
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: Handling spikes in storage transfer


Try,
select  sum(bytes) from summary where entity='SuspectedAbuser' and
activity
='BACKUP' and start_time between '2002-01-13 00:00' and '2002-01-14 00:00'

This will give you in bytes the amount of data  a particular node sent to
the server in a 24 hour period.
Adjust the start_time and entity as required.

You can also do a
select entity, sum(bytes) blah blah blah blah group by entity
This will give you the bytes for all nodes.

Hope this helps.

Regards,

Denis L. L'Huiller
973-360-7739
[EMAIL PROTECTED]
Enterprise Storage Forms -
http://admpwb01/misc/misc/storage_forms_main.html



Zoltan
Forray/AC/VCUTo: [EMAIL PROTECTED]
zforray@VCU.cc:
EDU Subject: Re: Handling spikes
in storage transfer
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/14/2002
11:02 AM
Please
respond to
ADSM: Dist
Stor Manager






I already tried that. The information it gives isn't detailed enough. It
just tells me about the filespaces.

I need to know specifics, such as the names/sizes of the files/objects in
the file spaces.

Anybody have any sql to do such ?

Thanks, anyway !



Zoltan Forray
Virginia Commonwealth University - University Computing Center
e-mail: [EMAIL PROTECTED]  -  voice: 804-828-4807




Cook, Dwight E (SAIC) [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
01/14/2002 10:29 AM
Please respond to ADSM: Dist Stor Manager


To: [EMAIL PROTECTED]
cc:
Subject:Re: Handling spikes in storage transfer


Do a q occ nodename and look for what file systems are out on your
diskpool in great quantity.
That is, if you send all data first to a diskpool and then bleed it off to
tape (daily).
That will give you an idea of what file systems are sending the most data,
currently.
Then you may perform something like a show version nodename
filespacename to see each specific item.
you might note the filecount in the q occ listing to see how
much will be displayed in the show version command.

hope this helps...
later,
Dwight

-Original Message-
From: Zoltan Forray/AC/VCU [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 8:47 AM
To: [EMAIL PROTECTED]
Subject: Handling spikes in storage transfer


I have an SGI client node that while normally sends = 1.5GB of data, is
now sending 36GB+.

Without accessing the client itself, how can I find out what is causing
this increase in TSM traffic ?

I have contacted the client owner

Re: Nt clients on DMZ

2002-01-10 Thread Denis L'Huillier

I had the same problem.  The recommended fix was to change the client
dsm.opt (NT) dsm.sys (UNIX) to 'polling' instead of 'prompted'
scheduling mode.  I believe it is addressed as a 'known bug' in the readme
of the client software.
I did just that and it works fine now.  The only thing is I now have 5
servers in polling mode until we
upgrade our clients to a level that works (not sure what that level is but
I'll bet it's fixed in the latest).

Regards,

Denis L. L'Huiller



Juan Manuel
LspezTo: [EMAIL PROTECTED]
jmlopez@NNE.cc:
ES  Subject: Nt clients on DMZ
Sent by:
ADSM: Dist
Stor Manager
[EMAIL PROTECTED]
RIST.EDU


01/10/2002
10:55 AM
Please
respond to
ADSM: Dist
Stor Manager






Hi All !
TSM server 4.1.5.0 running on HP/UX 11.00
TSM client 4.1.2 on NT
The clients are on a special DMZ, with two firewall on the side of the TSM
server.
On the firewalls, there are open the 1500 and 1501 ports.
On the NT client network configuration, there aren4t allowed ports.
The problem is when I scheduler any backup to that4s nodes. The server is
trying
many times to contact with the clients. On the clients dsmerror.log I only
see
the messages  TCP accepted connection  , but the scheduler doesn4t not
work.
I have to delete the scheduler on the server.
The incremental backup from clients using the GUI interface works fine.
Anybody have idea about what can be happening ?
Thanks in advance !



Recovery Log behavior after 100% util reached

2002-01-10 Thread Denis L'Huillier

Hello,

I have recently inherited an over worked, maxed out TSM server where the
recovery log maxes out
on just about a nightly basis.  I have 2 questions maybe someone can help
me with.
1.  Why does the server only crash sometimes when the log fills up.  For
example, yesterday it reached
100% but never went down.  2 days ago it reached 100% and TSM crashed.

2.  When the server didn't crash the log kind of automatically zero'd
itself after reaching 100%.
What happened to all those uncommitted changes to the database? Did I lose
data?  Shouldn't the
log remain at 100% actual used until a db backup takes place?

I have a 'q log' script in cron that runs every 10 minutes and this is the
output during that time frame:

Server date/time: 01/10/02   02:10:10  Last access: 01/10/02   02ANS8000I
Server command: 'q log'
2,5642,564 0   564   4,096
655,872   510,699  77.9  77.9

Server date/time: 01/10/02   03:00:04  Last access: 01/10/02   02ANS8000I
Server command: 'q log'
2,5642,564 0 8   4,096
655,872   653,290  99.6  99.6

Server date/time: 01/10/02   03:20:00  Last access: 01/10/02   03ANS8000I
Server command: 'q log'
2,5642,564 0 2,560   4,096
655,872   189   0.0 100.0

Server date/time: 01/10/02   03:10:01  Last access: 01/10/02   03ANS8000I
Server command: 'q log'
2,5642,564 0 2,560   4,096
655,872   189   0.0 100.0

As you can see the log reached 100% (99.6) at 3:00am and at 3:10 zero'd
out.  But no backups took place until about 4:50am
and my database backup doesn't kick in until 9:00 am.. Also we are in
normal log mode, no triggers.
Here's the act log for this time frame:

tsm: ADSMFPq act begint=03:10 endt=04:54

Date/TimeMessage

--
01/10/02   03:10:01  ANR0402I Session 2282 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:10:01  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:10:01  ANR0405I Session 2282 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:20:00  ANR0402I Session 2283 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:20:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:20:00  ANR0405I Session 2283 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:21:40  ANR0406I Session 2284 started for node
INAFPUXPAS02 (SUN
  SOLARIS) (Tcp/Ip 172.22.70.4(57097)).
01/10/02   03:21:40  ANR0403I Session 2284 ended for node INAFPUXPAS02
(SUN
  SOLARIS).
01/10/02   03:30:00  ANR0402I Session 2285 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:30:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:30:00  ANR0405I Session 2285 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:40:01  ANR0402I Session 2286 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:40:01  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:40:01  ANR0405I Session 2286 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:50:00  ANR0402I Session 2287 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:50:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:50:00  ANR0405I Session 2287 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   04:00:00  ANR0402I Session 2288 started for administrator
SCRIPT_ID
01/10/02   04:00:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY
  SESSION
01/10/02   04:00:00  ANR0405I Session 2288 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   04:00:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   04:00:00  ANR0405I Session 2289 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   04:00:01  ANR2580E Schedule DAILY_SQL in domain SQL_DOMAIN
for node
  INAEBNTPLD01 failed.
01/10/02   04:00:02  ANR2578I Schedule DAILY_SQL in domain SQL_DOMAIN
for node
  SQL1 has missed its scheduled start up window.
01/10/02   04:10:00  ANR0402I Session 2290 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   04:10:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   04:10:00  ANR0405I Session 2290 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   04:20:00  ANR0402I Session 2291 

Re: Recovery Log behavior after 100% util reached

2002-01-10 Thread Denis L'Huillier

My database is at approx 54% utilized..

tsm: ADSMFPq db

Available Assigned   Maximum   MaximumPage
Total  Used   Pct  Max.
Space Capacity Extension ReductionSize
Usable Pages  Util   Pct
 (MB) (MB)  (MB)  (MB) (bytes)
Pages  Util
-  - - ---
- - - -
   48,092   48,092 0 2,476   4,096
12,311,55 6,732,305  54.7  55.0

And there are no warning messages in the actlog about the db size, only
warning messages about the recovery log size.
We are running NORMAL recovery log mode, not roll forward.  And max pct
util on the db has not been reset in months.






Cook, Dwight
E (SAIC)To: 'ADSM: Dist Stor Manager' 
[EMAIL PROTECTED],
[EMAIL PROTECTED]'[EMAIL PROTECTED]' 
[EMAIL PROTECTED]
m   cc:
 Subject: RE: Recovery Log behavior after 
100% util reached
01/10/2002
01:07 PM






Double check the status of your DB !

I glitched the other day in that my log was doing odd things like going to
100.1% utilized, then would zero back out
(oh, check to see if you have logmode normal or rollforward ! )
with logmode normal you should rarely see it get much over a few %
utilized...

ANYWAY I didn't catch that the DB was FULL !  YIKES !

I missed that during the day and that night at 03:24 (that hurt enough that
I remember the time down to the minute)
 all client activity came to a HALT !

just something I ran into...

Dwight


-Original Message-
From: Denis L'Huillier [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 11:46 AM
To: [EMAIL PROTECTED]
Subject: Recovery Log behavior after 100% util reached


Hello,

I have recently inherited an over worked, maxed out TSM server where the
recovery log maxes out
on just about a nightly basis.  I have 2 questions maybe someone can help
me with.
1.  Why does the server only crash sometimes when the log fills up.  For
example, yesterday it reached
100% but never went down.  2 days ago it reached 100% and TSM crashed.

2.  When the server didn't crash the log kind of automatically zero'd
itself after reaching 100%.
What happened to all those uncommitted changes to the database? Did I lose
data?  Shouldn't the
log remain at 100% actual used until a db backup takes place?

I have a 'q log' script in cron that runs every 10 minutes and this is the
output during that time frame:

Server date/time: 01/10/02   02:10:10  Last access: 01/10/02   02ANS8000I
Server command: 'q log'
2,5642,564 0   564   4,096
655,872   510,699  77.9  77.9

Server date/time: 01/10/02   03:00:04  Last access: 01/10/02   02ANS8000I
Server command: 'q log'
2,5642,564 0 8   4,096
655,872   653,290  99.6  99.6

Server date/time: 01/10/02   03:20:00  Last access: 01/10/02   03ANS8000I
Server command: 'q log'
2,5642,564 0 2,560   4,096
655,872   189   0.0 100.0

Server date/time: 01/10/02   03:10:01  Last access: 01/10/02   03ANS8000I
Server command: 'q log'
2,5642,564 0 2,560   4,096
655,872   189   0.0 100.0

As you can see the log reached 100% (99.6) at 3:00am and at 3:10 zero'd
out.  But no backups took place until about 4:50am
and my database backup doesn't kick in until 9:00 am.. Also we are in
normal log mode, no triggers.
Here's the act log for this time frame:

tsm: ADSMFPq act begint=03:10 endt=04:54

Date/TimeMessage

--
01/10/02   03:10:01  ANR0402I Session 2282 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:10:01  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:10:01  ANR0405I Session 2282 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:20:00  ANR0402I Session 2283 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10/02   03:20:00  ANR2017I Administrator SCRIPT_ID issued command:
QUERY LOG
01/10/02   03:20:00  ANR0405I Session 2283 ended for administrator
SCRIPT_ID
  (AIX).
01/10/02   03:21:40  ANR0406I Session 2284 started for node
INAFPUXPAS02 (SUN
  SOLARIS) (Tcp/Ip 172.22.70.4(57097)).
01/10/02   03:21:40  ANR0403I Session 2284 ended for node INAFPUXPAS02
(SUN
  SOLARIS).
01/10/02   03:30:00  ANR0402I Session 2285 started for administrator
SCRIPT_ID
  (AIX) (ShMem).
01/10

Memory Tuning For AIX

2002-01-02 Thread Denis L'Huillier

Hello-
I am having a memory problem.
I am runnning AIX 4.3.2 on a H50.  TSM is the only application
running on the server.  When I run vmstat I get the following...

kthr memory page  faultscpu
- ---   ---
 r  b   avm   fre  re  pi  po  fr   sr  cy  in   sy  cs us sy id wa
 0  0 136233   202   0   3   2  99  210   0  52  240  66 17 30 16 37
 1  3 136234   342   0  38  11 3727 4204   0 1322 6136 4665 12 11  3 74
 2  3 136236   160   0  44  12 3728 5326   0 1324 5844 4644 10 11  2 76
 1  3 136237   295   0  17  19 4113 5725   0 1305 7174 5091 13 10  3 74
 0  3 136237   629   0  19   9 4240 7442   0 1316 7200 5082 14 13  5 68

Does this look normal to anyone?  From my limited understanding of vmstat
it looks like:
CPU utilization is maxed out
I have blocked processes (the b column)
The scan rate (sr) column is very high.
The server has 1Gig of memory.  I'm really not sure how to tell how much is
allocated to
the OS and how much is allocated to TSM.  Does anyone have any ideas or
pointers is
tuning memory for AIX?  Do I need a memory upgrade?
I started checking this because my server response is horrible.
Thanks.
Denis



Volumes required for a restore

2001-05-10 Thread Denis L'Huillier

Does anybody know how I can see how many and which volumes will be needed
for a restore.
I know the show volusage command but this shows all the tapes that data for
a particular node
resides on.  When I do a complete server restore I will be restoring only
the active files.  I would
assume that this would hopefully be less tapes.  A dsmc restore /*
-preview=yes option would be nice.
Any ideas??

Thanks,
Denis L'Huiller
973-360-7739



Using Incremental Restores as a DR tool

2001-05-09 Thread Denis L'Huillier

I have a question..  We are currently going over our Disaster Recovery
plans and will be doing a DR test in 2 weeks.  The major issue is restore
times.  As a solution would it be possible to do Incremental Restores on
the DR servers.  For example.. on the unix servers set up a crontab to run
once a day doing a point-in-time restore from the production server.  This
way when a Disaster occurs the restore time will be as long as an
incremental.  If we run the cron job after all the backups take place but
before migration all the data should still be in the disk storage pool.
This way we could do this for many DR servers at once..

To Clarify:
Production Server = PRODUNIX
DR Server = DRUNIX
PRODUNIX runs an incremental backup every night and completes no later then
04:00.
DRUNIX does a dsmc restore -pitd=xx/xx/xx -pitt=xx/xx/xx -subdir=yes /* 
once a day at 05:00.  ( nodename  produnix is in the dsm.sys of drunix )
Now when we need to restore the DR box 99% of the data is already there..
Does anybody see anything wrong with this plan???
Just an idea..

Thanks for any comments..
Denis L'Huillier



Re: ADSM Activity Log

2001-02-27 Thread Denis L'Huillier




I think this is defined in terms of "retention period".  The size of the log
will vary depending on how many days you set your retention period to.
You can view your current setting via: q st





"King, Dexter" [EMAIL PROTECTED] on 02/27/2001 11:49:21 AM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Denis L'Huillier/FlorhamPark/Pershing)
Subject:  ADSM Activity Log



Can anyone tell me the default size of the ADSM Activity log. (version 3.700
server)...I can't find any documentation identifying this. -Dexter King

 att1.eml


New server migration

2001-02-26 Thread Denis L'Huillier

Hello,
I am planning to migrate my ADSM server to a new Server running TSM.
ADSM 3.1.2.50 RS/6000 R20 (IBM 3466 B03) 3494 Library 3590 B1A drives- OLD
SERVER
TSM 3.7 RS/6000 H70 (IBM 3466 C01) - 3494 Library 3590 E1A drives - NEW SERVER
AND NEW 3494
Here is my basic plan:
 From the old server:
1. Copy devconfig and volhist. Record db and log size from q log and q db
2. Initiate a full db backup then eject from library / insert in new Library
 From the new server:
1. Restore devconfig and volhist.
2. Format the db and log via:
 dsmserv format 1 logname sizeinMB 1 dbname sizeinMB
3. Restore the db via:
 dsmserv restore db todate=todays date
 From what I have read I will not have to do a upgrade db because when running
on AIX this is done automatically.
4. Move all the tapes from the old 3494 to the new 3494.

The part I am not sure of is the format db command.  Is this necessary if I'm
doing a restore db?
How can I find out what my database name and recovery log name is?
This is the output from q logvol:
Volume Name   CopyVolume Name   CopyVolume Name   Copy
(Copy 1)  Status  (Copy 2)  Status  (Copy 3)  Status
  --    --    --
/lgaa1dk2/lg  Sync'd  /lgaa1dk6/lg  Sync'dUndef-
   ined

This is the output from q log:
Available Assigned   Maximum   MaximumPage Total  Used   Pct  Max.
Space Capacity Extension ReductionSizeUsable Pages  Util   Pct
 (MB) (MB)  (MB)  (MB) (bytes) Pages  Util
-  - - --- - - - -
1,9801,980 0 1,976   4,096   506,368   215   0.0   1.1

(Courier New and Font 10 will make the q log,logvol look normal)

Would the command be:dsmserv format db 1 lgaa1dk2 1980 1 db size?
Would I have to issue this command for each recovery log volume and each db
volume?
I think I'm missing something here... I've spent hours searching the list and
reading the adsm guides but I am
still unsure..  I'm a new adsmer, sorry for the "dumb" questions..
Thanks in advance,
Denis



LOGCOPY'S and DBCOPY's

2001-02-26 Thread Denis L'Huillier

One more question
To try and better understand what the process would be to restore a ADSM
database on a new TSM server
I began looking through the PREPARE files.
I have 15 dbvols mirrored for a total of 30.
tsm: ADSM_AIXq dbvol

Volume Name   CopyVolume Name   CopyVolume Name   Copy
(Copy 1)  Status  (Copy 2)  Status  (Copy 3)  Status
  --    --    --
/dbaa1dk5/db  Sync'd  /dbaa1dk6/db  Sync'dUndef-
/dbaa1dk9/db  Sync'd  /dbab1dk12/db Sync'dUndef-
/dbaa1dk3/db  Sync'd  /dbaa1dk10/db Sync'dUndef-
/dbaa1dk2/db  Sync'd  /dbaa1dk14/db Sync'dUndef-
/dbaa1dk16/db Sync'd  /dbaa1dk17/db Sync'dUndef-
/dbaa1dk7/db  Sync'd  /dbaa1dk8/db  Sync'dUndef-
/dbaa1dk11/db Sync'd  /dbaa1dk13/db Sync'dUndef-
/dbaa1dk27/db Sync'd  /dbaa1dk33/db Sync'dUndef-
/dbaa1dk25/db Sync'd  /dbaa1dk29/db Sync'dUndef-
/dbaa1dk18/db Sync'd  /dbaa1dk32/db Sync'dUndef-
/dbaa1dk28/db Sync'd  /dbaa1dk30/db Sync'dUndef-
/dbaa1dk21/db Sync'd  /dbaa1dk24/db Sync'dUndef-
/dbaa1dk31/db Sync'd  /dbaa1dk22/db Sync'dUndef-
/dbaa1dk19/db Sync'd  /dbaa1dk20/db Sync'dUndef-
/dbaa1dk23/db Sync'd  /dbaa1dk26/db Sync'dUndef-

In the PREPARE script when it formats the dbvols the script only creates the
ones in the "Copy 1" column.
Does the "Copy 2" column automatically get created? Do I have to issue define
dbcopy dbname copydbname for each one?
If so how can I ensure that the copies are going to be made on different ssa
disks/loops?
Thanks,
Denis



Server Migration

2001-02-09 Thread Denis L'Huillier

Hello..
I currently have 1 IBM 3466 B03, 1 IBM 3466 C30, and TSM on 390.
The B03 is being replaced by a C01.  B03 is a microchannel RS/6000 running ADSM
3.1.2.50
The C01 will be a PCI H70 RS/6000 running TSM 3.7.2.0.  I will be responsible
for migrating all the
data from the B03 to the C01.  Both Servers/3494's are at the same location so I
think import/export
may not be the fastest approach. Basically the swing over will take place over
one weekend.
Does anyone have any guidance as to what my approach should be to make the swing
and migrate
all the data over to the new machine?  Transporting the old tapes to the new
machine would not be
a problem.  The only difference between the new and old 3494 ATL will be the
drives.  The B03 has
3590 B1A's (4 of them) and the C01 will have 6 3590 E1A's.
Please bare with me.. I'm new (TSM admin for 1 month).
Thanks in advance...  Denis



Re: MagStar Tape Library #3575 vs. LTO

2001-02-08 Thread Denis L'Huillier

A couple of things about IBM's LTO:
1. The life span of LTO is less then that of 3590 (3590 7yrs 3580 4-5yrs(I
think))
2. Currently LTO writes data in 384 Track format compared to 3590B1X at 128
Track and 3590E1X at 256 Track.
 This does 2 things for LTO. Increased data capacity (good and more chance
of unrecoverable media errors (bad
3.  LTO is much cheaper then 3590.  3590 and LTO are not really in the same
league.  LTO was introduced to be a
  obvious alternative to DLT, not 3590.
4.  Access time on 3590 drives is much better.
Basically, if your business requirements do not require you to keep archived
data for 7 years (SEC requirements for Brokerage/Banks)
then LTO may be the solution If you can deal with the slight performance
loss.

If you decide 3590 is the way to go look into IBM's new "starfire"  drives.
They are not available yet but coming very soon.
They are the size of a LTO drive using 3590 (J/K Carts) media and many
enhancements.  They will also be cheaper then the current 3590 B/EXX drives.
Also they will work very well with IBM's 3584 Tape Library.  Much much much
faster robotics then the 3494.
Hope this helps...






Lu Ann Mezera [EMAIL PROTECTED] on 02/08/2001 12:45:09 PM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Denis L'Huillier/FlorhamPark/Pershing)
Subject:  MagStar Tape Library #3575 vs. LTO


We are reaching storage capacity limit in our current MagStar Tape Library.
We have TSM 3.7 (will upgrade to 4.1 later in the summer).  Our TSM
environment is in an AIX environment.  We have 6 RS/6000 AIX nodes on an SP
switch and about 30 NT servers that we back up nightly.

We are looking at upgrading or adding on to our existing library.  One
option our vendor would like us to consider is the use of a LTO system.  He
said that although it is not quite as fast our as MagStar the storage
capacity on the tapes are 100 gig native and 200 gig compressed.  Does
anyone have any opinions on that?

Thanks.
Lu Ann Mezera
Data Center Supervisor
Lab Safety Supply
(608) 757-4909 voice
(608) 757-4652 fax
[EMAIL PROTECTED]



Hung Sessions

2001-02-07 Thread Denis L'Huillier

Hello,
I am still having problems canceling a session.  I tried to lock the node but
TSM would not let me because the node was
"accessing the server".  Removed it from the server schedule (which was a
clientaction schedule to initiate the backup in the
first place).  Tried to disable sessions.  Recycled TSM and waited for about 10
minutes before I brought it back up.  Whatever I try
the session just reconnects itself..  It's almost getting annoying.  Any help
would be greatly appreciated.. Thanks!!!
Oh yea.. Server- 3466 C30 TSM 3.7.2.0 AIX 4.3.2. (FYI.. ECA016 available for
3466 CX0 models - prereq for TSM 4.1. It's an
os upgrade to 4.3.3) Annoying Client - NT Notes with TDP agent for Domino..
Thanks again..

Denis



Re: Novell Server Specific Information Statistics?

2001-02-07 Thread Denis L'Huillier

I have   " DOMAINALL-LOCAL DIRECTORY " ..  This works fine for
me.
Good luck...





"Fletcher, Leland D." [EMAIL PROTECTED] on 02/07/2001 05:22:51 PM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Denis L'Huillier/FlorhamPark/Pershing)
Subject:  Novell Server Specific Information Statistics?


We have 5 Novell 4.1 servers which we backup nightly. In the dsm.opt file I
have a domain statement as follows:
"DOMAIN NDS".  I also have tried "DOMAIN Server Specific Information",
"DOMAIN ALL-LOCAL", and "DOMAIN NDS ALL-LOCAL". None of these give me
statistics for server specific information.

All volumes and the NDS from the master and replica's backup with statistics
in the last backup start date/time, days since last backup started, last
backup completion date/time, and days since last backup completed fields.
The Server Specific Information has blanks in these fields. Does anyone know
why?

Lee Fletcher
Network Project Integrator
AmerenUE Callaway Plant
[EMAIL PROTECTED]
573-676-4106



Re: Latest vesion of ADSM for AIX

2001-02-06 Thread Denis L'Huillier

I am at 3.1.2.50 on AIX 4.3.1.  Could not find it on the ftp site either..
As far as I know it is the latest.





Patrick Boutilier [EMAIL PROTECTED] on 02/06/2001 02:02:40 PM

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

To:   [EMAIL PROTECTED]
cc:(bcc: Denis L'Huillier/FlorhamPark/Pershing)
Subject:  Latest vesion of ADSM for AIX


Hello,

What was the last version of ADSM v3.1 released for AIX 4.3? I saw mention of
3.1.2.90 but Tivoli has removed all the 3.1x code for AIX from the ftp site. We
are currently running 3.1.2.40 so if anybody has a later version could they pass
it along? An ftp pointer would be fine. Thanks.



Can not cancel sessions

2001-02-06 Thread Denis L'Huillier

Hello,
I am having problems canceling a backup session.  When I cancel the session the
command processes successfully but the session starts over with a new session
number.
I removed the node from the sched. with no help.  I am at TSM 3.7.2.0 on AIX
4.3.2.
The node is NT running TDP agent  for Domino.  I have a renegade session.
Thanks.