ADSM-L

Re: backup size difference

2004-10-27 18:16:28
Subject: Re: backup size difference
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 27 Oct 2004 18:16:19 -0400
I'm not sure what you mean by "backup size"?

If you mean the amount of data in the ONSITE_POOL and OFFSITE_TAPEPOOL,
that information is not shown here.  "The "ESTIMATED CAPACITY" column of
the output is pretty meaningless.

Here is a script you can run to check to see if all your data has been
copied.

IN the first select, replace the my poolnames with your diskpool and
onsite_tape pool name.

In the second SELECT, replace my poolname with your offsite tape pool
name.

************************************************************************
***********************
set sqldisplaymode wide
select distinct 'ONSITE BACKUP POOL TOTALS' as " " from STGPOOLS
select cast(sum(logical_mb)/1024 as decimal(10,1)) as Logical_GB, -
   sum(num_files) as objects -
 from occupancy where stgpool_name in ('BACKUPDISK','ONSITEPTAPE') 
select distinct 'OFFSITE BACKUP POOL TOTALS' as " " from stgpools
select cast(sum(logical_mb)/1024 as decimal(10,1)) as LOGICAL_GB, -
   sum(num_files) as objects -
 from occupancy where stgpool_name in ('OFFSITETAPE') 
************************************************************************
***********************


-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf Of
Desalegne Guangul
Sent: Wednesday, October 27, 2004 3:52 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: backup size difference


Hi everyone,

My offsite tape pool backup and onsite tape pool backup data sizes are
not 
the same.  The migration process run for both pools every night and it
is 
running 

OK.   The other thing I notice is that the migration percentage on the 
onsite pool never changes, it is stuck on 0.5%.   I'm running Storage 
management server 

v. 5.1.6.0 and client agent v .5.1.5.2  .   The actlog are shown below, 
some body please help! 
Storage Management Server for Windows - Version 5, Release 1, Level 6.0

Storage Management Server for Windows - Version 5, Release 1, Level 6.0


Here the out put log for the storage pools

Storage       Device        Estimated     Pct     Pct   High   Low
Next  
 
Pool Name     Class Name     Capacity    Util    Migr    Mig   Mig
Storage 
 
                                 (MB)                    Pct   Pct
Pool  
 
-----------   ----------   ----------   -----   -----   ----   --- 
-----------
ARCHIVEPOOL   DISK          136,000.0     0.0     0.0      0     0  
DERCETOPOOL   DISK          274,000.0    99.7     0.0     80    20 
ONSITE_POOL
DISKPOOL      DISK          225,000.0    93.1     0.0      0     0 
ONSITE_POOL
EXP_2_DISK-   DISK          100,000.0     0.0     0.0     90    70  
 _POOL  
OFFSITE_TA-  LTOCLASS     23,660,780.6     3.4  
  PEPOOL                          
ONSITE_POOL   LTOCLASS   239,402,968.7     0.3     0.5     90    70



Here is the logs for Bakup primary disk to offsite_tape

10/27/2004 02:00:11   ANR2750I Starting scheduled command 
OFFSITE_DAILY_DISK_TO-
                       _TAPE ( backup stg diskpool offsite_tapepool ).

10/27/2004 02:00:11   ANR2017I Administrator SYMATRIX issued command: 
BACKUP 
                       STGPOOL diskpool offsite_tapepool  
10/27/2004 02:00:11   ANR0984I Process 91 for BACKUP STORAGE POOL
started 
in the
                       BACKGROUND at 02:00:11.  
10/27/2004 02:00:11   ANR2110I BACKUP STGPOOL started as process 91.  
10/27/2004 02:00:11   ANR1210I Backup of primary storage pool DISKPOOL
to 
copy 
                       storage pool OFFSITE_TAPEPOOL started as process 
91. 
10/27/2004 02:00:11   ANR2756I Scheduled command 
OFFSITE_DAILY_DISK_TO_TAPE 
                       started successfully.  
10/27/2004 02:00:47   ANR8337I LTO volume 654AENL1 mounted in drive DR1

                       (mt2.1.0.4).  
10/27/2004 02:04:48   ANR1212I Backup process 91 ended for storage pool

                       DISKPOOL.  
10/27/2004 02:04:48   ANR0986I Process 91 for BACKUP STORAGE POOL
running 
in the
                       BACKGROUND processed 2174 items for a total of  
                       3,280,015,360 bytes with a completion state of 
SUCCESS at
                       02:04:48.  
10/27/2004 02:04:48   ANR1214I Backup of primary storage pool DISKPOOL
to 
copy 
                       storage pool OFFSITE_TAPEPOOL has ended.  Files 
Backed 
                       Up: 2174, Bytes Backed Up: 3280015360, Unreadable

Files: 
                       0, Unreadable Bytes: 0. 

Here is the log for Bakup onsite_tape to offsite_tape

10/27/2004 04:00:11   ANR2750I Starting scheduled command 
OFFSITE_DAILY_TAPE_TO-
                       _TAPE ( backup stg onsite_pool offsite_tapepool
).  
 
10/27/2004 04:00:11   ANR2017I Administrator SYMATRIX issued command: 
BACKUP 
                       STGPOOL onsite_pool offsite_tapepool  
10/27/2004 04:00:11   ANR0984I Process 92 for BACKUP STORAGE POOL
started 
in the
                       BACKGROUND at 04:00:11.  
10/27/2004 04:00:11   ANR2110I BACKUP STGPOOL started as process 92.  
10/27/2004 04:00:11   ANR1210I Backup of primary storage pool
ONSITE_POOL 
to 
                       copy storage pool OFFSITE_TAPEPOOL started as 
process 92.
10/27/2004 04:00:11   ANR2756I Scheduled command 
OFFSITE_DAILY_TAPE_TO_TAPE 
                       started successfully.  
10/27/2004 04:00:12   ANR1228I Removable volume 640AENL1 is required for

storage
                       pool backup.  
10/27/2004 04:00:50   ANR8337I LTO volume 640AENL1 mounted in drive DR2

                       (mt2.5.0.4).  
10/27/2004 04:02:10   ANR8337I LTO volume 654AENL1 mounted in drive DR1

                       (mt2.1.0.4).  
10/27/2004 04:05:41   ANR1212I Backup process 92 ended for storage pool

                       ONSITE_POOL.  
10/27/2004 04:05:41   ANR0986I Process 92 for BACKUP STORAGE POOL
running 
in the
                       BACKGROUND processed 66 items for a total of 
919,440,072 
                      bytes with a completion state of SUCCESS at 
04:05:41.






Desalegne Guangul
Regional Occupational Health
1800 Harrison St. 21st Floor
510-625-3038 or tieline 8/428-3038


?This message and any files or text attached to it are intended only for

the recipients named above, and contain information that may be 
confidential or privileged.  If you are not an intended recipient, you 
must not read, copy, use, or disclose this communication.  Please also 
notify the sender by replying to this message, and then delete all
copies 
of it from your system.  Thank you.?

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