<< WAS Jython scripting 20091013 | Home | Promised picture taken at my 2-minute commute >>

enable the automatic synchronisation of the nodes

... a wsadmin snippet

To enable:

for node in ("node1","node2"):
    sb = AdminControl.completeObjectName("type=NodeSync,node=%s,*" % node)
    AdminControl.setAttribute(sb, "autoSyncEnabled", "true")

To disable set the boolean string to "false"!



Add a comment Send a TrackBack