multiple image backups

2002-12-12 Thread J D Gable
Hello all,

Does anyone know the best way (if any) to run multiple image backups
from one client at once?  We have 8 drives available to us, but we can
only seem to get one image (raw device) backup to kick off at a time.
Meanwhile there are 7 drives sitting idle.  Any assistance would be
greatly appreciated.

Thanks,
Josh Gable
EDS

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: Please help - ANS1311E Server out of data storage space in TSM

2002-11-19 Thread J D Gable
Do you have disk caching enabled?  If so, disable it, move the data off of your
disk volumes, and try it again.  I have an open PMR about this very issue.  We
are running TSM 5.1.1.6 on an AIX 4.3.3 server.

Josh

murali ramaswamy wrote:

 Hi,
 I get the following error message
 ANS1311E Server out of data storage space in  TSM (Tivoli storage manager)
 5.1 in dsmsched.log and the backup fails though I have more than 4GB space
 in the only drive C: on my windows 2000 machine.  Please help on how this
 error message could be avoided and fixed.
 Thanks
 -murali

 From: Andrew Raibeck [EMAIL PROTECTED]
 Reply-To: ADSM: Dist Stor Manager [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: HELP ON wzrdhlpr.exe command lIn TSM (Tivoli storage manager)
 5.1?
 Date: Sun, 3 Nov 2002 01:01:03 -0700
 
 1) My primary advice is that you follow the advice I gave you before, and
 work on getting the ODBC driver set up correctly. I pointed you to
 detailed diagnostic information in the README file, and offered to have
 you send me the results so that I can get a better understanding of the
 problem. Once the ODBC driver is set up correctly, it will work as I have
 already shown you.
 
 2) While it may work okay, I do not recommend using the wzrdhlpr.exe file
 that ships with the TSM server, as it is not intended for end-user use.
 Instead, you should be using the administrative command line interface
 that ships with the TSM client, dsmadmc.exe.
 
 3) To read the file murali, get rid of the imports for
 java.io.InputStream and InputStreamReader, and get rid of the is and
 reader variables (and all lines refering to those variables). Instead,
 use FileReader. You can also get rid of the declaration for process.
 Also, uncomment the code at the end of the try block.
 
 4) exec() launches the command in a separate process but does not wait for
 that process to end. Therefore you should use the process's waitFor()
 method to make the parent process wait for the child process to finish
 before processing continues. Note that waitFor() throws
 InterruptedException. Also, make sure to use the /c option after cmd.
 
 import java.io.FileReader;
 ...
 
 try {
...
String command = cmd /c dsmadmc -id=raibeck -password=bab5com
 select * from sessions  murali;
Runtime.getRuntime().exec(command).waitFor();
br = new BufferedReader(new FileReader(murali));
System.out.println(br =  + br);
String line;
while ((line = br.readLine())!=null) {
   System.out.println(line:+line);
}
 }
 catch(InterruptedException intex)
 {
System.out.println(intex.getMessage());
 }
 ...
 
 5) You may find it desirable to add the -commadelimited or -tabdelimited
 option to dsmadmc, which will help in parsing the resulting output. See
 the TSM Administrator's Reference, Chapter 3, for more information about
 the command line interface.
 
 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] (change eye to i to reply)
 
 The only dumb question is the one that goes unasked.
 The command line is your friend.
 Good enough is the enemy of excellence.
 
 
 
 
 murali ramaswamy [EMAIL PROTECTED]
 Sent by: ADSM: Dist Stor Manager [EMAIL PROTECTED]
 11/01/2002 09:14
 Please respond to ADSM: Dist Stor Manager
 
 
  To: [EMAIL PROTECTED]
  cc:
  Subject:Re: HELP ON wzrdhlpr.exe command lIn TSM (Tivoli
 storage manager) 5.1?
 
 
 
 Hi,
