Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread km
On 12/01, Kauffman, Tom wrote: > > FWIW, you are getting >30 MB/sec for the BACKUP STGPOOL process. If, > > as the names imply, your copy pool is on LTO2, that's about the best > > you can get. > > Easy solution is to throw another pair of drives into that process, > > if you've got them. > > And

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread Kauffman, Tom
Original Message From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Wanda Prather Sent: Monday, January 12, 2009 10:48 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread Wanda Prather
This will give you the BACKUP stats from the summary table: select cast(activity as char(7)) as "Action",left(entity,16) as "Client" ,cast(month(start_time) as varchar(2))|| '-' || cast(day(start_time) as varchar(2)) as "Date", left(cast(time(start_time) as varchar(8) ),5) as "St

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread km
On 12/01, Kauffman, Tom wrote: > > On Fri, Jan 9, 2009 at 3:45 PM, Kauffman, Tom > > wrote: > > > > You can get that pretty easily from the SUMMARY table. You'll have > > to play with it though, to pick out specifically which stgpool > > process you want. > > Start here with: > > > > select * fro

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread Kauffman, Tom
Original Message From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Lindsay Morris Sent: Friday, January 09, 2009 3:54 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-12 Thread Kauffman, Tom
> On Fri, Jan 9, 2009 at 3:45 PM, Kauffman, Tom > wrote: > >> Specifically, I'd like to get the byte-count backed up to my off-site >> copygroups by node name withing storage pool. >> >> The file count would be nice, but I'll setlle for the byte count. > Boy, I shouldn't post things late on Frida

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-09 Thread Lindsay Morris
Bingo, Wanda! -- Mr. Lindsay Morris Principal www.tsmworks.com 919-403-8260 lind...@tsmworks.com On Jan 9, 2009, at Jan 9, 4:01 PM, Wanda Prather wrote: On Fri, Jan 9, 2009 at 3:45 PM, Kauffman, Tom wrote: Specifically, I'd like to get the byte-count backed up to my off-site copygrou

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-09 Thread Wanda Prather
On Fri, Jan 9, 2009 at 3:45 PM, Kauffman, Tom wrote: > Specifically, I'd like to get the byte-count backed up to my off-site > copygroups by node name withing storage pool. > > The file count would be nice, but I'll setlle for the byte count. tsm: TSMSERVER1>select stgpool_name,node_name, ca

Re: I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-09 Thread Lindsay Morris
Servergraph shows you the occupancy by node, for on-site and offsite pools. If you measure these two things right after a backup stgpool completes, they ought to match. (if you let a backup run, then they won't, of course.) You don't need Servergraph to do this, just a query occupancy with some g

I'm missing something somewhere -- I need statistics on storage pool backup and can't seem to find them

2009-01-09 Thread Kauffman, Tom
Specifically, I'd like to get the byte-count backed up to my off-site copygroups by node name withing storage pool. The file count would be nice, but I'll setlle for the byte count. I'd also like to be able to get the start/end times and total data transfer by process. Is any of this readily

How to verify storage pool backup

2008-07-02 Thread Lee, Gary D.
Thanks for all the suggestions and pointers. I have enough to go on now. The list always has enough info to get me pointed in the right direction. Gary Lee Senior System Programmer Ball State University phone: 765-285-1310

Re: How to verify storage pool backup

2008-07-02 Thread Shawn Drew
Subject [ADSM-L] How to verify storage pool backup Is there a practical way to verify that all contents of storage pools have been backed up? It looks as if it would be unwise to try checking each individual file, however, I need this to show management that we are taking dr seriously. Thank yo

Re: How to verify storage pool backup

2008-07-02 Thread Adamczyk, Matthew
Jul 02 09:29:39 2008 Subject: [ADSM-L] How to verify storage pool backup Is there a practical way to verify that all contents of storage pools have been backed up? It looks as if it would be unwise to try checking each individual file, however, I need this to show management that we are taking

Re: How to verify storage pool backup

2008-07-02 Thread Meadows Andrew
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Lee, Gary D. Sent: Wednesday, July 02, 2008 9:30 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] How to verify storage pool backup Is there a practical way to verify that all contents of storage pools have been backed up? It looks a

How to verify storage pool backup

2008-07-02 Thread Lee, Gary D.
Is there a practical way to verify that all contents of storage pools have been backed up? It looks as if it would be unwise to try checking each individual file, however, I need this to show management that we are taking dr seriously. Thank you for your time and consideration. Gary Lee Senio

Storage Pool Backup?

2005-10-13 Thread Joni Moyer
Hello everyone, I am having issues with a tape drive shortage. I currently have 15 LTO2 tape drives that are being shared between 2 TSM servers that are being managed by an External library through ACSLS & Gresham. I only want each system to use 6 drives for the backup of the storage pools. Wou

Re: Storage Pool Backup Issue

2005-07-01 Thread Steven Harris
Joni, In the past I have run two scripts, one for disk to tape and one for tape to tape, and I just threw everything at TSM at once and let it handle the tape allocation. I used a schedule that checked for a backup stg process and either scheduled itself for five minutes into the future or kick

Re: Storage Pool Backup Issue

2005-06-30 Thread David E Ehresman
I use a script that starts enough backup stg to use all my drives. Then it checks periodically to see how many backups are still running and when enough backups have completed, start the next one, then wait again, until all are done. If I were rewriting it today, I would count and wait on free

