This post is more than 5 years old
7 Posts
0
1349
September 11th, 2013 02:00
Does anyone know the symcli command to turn off dyn_rdf capability on a LUN?
We have just done some proof of concept testing with SRDF and now want to undo the dyn_rdf flag on our R1 LUN.
We ran the following,
symconfigure -sid XX commit -v -nop -cmd "set dev 0503 attribute=dyn_rdf;"
I can't figure out the command to unset the flag.
No Events found!


Avinash V
91 Posts
0
September 11th, 2013 02:00
symconfigure -sid XX commit -v -nop -cmd "set dev 0503 attribute=no dyn_rdf;"
Fenglin1
6 Operator
•
2.1K Posts
1
September 11th, 2013 02:00
it also can be done through GUI, Select the Dynamic RDF Capability in Setting device attributes dialog box, then select None
stevemilner
7 Posts
1
September 13th, 2013 03:00
Thank you all.