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 kauffm...@nibco.com 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

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 find them

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 kauffm...@nibco.com 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 *

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 Start,

Re: I'm missing something somewhere -- which volumes contain which filesystems by node

2009-01-12 Thread Larry Clark
Wanda, Do you have a query for displaying which volumes contain which filesystems by node?

Re: I'm missing something somewhere -- which volumes contain which filesystems by node

2009-01-12 Thread km
On 12/01, Larry Clark wrote: Wanda, Do you have a query for displaying which volumes contain which filesystems by node? SELECT - node_name AS Node, - filespace_name AS FS, - stgpool_name AS Pool, - volume_name AS Volume - FROM - volumeusage - GROUP BY - node_name, -

TSM 5.5.1 64 bit and Windows 2008 on VMware

2009-01-12 Thread Ochs, Duane
Happy New Year everyone, Before spending the rest of my morning researching this, I figured I toss this out to you first. I'm installing TSM on our first 2008 machine for testing and normal methods are not storing the password. I get prompted every time I launch the software. I've reset the

Re: TSM 5.5.1 64 bit and Windows 2008 on VMware

2009-01-12 Thread Shawn Drew
I imagine you are using the PASSWORDACCESS GENERATE option in your dsm.opt file? Regards, Shawn Shawn Drew Internet duane.o...@qg.com Sent by: ADSM-L@VM.MARIST.EDU 01/12/2009 11:38 AM Please respond to ADSM-L@VM.MARIST.EDU To ADSM-L cc

Re: TSM 5.5.1 64 bit and Windows 2008 on VMware

2009-01-12 Thread Ochs, Duane
Just when you think it couldn't possibly happen to you. Lesson #1: Always review the optfile. Thanks for the reminder, that was it. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Shawn Drew Sent: Monday, January 12, 2009 10:47 AM To:

Linux GFS File system backup using SAN Agent

2009-01-12 Thread Kelly Lipp
Folks, Anybody tried this? Kelly Lipp CTO STORServer, Inc. 485-B Elkton Drive Colorado Springs, CO 80907 719-266-8777 x7105 www.storserver.com

Re: I'm missing something somewhere -- part 2

2009-01-12 Thread Kauffman, Tom
I'm looking at 'first causes' for my off-site copy imbalance in my primary archive pool - and I've run into something 'interesting'. Some background - The archive pool (called ARCHIVEPOOL) has 5 disk volumes, all at 8 GB. Max file size is 5 GB. Migration threshold is 60%. Maxproc is 2. So

Re: I'm missing something somewhere -- part 2

2009-01-12 Thread Kelly Lipp
Is cache=yes on that pool? Are you talking about percent utilized or percent migratable? I'm reasonably sure you know the difference but thought I'd confirm... Kelly Lipp CTO STORServer, Inc. 485-B Elkton Drive Colorado Springs, CO 80907 719-266-8777 x7105 www.storserver.com -Original

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 find them

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 that's the

Re: I'm missing something somewhere -- part 2

2009-01-12 Thread Mark Stapleton
What's the collocation on that pool set for? If it's collocated by node or by group, you might be seeing each node migrating. -- Mark -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Kauffman, Tom Sent: Monday, January 12, 2009 2:50 PM To: