Re: Upgraded Tape Drives and Scratch Tapes

2003-11-05 Thread Allen Barth
In the past when I went from B1A to E1A: besides marking all the private tapes READO, I also Deleted all the scratch tapes and put them back into category FF00 and then followed up with a LABEL LIBV. Other people have claimed this isn't neccessary. I figure why guess? Better to know. Regards, A

Re: How to mark all TAPEPOOL volumes read only

2003-11-05 Thread Allen Barth
this will do it: upd vol * wherestg=TAPEPOOL acc=reado Regards, Al Barth t-14 days Farren Minns <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 11/05/03 09:08 AM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subj

Re: 3494 Library and dual gripper?

2003-10-24 Thread Allen Barth
Our dual gripper is used 6% of the time, but we also have an HA setup (2 accessors) which requires dual grippers. You do lose storage slots at the top and bottom as noted, but the thing I don't understand is why the top 2 slots of the I/O door aren't blocked out like the shelves because the bottom

Re: Old Version ADSM Database problem

2003-09-26 Thread Allen Barth
Stuart- Didn't see an answer to your question posted on the list. If there was, my apologies. Yes, just delete the db disk vol which contains the error. The mirrored dbvol will become the primary. You can then OS delete the old db.vol file and then run a DSMFMT to create/format it again. Th

Re: 4.2.2.12 to 5.1.0.0 upgrade and PATHS

2003-09-11 Thread Allen Barth
The path definitions should be automatically defined during the upgrade of TSM. Farren Minns <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 09/11/03 06:53 AM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject

Re: reorg offsite data - noncollocated to collocated

2003-09-10 Thread Allen Barth
This is a SERIOUS shortcoming of TSM, and something I've brought up several times over the past 6 years! But the TSM folks just don't seem to get it. I'll try again. I believe the situation as presented in the original post, which comes up more and more often, could be solved easily if we co

Re: mtlib - how many frames?

2003-09-04 Thread Allen Barth
Matthew, There's no command I know of which will tell you number of 'frames'. Total number of drives in the ATL, sure: mtlib -lblah-D Al "Large, Matthew" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 09/04/03 04:07 AM Please respond to "ADSM: Dist Stor Manager"

Re: ANR8447E No drives are currently available in library

2003-09-04 Thread Allen Barth
Maxim, When you say "deleted and redefined drives" what that in Solaris or TSM? I've had similar situations (on AIX) and was successful delete/redefining drives 1st on the OS, then in TSM. Al "Maxim Baturin" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 09/03/03 1

Re: Complete a SQL statement

2003-07-22 Thread Allen Barth
Fred the number of parens is not balanced. You're missing a right paren somewhere. Fred Johanson <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 07/22/03 02:34 PM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: S

Re: DB Restore Using Server To Server Virtual Volume Failing

2003-07-01 Thread Allen Barth
FWIW, Another important bit is server versions. I've experienced the same sort of thing when server versions where different, especially when the target server was at a lower release. An upgrade of the target server removed my errors. Al Barth Richard Sims <[EMAIL PROTECTED]> Sent by: "ADSM:

Re: MOVE NODEDATA on a copypool doesn't process anything

2003-06-03 Thread Allen Barth
Over two years ago I asked for the following enhancements: add the node= parameter to move data command add the stgpool= parameter to delete filespace command I still believe these would provide a great enhancement to storage management. Al Jurjen Oskam <[EMAIL PROTECTED]> Sent by: "ADSM: Dis

Re: License Pricing

2003-03-19 Thread Allen Barth
/soapbox on/ Well then. Following this to the logical end suggests the server should be free, because you can't use it for anything without a client. However, also consider under the current pricing scheme: a large n-way client with huge fairly static files will cost more versus a single proc

Re: Questions about "atape" upgrade

2003-03-19 Thread Allen Barth
So far every single time I've upgraded Atape over the last 6 years I've done it thru smit install without doing a deinstall of the previous version, and have not had any problems. My experience is that the process has always deleted and redefine the rmt#'s. Note that some of the levels of Atape h

Re: Native 3590 drives

2003-03-19 Thread Allen Barth
I'm not sure if this applies in os/390 as it does in AIX, but did you: - specify enable3590 yes in dsmserv.opt - create new 3590 device class - checkin new libvols with status=scratch and devt=3590 Jim Kirkman <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 03/18/03

