Unsolved
This post is more than 5 years old
22 Posts
0
1840
January 16th, 2008 11:00
rdf command failed to set mode to sync
Command executed -
symrdf -g grp set mode sync
Got this error -
An RDF Set 'Synchronous Mode' operation execution is in
progress for device group 'group'. Please wait...
The device does not have a valid RDF Consistency state for this operation
We changed to Async mode prior after we had performance issues.
Any help is appreciated.
Thanks,
Kaizen10
symrdf -g grp set mode sync
Got this error -
An RDF Set 'Synchronous Mode' operation execution is in
progress for device group 'group'. Please wait...
The device does not have a valid RDF Consistency state for this operation
We changed to Async mode prior after we had performance issues.
Any help is appreciated.
Thanks,
Kaizen10
No Events found!
xe2sdc
2 Intern
•
2.8K Posts
0
January 16th, 2008 23:00
In this specific situation I think that you did enable async mode but also enabled RDF consistency (symrdf enable) since it's needed to have a consistent copy on your R2 devices.
If you want to switch back to sync you need to disable consistency at first and next turn from async to sync ...
symrdf -g yourdg disable
symrdf -g yourdg set mode sync
Cheers !!
Kaizen10
22 Posts
0
January 17th, 2008 14:00
You got it. I need to disable the consistency first.
I am new to the forum. How to award the points?
Kaizen10
xe2sdc
2 Intern
•
2.8K Posts
0
January 17th, 2008 15:00