Re: DBI Connections to TSM database

2001-06-07 Thread Chibois, Herve
Hi Mark It's normal ! TSM DB is not a DB2 one. It is based on B-tree and I've already tried to write a DBI::TSM driver. 99% of the job is done but one out of 10 commands in the ODBC connection procedure is different fro TSM. So I could not achieve my work. When I have more time, I will ask a

Problem with interface TSM 4.130 and TLMS 5.5 in OS/390 environment

2001-06-07 Thread Paul Van de Vijver
Hi, I wonder if someone can help me with next problem. I did upgrade Server ADSM 3.1.2.40 to TSM 4.1.30 in our development LPAR and now I am running some tests. We are using TLMS 5.5 as Tape Management System where ADSM/TSM is defined as EDM (External Data Manager) My problem : whenever I

File unavailable on server

2001-06-07 Thread Michel Engels
To prepare an intervention on our tape robot I defined a new storage pool STG3 on another deviceclass. The new storagepool is set as nextstg on the primary stg STG1 and the other stgpool STG2 is set as next on the new stgpool STG3. When I want to restore a file residing on STG2 I get the

Re: DBI Connections to TSM database

2001-06-07 Thread Andy Raibeck
We do not test our ODBC driver with Perl, so there is no guarantee that it will work. However, unofficially, at least some aspects of it will work... with the correct Perl setup. Go to http://www.adsm.org and do a search using this criteria: +perl +odbc +raibeck You will find an informative

TSM Offsite Copy Pools

2001-06-07 Thread Gene Walters
I am wanting to implement an Offsite copy pool for our OS/390 TSM 4.1 Server. My question is, what is the best way to automate this? I need to do the copy, create a list of the tapes that will go offsite, eject the tapes from the silos. Then reintegrate these tapes once they have cycled

Re: TSM Offsite Copy Pools

2001-06-07 Thread Toora, Kuli
Gene, Do you use any tape management software? We use DFRMM to manage out tapes in STK silos. We use REXX code to determine what tapes to eject and recall etc. If you require more info let me know. Thanks, Kuli Toora Npower Enterprise Services Kingswinford 01384 275346 Mobile : 07989 492903

Re: backup tsm db

2001-06-07 Thread Andy Raibeck
Offhand I can't say what the problem is, but it might not hurt to take a look at the individual SUMMARY table records that pertain to full database backups. That might lend a clue: select date(start_time) as START DATE, - time(start_time) as START TIME, - date(end_time) as END DATE, -

Re: HSM Tapes Redundancy

2001-06-07 Thread Cook, Dwight E
What we do, is require a data set to be backed up prior to being migrated... Backups migrations go to different pools thus different tapes. In addition to that we have a copy pool that we backup the hsm storage pool to. So I keep 3 tape copies... Dwight -Original Message- From: Indra

Re: errors (Possible Solution)

2001-06-07 Thread PINNI, BALANAND (SBCSI)
Why to put in inittab put it in rc.local it start up at boot time for any process to start. No need to start from inittab. BALANAND PINNI. PHONE 314-206-5911. EM:[EMAIL PROTECTED] PG:1-800-451-6897. -Original Message- From: Marc Levitan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07,

Upgrade from ADSM 3.1 to TSM 4.1

2001-06-07 Thread Robert Molerio
Hi, I'm looking for any shortcut methods to upgrade from 3.1 to 4.1 on a Solaris 2.6 server the clients are Solaris/ NT. Is there a manual or best practices proceedure anyone can recommend? thanks, Bob M. [EMAIL PROTECTED]

Re: TSM Offsite Copy Pools

2001-06-07 Thread MC Matt Cooper (2838)
I remember asking the same question and received the most perfect response. So I am just doing a cut and paste of it. I truly would like to say thanks to the author, Bill Boyer. It works perfect. He saved me a lot of time and I appreciate it. Matt -Original Message- From: William

Re: Problem with interface TSM 4.130 and TLMS 5.5 in OS/390 envir onment

2001-06-07 Thread Lambelet,Rene,VEVEY,FC-SIL/INF.
Hello, we use CA1 and we had to use a special User exit between adsm and the TMS, yours René Lambelet Nestec S.A. / Informatique du Centre 55, av. Nestlé CH-1800 Vevey (Switzerland) *+41'21'924'35'43 7+41'21'924'28'88 * K4-117 email [EMAIL PROTECTED] Visit our site: http://www.nestle.com

