Re: Excessive Read Errors on LTO

2001-05-18 Thread Suad Musovich
> Be wary of upgrading the firmware on LTO drives. See the thread last week > entitled "Re: LTO restore performance - seek problem?", there are some > major read performance problems in the last 3 releases of the LTO drive > firmware. > > In the past two weeks i've gone from OBN1 to OCE1 to 12U7,

Re: HELP! Logged off, BUT ntuser.dat still "in use by another pro cess" ???!

2001-05-18 Thread Prather, Wanda
Yep, been there done that MANY times. But it's version-specific, and I should have pointed that out. YOu need to be at 3.1.0.7 or above. When you log on, the contents of NTUSER.DAT (which I call your PROFILE) are loaded into the HKEY_CURRENT_USER registry key. So TSM backs that up as part of re

Re: HELP! Logged off, BUT ntuser.dat still "in use by another pro cess" ???!

2001-05-18 Thread Rushforth, Tim
We have seen cases where no service account is using the id, the user is not logged in, but the ntuser.dat still show up in use. A reboot of the box seems to fix this. Seems to be a bug in NT. Wanda - are you sure that you can fully recover if you don't have a copy of the ntuser.dat. We did a

Re: Global Exclude

2001-05-18 Thread Fred Johanson
Herve, Your list is similar to the one I distribute. The problem is that the people who install the clients ignore it, even when it's in the same folder as the client code on our distribution machine. Over a thousand of my 1500+ clients are Windows or Mac desktops, and half or more

Re: 590 to F50