When I execute the command on MSDOS prompt it writes the output to the
 file murali but when I do the same through java code as shown at end it
 does
 not write and it does not give any erros either.  Any thoughts?  (I tried
 to
 capture the console output without redirecting to a file first.  But that
 hangs as on console it shows number of pages and for each page waits for
 user input of pressing Enter key or C key.)
 Thanks
 Code is below:
 
 D:\Program Files\tivoli\tsm\consolewzrdhlpr -id=admin -password=admin
 -tab
 select * from sessions  murali
 
 
 import java.io.InputStream;
 import java.io.InputStreamReader;
 import java.io.Reader;
 import java.io.BufferedReader;
 import java.io.IOException;
 import java.sql.*;
 
 public class TSM extends TSMConnect
 {
public static void main(String args[])
 {
 if (args.length != 0)
{
  System.out.println(Usage: java TSM);
  System.exit(1);
}
String query = SELECT * FROM columns;
TSM tsmObj = new TSM();
Connection dbc = null;
Statement stmt = null;
ResultSet resultSet = null;
Process process = null;
InputStream is = null;
Reader reader = null;
BufferedReader br = null;
try
 {
 
  dbc = tsmObj.connect();
  stmt = dbc.createStatement();
  resultSet = stmt.executeQuery(query);
  tsmObj.presentResultSet(resultSet);
  

Re: TSM 5116 server / storageagent performance degradation

2002-11-15 Thread J D Gable
Check your tcp_mssdflt settting.  It sets the default packet size for non-local 
networks.  It sounds like that's the situation you're in.  The clients are sending 
packets in 1460, but you're sending them back out at 536.  That's 3 times as many 
packets and
acks for the same amount of data.  We had this problem for a while and setting the 
tcp_mssdflt to 1460 resolved it.

Josh

Rivera, Jose Spri wrote:

 I am in the same predicament however I am in 64 bit mode both Aix and TSM. We have 2 
network segments - The core segment where all app traffic is
 supposed to traverse (however we sneek backups in for litely populated
 servers) is exhibiting this performance degradation. The backup segment
 dedicated to backups only, performs at the same rate prior to the upgrade Jose Rivera
 Ris Infrastructure
 908-298-3568
 1-800-PAGE-MCI#1376812

 -Original Message-
 From: Burton, Robert [mailto:robert.burton;RBC.COM]
 Sent: Friday, November 15, 2002 10:29 AM
 To: [EMAIL PROTECTED]
 Subject: Re: TSM 5116 server / storageagent performance degradation

 no we are still using 32 bit

 -Original Message-
 From: David E Ehresman [mailto:deehre01;LOUISVILLE.EDU]
 Sent: Friday, November 15, 2002 10:21 AM
 To: [EMAIL PROTECTED]
 Subject: Re: TSM 5116 server / storageagent performance degradation

 Did you go to 64 bit mode when you went to 5.1.1.6?  We have some clients
 that start out backing up at a good rate and then shift into a mode where
 they are running very very slow.  We now think this might be a 64 bit mode
 server problem.

 David

  [EMAIL PROTECTED] 11/15/02 09:20AM 
 We were running tsm 4.2.2.4 on an S7A AIX server.  We were putting through
 approx 1.7 TB nightly with approx 85% going to disk storagepool and the
 remaining going direct to tape.  We were also testing Lan-free with Gresham
 EDT-Distributape and STK acsls/9840 tape drives and we were consistently on
 an UDB api backup receiving 15 MB/s

 one month ago we upgraded all server and storageagents to tsm 5.1.1.6 level
 and since then we have seen performance drop.  We are having trouble getting
 through the 1.7 TB nightly.  The same lan-free tests are only getting us
 around 10 MB/s.

 We will be upgrading to a bigger and more powerful aix server this weekend
 in hopes that the performance drop is related to our S7a server reaching the
 end of its life span but I know when we upgraded from tsm 3.7 to 4.2 we saw
 an increase in server performance, I'm worried that the upgrade from 4.2 to
 5.1 has gone in reverse.

 Has anybody sees anything remotely similar after an upgrade to tsm 5.1.1.6
 ???

 thanks
 Robert Burton
 Enterprise Storage Network Analyst
 Royal Bank of Canada
 315 Front St West
 Toronto, On, M5V 3A4
 * 416-348-3849
 * [EMAIL PROTECTED] mailto:Robert.Burton;rbc.com

 
 This e-mail may be privileged and/or confidential, and the sender does not
 waive any related rights and obligations. Any distribution, use or copying
 of this e-mail or the information it contains by other than an intended
 recipient is unauthorized. If you received this e-mail in error, please
 advise me (by return e-mail or otherwise) immediately.

 Ce courriel est confidentiel et protigi. L'expiditeur ne renonce pas aux
 droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou
 copie de ce message ou des renseignements qu'il contient par une personne
 autre que le (les) destinataire(s) disigni(s) est interdite. Si vous recevez
 ce courriel par erreur, veuillez m'en aviser immidiatement, par retour de
 courriel ou par un autre moyen.

 

 
 This e-mail may be privileged and/or confidential, and the sender does not
 waive any related rights and obligations. Any distribution, use or copying
 of this e-mail or the information it contains by other than an intended
 recipient is unauthorized. If you received this e-mail in error, please
 advise me (by return e-mail or otherwise) immediately.

 Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux
 droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou
 copie de ce message ou des renseignements qu'il contient par une personne
 autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez
 ce courriel par erreur, veuillez m'en aviser immédiatement, par retour de
 courriel ou par un autre moyen.

 

 *
 This message and any attachments is solely for the intended recipient. If you are 
not the intended recipient, disclosure, copying, use or distribution of the 
information included in this message is prohibited -- Please immediately and 
permanently delete.

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159

Marking dbbackup tapes offsite

2002-11-13 Thread J D Gable
Hello all,

I am offsiting using a script provided with my external media manager.
I am not using DRM.  I can mark the tapes in my copy pools that go
offsite with access=offsite without a problem.  However, I cannot do
that to my dbbackup tapes.  Does anybody know an easy way to mark these
tapes so I know they're offsite or notmountable?

Thanks in advance,
Josh

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Multiple raw backup streams

2002-11-08 Thread J D Gable
Hello fellow TSMers,

We have a client node with 20 raw devices, and can only seem to get the
image backup to run one at a time.  Any suggestions on how we might back
up 4-5 of these at once?  We have tried a macro, but it still only runs
one line at a time.  Any suggestions would be greatly appreciated.

Thanks,
Josh

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: Oracle and TDP issues

2002-10-22 Thread J D Gable
Our DBAs use BMC software called SQL Backtrack.

Josh

Zoltan Forray wrote:

 We just purchased the TSM TDP for Oracle on NT/2K.

 We installed it, only to realize it won't work since there is no sign of
 RMAN.EXE on this machine?

 So, the owner of this box/package contacts the vendor. Their response
 wasOracle is version 7.3.4, not 8i or 9i, which will not run with their
 app.  said the person she spoke to did not seem to know what RMAN
 was.

 So, how does one backup an Oracle app/database, using the TDP without RMAN
 ?

 I am not an Oracle person but even I know that RMAN is the utility to do
 database backup/restore/maintenance !

 Suggestions, anyone ?

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Encryption

2002-10-21 Thread J D Gable
Does anybody have any evidence/research as to what kind of additional
overhead encryption puts on a client when processing a backup (CPU,
Memory, etc.)?  I am running some tests myself, but the numbers are
staggering (we're seeing up to a 300% increase in the backup time in
some cases).  I understand that it is largely based on the horsepower of
the node, but I was wondering if anyone else is seeing the same, or if
anyone knew a place I could get some additional info on encryption.

Thanks in advance for your time,
Josh

begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: TSM 5.1.5

2002-10-11 Thread J D Gable

Can you run a 5.1.5 client with a 5.1.1.6 server, or do you have to upgrade the server 
first?

[EMAIL PROTECTED] wrote:

 The client 5.1.5 is there, but I can't find the server 5.1.5 (latest release is 
5.1.1.0).

 Kurt
 
  ADSM: Dist Stor Manager [EMAIL PROTECTED] wrote:
 

 Start at:
 
 
ftp://service.boulder.ibm.com/storage/tivoli-storage-management/maintenance/client/v5r1/
 
 and then drill down to whatever OS you need the client for !
 
 
 
 
 
 Riaan Louwrens
 Sent by: ADSM: Dist Stor Manager
 10/11/2002 08:35 AM
 Please respond to ADSM: Dist Stor Manager
 
 
 To: [EMAIL PROTECTED]
 cc:
 Subject:TSM 5.1.5
 
 
 TSM'ers
 
 Not sure if people are aware of this but TSM for Windows 5.1.5 is out.
 This
 is a major release (no patches and fixes to load, jippie) as far as I know
 this supersedes 5.1.1.6 
 
 I Dont know which platforms are supported .. Only just started playing
 with
 it on Win2K.
 
 Seeing as there are quite a few people that seem to be upgrading ...
 
 Just thought I would add my 2 cents worth ...
 
 Regards,
 Riaan
 


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: Macros

2002-10-10 Thread J D Gable

I don't use server scripts because the output of a server script cannot be
redirected to a file.  However, you can run a macro from cron (or command line)
and redirect the output to wherever you wish.

JD

Gerald Wichmann wrote:

 Why would one use macros instead of a server script?

 Gerald Wichmann
 Senior Systems Development Engineer
 Zantaz, Inc.
 925.598.3099 (w)

 This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm)
 service.  For more information, visit us at www.zantaz.com.
 IMPORTANT: This electronic mail message is intended only for the use of the
 individual or entity to which it is addressed and may contain information
 that is privileged, confidential or exempt from disclosure under applicable
 law.  If the reader of this message is not the intended recipient, or the
 employee or agent responsible for delivering this message to the intended
 recipient, you are hereby notified that any dissemination, distribution or
 copying of this communication is strictly prohibited.  If you have received
 this communication in error, please notify the sender immediately by
 telephone or directly reply to the original message(s) sent.  Thank you.


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: TSM 4.2 - 5.1 Upgrade

2002-09-27 Thread J D Gable

We have 3 TSM servers running on AIX 4.3, and recently upgraded them all (not at
the same time) from TSM 4.2.2.5 to 5.1.0.0.  We have had no server crashes or
problems since the upgrade.

Kathleen Hallahan wrote:

 Is there a PMR on this?  We're running TSM 5.1.1.4 on AIX 4.3.3, and are
 just on the verge of testing and rolling out the latest 5.1 client to our
 Windows servers.  I don't want to start testing, only to have to turn
 around and do it again in a week.

 I'd also be interested in knowing if anyone else on AIX 4.3 is having this
 problem.

 Thanks!

 Kathleen

 Wu, Jie
 [EMAIL PROTECTED]   To: [EMAIL PROTECTED]
 GOV cc:
 Sent by: Subject: Re: TSM 4.2 - 5.1 Upgrade
 ADSM: Dist
 Stor Manager
 [EMAIL PROTECTED]
 IST.EDU

 09/27/2002
 03:45 PM
 Please respond
 to ADSM: Dist
 Stor Manager

 You need to delay your upgrade. We are running AIX 5L and TSM 5.1. Server
 crashes everyday. The initial response from TSM support was that all
 clients
 need to have at lease version 4.2. We did that, but server still crashed
 every day. If we disable our nightly scheduler for windows machine. The
 schedulers for Unix and Novell machines do not crash the server. So I guess
 there is problem with windows client code. We were told that a server patch
 will be available for this problem at the end of this month.

 Jie

 -Original Message-
 From: J M [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 27, 2002 9:00 AM
 To: [EMAIL PROTECTED]
 Subject: Re: TSM 4.2 - 5.1 Upgrade

 We are thinking about upgrading our TSM server (AIX 4.3) and clients
 (WinNT,
 AIX, Solaris) from TSM 4.2 to TSM 5.1. Has anyone encountered upgrade
 issues? All feedback is very much appreciated. Thanks, John

 _
 Send and receive Hotmail on your mobile device: http://mobile.msn.com


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: Copy stg pools in 5.1

2002-09-18 Thread J D Gable

I'm trying it through the gui, and there is no error.  When I go back to view
the prim stg pool, the copy stg pool is still associated with it.  I even
renamed the copy pool, and the association in the primary pool reflected the
name change as well.

Josh

Mark Stapleton wrote:

 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
 J D Gable
  Once I have associated a copy stg pool with a primary stg pool, it will
  not allow me to remove it.  Has anyone else had this same problem in
  5.1?

 Exactly what command are you running, and what is the resultant message?

 --
 Mark Stapleton ([EMAIL PROTECTED])
 Certified TSM consultant
 Certified AIX system engineer
 MCSE


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Re: Admin User Problem after New Install

2002-09-17 Thread J D Gable

Try issuing these 2 commands in this order.  This should register your admin account 
correctly.

reg admin admin admin
grant auth admin class=system

Hope this helps.

Josh


rs6000 wrote:

 Hi All

 After installing all the TSM 5.1 server filesets on AIX 4.3.3 I have a few issues.
 The default DB and Log files have not been created, nor has the dsmserv.dsk file 
been added into /usr/tivoli/tsm/server/bin directory. I have made sure that the /usr 
filesystem is not full etc.

 The other odd one is that after starting the Server I cannot connect as the admin 
user. If I try and connect using a browser it rejects the login attempt with:
 ANR0459W Signon for administrator ADMIN refused - invalid administrator name
 and/or password submitted.

 I then try and update the admin user using: update admin admin admin and get the 
following error:
 ANR2017I Administrator SERVER_CONSOLE issued command: UPDATE ADMIN admin ?***?

 Any ideas anyone?

 Thanks
 John


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard



Copy stg pools in 5.1

2002-09-17 Thread J D Gable

Once I have associated a copy stg pool with a primary stg pool, it will
not allow me to remove it.  Has anyone else had this same problem in
5.1?

Josh


begin:vcard
n:Gable;J D
tel;fax:(918) 292-5156
tel;work:(918) 292-4159
x-mozilla-html:FALSE
org:Backup and Recovery;Enterprise Coverage
version:2.1
email;internet:[EMAIL PROTECTED]
title:Infrastructure Specialist
adr;quoted-printable:;;EDS=0D=0A4000 North Mingo Road;Tulsa;OK;74116;
fn:J D Gable
end:vcard