SRDF # symcfg list----it shows the connected arrays in the datacenter.
# symcfg -sid 062 list -ra all------it shows the ra ports in the array.
# symcfg -sid 62 list -rdfg all-------it shows the all the rdfg groups in the array
# symrdf addgrp -label raghus-rdfg 100 -sid 62 -dir 5h -remote_sid 64 -remote_dir 5h -remote_rdfg 100---------------------create lable for two rdfg groups.
#symcfg -sid 62 list -rdfg 100---------it shows the details about rdfg gropu (rdfg100)
#symdev -sid 62 list-------it shows the device in the array
# symdev -sid 064 list –noport---------it shows free devices
# symdev -sid 62 show 3667------------it shows the full details about the pirticlar device.
# symconfigure -sid 62 -cmd "set dev 3667, attribute=dyn_rdf;" commit Execute a symconfigure operation for symmetrix '000192603064' (y/[n]) ? y
# cat > pair_raghus----------- create a pair with the name pair_raghus 3667 205b
# symrdf -sid 62 -rdfg 100 -f pair_raja -type r1 createpair -invalidate r2---------The above command used for execute the pair
# symrdf -sid 62 -rdfg 100 -f pair_raja query-----check the pair status
# symrdf -sid 62 -rdfg 100 -f pair_raja establish –full-------establish a connection (fullcopy)
# symrdf -sid 62 -rdfg 100 -f pair_raja query-----check the pair status
# symrdf -sid 62 -rdfg 100 -f pair_raja set mode acp_disk------set the acp_disk mode
# symrdf -sid 62 -rdfg 100 -f pair_raja set mode async-----set the asyncmode
# symrdf -sid 62 -rdfg 100 -f pair_raja split-------split the connection.
# symrdf -sid 62 -rdfg 100 -f pair_raja query-------check the status
# symrdf -sid 62 -rdfg 100 -f pair_raja est--------The above command used for incremental copy.
# symrdf -sid 62 -rdfg 100 -f pair_raja query--------check the status.
# cat pair_lakshmi------- create for new pair 3668 250c # symrdf addgrp -label lakshmi_1 -rdfg 101 -sid 62 -dir 5h -remote_sid 64 -remote_dir 5h -remote_rdfg 101------ added the newpair to rdfg group.
Successfully Added Dynamic RDF Group lakshmi_1 for Symm: 000192603062
# symrdf -sid 62 -rdfg 101 -f pair_lakshmi suspend----suspend the pair # symrdf -sid 62 -rdfg 101 -f pair_lakshmi movepair -new_rdfg 100 -cons_exempt-----move apair
# symrdf -sid 62 -rdfg 100 -f pair_lakshmi createpair -type rdf1 -invalidate r2-----create the session.
# symrdf -sid 62 -rdfg 101 -f pair_lakshmi query-------check the status.
# symrdf -sid 62 -rdfg 101 -f pair_lakshmi est--------establish a session.(incremental copy)
# symrdf -sid 62 -rdfg 101 -f pair_lakshmi query-----check the status.
# symrdf -sid 62 -rdfg 100 -f pair_lakshmi resume-----
# symrdf -sid 62 -f pair_madhuri -rdfg 100 -consistent verify---------All device(s) in the list are in 'Consistent' state.
Raghussss……….