Re: Creating two tape copies offsite with each has Different Retention

2003-03-12 Thread Allen Barth
Ah, this again. Your mananger needs to be taken out back and beaten until agreeing to both read ITSM concepts manual and be subjected to a quiz. :-O) TSM manages DATA via mgmtclass parameters you specify. IE, x number versions kept for so many days, etc. and into which primary pool should the

Re: Problem while using "move drmedia"

2003-03-03 Thread Allen Barth
age, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy al

Re: Problem while using "move drmedia"

2003-02-28 Thread Allen Barth
Please explain more, as I don't see how anything would change. Inserted tapes in a 3494 go to category FF00 which means "who wants to adopt me?" Are there some additional parms now in TSM to allow the search=yes and "tapes that begin with xxx" which work for a 3494? I admit I haven't looked rec

Re: Problem while using "move drmedia"

2003-02-28 Thread Allen Barth
BTDT! I use this AIX script: (modified for your volsers) cp /dev/null temp.file for volid in `mtlib -l/dev/lmcp0 -qC -sff00|grep ^AIX|cut -c-6` do echo "checkin libv 3494vts $volid status=scratch checklabel=no" >> temp.file done dsmadmc -id=... -pass=... macro temp.file Tommy Templeton <

Re: configuring a disk storage volume how

2003-02-28 Thread Allen Barth
Paul, try this: Under smit->user->change/show chariceristics of a user for root, what is the soft file size limit? Been bit by this before. Setting it to -1 (negative one) removes any filesize limitations. Regards, Al "Coviello, Paul" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager

Re: Checkin multiple tapes to 3494 library