2001-05-18 Thread David Longo
I don't think there are any special circumstances for this. AS I understand you are keeping same TSM version and upgrading AIX to new machine. I haven't done a move of a TSM server to new machine, but we have TSM server 3.7.4.0 on AIX 4.3.3. Your device names on library might change (just the

Re: 590 to F50

2001-05-18 Thread Daniel E Whicker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 George, I don't know of any FAQs that discuss this, but one set of general steps (off the cuff) would be: 1) install AIX onto the F50 2) install TSM 3.7.x.x onto the F50 3) backup TSM database (at least once) on 590 4) shutdown 590 and move tape driv

Re: HELP! Logged off, BUT ntuser.dat still "in use by another pro cess" ???!

2001-05-18 Thread Prather, Wanda
Services. Each service runs under a logon id. The default for most NT services is to use the SYSTEM id. But sometimes services are set up with another id, espeically if the serivce needs network or domain authority to access files. Go into Services, and look at the PROPERTIES of each. You will

Server scripts for AIX

2001-05-18 Thread Michael Hull
In response to some recent postings: Over the years, I have built a series of Perl scripts on my AIX system to control the operation of TSM. The scripts have reached a high level of sophistication in what they can accomplish. If anyone wants these, just e-mail me and I will send them out. Basi

HELP! Logged off, BUT ntuser.dat still "in use by another process" ???!

2001-05-18 Thread Keith Kwiatek
Hello, With respect to the ntuser.dat and ntuser.dat.log files, we have noticed that our clients are getting: "the object is in use by another process" entries in their log files. BUT they have logged off, and there are no other users logged into the machine Any ideas what else could be lock

590 to F50

2001-05-18 Thread George Lesho
Let me try again... didn't get any responses from my first try TSM (V.3.7.3.6) server currently on a 590 (AIX 432) and have a new server (F50 / AIX 433) I wish to move the TSM server to. Is there a FAQ or documentation I can look at to see what general steps I need to take to make the transit

Re: Sever scripts vs. OS scheduling

2001-05-18 Thread Lindsay Morris
= part 1 = We all have to tell TSM how to do its daily housekeeping. In 3.1 we used admin schedules; in 3.7 maybe we supplemented that with server scripts; in 4.1 the scripts became a little more programmable; But they're not great. The problems I see: 1. A second admin schedule w

Storage Pools

2001-05-18 Thread Berning, Tom
I am currently running ADSM 3.1.2.50 and will be converting to TSM 4.1. The question I have is my boss would like to keep all of the data that is currently on our offsite copy pool and on our onsite archive pool. What he want is to destroy the onsite migration pool, then start new backups of all

Re: Remote administer 3494 library

2001-05-18 Thread Davidson, Becky
We are running on a Remote Library manager console which is running on an OS/2 box. It is kind of nice. I see exactly what is on the console of the 3494 and can take control of that or just leave in a monitor state. -Original Message- From: Richard Sims [mailto:[EMAIL PROTECTED]] Sent:

Re: Script logic

2001-05-18 Thread Tab Trepagnier
Phillip, Thanks so much for the info! I will try to follow your example in the scripts I'll be adding to my TSM server. Tab

Re: Script logic

2001-05-18 Thread Lindsay Morris
Mind posting Phillip's info? -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Tab Trepagnier Sent: Friday, May 18, 2001 1:40 PM To: [EMAIL PROTECTED] Subject: Re: Script logic Phillip, Thanks so much for the info! I will try to follow your exampl

Re: Remote administer 3494 library

2001-05-18 Thread Richard Sims
>Is there anyway to remotely administer a 3494 from AIX or any other way. See "Remote Library Manager Console Feature" in the 3494 manuals.

Re: Excessive Read Errors on LTO

2001-05-18 Thread George Lesho
"The SCSI Bench Reference" by Jeffrey D. Stai is published by ENDL Publications ISBN 1-879936-07-0 Special Sales/Library Marketing ENDL Publications 14426 Black Walnut Court Saratoga, CA 95070 George Lesho Storage/System Admin AFC Enterprises Lisa Cabanas <[EMAIL PROTECTED]> on 05

Re: operator intervention

2001-05-18 Thread Laura Buckley
DEF LIBR MYLIB LIBTYPE=MANUAL DEFINE DRIVE MYLIB DRIVE1 DEVICE=MTX.X.X.X (WHERE X.X.X.X IS THE ID, LUN, BUS and PORT for the device) You can then run the server in mountmode to see the prompts. If you are on a Windows server, bring up the TSM Server utils and run an operator mount window from t

Re: Script logic

2001-05-18 Thread Ford, Phillip
The way we do it is to reschedule itself for ten minutes later. As follows: select * from process where process='Backup Storage Pool' if(rc_ok) goto resch delete schedule this_sched t=a now do my thing goes here exit resch: delete schedule this_sched t=a define schedule this_sched t=a cmd='run

Re: Remote administer 3494 library

2001-05-18 Thread Palmadesso Jack
I am not sure about rebooting but by using the "mtlib" command you can gain a wealth of information about the 3494 whether it is hooked up RS232 or LAN. -Original Message- From: Lawrence Clark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 12:33 PM To: [EMAIL PROTECTED] Subject: Re

New Server?

2001-05-18 Thread George Lesho
*SMers... Currently use a RS6000 7013-590 for my TSM server. I have acquired a new RS6000 7025-F50 to replace it. I am using TSM V 3.7.3.6 on the server. What are the general steps I will need to take in order to implement TSM on the new server? Will there be license issues? Thanks in advance! G

Script logic

2001-05-18 Thread Tab Trepagnier
I'm just beginning to use TSM server scripts. What is the best way to implement a "while do" loop? For example: While "node" sessions are present: "sleep" for 10 minutes End While Launch the next TSM process... That will allow building condition / prerequisite testing into the scripts.

Re: Exclude not working

2001-05-18 Thread William Boyer
According to the TDP for Lotus Notes manual Your exclude should be: Exclude ?:\$NOTESDIR\mailobj.nsf\*\* Check out the secion Step 2D: Creating an Include-Exclude list (Optional) for all the rules. Bill Boyer DSS, Inc. -Original Message- From: ADSM: Dist Stor Manager [mailto:[

Re: Remote administer 3494 library

2001-05-18 Thread Lawrence Clark
q drive on TSM to see the status update drive (online/offline) to change status >>> [EMAIL PROTECTED] 05/18/01 12:25PM >>> Is there anyway to remotely administer a 3494 from AIX or any other way. I need to be able to remotely reboot it or check on the status of drives or set them on and offline.

Re: wrong stgpool

2001-05-18 Thread yjplane
Hi David so, i assume notespool has a longer retention period than ntclass.. no? TSM use the longest retention mgtclass to manage directories. You can solve with : DIRMC ntclass on the TSM client configuration file. Good luck

Remote administer 3494 library

2001-05-18 Thread Dearman, Richard
Is there anyway to remotely administer a 3494 from AIX or any other way. I need to be able to remotely reboot it or check on the status of drives or set them on and offline. Thanks ***EMAIL DISCLAIMER** This e-mail and any files transmitted with

Include/Exclude

2001-05-18 Thread Mahesh Tailor
Hello, all! I have a clarification question about include/exclude statements. One of our Netware guru's pointed this out to me. Here's what I have (NetWare 5) in my dsm.opt file: EXCLUDE *:\...\*.* INCLUDE DATA:\USERS\...\*.* When I perform an incremental backup of the node, the system backs

Re: operator intervention

2001-05-18 Thread Arturo Lopez
Patrick, You can have your operator login to the server with the option -mountmode to view all tape request. Arturo DSMADMC -mountmode

Re: Excessive Read Errors on LTO

2001-05-18 Thread Ray
On Sat, 19 May 2001, Suad Musovich wrote: > > My first reaction was also to replace the 2 first cartridges giving this > > problem but it's happening on 6 tapes between the 18 loaded in the > > library. Is it really possible that 6 tapes on 18 are faulty ? > > Nope, but it looks possible you need

operator intervention

2001-05-18 Thread Patrick Sheehan
What do I have to do to get a manual single tape drive setup to prompt for operator to switch tapes during a scheduled backup? TIA Patrick

Re: wrong stgpool

2001-05-18 Thread Prather, Wanda
Or create a third management class, with an even longer retention than notesclass. -Original Message- From: Short, Anne [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: Re: wrong stgpool Sounds like the new management class, notesclass, has a

Re: 3494 setup on new host server

2001-05-18 Thread Rainer Wolf
Gina Glenewinkel wrote: > > This weekend I'm moving my ADSM server to a new AIX box and the only part > I'm really nervous about is the 3494 library. Can someone point me to a > good set of procedures for configuring and setting up this library on a new > host? The particular piece that concern

Re: Exclude not working

2001-05-18 Thread Thomas Denier
> exclude d:\notes\data\mailobj.nsf > > My problem is the exclude. It does not exclude the file. Does anybody out > there see why??? Did you stop and restart the scheduler service after updating dsm.opt?

Re: Netware restore from one client to another

2001-05-18 Thread Tony Jules
I found out that the best way to restore files from one Netware client to another is by using the Web Interface, and it goes like this: Assuming that the 2 Netware Servers are called SERVERA with nodename NODEA and SERVERB with nodename NODEB; and you want to restore from SERVERB to SERVERA. 1) E

Re: wrong stgpool

2001-05-18 Thread Short, Anne
Sounds like the new management class, notesclass, has a longer retention period than the original, ntclass. Directories will automatically be bound to whatever management class has the longest retention period so that you don't accidentally have data hanging around longer then directories. If yo

Re: Exclude not working

2001-05-18 Thread Richard Sims
>i think that you should create and inclexcl list. > >once you have created this list, you must exclude whatever you need to >in this list. dont forget to include the inclexcl file in the dsm.opt >list. Note that the client type is Windows NT, which TSM regards as a single-user (at a time) system

wrong stgpool

2001-05-18 Thread David DeCuir
I have 20 NT servers with a dsm.opt that has an include * ntclass line. These run a nightly backup that has worked fine for months, backing up to the backup copygroup of mgmtclass ntclass with a dest. of ntdiskpool. This is all normal. Here is my problem. I created a new mgmtclass called notescl

Re: Mac 3.7 Errors

2001-05-18 Thread Reinhard Mersch
> Can any body figure what this error is. > DTcpipinterface::ciflush: Unknown Error Code ; rc = 268435559 > sessRecvVerb: Error -50 from call to 'readRtn'. > Just install Tivoli 3.7 on a Mac and Not sure what this error is. > > I would call Tivoli but dont think they care about Mac's to much. > An

Re: wrong stgpool

2001-05-18 Thread Cook, Dwight E
BINGO on the only directories ! TSM uses the management class with the longest archive retention to store away copies of the directories... unless you specifically bind the directories to another management class with the "dirmc" client option SNAFU ;-) Dwight -Original Message- From:

Re: Migrating to a 3466 C01

2001-05-18 Thread Jeff Bach
the import/export feature takes a long long time. Possible faster ways are below. To Migrate to a new ATL, I would connection the ATL to the current system, setup a new device class and storage pools and migrate the data by either changing the next storage pools of the old tape s

Re: Exclude not working

2001-05-18 Thread Mogamat Gertse
i think that you should create and inclexcl list. once you have created this list, you must exclude whatever you need to in this list. dont forget to include the inclexcl file in the dsm.opt list. __ Reply Separator ___

Re: Excessive Read Errors on LTO

2001-05-18 Thread Richard Sims
>Backups are running perfectly, restores are also running perfectly but >during the week-end, when reclamation is running, I get the following >error messages : > >05/08/2001 16:39:04 ANR1417W Access mode for volume 265AADL1 now set > to "read-only" due to excessive read err

Re: Netware restore from one client to another

2001-05-18 Thread Richard Sims
> If anyone can help with this, I would appreciate it -=20 >I am trying to restore files from one Netware client to >another using command line and -fromnode parameter. >The original client has crashed and I am trying to move its >data to a directory on another Netware client. Using the following

Re: Excessive Read Errors on LTO

2001-05-18 Thread Suad Musovich
On Fri, May 18, 2001 at 12:23:57PM +0200, Ruddy STOUDER wrote: > Thanks for the info but ... > > My first reaction was also to replace the 2 first cartridges giving this > problem but it's happening on 6 tapes between the 18 loaded in the > library. Is it really possible that 6 tapes on 18 are fau

Mac 3.7 Errors

2001-05-18 Thread Todd Zenker
Can any body figure what this error is. DTcpipinterface::ciflush: Unknown Error Code ; rc = 268435559 sessRecvVerb: Error -50 from call to 'readRtn'. Just install Tivoli 3.7 on a Mac and Not sure what this error is. I would call Tivoli but dont think they care about Mac's to much. Any help is goo

Re: Exclude not working

2001-05-18 Thread Richard Sims
>The following DSM.OPT >files runs on a NT service pac6 with TDP for Lotus Notes version 4.6. > >* >* IBM Adstar Distributed Storage Manager >* >* tpomaha dsm.opt for ADSMConnect Agent for Lotus Notes on >* Windows NT using tcp/ip

TDP for Oracle

2001-05-18 Thread Loon, E.J. van - SPLXM
Hi *SM-ers! We currently use TDP for Oracle 2.1.10 and I saw that version 2.2 is available. I would like to know the difference between the two versions so I can advice my Oracle customers to upgrade or not. Can anybody point me to the right direction for this information? Thanks in advance! Kinde

Re: Antwort: Re: stgpool-problem

2001-05-18 Thread John Naylor
You would run as a batch job. look in TSM for MVS and OS/390: Administrator's Reference for sample jcl Robert Fijan <[EMAIL PROTECTED]> on 05/18/2001 07:16:20 AM Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: John Naylor/HAV/SSEG) Sub

Re: Excessive Read Errors on LTO

2001-05-18 Thread Ruddy STOUDER
Thanks for the info but ... My first reaction was also to replace the 2 first cartridges giving this problem but it's happening on 6 tapes between the 18 loaded in the library. Is it really possible that 6 tapes on 18 are faulty ? -Original Message- From: Alex Paschal [mailto:[EMAIL PR

Re: interrupt a running script

2001-05-18 Thread Sheelagh Treweek
Joel, No there isn't - and that's one reason why I don't use scripts for daily housekeeping/processing; we use perl scripts for all (serial) tasks we might want to interrupt. As far as I know there is no plan to enhance - with e.g. 'cancel script'. I do know that development are aware of the ne

Re: Migrating to a 3466 C01

2001-05-18 Thread Martin Wendel
At 15:27 2001-05-17, you wrote: >Put another network card in the F40. Why would you run with only one if >this was your bottleneck. OK, I can do that. Does this mean you think it is a better solution to migrate over the network using virtual volumes? If so, is ADSM3.1 and TSM4 compatible regardi

Re: Global Exclude

2001-05-18 Thread Chibois, Herve
Hi Fred, here is my CLOPTSET for all these annoying stuff ... rv > -Message d'origine- > De : Fred Johanson [mailto:[EMAIL PROTECTED]] > Envoyé : jeudi 17 mai 2001 19:41 > À : [EMAIL PROTECTED] > Objet : Global Exclude > > > I find an awful amount of storage is filled with Internet

Re: Exclude not working

2001-05-18 Thread Michel Engels
I think you only have to enclose the filename in quotes as in exclude "d:\notes\data\mailobj.nsf" To test this you do not have to start the backup. Starting the GUI will show you the exclusion of the file with a little purple V saying this file will not be backed up. Now this is for the normal c