Symrdf Commands

<Ping cmd to check remote array connectivity>
symrdf ping -sid <SymmID>
<Cmd to check list of RDF Ports in Local/Remote array>
symcfg -sid <SymmID> list -RA all
<List of RDF Devices>
symrdf -sid <SymmID> list > c:/rdflist.txt
<Cmd to check cylinder size source>
symdev -sid <SymmID> show <XXXX> | findstr Cylinder
<Cretae RDF Group>
symrdf -sid <SymmID> -label <RDFGroupName> -dir <RDFPorts/ex:6h,11h> -rdfg <GroupID> -remote_sid <RemoteSymmID> -remote_dir <RDFPorts/ex:7d,10d> -remote_rdfg <RemoteGroupID> addgrp
<Creating RDF Pair>
symrdf -sid <SymmID> -rdfg <GroupID> -type rdf1 -file <FilePath>.txt createpair -establish
<Checking>
symrdf -sid <SymmID> -rdfg <GroupID> -type rdf1 -file <FilePath>.txt Query
<Checking the time to get synced completely>
symrdf -sid <SymmID> -rdfg <GroupID> -type rdf1 -file <FilePath>.txt Query -t 30 -c 5
<set devices to set mode>
symrdf -sid <SymmID> -rdfg <GroupID> -type rdf1 -file <FilePath>.txt set mode sync
<this is split the replication>
symrdf -sid <SymmID> -rdfg <GroupID> -type rdf1 -file <FilePath>.txt split
<Force suspend>
symrdf -sid <SymmID> -rdfg <GroupID> -f <FilePath>.txt suspend -force -symforce

//set link limbo - feature allows you to set a specific length of time for Enginuity to wait when a down link is detected before updating the link status. If the link status is still Not Ready after the link limbo time expires, devices are marked Not Ready to the link.
symrdf -sid <SymmID> -rdfg <GroupID> set link_limbo 120
<list the devices in rdfg >
symrdf -sid <SymmID> -rdfg <GroupID> list > <FilePath>.txt

No comments:

Post a Comment