This post is more than 5 years old
148 Posts
0
1254
June 5th, 2012 06:00
converting striped meta to concatenated meta
Hi All,
I am trying to do this only for a study purpose.I am trying to convert a triped meta to concatenated.
Fist I used this file to preview
Convert Meta 2C9 config=concatenated;
This preview completd successfully
Execute a symconfigure operation for symmetrix '00019010xxxx' (y/ ) ? y
A Configuration Change operation is in progress. Please wait...
Establishing a configuration change session...............Established.
Processing symmetrix 000190xxxx
{
convert meta 02C9, config=Concatenated, protect_data=FALSE;
}
Performing Access checks..................................Allowed.
Checking Device Reservations..............................Allowed.
Submitting configuration changes..........................Submitted
Locking devices...........................................Locked.
Validating configuration changes..........................Validated.
Closing configuration change request......................Closed.
Terminating the configuration change session..............Done.
The configuration change session has completed successfully.
But I found by default it taking protect_data=FALSE;
Then I changed the command file like this
Convert Meta 2C9 config=concatenated,protect_data=True;
Now preview failing with error
C:\Documents and Settings\aratnan001>symconfigure -sid xxx preview -f 1.txt -v
Execute a symconfigure operation for symmetrix '000190xxxx' (y/ ) ? y
A Configuration Change operation is in progress. Please wait...
Establishing a configuration change session...............Established.
Error occurred while Defining change number 1:
Meta protection is only available for expanding striped metadevices or chang
ing stripe size
Terminating the configuration change session..............Done.
The configuration change session has failed.
So I just want to understand this situation.Is this means that
1.striped meta can not be convert to concatenated with preserving data on existing meta?
2. by default changing from striped to concatenated will protect the data ?
Amita2
93 Posts
0
June 5th, 2012 06:00
Hi,
The Protect_data option is only used for Striped Metas.
For concat theer is no option to protect the data while you are expanding or converting meta..
Thanks
Amita
anoopcr
148 Posts
0
June 5th, 2012 06:00
Hi,
Ok.So we cant convert concat to striped with proect option.
How about expanding a conact meta and converting a symdev to concat meta ? Will these protect data ?
Amita2
93 Posts
0
June 5th, 2012 07:00
Hi,
Even if you expand the concat meta device you wont get Protect data option. if you expand concat you actually dont need it because you wont restripe the data to new meta devices.. Concat will just add the device at the end and data will be writted to it directly if earlier ones are filled.
In Striping there is a risk of loosing data as you have to re-stripe the data to all the newly added devices.So we use a BCV device to hold the copy of the data first and then re-stripe it.
Protect data is specifically for striped meta..
Thanks
Amita