SV: RHEL5-2.6.18.96 - Lin_tape 1.24-Sandiscovery wont work

2009-09-18 Thread Christian Svensson
Hi Jane, I normally don't use or turn on SANDiscovery on Linux 86_64 and x86 because of that reason, it normally don't work. I sow a article on IBM website where you need to copy a library file to /opt/tivoli/tsm/server/bin or something like that but it never worked. One thing that pops up in m

Calculate total data backed up on tape

2009-09-18 Thread Moyer, Joni M
Hi Everyone, Would anyone know how to calculate the total amount of data that is stored on physical tape? All of my physical tapes begin with a T* so I'm thinking this would be easy, but I have not found the correct syntax that works yet. Any ideas? Thanks in advance! Joni Moyer Storage Adm

Re: Calculate total data backed up on tape

2009-09-18 Thread Paul van Dongen
Hi, This one could give you an approximate value, but we have to remember that tapes in the FILLING status have their %utilized obtained using an estimate (estcap_MB), and thus are not 100% correct. select pct_utilized,est_capacity_mb,(cast(pct_utilized/100 as decimal(5,3))*est_capacity_mb) a

Re: Calculate total data backed up on tape

2009-09-18 Thread David McClelland
Joni, Various ways to skin this cat. Is there a naming convention that links together your tape storage pools? Getting stuff from the OCCUPANCY table might be pretty accurate - this query splits up PRIMARY and COPY tape usage, based upon a convention of *TAPE and *COPY naming convention. select d

Script for back up pool and db for tape drive manual

2009-09-18 Thread Bruno Oliveira
I have a tape drive VXA-3 manual, I set up a script to copy what has changed in the pool and the database to the same tape without eject there. Where can I get information about how to build scripts in TSM? Server version: 5.5 -- abs, Bruno Oliveira Beagá - Minas Gerais - Brazil 55 31 9342 4111

Tape drive manual

2009-09-18 Thread Bruno Oliveira
I need to back up the bank and a full backup of the storage pool to the same tape for a week. How do it in TSM? -- abs, Bruno Oliveira Beagá - Minas Gerais - Brazil 55 31 9342 4111

Re: Tape drive manual

2009-09-18 Thread Bruno Oliveira
I understand, thank you for the tip and I apologize. I have a small environment where you are using the IBM Tivoli Storage Manager 5.5 as the backup server. Using client BA client, TDP TDP SQL and Exchange backup to realize a pool hard disk. The company have a tape drive manual, and the data in t

Re: Calculate total data backed up on tape

2009-09-18 Thread Evans, Bill
Well, as stated, there are many ways... query occupancy (help q occ) will give you various ways to view occupancy. I use this script to view total occupancy... Display Total Space Occupied: select sum(num_files) as "Files", - sum(logical_mb) as "Logical MB", - sum(physical_mb) as "Physical MB"

Re: Tape drive manual

2009-09-18 Thread Richard Sims
On Sep 18, 2009, at 9:56 AM, Bruno Oliveira wrote: I have a small environment where you are using the IBM Tivoli Storage Manager 5.5 as the backup server. Using client BA client, TDP TDP SQL and Exchange backup to realize a pool hard disk. The company have a tape drive manual, and the data in

Restore error - invalid "version id's list" field found in "ObjRtrv" verb

2009-09-18 Thread Jacques Van Den Berg
Hi, Has anyone seen this warning/error before? I'm trying to restore a file space. TSM Client 5.5.2.2 TSM Server 5.5.2.1 Both Client & Server AIX 5.3 09/18/09 11:24:14 ANE4964I (Session: 18, Node: PORTALDEV) Elapsed processing time:00:

TSM architecture

2009-09-18 Thread Haberstroh, Debbie (IT)
Hi All, My current environment is TSM 5.5.3, 1 library manager, 3 database servers. These are installed on a P550 AIX 5.3 system in separate LPAR's. We have 355 clients, 200 + are active. My current TSM databases are 100GB, 65-82% utilized. We are going to be doing a large business object

Re: TSM architecture

2009-09-18 Thread David McClelland
Immediate quick thought is that whilst much of the client backup activity for a TSM Server may well be overnight, most TSM Servers perform their not-insignificant essential housekeeping during the day which, depending upon the load of your TSM Server, may be a considerable drain on the system's I/O

Re: TSM architecture

2009-09-18 Thread Richard Rhodes
Our TSM servers are busy around the clock. In fact, 6am-noon is some of the busiest with migrations going on. "Haberstroh, Debbie (IT)" ADSM-L@VM.MARIST.EDU Sent by: "ADSM:cc

Re: TSM architecture

2009-09-18 Thread Shawn Drew
All of this depends on the amount of data involved, not the number of nodes. We have some TSM instances with 50 nodes that finish their backups by 3AM or so. and all the house-keeping finishes by 6AM. Regards, Shawn Shawn Drew Internet rrho.

Re: TSM architecture

2009-09-18 Thread Wanda Prather
FWIW, When you upgrade to 6.1, your TSM server will be running Websphere (for the ISC) and DB2, plus TSM. I think your current way of "stacking" via LPARs is a better choice. W On Fri, Sep 18, 2009 at 12:01 PM, Shawn Drew < shawn.d...@americas.bnpparibas.com> wrote: > All of this depends on th

Re: TSM architecture

2009-09-18 Thread Robert R Price
Also, please consider system maintenance. TSM is usually maintained during the day when backups are not running. Ask you newby architect if you can take this system down during the day for OS maintenance/problems/etc. ROBERT R. PRICE TSM Administrator CSC Phone: 412-342-1947 Fax: 412-342-1755 rp

Re: TSM architecture

2009-09-18 Thread km
On 18/09, Haberstroh, Debbie (IT) wrote: > Hi All, > > My current environment is TSM 5.5.3, 1 library manager, 3 database servers. > These are installed on a P550 AIX 5.3 system in separate LPAR's. We have 355 > clients, 200 + are active. My current TSM databases are 100GB, 65-82% > utilized.

Re: TSM architecture

2009-09-18 Thread Richard Sims
We technicians tend to think about this issue in terms of processing capacity. Others in the organization may consider it in different terms, and indeed perhaps should be reviewed on that larger scale. If I were a technology-savvy expert in your Security Department and was made aware of this que

Re: TSM architecture

2009-09-18 Thread Haberstroh, Debbie (IT)
Thanks to all, you have given me some good arguments. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu]on Behalf Of Richard Sims Sent: Friday, September 18, 2009 1:43 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] TSM architecture We technicians tend to th