----- Original Message -----
From: "Jin Bae Chi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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

Reply via email to