ADSM-L

Re: [ADSM-L] Tape Drive Block Size

2008-03-04 19:03:57
Subject: Re: [ADSM-L] Tape Drive Block Size
From: Mark Scott <MScott AT BUNNINGS.COM DOT AU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 5 Mar 2008 08:40:17 +0900
Morning
          The following will give you an indication if nothing else.
Also look at your fabric switch for indications on what you are pushing
through your fabric.  Note you have to let the process move a few files
before you can see any stats.

select process_num as "Number",process,-
current_timestamp-start_time as "Elapsed Time", -
cast(((BYTES_PROCESSED/1024)/1024) as decimal(18,2)) as "Total MB
Processed", -
FILES_PROCESSED as "Total Files Processed", -
cast((cast(files_processed as
decimal(18,0))/cast((current_timestamp-start_time)-
seconds as decimal(18,0))) as decimal(18,2)) as "Files/second",-
cast((cast(((bytes_processed/1024)/1024) as
decimal(18,0))/cast((current_timestamp-start_time)-
seconds as decimal(18,0)))as decimal(18,2))as "MB/second",STATUS as
"Status" -
from processes

Regards 

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Richard Sims
Sent: Tuesday, 4 March 2008 11:48 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] Tape Drive Block Size

TSM manages tape block size itself, through the device driver.  Avoid
interfering with that.

    Richard Sims

************************************************************************
Bunnings Legal Disclaimer:

1)     This email is confidential and may contain legally privileged
information.  If you are not the intended recipient, you must not
disclose or use the information contained in it.  If you have received
this email in error, please notify us immediately by return email and
delete the document.

2)     All emails sent to and sent from Bunnings Group Limited.
are scanned for content.  Any material deemed to contain inappropriate
subject matter will be reported to the email administrator of all
parties concerned.
************************************************************************

<Prev in Thread] Current Thread [Next in Thread>