Thanks
Anant
I can't see the previous posts on this thread so I can't see the context
for this question, but you can get a node to sync using some JACL
scripting like this:
set nodeSync [$AdminControl completeObjectName type=NodeSync,node=$node,*]
if {$nodeSync != "" } {
$AdminControl invoke $nodeSync sync
}
$node is the node name so you'll need to iterate over all the nodes you
want to sync.
Hope that helps,
Mark.
See saveChanges_proc.tcl at the following link. Copes with multiple
nodes.
http://www.websphereconsultant.com/WSAdmin/docs/proclibdoc/index.html