Re: TDP for SQL backup fails

2004-01-15 Thread Yiannakis Vakis
Richard,
what kind of timeout values should I be looking at ?
If these values are set globally I cannot see why this one should fail since
I'm backing up much larger databases with no problem.
Just for reference this database is about 30G large.
Thanks
Yiannakis


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Richard Sims
Sent: 14 January 2004 14:35
To: [EMAIL PROTECTED]
Subject: Re: TDP for SQL backup fails


I'm running 5 backups using TDP for SQL on Win2000 SP3 servers. One of them
fails with errors that don't give me any clues as to what goes wrong.
I've got TSM Server at 5.1.5 on Windows and TDP for SQL 5.1.5.
The error message ANS1017E is unknown to my TSM. ACO5436E suggests to look
for the next message for clues. And rc=418 or rc=402 cannot be found in the
return code section of the messages manual.
...
01/12/2004 20:32:18 Sqlserver : DWDSS
01/12/2004 20:32:18
01/12/2004 23:48:54 ACO5436E A failure occurred on stripe number (1), rc =
418

Yiannakis - Indeed, all the return codes *should* be in the Messages manual:
by all means use IBM feedback procedures to have the
publications
people get them in there.

Always keep in mind that the TDPs are based upon the TSM API; hence, you can
always fall back to the API manual for return code information...up to a
point.
That manual has the 418 (but not 402):
 DSM_RC_OPT_CLIENT_DOES_NOT_WANT 418 /* Client doesn't want this value*/
 /* from the server */

I'd recommend looking in the server Activity Log for further reasons.
Note the long period between the 20:32 session initiation time and the
23:48 failure message.  This *might* reflect the server abandoning the
client session because it exceeded timeout values - which may reflect a
problem with client processing (delays from disk reliability or being
pushed aside by other processes on the client) or the server timeout
values being too low.

  Richard Sims, BU


Storage Pool Problem

2004-01-15 Thread Bernd Wiedmann
Hi folks,

yesterday, my Unix script for reclaiming a local sequential access
storagepool ran, but there was something
strange:

  The Reclamation process has finished, now the script
should do a update stgp reclaim=100
  The update took an hour (until the resource timout
parameter has canceld it) and i got the following
  messages in the actlog:
ANR0538I   An
resource waiter has been aborted
ANR2033E  UPDATE
STGPOOL: Command faild - lock conflict

There was no other process accessing the stgpool.
Server-version: 5.1.7.2 on AIX 5.1

Has someone any ideas???

cu
Bernd Wiedmann

Bernd Wiedmann

Gm|nder ErsatzKasse - GEK
Abt.: 6.3
Gottlieb-Daimler-Stra_e 19
73529 Schwdbisch Gm|nd
Tel.: 07171/801-1707
Fax: 07171/801-706
E-Mail: [EMAIL PROTECTED]


Web server deconnection

2004-01-15 Thread Nicolas Launay
Hi,

a little question: when I use the web console to manage the TSM server, I
have to reconnect if I don't use it during 1 or 2 minutes...It's painful...

Is there a place to set it?

Thank you


Re: Web server deconnection

2004-01-15 Thread Tony Morgan
FYI: quick response... I'm busy!!  Rgds.Tony

SET WEBAUTHTIMEOUT


SET WEBAUTHTIMEOUT (Set the Web Time-out Interval)


Use this command to set the time-out interval for the administrative Web

interface. After the interval elapses, an administrator must re-enter the

administrator name and password.


Privilege Class


To issue this command, you must have system privilege.


Syntax


-Set WEBauthtimeout--minutes-




Parameters


minutes (Required)

 Specifies the time-out interval in minutes. The minimum value is 0,

 which means that the administrators are never timed out. The maximum

 value is . The default is 10.


Examples


Task


Set the time-out interval to 15 minutes.


Command

 set webauthtimeout 15

