Sie sind auf Seite 1von 2

##convert the RAID-5 devices to BCV+R5 devices## symconfigure -sid 5469 -cmd "convert dev <device number> to BCV+R5;"

preview/com mit ##Query the Clone status## symclone -cg PADLN3721 query ##List all comosite groups## symcg list ## ## symdg list ##Check the CG group status## symcg show PADLN3721 ##PADLN3721(composite group name)##

##PADLN3721(composite group name)##

##Establish the pair between source and target devices, 1) Keep the source and t arget device in a text file## symclone -f symclone.txt create -copy -diff -sid 5469 symmir -f symmir.txt establish -full -sid 5469 ##Query the status of the source and target pair## symclone -f symclone.txt -sid 5469 query symmir -f symmir.txt query -sid 5469 symmir -f symmir.txt split -sid 5469 ##Activate the source and target pair## symclone -f symclone.txt -sid 5469 activate ##Once the source and targets are in sync we can add the devices to the composit e group## ##Adding the source devices to the Composite group## symcg -cg PADLN3721 -sid 5469 add dev 25c1/25c5 ##Adding the target devices to the Composite group## symbcv -cg PADLN3721 -sid 5469 associate dev 25D1/25D5 ##Query the Clone status## symclone -cg PADLN3721 query symmir -cg PADLN3721 query ##Check the CG group status## symcg show PADLN3721 ##PADLN3721(composite group name)## ##PADLN3721(composite group name)##

###Copying data using Clone option in symmetrix### -------------------------------------------------1) Create a group called TEST using symdg command D:\uswfrk8>symdg create TEST -type REGULAR

2) Add the source device 1AE6 to the group TEST using symld command D:\uswfrk8>symld add dev 1ae6 -g TEST 3) Add the target device 1DB3 to the group TEST using symld command D:\uswfrk8>symld add dev 1db3 -g TEST -tgt 4) Clone the devices using symclone command D:\uswfrk8>symclone -g TEST create -precopy Execute 'precopy' operation for device group 'TEST' (y/[n]) y 'Create' operation execution is in progress for device group 'TEST'. Please wait... 'Create' operation successfully excecuted for device group 'TEST' 5) Check the status of clone copying using query option D:\symclone -sid 4245 -g TEST query 6) Terminating the relation betweent he source and target using the activate opt ion D:\uswfrk8>symclone -g TEST1 activate -tgt Execute 'Activate' operation for device group 'TEST' (y/[n]) y 'Activate' operation execution is in progress for device group 'TEST'. Please wait... 'Activate' operation successfully executed for device group 'TEST'.

Das könnte Ihnen auch gefallen