ADSM-L

Re: Simultaneous writes to primary and copy stgpools

2004-08-11 09:41:32
Subject: Re: Simultaneous writes to primary and copy stgpools
From: goc <goran.k AT VIP DOT HR>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 11 Aug 2004 15:41:14 +0200
----- Original Message -----
From: "Jin Bae Chi" <Jbaechi AT CSCC DOT EDU>
To: <ADSM-L AT VM.MARIST DOT EDU>
Sent: Wednesday, August 11, 2004 3:25 PM
Subject: Simultaneous writes to primary and copy stgpools


> Hi, TSMers,
>
> My primary LTO tapepools have two copypools, on and offsite as COPYPOOL
> option for simultaneous writes when migrating data from diskpool. How
> would you verify if this option is working for you from server console?
> Thanks much.
>
>
> Gus


select stgpool_name,sum(num_files) as sum_files,sum(physical_mb) as
physical_mb
from
occupancy
where stgpool_name not like '%DP'  <--- put here your disk pools pattern
group by stgpool_name
order by stgpool_name