I was trying to expand the file system on the source NAS box. But receiving an error.
[nasadmin@Alinta_Tal_NAS server]$ nas_fs -xtend pfs_vtalpwfile01 size=116GB pool=clarata_archive Error 5008: Remote command failed: remote celerra = Alinta_Bur_NAS remote exit status = 5 remote error = 0 remote message = CLATA : volume(s) are not available
I think its probably trying to extend the Destination file system and there is no space there . Could any one throw a light on this issue as we have a delay in creating a share drive on the file system which we are trying to expand. This file system is built of ATA drives.
The target celerra pool clarata_archive is having a good space. But still getting an error. Tried to manually extend DR file system on the DR nas no luck.
look at the pool on the target Celerra ..if it does not have enought storage you need to add some otherwise how can you replicate file system where source is bigger than target ?
interesting, target has plenty of space. Can you run "nas_log server_2" on DR and look for any error messages around the time you tried to extend the file system on source Celerra.
Based on the error message and seeing the available space that actually exists, this suggests that it is trying to assign a full dvol (underlying lun) instead of "slicing" from the underlying components. Try running the command with: "-option slice=y". If this works then it suggests that the setting for the storage pool itself is slice=n.
btw, this is not the default for the standard CLARiiON AVM storage pools which (by name at least) clarata_archive belongs to, but this could have been changed in the storage pool properties (un)intentionally. You can view/modify the storage pool properties from either the GUI or using the appropriate nas_pool command.
dynamox
11 Legend
•
20419 Posts
•
87439 Points
782
0
Posted April 20th, 2011 19:00
yes, if file system is setup for replication when you expand source ..it will automatically try to expand target.