Synchronization using wsadmin
 Technote (troubleshooting)
 
This document applies only to the following language version(s):
English
 
Problem(Abstract)
How to do a full synchronization from wsadmin if you cannot access the administrative console.
 
Resolving the problem
Here is a script to fully synchronize the configuration repository.
set repo [$AdminControl completeObjectName
mbeanIdentifier=repository,type=ConfigRepository,node=waslinux,
process=nodeagent,*]

$AdminControl invoke $repo refreshRepositoryEpoch


set sync [$AdminControl completeObjectName
mbeanIdentifier=nodeSync,type=NodeSync,node=waslinux,
process=nodeagent,*]

$AdminControl invoke $sync sync


Replace the node name in the string (node=waslinux) as per your configuration.

This is an example and is provided to clients "as is". Clients are welcome to build on this example if needed.

 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Scripting Tools (for example: wsadmin or ANT)
Operating system(s): Windows
Software version: 5.1.1
Software edition:
Reference #: 1231483
IBM Group: Software Group
Modified date: Sep 1, 2007