Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: full resynchronize nodes via command line

93 views
Skip to first unread message

mme...@cdsfulfillment.com

unread,
Aug 9, 2007, 2:29:39 PM8/9/07
to
is there a way to do that in a script though so I can just have it automatically run that?

Infyniti

unread,
Aug 9, 2007, 3:27:18 PM8/9/07
to

Mark Lewis

unread,
Aug 10, 2007, 9:51:34 AM8/10/07
to
mme...@cdsfulfillment.com wrote:
> is there a way to do that in a script though so I can just have it automatically run that?

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.

Patrick Finnegan

unread,
Aug 10, 2007, 10:41:22 AM8/10/07
to
On Aug 9, 7:29 pm, <mme...@cdsfulfillment.com> wrote:
> is there a way to do that in a script though so I can just have it automatically run that?


See saveChanges_proc.tcl at the following link. Copes with multiple
nodes.

http://www.websphereconsultant.com/WSAdmin/docs/proclibdoc/index.html

0 new messages