Halil_Ibrahim_S

updated

11 years ago

1

1767

October 14th, 2015 23:00

VMAX10K disk clone (bcv)

Hi,

We want to clone disk in VMAX10K every day in order to use in our test environment.

Can you suggest me procedure for this job ?

Actually we are doing like this and it is running first time. But we try it next day with recreate or terminate and create it did not take new data.


First;


symclone -sid XXX create -f asd.txt -precopy -diff

symclone -sid XXX activate -f asd.txt -consistent

and we check oracle db and it can be opened.

Next step we want to refresh data;

symclone -sid XXX terminate -f asd.txt  -force

symclone -sid XXX create -f asd.txt -precopy -diff

symclone -sid XXX activate -f asd.txt -consistent


Oracle db cannot be opened and we check data in ASM and there is no change in data. data is the first time clone data.


What is my fault?


Thanks.