move a folder from a storage location
Hello all,
We use mountpoints to give EV storage locations.
I have one location which is completely full. Why is not known, we assume someone set the rollover value for the volume at 1% (or perhaps 0%).
I have this location:
G:\EVSTORAGESRVXXX\EVSTORAGE2\EVSTORAGE\2007
G:\EVSTORAGESRVXXX\EVSTORAGE2\EVSTORAGE\2008
G:\EVSTORAGESRVXXX\EVSTORAGE2\EVSTORAGE\2009
G:\EVSTORAGESRVXXX\EVSTORAGE2\EVSTORAGE\2010
G:\EVSTORAGESRVXXX\EVSTORAGE2\EVSTORAGE\2011
G:\EVSTORAGESRVXXX\EVStorage2 is the folder where the disk is mounted in. EVSTORAGE2 is the mountpoint. The foldername EVSTORAGE is to handle the virusexclusions-settings.
Is it possible to only move folder 2007 (as example) without too much trouble in SQL? I am aware of how to move the complete location, but that is not the goal of this question. Is it simple, or does it require extensive updating of multiple tables?
I am also investigating if it is possible to get more storage allocated (either to extend the disk, or to add it somehow using a new mountpoint), but that might take too long...
Thanks for advice!
Gertjan
Yes that makes sense and is what I was afraid of. It won't be a simple one line update in SQL to move this location. Not sure if that is the route I would go down.