Re: Storage Pool Backup Issue

2005-06-29 Thread Barnes, Kenny
Subject: Storage Pool Backup Issue Hello Everyone! I have an issue of drive shortage and I would like to cascade my backup jobs of my storage pools. I know that you first want to make the disk to offsite tape copy and then the onsite tape to offsite tape copy for each storage pool. My question

Re: Storage Pool Backup Issue

2005-06-29 Thread Bos, Karel
Subject: Re: Storage Pool Backup Issue True - so what Joni needs is a script that uses 6 "streams" to backup the diskpools, then throttles back to 3 "streams" to do the tape to tape backup. -steve -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]

Re: Storage Pool Backup Issue

2005-06-29 Thread Steve Schaub
esday, June 29, 2005 11:30 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Storage Pool Backup Issue With 6 scripts , you could end up with up to 6 processes each backing up "onsite tape to offsite tape"..requiring 12 drives!, you would also end up with several offsite tap

Re: Storage Pool Backup Issue

2005-06-29 Thread Warren, Matthew (Retail)
Matt. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Steve Schaub Sent: Wednesday, June 29, 2005 4:12 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: Storage Pool Backup Issue Joni, Sounds to me like you need 6 scripts that all use wait=yes, and you will

Re: Storage Pool Backup Issue

2005-06-29 Thread Bill Dourado
/2005 16:12 Please respond to "ADSM: Dist Stor Manager" To: ADSM-L@VM.MARIST.EDU cc: Subject:Re: [ADSM-L] Storage Pool Backup Issue Joni, Sounds to me like you need 6 scripts that all use wait=yes, and you will have to balance which pools g

Re: Storage Pool Backup Issue

2005-06-29 Thread Steve Schaub
: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Storage Pool Backup Issue Hello Everyone! I have an issue of drive shortage and I would like to cascade my backup jobs of my storage pools. I know that you first want to make the disk to offsite tape copy and then the onsite tape to offsite tape copy for

Storage Pool Backup Issue

2005-06-29 Thread Joni Moyer
Hello Everyone! I have an issue of drive shortage and I would like to cascade my backup jobs of my storage pools. I know that you first want to make the disk to offsite tape copy and then the onsite tape to offsite tape copy for each storage pool. My question is, how do I combine all 14 jobs in

Re: Storage Pool Backup

2002-11-27 Thread Kent Monthei
PROTECTED]> 27-Nov-2002 09:03 Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: ADSM-L cc: Subject:Re: Storage Pool Backup Hi Tim It is not possible to have one process use 2 tapes. You have to have 2 process, an

Re: Storage Pool Backup

2002-11-27 Thread David Longo
PROTECTED] >>> [EMAIL PROTECTED] 11/27/02 04:41AM >>> Hi, I've a question about storage pool backup. We have various onsite primary storage pools and two offsite copy storage pools, (in case of media failure during DR restore). Hence the copy pools contents are the same

Re: Storage Pool Backup

2002-11-27 Thread Pétur Eyþórsson
, Tim Sent: 27. nóvember 2002 09:42 To: [EMAIL PROTECTED] Subject: Storage Pool Backup Hi, I've a question about storage pool backup. We have various onsite primary storage pools and two offsite copy storage pools, (in case of media failure during DR restore). Hence the copy pools content

Storage Pool Backup

2002-11-27 Thread HEMPSTEAD, Tim
Hi, I've a question about storage pool backup. We have various onsite primary storage pools and two offsite copy storage pools, (in case of media failure during DR restore). Hence the copy pools contents are the same. Currently our morning housekeeping backs up the primary pools to each

Re: Migration/storage pool backup ?'s

2002-01-04 Thread Allen Barth
Scudder Investments "Malbrough, Demetrius" To: [EMAIL PROTECTED] Subject: Re: Migration/storage pool backup ?'s Sent by: "ADSM: Dist S

Re: Migration/storage pool backup ?'s

2002-01-04 Thread Kelly Lipp
-Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan Aberle Sent: Friday, January 04, 2002 11:11 AM To: [EMAIL PROTECTED] Subject: Migration/storage pool backup ?'s Hello, I am experiencing some problems with migration and storage pool backups

Re: Migration/storage pool backup ?'s

2002-01-04 Thread Richard Cowen
= LTOPOOL WAIT=YES MOVE DATA /usr/local/tsm/datavol01.dsm STGPOOL= LTOPOOL WAIT=YES MOVE DATA /usr/local/tsm/datavol02.dsm STGPOOL= LTOPOOL WAIT=YES > -Original Message- > From: Jonathan Aberle [mailto:[EMAIL PROTECTED]] > Sent:

Re: Migration/storage pool backup ?'s

2002-01-04 Thread Malbrough, Demetrius
: Friday, January 04, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: Migration/storage pool backup ?'s Hello, I am experiencing some problems with migration and storage pool backups. My situation is that I have a small disk storage pool that is primarily used for oracle archive logs that archi

Migration/storage pool backup ?'s

2002-01-04 Thread Jonathan Aberle
Hello, I am experiencing some problems with migration and storage pool backups. My situation is that I have a small disk storage pool that is primarily used for oracle archive logs that archive at any time during the day. During the hours of 6-12, we perform offsite copies of the tape and disk