-Original Message-
From: Nicolas Launay [mailto:[EMAIL PROTECTED]
Sent: 15 January 2004 10:28
To: [EMAIL PROTECTED]
Subject: Web server deconnection


Hi,

a little question: when I use the web console to manage the TSM server, I
have to reconnect if I don't use it during 1 or 2 minutes...It's painful...

Is there a place to set it?

Thank you



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.


Réf. : Re: Web server deconnection

2004-01-15 Thread Nicolas Launay
Thank you very much

Quick but right...

Nicolas



   

  Tony Morgan  

  [EMAIL PROTECTED]Pour :[EMAIL PROTECTED]
  
  ISBANK.COM  cc :

  Envoyé par : Objet :   Re: Web server deconnection   

  ADSM: Dist Stor 

  Manager 

  [EMAIL PROTECTED]   
 
  .EDU

   

   

  15/01/2004 11:32 

  Veuillez répondre

  à ADSM: Dist

  Stor Manager

   

   





FYI: quick response... I'm busy!!  Rgds.Tony

SET WEBAUTHTIMEOUT


SET WEBAUTHTIMEOUT (Set the Web Time-out Interval)


Use this command to set the time-out interval for the administrative Web

interface. After the interval elapses, an administrator must re-enter the

administrator name and password.


Privilege Class


To issue this command, you must have system privilege.


Syntax


-Set WEBauthtimeout--minutes-




Parameters


minutes (Required)

 Specifies the time-out interval in minutes. The minimum value is 0,

 which means that the administrators are never timed out. The maximum

 value is . The default is 10.


Examples


Task


Set the time-out interval to 15 minutes.


Command

 set webauthtimeout 15

-Original Message-
From: Nicolas Launay [mailto:[EMAIL PROTECTED]
Sent: 15 January 2004 10:28
To: [EMAIL PROTECTED]
Subject: Web server deconnection


Hi,

a little question: when I use the web console to manage the TSM server, I
have to reconnect if I don't use it during 1 or 2 minutes...It's painful...

Is there a place to set it?

Thank you



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: Storage Pool Problem

2004-01-15 Thread Richard Sims
...
  ANR2033E  UPDATE STGPOOL: Command faild - lock conflict
There was no other process accessing the stgpool.
...

The lock conflict would not necessarily be associated with the
stgpool: to prevent deadlocks, a hierarchy of locks may be employed,
and so the conflict may be occurring at a higher level.
It would seem that another process or session had set a lock which
kept your command from proceeding: you may be able to deduce which
one via queries, and re-trying your command as prevailing sessions
and processes end.

  Richard Sims, BU


Re: TDP for SQL backup fails

2004-01-15 Thread Richard Sims
Richard,
what kind of timeout values should I be looking at ?
If these values are set globally I cannot see why this one should fail since
I'm backing up much larger databases with no problem.
Just for reference this database is about 30G large.

Yiannakis - You would approach adjustment of server timeout values if your
review of the server Activity Log indicated that it terminated
the session due to IDLETimeout or COMMTimeout issues.  (If your server is
using the defaults for these values, I'd recommend boosting them, as the
the defaults are too low for ordinary use.)

As the old expression goes, the size of the database doesn't matter: what
would matter is the responsiveness of the client in its session with the
server.  We've seen how various things going on in a client at the same
time (the classic being virus scanning) can impede progress.

Be sure to follow Del's recommendations in looking into other areas for
possible evidence of cause.

  Richard Sims, BU


Scheduling question

2004-01-15 Thread Nicolas Launay
Re Hi,


When I schedule a backup, it works but the backup is always launched 10
minutes after the time I wanted.
During those 10 minutes, the status of my schedule is Pending, and after
it becomes Started.

Is that normal?

Nicolas


Re: TDP restore all databases and templates - command?

2004-01-15 Thread Richard Sims
...
domdsmc restore * /subdir=yes /into=/tmp/dominotest
...
ACD0104E Invalid option: restore 81467629.TMP AgentRunner.nsf

Where is the problem?

Jure - You exposed a wildcard character (*) to your shell, and it
   expanded the wildcard from your current directory.
Get into the habit of passing constants in single quotes to
avoid such problems.

  Richard Sims, BU


Re: TDP restore all databases and templates - command?

2004-01-15 Thread Del Hoobler
Jure,

On Unix, you need to put wildcards in quotes.
So, try this:

   domdsmc restore * /subdir=yes /into=/tmp/dominotest

Thanks,

Del



 What is the right thing to do?
 Where is an error?

 This is what I do.


 su - notes
 cd /notesdata
 domdsmc restore * /subdir=yes /into=/tmp/dominotest

 this is what I get:

 IBM Tivoli Storage Manager for Mail:
 Data Protection for Lotus Domino
 Version 5, Release 1, Level 5.0
 (C) Copyright IBM Corporation 1999, 2002. All rights reserved.

 ACD0104E Invalid option: restore 81467629.TMP AgentRunner.nsf


 Where is the problem?


Re: Scheduling question

2004-01-15 Thread Thach, Kevin G
Do you have a pre-schedule command in place?  I see the same behavior on
clients that I have set up with preschedule commands.  They stay in
pending mode until the pre-schedule command is finished executing.

-Original Message-
From: Nicolas Launay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 15, 2004 8:14 AM
To: [EMAIL PROTECTED]
Subject: Scheduling question


Re Hi,


When I schedule a backup, it works but the backup is always launched 10
minutes after the time I wanted. During those 10 minutes, the status of
my schedule is Pending, and after it becomes Started.

Is that normal?

Nicolas


Re: TDP restore all databases and templates - command?

2004-01-15 Thread Jurica Motusic
Yes I know that.
But then I get this:

IBM Tivoli Storage Manager for Mail:
Data Protection for Lotus Domino
Version 5, Release 1, Level 5.0
(C) Copyright IBM Corporation 1999, 2002. All rights reserved.

ACD5901E The '-INTO=filename' parameter requires a complete filename.
Please enter the parameter again with a complete filename
or an '=' (equals sign) representing the complete filename.


This is from the documentation:

 ACD5 The '-INTO=filename' parameter requires a complete filename. Please
 901E enter the parameter again with a complete filename or an '=' (equals
  sign) representing the complete filename.






Explanation: The -INTO=filename parameter requires a complete filename.
Directory names are not allowed.


System Action: Processing ends.


User Response: Provide a valid -INTO=filename parameter and retry the
operation.





Thanks
Jure


_
Jure,

On Unix, you need to put wildcards in quotes.
So, try this:

   domdsmc restore * /subdir=yes /into=/tmp/dominotest

Thanks,

Del



 What is the right thing to do?
 Where is an error?

 This is what I do.


 su - notes
 cd /notesdata
 domdsmc restore * /subdir=yes /into=/tmp/dominotest

 this is what I get:

 IBM Tivoli Storage Manager for Mail:
 Data Protection for Lotus Domino
 Version 5, Release 1, Level 5.0
 (C) Copyright IBM Corporation 1999, 2002. All rights reserved.

 ACD0104E Invalid option: restore 81467629.TMP AgentRunner.nsf


 Where is the problem?


Re: TDP restore SOLVED

2004-01-15 Thread Jurica Motusic
SOLVED

domdsmc restore * /subdir=yes /into=/tmp/dominotest/=

Thanks



|-+
| |   Del Hoobler  |
| |   [EMAIL PROTECTED]|
| |   OM  |
| |   Sent by: ADSM:  |
| |   Dist Stor|
| |   Manager |
| |   [EMAIL PROTECTED]|
| |   .EDU|
| ||
| ||
| |   15.01.2004 15:00 |
| |   Please respond to|
| |   ADSM: Dist Stor |
| |   Manager |
|-+
  
-|
  |
 |
  |   To:   [EMAIL PROTECTED]  
  |
  |   cc:  
 |
  |   Subject:  Re: TDP restore all databases and templates - command? 
 |
  
-|




Jure,

On Unix, you need to put wildcards in quotes.
So, try this:

   domdsmc restore * /subdir=yes /into=/tmp/dominotest

Thanks,

Del



 What is the right thing to do?
 Where is an error?

 This is what I do.


 su - notes
 cd /notesdata
 domdsmc restore * /subdir=yes /into=/tmp/dominotest

 this is what I get:

 IBM Tivoli Storage Manager for Mail:
 Data Protection for Lotus Domino
 Version 5, Release 1, Level 5.0
 (C) Copyright IBM Corporation 1999, 2002. All rights reserved.

 ACD0104E Invalid option: restore 81467629.TMP AgentRunner.nsf


 Where is the problem?


Réf. : Re: Scheduling question

2004-01-15 Thread Nicolas Launay
No, I don't think I have any pre-schedule command in place...






   

  Thach, Kevin G 

  [EMAIL PROTECTED]Pour :[EMAIL PROTECTED]
  
  OM  cc :

  Envoyé par : Objet :   Re: Scheduling question   

  ADSM: Dist Stor 

  Manager 

  [EMAIL PROTECTED]   
 
  .EDU

   

   

  15/01/2004 15:15 

  Veuillez répondre

  à ADSM: Dist

  Stor Manager

   

   





Do you have a pre-schedule command in place?  I see the same behavior on
clients that I have set up with preschedule commands.  They stay in
pending mode until the pre-schedule command is finished executing.

-Original Message-
From: Nicolas Launay [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 8:14 AM
To: [EMAIL PROTECTED]
Subject: Scheduling question


Re Hi,


When I schedule a backup, it works but the backup is always launched 10
minutes after the time I wanted. During those 10 minutes, the status of
my schedule is Pending, and after it becomes Started.

Is that normal?

Nicolas






Re: Réf. : Re: Scheduling question

2004-01-15 Thread John Naylor
Are you sure the client is in schedmode  prompted  rather than polling
mode.
I believe the windows default is polling and this could explain what you
are seeing.





Nicolas Launay [EMAIL PROTECTED]@vm.marist.edu on 01/15/2004 02:30:20
PM

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

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


To:[EMAIL PROTECTED]
cc:
Subject:Réf. : Re: Scheduling question


No, I don't think I have any pre-schedule command in place...







  Thach, Kevin G
  [EMAIL PROTECTED]Pour :
  [EMAIL PROTECTED]
  OM  cc :
  Envoyé par : Objet :   Re: Scheduling
  question
  ADSM: Dist Stor
  Manager
  [EMAIL PROTECTED]
  .EDU


  15/01/2004 15:15
  Veuillez répondre
  à ADSM: Dist
  Stor Manager






Do you have a pre-schedule command in place?  I see the same behavior on
clients that I have set up with preschedule commands.  They stay in
pending mode until the pre-schedule command is finished executing.

-Original Message-
From: Nicolas Launay [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 8:14 AM
To: [EMAIL PROTECTED]
Subject: Scheduling question


Re Hi,


When I schedule a backup, it works but the backup is always launched 10
minutes after the time I wanted. During those 10 minutes, the status of
my schedule is Pending, and after it becomes Started.

Is that normal?

Nicolas







**
The information in this E-Mail is confidential and may be legally
privileged. It may not represent the views of Scottish and Southern
Energy plc.
It is intended solely for the addressees. Access to this E-Mail by
anyone else is unauthorised. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted
to be taken in reliance on it, is prohibited and may be unlawful.
Any unauthorised recipient should advise the sender immediately of
the error in transmission.

Scottish Hydro-Electric, Southern Electric, SWALEC and S+S
are trading names of the Scottish and Southern Energy Group.
**


location of adsm.sys

2004-01-15 Thread Tim Brown
this folder defualts to the c: drive
can it be relocated to another drive like d:


Tim Brown
Systems Specialist
Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601


Re: Scheduling question

2004-01-15 Thread Richard Sims
When I schedule a backup, it works but the backup is always launched 10
minutes after the time I wanted. During those 10 minutes, the status of
my schedule is Pending, and after it becomes Started.

Schedules involve a startup window.  They do not necessarily start at
the leading edge of that window.  See Randomizing Schedule Start Times
in the Admin Guide.

  Richard Sims, BU


tivoli-jobs@freelists.org is not working

2004-01-15 Thread Peter Andersen
Hi

I am sorry to have to resort to using this list. [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  is not working.

I am looking for..


A TSM support/ installs Engineer who can be trained up within this
technology area. Ideal would be a recent graduate with about 2 years IT
experience or perhaps a TSM customer with experience on TSM
installs/support. The role will perform a specific TSM support role so some
TSM skills are necessary as well as basic Windows skills. This position is
based Berkshire UK.

Send me your details if interested.

Regards

Peter


Peter Andersen
Senior Financial Recruitment Consultant

 01892 618 555
 01892 618 558 - fax


--
Internet communications are not secure and therefore Sentinel I.T. Ltd does
not accept legal responsibility for the contents of this message. Any views
or opinions presented are solely those of the author and do not necessarily
represent those of Sentinel.
--
Should the recipient of this email interview a candidate via Sentinel I.T.
Ltd whose details are contained herein and subsequently recruit that
individual, then they thereby agree to employ that individual through
Sentinel I.T. Ltd in accordance with standard Sentinel Terms of Business
--
It is the responsibility of the recipient to ensure that this message and
attachments are virus free and no responsibility is accepted by Sentinel IT
Ltd for any loss or damage arising in any way from its use.


TDP for SQL Server question

2004-01-15 Thread Loon, E.J. van - SPLXM
Hi *SM-ers!
Our SQL Server department is slowly migrating from TDP for SQL 2.x to 5.2.1.
They used to use the version 2 option called Direct Query to restore a
database from a different SQL Server node to the target node, but this
option is no longer available in the 5.2 version.
What's the best way to restore a database from a different TDP node using
5.2?
Thank you very much for your reply in advance!
Kindest regards,
Eric van Loon
KLM Royal Dutch Airlines


**
For information, services and offers, please visit our web site: http://www.klm.com. 
This e-mail and any attachment may contain confidential and privileged material 
intended for the addressee only. If you are not the addressee, you are notified that 
no part of the e-mail or any attachment may be disclosed, copied or distributed, and 
that any other action related to this e-mail or attachment is strictly prohibited, and 
may be unlawful. If you have received this e-mail by error, please notify the sender 
immediately by return e-mail, and delete this message. Koninklijke Luchtvaart 
Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for 
the incorrect or incomplete transmission of this e-mail or any attachments, nor 
responsible for any delay in receipt.
**


Re: Dwindling Performance

2004-01-15 Thread Dwight McCann
Roger,

I really enjoyed and appreciated your response on this issue, but you've
got me to wondering at bit.  I'm running TSM 5.1.8 on Win2K with 2G
RAM.  I looked at my migration times which are about 20 minutes (so
that's no problem) and then did the Q DB F=D and saw that my Cache Hit
was only 96.81.  You said that if it wasn't 99% it needed help.  I have
it autotuning and here are my outputs:
tsm: DATAPLUS_SERVER1q actlog begind=-2 search='expiration'

Date/TimeMessage

--
01/13/2004 19:19:22  ANR0984I Process 177 for EXPIRATION started in the
 BACKGROUND at 19:19:22.
01/13/2004 19:19:22  ANR0811I Inventory client file expiration
started as
 process 177.
01/13/2004 19:37:58  ANR0812I Inventory file expiration process 177
completed:
 examined 437237 objects, deleting 87348 backup
objects, 0
 archive objects, 0 DB backup volumes, and 0
recovery plan
 files. 0 errors were encountered.
01/13/2004 19:37:58  ANR0987I Process 177 for EXPIRATION running in the
 BACKGROUND processed 87348 items with a
completion state
 of SUCCESS at 19:37:58.
01/14/2004 19:37:58  ANR0984I Process 182 for EXPIRATION started in the
 BACKGROUND at 19:37:58.
01/14/2004 19:37:58  ANR0811I Inventory client file expiration
started as
 process 182.
01/14/2004 19:58:20  ANR0812I Inventory file expiration process 182
completed:
 examined 433897 objects, deleting 104134
backup objects,
 0 archive objects, 0 DB backup volumes, and 0
recovery
 plan files. 0 errors were encountered.
01/14/2004 19:58:20  ANR0987I Process 182 for EXPIRATION running in the
 BACKGROUND processed 104134 items with a
completion state
 of SUCCESS at 19:58:20.
01/15/2004 09:43:06  ANR2017I Administrator DWIGHT issued command:
QUERY ACTLOG
 begind=-2 search=expiration
tsm: DATAPLUS_SERVER1q db f=d

 Available Space (MB): 30,000
   Assigned Capacity (MB): 25,292
   Maximum Extension (MB): 4,708
   Maximum Reduction (MB): 19,564
Page Size (bytes): 4,096
   Total Usable Pages: 6,474,752
   Used Pages: 1,442,366
 Pct Util: 22.3
Max. Pct Util: 22.7
 Physical Volumes: 2
Buffer Pool Pages: 32,768
Total Buffer Requests: 28,394,716
   Cache Hit Pct.: 96.81
  Cache Wait Pct.: 0.00
  Backup in Progress?: No
   Type of Backup In Progress:
 Incrementals Since Last Full: 4
Changed Since Last Backup (MB): 0.98
   Percentage Changed: 0.02
Last Complete Backup Date/Time: 01/15/2004 05:45:26
Is there something I should do to get the cache hits up to 99% even
though I don't yet have a performance issue?  I realize that my
environment is quite small but it is about to double and I'd rather be
proactive.  TIA,
--
Dwight McCann
Computer and Network Technologist, UCSB Info Systems  Computing
[EMAIL PROTECTED], [EMAIL PROTECTED]
http://borg.isc.ucsb.edu/dmm/  - office: 805-893-3113


disk and db volume sizes

2004-01-15 Thread Joe Crnjanski
Hi Everyone,

Does anybody know what is the optimum (best performance and reliability) size for disk 
pool and database volumes.

Is it better to have one big volume (500GB example) or 5x100GB. Here we are talking 
around 1TB of RAID5 size on Win2k server. All volumes would reside on the same RAID 5 
array and on 1 channel on IBM 4MX 160 RAID controller.
Same question for db volumes; size of volume vs. number of volumes.

Thanks,

Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x26
Fax: 416-235-0265
Web:  www.infinitynetwork.com


TSM Connectivity issue

2004-01-15 Thread Subbu, Mohan (OFT)
One of my tsm client(10.66.81.67) is able to ping the tsm
server(10.70.113.60).But Iit is not able to connect with the TSM server
using the TSM BA GUI.Till yesterday it was working fine.
My dsm.opt file is configured correctly and no configurations were
changed.
I have the follwing errors in my tsm schedule log.
What could be the problem?


01/15/2004 11:21:37 Querying server for next scheduled event.
01/15/2004 11:21:37 Node Name: OWANYSM0A1AB
01/15/2004 11:22:19 ANS1017E Session rejected: TCP/IP connection failure
01/15/2004 11:22:19 Will attempt to get schedule from server again in 10
minutes.
01/15/2004 11:32:19 Querying server for next scheduled event.
01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection failure
01/15/2004 11:33:01 Will attempt to get schedule from server again in 10
minutes.

Thanks,

Mohan


Re: TSM Connectivity issue

2004-01-15 Thread Paul Bergh
Mohan,

since your lan is up, because of the ping,
you don't have a lan connection problem.
This error can occur if the lan connection
went down OR if someone canceled a backup
operation.

try stopping and restarting the scheduler on the
client machine.

I assume the client is still register to tsm, and
is associated with a schedule.

Let me know what's up after you complete these
actions.

Paul

Subbu, Mohan (OFT) wrote:

 One of my tsm client(10.66.81.67) is able to ping the tsm
 server(10.70.113.60).But Iit is not able to connect with the TSM server
 using the TSM BA GUI.Till yesterday it was working fine.
 My dsm.opt file is configured correctly and no configurations were
 changed.
 I have the follwing errors in my tsm schedule log.
 What could be the problem?

 01/15/2004 11:21:37 Querying server for next scheduled event.
 01/15/2004 11:21:37 Node Name: OWANYSM0A1AB
 01/15/2004 11:22:19 ANS1017E Session rejected: TCP/IP connection failure
 01/15/2004 11:22:19 Will attempt to get schedule from server again in 10
 minutes.
 01/15/2004 11:32:19 Querying server for next scheduled event.
 01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
 01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection failure
 01/15/2004 11:33:01 Will attempt to get schedule from server again in 10
 minutes.

 Thanks,

 Mohan
begin:vcard
n:Bergh;Paul
tel;work:518-928-9413
x-mozilla-html:FALSE
org:Northwood Information Solutions
version:2.1
email;internet:[EMAIL PROTECTED]
title:President - Consultant
adr;quoted-printable:;;3672 Galway Road=0D=0A;Ballston Spa;New York;12020;
note;quoted-printable:IBM Business Partner=0D=0ACertified for Tivoli Storage Manager=0D=0ASales and Installation Services
fn:Paul Bergh
end:vcard


Re: disk and db volume sizes

2004-01-15 Thread French, Michael
I talked to a guy at IBM several months back and his suggestions
were that you should analyze the number of concurrent sessions that you
have going at anyone one time and create an equal number of DB volumes.
I usual have about 20 concurrent backup sessions going during my various
backup windows so I am in the process of breaking my DB volumes into
smaller ones.  He told me that this was a thread issue with how TSM
talks to the DB volumes (hope I got that part right).  As for the log
volumes, I was told this is like a paging file, make one large one.

If anyone at there has counter views, speak up now before I
start tearing apart my systems!

Michael French
Savvis Communications
IDS01 Santa Clara, CA
(408)450-7812 -- desk
(408)239-9913 -- mobile
 


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Joe Crnjanski
Sent: Thursday, January 15, 2004 10:04 AM
To: [EMAIL PROTECTED]
Subject: disk and db volume sizes


Hi Everyone,

Does anybody know what is the optimum (best performance and reliability)
size for disk pool and database volumes.

Is it better to have one big volume (500GB example) or 5x100GB. Here we
are talking around 1TB of RAID5 size on Win2k server. All volumes would
reside on the same RAID 5 array and on 1 channel on IBM 4MX 160 RAID
controller. Same question for db volumes; size of volume vs. number of
volumes.

Thanks,

Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x26
Fax: 416-235-0265
Web:  www.infinitynetwork.com


No Userids for Web Client

2004-01-15 Thread Renee Davis
In registering over 600 nodes for TSM, we registered them with
userid=none.  Years later, we now wish to implement the web based backup
strategy, but that requires that each node have a userid.  Is there anyway
to update the existing nodes with userids?  The update node command does
not have that option.

Renee Davis
University of Houston


Re: disk and db volume sizes

2004-01-15 Thread Prather, Wanda
For storage pools, TSM will create a thread (concurrent I/O ) for each of
the storage pool volumes, if you have that many sessions going.

So again, if you have a lot of physical disks for the storage pools, you
spread the storage pool volumes across those disks.

However, in this case it's all problematic - if you are talking 1 big raid-5
array, and 1 channel, it's all very problematic.  You will get a write
penalty on the RAID-5, and the storage pool I/O will conflict with the log
and DB I/O.  So you need to think about how many TOTAL I/O operations you've
got going on, and keep it down to a smaller number, maybe the number of
physical disks in the RAID group, dunno.

If you are connected to a Shark (IBM ESS) or EMC disk with GB of cache
memory in front of the disk, you can pump a cazillion IO's/sec into those
things - more than your Windows server can send, so it won't matter much.

Anything less, I'd say if you are worried about performance, you should
split off some of the physical disks into raid-1 for the DB.  But, with only
1 channel, it's unclear whether that will help.

You can find many, many permutations of this disscussion in
search.adsm.org.





-Original Message-
From: French, Michael [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: disk and db volume sizes


I talked to a guy at IBM several months back and his suggestions
were that you should analyze the number of concurrent sessions that you
have going at anyone one time and create an equal number of DB volumes.
I usual have about 20 concurrent backup sessions going during my various
backup windows so I am in the process of breaking my DB volumes into
smaller ones.  He told me that this was a thread issue with how TSM
talks to the DB volumes (hope I got that part right).  As for the log
volumes, I was told this is like a paging file, make one large one.

If anyone at there has counter views, speak up now before I
start tearing apart my systems!

Michael French
Savvis Communications
IDS01 Santa Clara, CA
(408)450-7812 -- desk
(408)239-9913 -- mobile



-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Joe Crnjanski
Sent: Thursday, January 15, 2004 10:04 AM
To: [EMAIL PROTECTED]
Subject: disk and db volume sizes


Hi Everyone,

Does anybody know what is the optimum (best performance and reliability)
size for disk pool and database volumes.

Is it better to have one big volume (500GB example) or 5x100GB. Here we
are talking around 1TB of RAID5 size on Win2k server. All volumes would
reside on the same RAID 5 array and on 1 channel on IBM 4MX 160 RAID
controller. Same question for db volumes; size of volume vs. number of
volumes.

Thanks,

Joe Crnjanski
Infinity Network Solutions Inc.
Phone: 416-235-0931 x26
Fax: 416-235-0265
Web:  www.infinitynetwork.com


Re: disk and db volume sizes

2004-01-15 Thread Richard Sims
I talked to a guy at IBM several months back and his suggestions
were that you should analyze the number of concurrent sessions that you
have going at anyone one time and create an equal number of DB volumes.
I usual have about 20 concurrent backup sessions going during my various
backup windows so I am in the process of breaking my DB volumes into
smaller ones.  He told me that this was a thread issue with how TSM
talks to the DB volumes (hope I got that part right).  As for the log
volumes, I was told this is like a paging file, make one large one.

Michael - You got some good advice...

If you do a SHow THReads, you will see as many LvmDiskServer threads as there
are DB and Recovery Log volumes, which gives you that parallelism.
You get the most benefit if, ideally, each each volume were a physical disk,
so that each would have its own arm, not having to reposition the arm for other
things.  With today's more abstracted disk technology, that's elusive.
With large physical volumes, you partition to make volumes.  There is obviously
no arm advantage here, but the basic advantage of partitioning pertain: it
isolates the effects of a surface fault, which then affects only that partition
instead of the whole disk, if it were unpartitioned. This makes it far less
painful and time-consuming to swap that LV out of a mirrored set and swap in one
of those nice replacement LVs you have set aside.

It's sad that the TSM Performance Tuning Guide fails to make any mention of all
this.

  Richard Sims, BU


Re: No Userids for Web Client

2004-01-15 Thread Prather, Wanda
The userid is not part of the client definition.  (If you don't believe me,
try:  q node xxx, f=d).
When you specify a userid during registration, in addition to registering
the node, it creates an admin id.

So for node 123456, which already exists:

register admin 123456  password
grant authority 123456 authority=owner node=123456

But you probably don't want to really do that.

Who is doing the web based backup?
If it is a PERSON who is going to be driving the backup for , say, server8
and server9 and server10,

it's easier to register that PERSON as admin, and grant access authority to
server8, server9, and server10.
Then that person uses 1 id to do web backups  restores.

Hope that helps...

-Original Message-
From: Renee Davis [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: No Userids for Web Client


In registering over 600 nodes for TSM, we registered them with
userid=none.  Years later, we now wish to implement the web based backup
strategy, but that requires that each node have a userid.  Is there anyway
to update the existing nodes with userids?  The update node command does
not have that option.

Renee Davis
University of Houston


Re: Dwindling Performance

2004-01-15 Thread Roger Deschner
Oh, how I love quoting directly from IBM manuals:

If the value falls below 98%, consider increasing the size of the
database buffer pool. For larger installations, performance could
imporve significantly if your cache hit percentage is greater than 99%.

--Page 396, TSM V5.1 Administrators Guide for AIX

Memory is so cheap that you can afford to throw lots of it at it.

Roger Deschner  University of Illinois at Chicago [EMAIL PROTECTED]


On Thu, 15 Jan 2004, Dwight McCann wrote:

Roger,

I really enjoyed and appreciated your response on this issue, but you've
got me to wondering at bit.  I'm running TSM 5.1.8 on Win2K with 2G
RAM.  I looked at my migration times which are about 20 minutes (so
that's no problem) and then did the Q DB F=D and saw that my Cache Hit
was only 96.81.  You said that if it wasn't 99% it needed help.  I have
it autotuning and here are my outputs:

tsm: DATAPLUS_SERVER1q actlog begind=-2 search='expiration'

Date/TimeMessage

--
01/13/2004 19:19:22  ANR0984I Process 177 for EXPIRATION started in the
  BACKGROUND at 19:19:22.
01/13/2004 19:19:22  ANR0811I Inventory client file expiration
started as
  process 177.
01/13/2004 19:37:58  ANR0812I Inventory file expiration process 177
completed:
  examined 437237 objects, deleting 87348 backup
objects, 0
  archive objects, 0 DB backup volumes, and 0
recovery plan
  files. 0 errors were encountered.
01/13/2004 19:37:58  ANR0987I Process 177 for EXPIRATION running in the
  BACKGROUND processed 87348 items with a
completion state
  of SUCCESS at 19:37:58.
01/14/2004 19:37:58  ANR0984I Process 182 for EXPIRATION started in the
  BACKGROUND at 19:37:58.
01/14/2004 19:37:58  ANR0811I Inventory client file expiration
started as
  process 182.
01/14/2004 19:58:20  ANR0812I Inventory file expiration process 182
completed:
  examined 433897 objects, deleting 104134
backup objects,
  0 archive objects, 0 DB backup volumes, and 0
recovery
  plan files. 0 errors were encountered.
01/14/2004 19:58:20  ANR0987I Process 182 for EXPIRATION running in the
  BACKGROUND processed 104134 items with a
completion state
  of SUCCESS at 19:58:20.
01/15/2004 09:43:06  ANR2017I Administrator DWIGHT issued command:
QUERY ACTLOG
  begind=-2 search=expiration

tsm: DATAPLUS_SERVER1q db f=d

  Available Space (MB): 30,000
Assigned Capacity (MB): 25,292
Maximum Extension (MB): 4,708
Maximum Reduction (MB): 19,564
 Page Size (bytes): 4,096
Total Usable Pages: 6,474,752
Used Pages: 1,442,366
  Pct Util: 22.3
 Max. Pct Util: 22.7
  Physical Volumes: 2
 Buffer Pool Pages: 32,768
 Total Buffer Requests: 28,394,716
Cache Hit Pct.: 96.81
   Cache Wait Pct.: 0.00
   Backup in Progress?: No
Type of Backup In Progress:
  Incrementals Since Last Full: 4
Changed Since Last Backup (MB): 0.98
Percentage Changed: 0.02
Last Complete Backup Date/Time: 01/15/2004 05:45:26

Is there something I should do to get the cache hits up to 99% even
though I don't yet have a performance issue?  I realize that my
environment is quite small but it is about to double and I'd rather be
proactive.  TIA,

--
Dwight McCann
Computer and Network Technologist, UCSB Info Systems  Computing
[EMAIL PROTECTED], [EMAIL PROTECTED]
http://borg.isc.ucsb.edu/dmm/  - office: 805-893-3113




Re: No Userids for Web Client

2004-01-15 Thread Bill Boyer
Any system admin userid, or admins that have policy privilege for the
domain, or any admins that have been granted client access to the nodes can
signon to the web client. We register the nodes USER=NONE and have a generic
userid for our helpdesk staff..curiously named HELPDESK... We then schedule
an admin schedule to run nightly that does a grant auth helpdesk cl=node
auth=access no=*.

Bill

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Renee Davis
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: No Userids for Web Client


In registering over 600 nodes for TSM, we registered them with
userid=none.  Years later, we now wish to implement the web based backup
strategy, but that requires that each node have a userid.  Is there anyway
to update the existing nodes with userids?  The update node command does
not have that option.

Renee Davis
University of Houston


Re: No Userids for Web Client

2004-01-15 Thread Bruce Lowrie
Renee Davis,
We did the same years ago. Then made operations folks client Admins and then
grant them client authorities. Now you just a few administers to manage and
not 600.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Renee Davis
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: No Userids for Web Client


In registering over 600 nodes for TSM, we registered them with
userid=none.  Years later, we now wish to implement the web based backup
strategy, but that requires that each node have a userid.  Is there anyway
to update the existing nodes with userids?  The update node command does
not have that option.

Renee Davis
University of Houston


Re: TSM Connectivity issue

2004-01-15 Thread Subbu, Mohan (OFT)
Paul,

I have restarted the scheduler service and also tried to connect with
the GUI and command line..I get the follwing message

tsm q session
Node Name: EXCNYSM0A1AB
ANS1017E Session rejected: TCP/IP connection failure


Also there is no entry for any error at the TSM server activity log
except for the last night missed backup

01/15/04 03:00:01 ANR2578W Schedule EXCHANGE_01AM in domain EXCHANGE
for
   node EXCNYSM0A1AB has missed its scheduled start
up  
   window.


So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each. 

Thanks,

Mohan


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Bergh, Paul
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue

Mohan,

since your lan is up, because of the ping, you don't have a lan
connection problem.
This error can occur if the lan connection went down OR if someone
canceled a backup operation.

try stopping and restarting the scheduler on the client machine.

I assume the client is still register to tsm, and is associated with a
schedule.

Let me know what's up after you complete these actions.

Paul

Subbu, Mohan (OFT) wrote:

 One of my tsm client(10.66.81.67) is able to ping the tsm 
 server(10.70.113.60).But Iit is not able to connect with the TSM 
 server using the TSM BA GUI.Till yesterday it was working fine.
 My dsm.opt file is configured correctly and no configurations were 
 changed.
 I have the follwing errors in my tsm schedule log.
 What could be the problem?

 01/15/2004 11:21:37 Querying server for next scheduled event.
 01/15/2004 11:21:37 Node Name: OWANYSM0A1AB
 01/15/2004 11:22:19 ANS1017E Session rejected: TCP/IP connection 
 failure
 01/15/2004 11:22:19 Will attempt to get schedule from server again in 
 10 minutes.
 01/15/2004 11:32:19 Querying server for next scheduled event.
 01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
 01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection 
 failure
 01/15/2004 11:33:01 Will attempt to get schedule from server again in 
 10 minutes.

 Thanks,

 Mohan


Re: TSM Connectivity issue

2004-01-15 Thread French, Michael
Stupid question, but from the command line can you telnet to the
TSM server port?

Ex:
telnet 10.70.113.60 1500

If you get a black screen, you've got connectivity.  Otherwise,
something is block access at the network layer.

Michael French
Savvis Communications
IDS01 Santa Clara, CA
(408)450-7812 -- desk
(408)239-9913 -- mobile
 


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Subbu, Mohan (OFT)
Sent: Thursday, January 15, 2004 12:49 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue


Paul,

I have restarted the scheduler service and also tried to connect with
the GUI and command line..I get the follwing message

tsm q session
Node Name: EXCNYSM0A1AB
ANS1017E Session rejected: TCP/IP connection failure


Also there is no entry for any error at the TSM server activity log
except for the last night missed backup

01/15/04 03:00:01 ANR2578W Schedule EXCHANGE_01AM in domain EXCHANGE
for
   node EXCNYSM0A1AB has missed its scheduled start
up  
   window.


So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each. 

Thanks,

Mohan


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Bergh, Paul
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue

Mohan,

since your lan is up, because of the ping, you don't have a lan
connection problem. This error can occur if the lan connection went down
OR if someone canceled a backup operation.

try stopping and restarting the scheduler on the client machine.

I assume the client is still register to tsm, and is associated with a
schedule.

Let me know what's up after you complete these actions.

Paul

Subbu, Mohan (OFT) wrote:

 One of my tsm client(10.66.81.67) is able to ping the tsm
 server(10.70.113.60).But Iit is not able to connect with the TSM 
 server using the TSM BA GUI.Till yesterday it was working fine.
 My dsm.opt file is configured correctly and no configurations were 
 changed.
 I have the follwing errors in my tsm schedule log.
 What could be the problem?

 01/15/2004 11:21:37 Querying server for next scheduled event. 
 01/15/2004 11:21:37 Node Name: OWANYSM0A1AB 01/15/2004 11:22:19 
 ANS1017E Session rejected: TCP/IP connection failure
 01/15/2004 11:22:19 Will attempt to get schedule from server again in 
 10 minutes.
 01/15/2004 11:32:19 Querying server for next scheduled event.
 01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
 01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection 
 failure
 01/15/2004 11:33:01 Will attempt to get schedule from server again in 
 10 minutes.

 Thanks,

 Mohan


Restore Error - Help!

2004-01-15 Thread Tom Melton
Details (I know - backlevel) -

TSM client 4.2.3 32bit
Client OS AIX 5.1  5100-03

TSM server 4.1.4
Server OS AIX 4.3.2

Tape subsystem - SCSI attached 3590 256 track

An oracle database file was archived last night, and according to the log, it was 
archived fine.  Attempt to retrieve the file today, and the TSM client waits for the 
tape mount, tape gets mounted, and then the retrieve progresses to a point, and stops. 
 Then the session times-out due to commtimeout at 1200 seconds.  

The dsmerror.log is full of the following:

01/15/04   11:55:37 The 103068111th code was found to be out of sequence.
The code (3432) was greater than (2259), the next available slot in the string table.
01/15/04   11:55:37 The 103068112th code was found to be out of sequence.
The code (3914) was greater than (2260), the next available slot in the string table.
01/15/04   11:55:37 The 103068114th code was found to be out of sequence.
The code (2472) was greater than (2262), the next available slot in the string table.
01/15/04   11:55:37 The 103068118th code was found to be out of sequence.
The code (3407) was greater than (2266), the next available slot in the string table.
01/15/04   11:55:37 The 103068120th code was found to be out of sequence.
The code (3463) was greater than (2268), the next available slot in the string table.
01/15/04   11:55:37 The 103068123th code was found to be out of sequence.
The code (2906) was greater than (2271), the next available slot in the string table.

I have retrieved other files off the tape.  The file that cannot be retrieved was 
compressed at the client.  The file that was retrieved successfully was NOT compressed 
at the client (grew during archive - then retried).

Any idea what this actually means?  I searched the archives at adsm.org, and saw 
several other posts, but no real explanation.  Any help would be appreciated.  

Thanks..

-Tom


Re: TSM Connectivity issue

2004-01-15 Thread Ted Byrne
So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each.
Mohan,

Is there any chance that a firewall got installed between the networks in
question, or that some other device is blocking port 1500?
Are there any other TSM client nodes on the same network as the system
you're having trouble with?
Ted


IMPORT - EXPORT

2004-01-15 Thread Lopez Janeth
Hi, 
 ¿ cómo se pudiese bajar los tiempos del export e import? Actualmente 10 Gb
tarda aproximadamente 2, 5 horas. Se puedo observar que se está escribiendo
en bloques de 32 K. ¿es posible mejorar esto? 
 
 
 
Saludos
 
Janeth


Deleting filespaces

2004-01-15 Thread Troy L. Minter
I have mutiple nodes that backup oracle databases with RMAN using the TDP
for oracle product. They all share the same rman catalog and backup to the
same filespace name. Recently one of the nodes was discontinued and the
database backups were not delete by rman before it was discontinued. FYI -
We can't get this node back. It I delete the filespaces that are assoicated
with this node will it only delete the filespaces that are assoicated with
this node or will it try to delete all filespaces under the filespace name.
The filespace name is the same on all nodes. TSMOB. Any help would be
appricated.

Troy L. Minter
AIX Systems Administrator
479-441-5830
[EMAIL PROTECTED]


Re: Dwindling Performance

2004-01-15 Thread Chris Murphy
snip

Memory is so cheap that you can afford to throw lots of it at it.

 I'm running TSM 5.1.8 on Win2K with 2G
RAM.

Hi Dwight,

I wanted to throw out one note of caution.  I completely agree with Roger:
memory is too cheap to rob your system of it!  However, you said you are
running your TSM server on a Windows 2000 box.  Remember, Windows limits
application memory space to 2GB.  This can be increased to 3GB with a
startup option at the expense of some operating system memory spaces.  (i.e.
use it carefully!).  Thus, you cannot allocate all 2GB to bufferpool cache
as TSM still needs additional space for object creation, I/O buffering, and
its own execution.  We have found that we could only safely allocate
512-768MB to the bufferpool.  If we incerased it beyond that, TSM would dump
(go down HARD) when under load.  While our DB is rather small (20GB - 40%
utilized) we still get a hit of 99.9%.

Other options are: Use different OS, use an Itanium-class server, talk IBM
into adding AWE support when they write/compile TSM for windows (least
likely I think 8) ).

HTH

Chris Murphy
IT Network Analyst
Idaho Dept. of Lands
(208) 334-0293


Re: Dwindling Performance

2004-01-15 Thread Ben Bullock
I ~LOVE~ to hear words like that  ;-)

BUY MORE MEMORY BUY MORE MEMORY... YOU ARE FEELING VERY
SLEEPY

Ben
(FYI, I work for Micron, a DRAM manufacturer) 
http://www.crucial.com or http://www.micron.com

Before I get inundated with don't solicit flame-mail, I'm just kidding
guys :-)


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Chris Murphy
Sent: Thursday, January 15, 2004 2:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Dwindling Performance


snip

Memory is so cheap that you can afford to throw lots of it at it.

 I'm running TSM 5.1.8 on Win2K with 2G
RAM.

Hi Dwight,

I wanted to throw out one note of caution.  I completely agree with
Roger: memory is too cheap to rob your system of it!  However, you said
you are running your TSM server on a Windows 2000 box.  Remember,
Windows limits application memory space to 2GB.  This can be increased
to 3GB with a startup option at the expense of some operating system
memory spaces.  (i.e. use it carefully!).  Thus, you cannot allocate all
2GB to bufferpool cache as TSM still needs additional space for object
creation, I/O buffering, and its own execution.  We have found that we
could only safely allocate 512-768MB to the bufferpool.  If we incerased
it beyond that, TSM would dump (go down HARD) when under load.  While
our DB is rather small (20GB - 40%
utilized) we still get a hit of 99.9%.

Other options are: Use different OS, use an Itanium-class server, talk
IBM into adding AWE support when they write/compile TSM for windows
(least likely I think 8) ).

HTH

Chris Murphy
IT Network Analyst
Idaho Dept. of Lands
(208) 334-0293


Re: TSM Connectivity issue

2004-01-15 Thread Subbu, Mohan (OFT)
Telnet did not give a connection to the server on 1500 port. this brings
to the source of the problem.
I have another client with the same issue.It is also in the same
network.


Thank you!

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
French, Michael
Sent: Thursday, January 15, 2004 3:55 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue

Stupid question, but from the command line can you telnet to the
TSM server port?

Ex:
telnet 10.70.113.60 1500

If you get a black screen, you've got connectivity.  Otherwise,
something is block access at the network layer.

Michael French
Savvis Communications
IDS01 Santa Clara, CA
(408)450-7812 -- desk
(408)239-9913 -- mobile
 


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Subbu, Mohan (OFT)
Sent: Thursday, January 15, 2004 12:49 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue


Paul,

I have restarted the scheduler service and also tried to connect with
the GUI and command line..I get the follwing message

tsm q session
Node Name: EXCNYSM0A1AB
ANS1017E Session rejected: TCP/IP connection failure


Also there is no entry for any error at the TSM server activity log
except for the last night missed backup

01/15/04 03:00:01 ANR2578W Schedule EXCHANGE_01AM in domain EXCHANGE
for
   node EXCNYSM0A1AB has missed its scheduled start
up  
   window.


So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each. 

Thanks,

Mohan


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Bergh, Paul
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue

Mohan,

since your lan is up, because of the ping, you don't have a lan
connection problem. This error can occur if the lan connection went down
OR if someone canceled a backup operation.

try stopping and restarting the scheduler on the client machine.

I assume the client is still register to tsm, and is associated with a
schedule.

Let me know what's up after you complete these actions.

Paul

Subbu, Mohan (OFT) wrote:

 One of my tsm client(10.66.81.67) is able to ping the tsm 
 server(10.70.113.60).But Iit is not able to connect with the TSM 
 server using the TSM BA GUI.Till yesterday it was working fine.
 My dsm.opt file is configured correctly and no configurations were 
 changed.
 I have the follwing errors in my tsm schedule log.
 What could be the problem?

 01/15/2004 11:21:37 Querying server for next scheduled event. 
 01/15/2004 11:21:37 Node Name: OWANYSM0A1AB 01/15/2004 11:22:19 
 ANS1017E Session rejected: TCP/IP connection failure
 01/15/2004 11:22:19 Will attempt to get schedule from server again in 
 10 minutes.
 01/15/2004 11:32:19 Querying server for next scheduled event.
 01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
 01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection 
 failure
 01/15/2004 11:33:01 Will attempt to get schedule from server again in 
 10 minutes.

 Thanks,

 Mohan


Re: TSM Connectivity issue

2004-01-15 Thread Richard Sims
...
So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each.

Mohan - Your posting quoted the client and server network addresses
as 10.x.x.x .  That's a private network space behind a NAT
(Network Address Translation) router/switch.  That kind of box is
typically administered with much less discipline than a regular
router/switch, given the playpen nature of the netspace behind it.
You'll probably find that someone has been playing with its
configuration, changing port filtering and the like.

  Richard Sims, BU


Re: Restore Error - Help!

2004-01-15 Thread Richard Sims
...
The 103068123th code was found to be out of sequence.
...

Tom - That's a defect.  Search the IBM database for
  code was found to be out of sequence to see the APAR.
As you discerned, it involves compression.

  Richard Sims, BU


Re: Restore Error - Help!

2004-01-15 Thread Tom Melton
Richard,

I searched, I found one hit:

http://www-1.ibm.com/support/docview.wss?uid=swg1IC36033

But, this is for TDP for Informix.

What did you find?

-Tom

 [EMAIL PROTECTED] 01/15/04 05:42PM 

The 103068123th code was found to be out of sequence.


Tom - That's a defect.  Search the IBM database for
  code was found to be out of sequence to see the APAR.
As you discerned, it involves compression.

  Richard Sims, BU


3590 FC

2004-01-15 Thread rh
Hi ITSM'rs,

I apologize if this has been asked before. I'm not a
SAN engineer and find it very frustrating when trying
to navigate the many support matrix lists offered by
all the SAN switch vendors.

I currently have 14 3590E's connected to a Connectrix
E64M director using Adic Gateway 3000 switches. The
Adic switches have been very unreliable and I don't
think they are still sold/supported. I'm looking for a
replacement for the Adic switches. In particular I'd
like to know if anyone is using Mcdata 4500 Sphereon's
successfully with Connectrix in this kind of
configuration. I'm not certain but I believe the
Connectrix E64M is actually a Mcdata switch.

If anyone is using any kind of switch successfully in
a like configuration I'd like the particulars.

Thanks very much,
Rod Hroblak
ADP

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


4.2 Server README file

2004-01-15 Thread Jolliff, Dale
I'm trying to locate the 4.2.1.15 README file from the TSM server package.
I need to find the latest supported version of IBMTape for Solaris at that
revision of TSM Server.  Support tells me they can't give me that
information.

If anyone has it or knows it, I would really appreciate it.

Thanks!


Re: TSM Connectivity issue

2004-01-15 Thread Sony Priyambodo
Hi,

1. Please cek your dsm.opt, ensure you have corrent TCPSERVERADDRESS option.
This option must containt IP Address or hostname of TSM Server.
2. Ping doest not represent your connection is Oks, some firewall box was
allowed PING packet, but not allowed opening port.
3. TSM Schedule was not run, until this option correct.
4. After correct the option, restart all TSM Client service.

Regs

Sony

- Original Message -
From: Subbu, Mohan (OFT) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 16, 2004 3:48 AM
Subject: Re: TSM Connectivity issue


Paul,

I have restarted the scheduler service and also tried to connect with
the GUI and command line..I get the follwing message

tsm q session
Node Name: EXCNYSM0A1AB
ANS1017E Session rejected: TCP/IP connection failure


Also there is no entry for any error at the TSM server activity log
except for the last night missed backup

01/15/04 03:00:01 ANR2578W Schedule EXCHANGE_01AM in domain EXCHANGE
for
   node EXCNYSM0A1AB has missed its scheduled start
up
   window.


So could there be any issue with the tcp ip port configuration?Also both
the TSM client and TSM server are in different network each.

Thanks,

Mohan


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Bergh, Paul
Sent: Thursday, January 15, 2004 2:17 PM
To: [EMAIL PROTECTED]
Subject: Re: TSM Connectivity issue

Mohan,

since your lan is up, because of the ping, you don't have a lan
connection problem.
This error can occur if the lan connection went down OR if someone
canceled a backup operation.

try stopping and restarting the scheduler on the client machine.

I assume the client is still register to tsm, and is associated with a
schedule.

Let me know what's up after you complete these actions.

Paul

Subbu, Mohan (OFT) wrote:

 One of my tsm client(10.66.81.67) is able to ping the tsm
 server(10.70.113.60).But Iit is not able to connect with the TSM
 server using the TSM BA GUI.Till yesterday it was working fine.
 My dsm.opt file is configured correctly and no configurations were
 changed.
 I have the follwing errors in my tsm schedule log.
 What could be the problem?

 01/15/2004 11:21:37 Querying server for next scheduled event.
 01/15/2004 11:21:37 Node Name: OWANYSM0A1AB
 01/15/2004 11:22:19 ANS1017E Session rejected: TCP/IP connection
 failure
 01/15/2004 11:22:19 Will attempt to get schedule from server again in
 10 minutes.
 01/15/2004 11:32:19 Querying server for next scheduled event.
 01/15/2004 11:32:19 Node Name: OWANYSM0A1AB
 01/15/2004 11:33:01 ANS1017E Session rejected: TCP/IP connection
 failure
 01/15/2004 11:33:01 Will attempt to get schedule from server again in
 10 minutes.

 Thanks,

 Mohan


Re: 4.2 Server README file

2004-01-15 Thread Richard Sims
I'm trying to locate the 4.2.1.15 README file from the TSM server package.

Start at ftp://ftp.software.ibm.com/ and follow into the TSM Patches
directory, where it's to be had under AIX server, at least.

  Richard Sims, BU


Re: TDP for SQL Server question

2004-01-15 Thread Del Hoobler
Eric,

You no longer need direct query because when you enter the
TSM Server using the NODENAME that contains the backup,
the SQL Server name will automatically appear in the tree view.
In other words, DP for SQL will query the TSM Server
for all backups under the NODENAME as opposed to
just the SQL server that you are running DP for SQL on.

Thanks,

Del



 Hi *SM-ers!
 Our SQL Server department is slowly migrating from TDP for SQL 2.x to
5.2.1.
 They used to use the version 2 option called Direct Query to restore a
 database from a different SQL Server node to the target node, but this
 option is no longer available in the 5.2 version.
 What's the best way to restore a database from a different TDP node
using
 5.2?
 Thank you very much for your reply in advance!


Re: 4.2 Server README file

2004-01-15 Thread Ted Byrne
How about looking here:

ftp://index.storsys.ibm.com/tivoli-storage-management/patches/server/Solaris/4.2.1.15/TSM42115S_Sun.README.SRV

Ted

At 08:00 PM 1/15/2004 -0600, you wrote:
I'm trying to locate the 4.2.1.15 README file from the TSM server package.
I need to find the latest supported version of IBMTape for Solaris at that
revision of TSM Server.  Support tells me they can't give me that
information.
If anyone has it or knows it, I would really appreciate it.

Thanks!


Re: 3590 FC

2004-01-15 Thread Connor, Jeffrey P.
Hello Rod,

We are using 3590E's with EMC 24M2's(Mcdata Sphereon 4500) which are
ISL'd to a 64M director. Basically the configuration you are considering
and we haven't had any problems with the 24M2's.

Jeff Connor
National Grid USA


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
rh
Sent: Thursday, January 15, 2004 8:24 PM
To: [EMAIL PROTECTED]
Subject: 3590 FC


Hi ITSM'rs,

I apologize if this has been asked before. I'm not a
SAN engineer and find it very frustrating when trying
to navigate the many support matrix lists offered by
all the SAN switch vendors.

I currently have 14 3590E's connected to a Connectrix
E64M director using Adic Gateway 3000 switches. The
Adic switches have been very unreliable and I don't
think they are still sold/supported. I'm looking for a replacement for
the Adic switches. In particular I'd like to know if anyone is using
Mcdata 4500 Sphereon's successfully with Connectrix in this kind of
configuration. I'm not certain but I believe the Connectrix E64M is
actually a Mcdata switch.

If anyone is using any kind of switch successfully in
a like configuration I'd like the particulars.

Thanks very much,
Rod Hroblak
ADP

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


This e-mail and any files transmitted with it, are confidential to National Grid and 
are intended solely for the use of the individual or entity to whom they are 
addressed.  If you have received this e-mail in error, please reply to this message 
and let the sender know.