2003-02-27 Thread Allen Barth
Agreed! I have gotten numerous boxes of 'prelabeled' tapes only to find that the vendor had only applied the barcodes. Al Richard Sims <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 02/26/03 12:55 PM Please respond to "ADSM: Dist Stor Manager" To: [E

Re: AIX Client automatic start for dsmcad

2003-02-27 Thread Allen Barth
I'm at AIX 4.3.3 ML 10 Somewhere along ML 6 or so, additional entries were added to /etc/inittab such that an rc script gets executed and passed the run-level much like in Solaris and other unix environments. Example: l2:2:wait:/etc/rc.d/rc 2 l3:3:wait:/etc/rc.d/rc 3 l4:4:wait:/etc/rc.d/rc 4 l5:5

Re: Checkin multiple tapes to 3494 library

2003-02-25 Thread Allen Barth
You got several answers, but I got questions for you. 1. Is the 3494 shared? 2. Do you know if the tapes are initialized? If the 3494 is shared, you can't just do a search=yes because you may very well get tapes that *shouldn't* belong to ITSM If the tapes aren't initialized then you can't just

Re: summary-table

2003-02-07 Thread Allen Barth
It's stuff like this that makes my shake my head in disbelief... The summary table was working fine will ALL my clients, regardless of version, when the server was 4.1.5. After upgrading ONLY the server to 5.1.5. the byte counts in the summary table are Zeroes. Hmmm, compatability tested? I thi

export/import via virtual vols help

2003-02-07 Thread Allen Barth
Hi list- Due to some restructuring, I need to export node 'x' from TSM server 'k' and then import it to TSM server 'c'. I want to use virtual vols. I set up the server-server comm stuff, devc, and client nodes as needed. I ran the export node 'x' on server 'k' specifying a devc that points to se

Re: PMR 02528, 082

2003-02-07 Thread Allen Barth
[lobbing armor piercing verbage] Oh ye of narrow vision and holder of golden horseshoe of hardware luck: 1. Have you ever lost a stg pool disk? And before you answer "well ya just backup again" 2. SOME DATA IS IMPOSSIBLE TO BACKUP AGAIN! 3. I REPEAT! Along with regular clients, I backup data

Re: Move nodedata

2003-02-07 Thread Allen Barth
You need to isolate the data for that server/filespace in the copypool in order to delete ONLY that data. I've used this brute force method before: Turn colocation on for the copypool at client/filespace level as needed. find copypool volumes containing data for the client using: select volume_nam

Re: upgrade to TSM 5.1 from TSM 4.1

2003-02-05 Thread Allen Barth
I did the same, but then continued on to 5.1.5. No problems during upgrade as long as you follow the instructions. Make sure you choose the correct filesets for TSM (32 bit). I've heard where the upgrade db doesn't get done automatically for some (mine did), but that can be done manually. "

Re: To Collate or Not to Collate? - UPDATE

2003-01-21 Thread Allen Barth
select distinct(volume_name) from volumeusage where node_name='YOUR-NODENAME-GOES-HERE' David E Ehresman <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 01/15/03 12:40 PM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc:

Re: 3494 and tapes question.

2003-01-15 Thread Allen Barth
Hello Farren. As others have said, and I cannot agree more, yes you can do this but it gets ugly.real quick! Tape reclamation is the area which I find suffers the most, particularly for copypool reclamation. How much depends greatly on your mgmtclass parms for version limits, expiration, a

Re: To Collate or Not to Collate? - UPDATE

2003-01-15 Thread Allen Barth
Glad you found it! However, regarding the collocation=no issue on copypools Having done TSM DR recoveries at an offsite location a few times, let me share my experiences. When I started with TSM I had one copypool with colloc=no. We then did our first DR recovery test where my goal was to

Re: Migration from AIX to Solaris

2002-11-22 Thread Allen Barth
-AIX tape drivers. I don't know if that is feasible and again, it isn't supported if a problem does occur. I've heard that somewhere in 5.2 or higher Tivoli is planning something to help moving a server across platforms, but we aren't there yet. -Original Message- From

Re: Migration from AIX to Solaris

2002-11-22 Thread Allen Barth
Are you saying that the internal format of the db changes between OS's? If not, I wonder if this would work: Install ITSM on Solaris Export filesystems on AIX containing db and log areas NFS mount those filesystems to Solaris Update dsmserv.dsk on Solaris to point to NFS db and log areas Insight

Re: 3590 Tape Drives

2002-11-21 Thread Allen Barth
I'll 2nd that on the cleaner blocks. We had many problems with media errors until we *made* the CE remove the blocks. He shook his head and said "Alright, it's your system"..Media errors just about vanished. In 6 years of 3494 with 3490e and 3590 drives, I have only had 5 that were destoryed

Re: dsmcad scheduler and multiple tasks

2002-11-18 Thread Allen Barth
omas Denier" <[EMAIL PROTECTED]> 11/14/02 03:45 PM To: [EMAIL PROTECTED], Allen Barth/Chicago/DBNA/DeuBa@DBNA cc: Subject:Re: dsmcad scheduler and multiple tasks > Is there any way, or is it possible, to get more than one scheduled event > to occur on

dsmcad scheduler and multiple tasks

2002-11-14 Thread Allen Barth
Hello list. Is there any way, or is it possible, to get more than one scheduled event to occur on a client during the same time (or overlapping times) in which the scheduler is controlled via dsmcad? I don't remember if this was even possible using 'dsmc sched'. Example: At midnight a schedule

Re: Space reclamation of offsite copy pool takes forever

2002-11-12 Thread Allen Barth
Are you running with colocation enabled anywhere? For best reclaim performance, I have found that having colocation enabled=yes on both onsite and offsite pools works the best. Why? Reduction of tape mounts. Cost? Need more tapes, especially in offsite pool. Per pool: Keep in mind that onsite

Re: 3590 Firmware

2002-10-22 Thread Allen Barth
A little off base? Yes and no. My CE will gladly do FMR microcode updates (for a fee). You can download them from index.storsys.ibm.com/3590/code3590 (well this is where I get them for AIX) and be aware that you may also need some compatable level of Atape driver too (See index.storsys.ibm.com/

Re: email notification

2002-09-10 Thread Allen Barth
Joni- When you say "script", are you talking about a TSM script or an OS script? Sounds to me that you're doing a TSM script and, as such, the message is completely valid. There is no mail command in TSM. In AIX I have client schedules set up which run shell scripts. Regards, Al Joni Moye

Re: AIX Disk questions

2002-04-10 Thread Allen Barth
It is possible that the disks in question were previously used in a raid configuration. As such they won't configure as hdisks. Go into diag, service aids, ssa service aids and reformat them as AIX system disks. You can get the serial numbers from lscfg -vp output. After that do a cfgmgr and t

Re: 3494 Volume Stealing

2002-03-20 Thread Allen Barth
of problems, I have sturdier ground to stand on to get IBM to provide the functionality. And why are they having these problems, because everyone wants the reliability of the 3590 platform, have this library already installed and say why not. -Original Message- From: Allen Barth [mailto:[

Re: 3494 Volume Stealing

2002-03-19 Thread Allen Barth
I stand by the statement that the 3494 volume claiming is working as designed. I have a 3494 which for the last 6 years is used concurrently by: multiple non-shared os/390 lpars two disparate as/400 systems multiple rs/6k servers 2 TSM systems Yes, it is up to the 'host software' to maintain cat

Re: copy storage pool reclamation question

2002-03-18 Thread Allen Barth
TSM will use the media that is available. If the copypool tapes are still READW or READO, TSM will call for their mount. If those tapes are OFFSITE then TSM will call for primary volume mounts as long as those tapes are READW or READO.Please note that all this has NOTHING to do with whether

Re: 3494 Volume Stealing

2002-03-18 Thread Allen Barth
It wasn't stolen. I have seen where the 3494 will eject a cart all on its own for various reasons. This action is not sent to TSM. Perhaps the operators saw the tape in the IO door and just pulled it out and put it back in without letting anyone know. Mine have done that several times, the vol

Re: backup storage pools - quick question...

2002-03-13 Thread Allen Barth
Joe, Yes, you can start backup stgpools before your cleint backups are complete. NO, the client data arriving at the server after the backup stgpool is begun does not get backed up to the copypool in this cycle. Backup stgpool is an incremental function in the same sense of client incrementals:

Re: how to reserve drive

2002-03-13 Thread Allen Barth
Depends upon just what you mean by 'reserve'. Can you make db backups use the same drive in a library/devc. That answer is no. You could, however, define a 2nd library/devc and define one of the drives to it. Depending on your server level, drive sharing may be available, otherwise you'd have

Re: No drives available - UPDATE

2002-03-12 Thread Allen Barth
Actually it's a little worse I found the hard way that the tapes which been emptied by move data or reclamation also needed to be deleted. TSM somehow seems to record the tape density/capacity when the tape is added to a stg pool. I had, um, several tapes that would fail mounts and gen

Re: How to use string operators in select statement - TSM.

2002-03-01 Thread Allen Barth
I think this is what you want: Select * from actlog where left(message,10)='ANR2565I' Regards, Al mobeenm <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 02/28/02 03:21 AM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc:

Re: Bad performance with FC attached disk and tape

2002-02-21 Thread Allen Barth
Joshua, I've heard this before, but I couldn't find anyone at IBM to confirm it. SO. I've been running tape and dasd thru the same FC adapter for about a year now. Traffic goes from rs6k to an IBM2109 (brocade) switch and then splits from there. I suspect the switch is handling the arb

Re: Expiration processing

2002-02-21 Thread Allen Barth
Also make sure you've got either EXPQUIET specified in your server options file, or specify QUIET=YES on the expire command. David Longo cc: Sent by: "ADSM: Dist Subject: Re: Expiration processing

Re: stroage media errors

2002-02-12 Thread Allen Barth
Mark the tapes as read-only. When the tapes were added to TSM, it recorded the fact that they are B1A density. During reclamation, move data, and audit vol, TSM tries to mount the tapes R/W. The message is accurate because you don't have any drives that can write at B1A density. If you mark t

Re: Tivoli SAN definition - tivoli.tsm.devices.fcprte

2002-02-01 Thread Allen Barth
OOPS, it's early and I hit the reply before all your text registered in the grey noodle. Is there enough room in /usr? Have you installed the device drivers for the fcp adapter card? Jason Morgan cc: Sent by:

Re: Tivoli SAN definition - tivoli.tsm.devices.fcprte

2002-02-01 Thread Allen Barth
Jason, you cannot have both. ..rte is scsi support ..fcprte is scsi AND fcp support de-install the .rte and then install the .fcprte Al Jason Morgan cc: Sent by: Subject: Tivoli SAN definitio

Cloptset and local inclexcl file

2002-01-15 Thread Allen Barth
Hi all. I've got a client option set defined on the server for my UNIX clients. The include-exclude specifications fulfill most everything I need. However there are some UNIX clients which have a few special case needs. As such these boxes have a local inclexcl file specified in the dsm.sys.

Re: Tape question

2002-01-14 Thread Allen Barth
Fred, if the users' data is already compressed (ie BACKTRACK data) coming in it is quite possible to get only this much. You don't say, but are these K or J carts? In my experience with J carts I was getting 12-60 gig per cart depending on the data, with an average around 18G. Also I think I'd

Re: Migration/storage pool backup ?'s

2002-01-04 Thread Allen Barth
While you don't mention what the tape usage is during the day, I'd create a schedule which runs every hour or two which does a BACKUP STG disk copypool. Doing this allows this oracle archive data to get copied to the copy pool on several small increments and thus the majority of the data is alread

Re: TSM 4.2.1.7 Upgrade-

2001-12-18 Thread Allen Barth
FYI- My TSM server is 4.1.4 on AIX 4.3.3. I had already been at Atape 6.1.9 and atldd 5.0.7, and was experiencing the 'lost track of tape drives problem'. Ended up having to upgrade the microcode on my fibre attached 3590e's to level E350. Poof...problem gone! Al Barth Zurich Scudder Investm

Re: Sharing the 3494 with OS/390 and AS/400

2001-11-27 Thread Allen Barth
Bazuin- I have *exactly* this combo. Each platform must be careful to claim only those tapes in insert category (ff00) which it owns. For my Tivoli server in AIX, I have a script which runs hourly to find insert mode carts that belong to Tivoli and generate batch LABEL LIBV commands. In os/39

Re: Client and AIX mirrored disks...

2001-10-24 Thread Allen Barth
I haven't been able to find this Redbook online. Got a number for it? Thanks, Al Barth Zurich Scudder Investments Steve Harris <[EMAIL PROTECTED]To: [EMAIL PROTECTED] LD.GOV.AU>cc: S

Re: Expiration in 4.1.3

2001-10-23 Thread Allen Barth
I migrated TSM from 4.1.0 to 4.1.4 on AIX 4.3.3 ML6. The inventory expiration that used to run in about 2 hours is now takes anywhere from 4 to 12 hours. Al Barth Zurich Scudder Investments Andy Carlson <[EMAIL PROTECTED]To: [EMAIL PROTECTE

Re: FC Tape Drive Multi-Pathing?

2001-09-25 Thread Allen Barth
Last I heard, mixing multipath dasd with tape activity on the same FC card is not supported, and from what I've seen on my system, this seems to be the case. I've got 2 FC adapters in a 7026-H70 risc box at AIX 4.3.3. These are connected to an IBM 2109 FC switch which is some model brocade. Fr

Re: Verification

2001-08-23 Thread Allen Barth
Here here! I suppose I might even be tempted to challenge the user to explaine why they believe the files on disk are valid an intact in the first place. Then I'd tell them their files are on RAID5 and enjoy the expressions. Al "Cook, Dwight E"

Re: Hand-held 3590 barcode reader?

2001-07-27 Thread Allen Barth
We're using some from 'Symbol' and they hook into an interface which then uploades data to a CA product on a pc Al Barth Zurich Scudder Investments David Longo cc: Sent by: "ADSM: DistSubject: Re: Hand-he

Re: HTTP sessions in TSM 4.1.3.0 (also, memory leak...)

2001-05-29 Thread Allen Barth
Hmmm, a wide spread problem. I have these sessions from time to time with a TSM 4.1.1 server running in AIX 4.3.3 ml 6. I've found that when these sessions are present, the CPU is maxed out. Killing these sessions restores the CPU to normal usage. I've played with several versions/makes of br

Re: Urgent!!! transferring adsm server into new machine

2001-04-06 Thread Allen Barth
A little planning, and the right hardware go a long way. I had SSA disks looped thru both machines, and made sure all my TSM stuff was in a VG on those disks. TSM was installed on the new box equal to the version on the old box. Move time was simply: Shut down TSM on old box, and shutdown new b

Re: TSM Server 3.7.3 running on AIX 4.3.3 with 2 CPUs at 200 MHzand 2 GB of RAM

2001-04-02 Thread Allen Barth
Well I've got a 4.1.1 TSM server on AIX 4.3.3.06 in an H70 box and this morning our performance guy came over and said "dsmserv is killing the box". I logged in to TSM and found several old web admin client sessions hanging around. Killed those, cpu back to normal. It's a shot... Al Barth Zur

Re: move data

2001-03-23 Thread Allen Barth
All- I believe that Gisbert is saying that he's got data from node-a in a storage pool 'x' where it should be in pool 'y'. TSM provide no direct function to move the data for a specific node. His best shot at accomplishing the task, as I understood it, was if pool 'x' has colocation on. There

Re: Cleaning Carts

2001-03-23 Thread Allen Barth
Richard is correct in once a "cart" is ejected from the 3494, the vol info is deleted from the 3494 database. However, both our operators and I have re-inserted 'used up, ejected' cleaner carts and the 3494 happily uses them again. So the question then becomes "Are these cleaner carts doing anyt

Re: 3494 library / VOLSER problem - SOLVED

2001-03-21 Thread Allen Barth
To do a list database, I have to take the 3494 offline. Now 'search database' with no parameters will yield a list of everything 100 at a time and I suppose I could stand there looking for the cell(s) containing the offending carts. But a 3494 in HA with home location of 'float' could very possi

Re: 3494 library / VOLSER problem - SOLVED

2001-03-20 Thread Allen Barth
Congrats! I'll follow the same method if should I come across enough time to do an inventory on the 3494. Ours is hooked to os/390(many lpars), multiple rs/6k, and multiple as/400 machines. Finding or scheduling time is difficult. Now should the 3494 breakHmmm.. Nonetheless, I view

Re: 3494 library / VOLSER problem

2001-03-20 Thread Allen Barth
Actually, good quality barcode labels WILL come all on their own provided they were improperly put on. Our operators have given us this oportunity multiple times. And there is NO way to query the library manager to tell you what volser is in a given slot, short of manually paging thru the entire

Re: AIX client dumping core during backup

2001-03-15 Thread Allen Barth
I don't think this is a passwd file problem, as we get them frequently in SQL-BT, and at this time the user has signed on. However I do think it does have something to do with authentication. FYI we also get these with SQL-BT for MS SQL server on NT. Andrea Campi

Re: Offsite tapes expiration

2001-03-13 Thread Allen Barth
Also give thought to "Is there enough time allocated to reclamation?" Do a scan of the actlog to make sure there isn't something preventing successfull offsite reclamation. An onsite tape with errors or in unavailable status will play havoc with reclamations both offsite and onsite.

Re: Point-In-Time Restore

2001-03-13 Thread Allen Barth
Andy- You make mention of "Depending on how often your directories change, this could potentially impact the size of our TSM database." What is the definition of when a directory changes. We've got some dirs that haven't changed since inception with respect to permissions, access right, ACL's,

Re: SQL-Backtrack OBSI Module (via TSM API) for Oracle -versus- TSM TDP for Oracle

2001-03-12 Thread Allen Barth
Hi all We've been using SQL-Backtrack for Sybase and Oracle for 4+ years. And recently: Upgrading the obsi to v2.5 yielded a non functioning system. BMC personnel, after spending 3 days trying to dial into our system (got warm fuzzies just with that alone) did manage to get their stuff to work

Re: EXCLUDE.DIR

2001-03-02 Thread Allen Barth
Did I hear UNIX? Include/exclude statements go in a file which gets pointed to via the INCLEXCL parm in the dsm.sys. Said file needs to be world readable. "Malbrough, Demetrius" To: [EMAIL PROTECTED] Subj

Re: How to find out what tape's a client data are on ?

2001-03-01 Thread Allen Barth
While your statement is technically true Andy, *SM does take the liberty of folding various fields to UPPER CASE which IMHO is just plain dumb. OOPS, forgot that mainframe heritage. Al Barth Zurich Scudder Investments Andy Raibeck cc:

Re: Backup versions

2001-01-31 Thread Allen Barth
This is a case for archive! Brian Nick cc: Sent by: Subject: Backup versions "ADSM: Dist Stor Manager" <[EMAIL PROTECTED] RI

Re: shared 3590

2001-01-30 Thread Allen Barth
Welcome to the world of dueling hosts. ...been there done that this condition is fixed by patching the mainframe. Get a good understanding of what happens during library insert mode with respect to the hosts attached, then look for info on CBRUXENT. This module is part of OAM and provi

Re: DIRMC - disadvantages only?

2000-11-20 Thread Allen Barth
Hello all. When I saw this posting I was tempted to reply but knowing I had a DR test coming in mid-NOV I figured I'd get some real life data about DIRMC to share with everyone. I was not prepared for what happened. Background: Server TSM4.1.1 on AIX 4.3.3.6 Client TSM4.1.1 on AIX 4.3.3.6 I ha

Re: DR test-testing

2000-11-14 Thread Allen Barth
Sure! Use the virtualnodename parameter in dsm.opt "Wise, Alan N." To: [EMAIL PROTECTED] Subject: DR test-testing Sent by: "ADSM: Dist St

Re: Move client data to another stgpool

2000-10-24 Thread Allen Barth
Well, yes and no, depending on how much pain you are willing to put up with. If you are looking to be able to directly MOVE the data for these filesystems, the answer is NO! That funtionality doesn't exist in TSM, but has been requested several times. The only way I got done what you're looking

Re: Capacity figures not quite working out...why?

2000-10-03 Thread Allen Barth
apples - organges = bananas What I mean by this is your method is flawed. You can't rely on numbers from TSM (selects) and numbers from the 3494 (mtlib) to mean the same things. For example: you did not consider tapes in INSERT mode in the 3494. They indeed take up space but are niether private

Re: ADSM 3.1.2.5x and 3590 Extended Length?

2000-10-02 Thread Allen Barth
Richard, Yes, it will, or should. I'm running a 3.1.2.20 AIX server with 3590e J and K carts in my 3494. Had to upgrade Atape.driver and atldd.driver (did this long before the CE's did the MES). As previously mentioned in the forum, it's probably a good idea to mark existing J's to readonly

Re: Views on ADSM rating question

2000-09-28 Thread Allen Barth
I found that my view of TSM over the past 4 years is a moving target, as new situations unfolded. Overall I'll give it an 8. I'm currently going through a massive storage pool rework due to several factors. Over time the number of frames on our 3494 has gone from 1 to 8 to 6 (because we've got

Re: Restore Volume from offsite tapes

2000-09-28 Thread Allen Barth
I'll 2nd that! I've found many tapes in creative location in our 3494. Besides the floor, I've found them between racks, one riding back and forth on the bottom frame fo the robot car, and as we have HA, found one in the 2nd gripper on a robot arm that died just at the right time, and also found

Re: Changing configuration to use 4 drives

2000-09-27 Thread Allen Barth
I also experienced this problem, and besides doing everything that Reinhard says, I also had to update the devclass for the 3590's to FORMAT=3590E-C instead of DRIVE. That was the ultimate solution. In our case this problem quickly came to light because restores began to fail. The odd thing abo

Re: Moving from single length to extended length 3590 cartridge t apes.

2000-08-31 Thread Allen Barth
Agreed. To the point! You will, of course, need the MES to upgrade the physical drives to handle K capacity carts, and there is a minimum level of tape driver needed too. But that said, I have both 'J' and 'K' carts in the same library, same pools, save devclasses, etc and working just fine

Re: 3494 and RS6000 SP connection

2000-08-17 Thread Allen Barth
I don't see why they say it wouldn't work. You'll probably need some sort of rs-232 adapter in the node though. For what it's worth, having been connected via rs232 (not from an SP) but now connected via ethernet, I won't go back. The access speed and reliablility of ethernet over serial, not t

Re: compatibility

2000-08-16 Thread Allen Barth
Hi Tom, I also have a problem with Backtrack and signal 11's. I'm using 3.7.x clients into a 3.1.x server (soon to be upgraded to 3.7). We have a couple of nodes using the 4.1 client, none of them being unix, and haven't seen any issues. Can you share your issue # with BMC to me? I'll pass th

Re: Moving from RS6K AIX H50s to H70s

2000-07-25 Thread Allen Barth
Hi Ken, Been there, did that. It may be easier than you think. This is all predicated on having SSA disks, but here's what I did: 1. Made sure all ADSM 'space' was on ssa, in it's own VG. (this includes vol hist, device config, scripts...in short anything needed to run ADSM apart from the bina