Re: backup tsm db

2001-06-07 Thread Leijnse, Finn F SSI-ISES-31
Hy this is what my script looks like: set sqlmathmode round select count(*) as process, - case - when sum(bytes) 1073741824 then - cast(sum(bytes)/1073741824 as varchar(24))||'Gb' - when sum(bytes) 1048576 then - cast(sum(bytes)/1048576 as varchar(24))||'Mb' - when sum(bytes) 1024 then -

Re: DBI Connections to TSM database

2001-06-07 Thread Chibois, Herve
I'm working on a DBI::TSM driver, maybe one day ... rv -Message d'origine- De : Andy Raibeck [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 7 juin 2001 17:26 À : [EMAIL PROTECTED] Objet : Re: DBI Connections to TSM database Ah, now I see... sorry Mark, I think I missed your real

Re: DBI Connections to TSM database

2001-06-07 Thread Andy Raibeck
Ah, now I see... sorry Mark, I think I missed your real point from your original post. That being the case, it is not possible to do what you want; there is no way to access the TSM database outside of the Admin client or the ODBC driver (which is only on Windows). Regards, Andy Andy Raibeck

Re: Problem with interface TSM 4.130 and TLMS 5.5 in OS/390 environment

2001-06-07 Thread William Boyer
Is your ARCTVEXT available? Did you code DELETIONEXIT(ARCTVEXT) in your server options? TLMS supplies it's own version of the ARCTVEXT that you need to use, not the IBM supplied default. Bill Boyer -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: Backup Restore time

2001-06-07 Thread Alex Paschal
A lot of the decrease in speed you're running into probably has to do with TSM database and OS filesystem overhead. As you're not doing incremental backups, tar'ing all your filesystems and backing up just the tar files might help with your times. Alex -Original Message- From: Praveen

Re: errors (Possible Solution)

2001-06-07 Thread Richard Sims
08/01/2000 03:19:39 TcpRead(): recv(): errno = 131 Errno 131 is ECONNRESET 131 /* Connection reset by peer */ TSM is a client-server arrangement. When you have session problems you need to look not just at error indications in your client, but also in the server (Activity Log). The latter

Collocation

2001-06-07 Thread Taylor, Garry
Tivoli supported function, it is called Collocation, If you set this parameter to yes than you set Reclamation Threshold to something over 50%. I set it up to 55%, so when two tapes belonging to same client machine have over 55% free space, Tivoli would merge files to one tape. 2. AIX level is

Re: Collocation

2001-06-07 Thread Prather, Wanda
When you say a file it cannot read, what kind of errors are you getting? RSR errors? The main thing is you should NOT be getting files TSM cannot read. However, we had DLT drives in a 9710, and had many similar problems. Collocation causes so much start/stop activity, with many tiny appends,

Re: Collocation

2001-06-07 Thread PINNI, BALANAND (SBCSI)
Pl make reclaim % to 50 % not 55%. if I am right then it will put two 50% tapes in one 100% tape. Try this !!! BALANAND PINNI. PHONE 314-206-5911. EM:[EMAIL PROTECTED] PG:1-800-451-6897. -Original Message- From: Taylor, Garry [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 2:47

Re: Collocation

2001-06-07 Thread PINNI, BALANAND (SBCSI)
I agree we use 9840s with collocation and no probs. but see drive micro code level up to date. -Original Message- From: Prather, Wanda [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 3:16 PM To: [EMAIL PROTECTED] Subject: Re: Collocation When you say a file it cannot read,

Re: Which is the best TSM-Version for IBM 3584-Ultrium ?

2001-06-07 Thread Vo An Nguyen/Quebec/IBM
Hello Sabine, I believe support for LTO has been introduced in TSM 3.7.3.8 and TSM 4.1.1.0. But if you want to upgrade to TSM 4.1, I would suggest you the latest level: 4.1.3.0 Regards, Vo An Nguyen Email: [EMAIL PROTECTED] Sabine Rettenberger [EMAIL PROTECTED] @VM.MARIST.EDU on 07/06/2001