sequential disk empty

swb01

ADSM.ORG Member
Joined
Jun 2, 2004
Messages
3
Reaction score
0
Points
0
Website
Visit site
I keep getting the following error during a migration from a disk storage pool to a sequential storage pool.



'unable to move file to subordinate storage pool due to exclusion by size.'



I have tried to increase the Estimated Capacity from 0 to 800M on the sequential disk, but have been unsuccessful.



here is the command i used:



update devclass FILEDEV1 MAXCAPacity=800M



the command returns no error, however the Estimated Capacity still remains at 0.0 MB















-------------------------------------

sequential storage pool specs:

Storage Pool Name FILPOOL1

Storage Pool Type PRIMARY

Device Class Name FILEDEV1

Estimated Capacity (MB) 0.0

Pct Util 0.0

Pct Migr 0.0

Pct Logical 100.0

High Mig Pct 90

Low Mig Pct 70

Migration Processes 1

Next Storage Pool -

Maximum Size Threshold 4500

Access READWRITE

Description this pool holds client directories as device type file

Overflow Location -

Cache Migrated Files? -

Collocate? NO

Reclamation Threshold 100

Maximum Scratch Volumes Allowed 500

Delay Period for Volume Reuse 0

Migration in Progress? No

Amount Migrated (MB) 0.0

Elapsed Migration Time (seconds) 0

Reclamation in Progress? No

Volume Being Migrated/Reclaimed -

Last Update Date/Time 2004-06-02 09:34:13.000000

Last Update by (administrator) ADMIN

Reclaim Storage Pool -

Migration Delay 0

Migration Continue YES

Storage Pool Data Format Native

Copy Storage Pool(s) -

Continue Copy on Error? -

CRC Data NO
 
Two things.



1) Whats the ANR(S) error codes with the error. It makes it easier to find the solution.



2) Are any files in the stgpool going to break the "maximum size threshold"? You have it set to 4500 and if the file is larger then this size, it would not transfer it. The way I read the error, it leans towards this limitation.



-Aaron
 
here is the ANR error message:



ANR1026W Migration process 241 terminated for storage pool DISK_DIRECTORY -

unable to move file to subordinate storage pool due to exclusion by size.
 
this fixed the problem... thanks

update stgpool FILPOOL1 maxsize=nolimit



<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Quote:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><BLOCKQUOTE>Two things.



1) Whats the ANR(S) error codes with the error. It makes it easier to find the solution.



2) Are any files in the stgpool going to break the "maximum size threshold"? You have it set to 4500 and if the file is larger then this size, it would not transfer it. The way I read the error, it leans towards this limitation.



-Aaron</BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE>
 
Back
Top