syncNode command

 

Force a configuration synchronization to occur between a node and the deployment manager. Only use when you cannot run the node agent because the node configuration does not match the cell configuration.

You must run this command from $WAS_HOME/bin.

Syntax is...

syncNode dmgr_host dmgr_post [options]

For example...

syncNode hostname 8879
syncNode deploymgr 8879 -trace 
syncNode host25 4444 -stopservers -restart 

Options include...

-stopservers Stop all servers on the node, including the node agent, before performing configuration synchronization with the cell.
-restart Launch the node agent process after configuration synchronization completes.
-nowait Do not to wait for successful initialization of the launched node agent process.
-quiet Suppress progress information
-logfile <fileName> Location of the log file to which information gets written.
-replacelog Replaces the log file instead of appending to the current log.
-trace Generate trace information into a file for debugging purposes.
-timeout <seconds> Specify the waiting time before node agent initialization times out and returns an error.
-statusport <portnumber> Specify that an administrator can set the port number for node agent status callback.
-username <name> Specify the user name for authentication if security is enabled. Acts the same as the -user option.
-user <name> Specify the user name for authentication if security is enabled. Acts the same as the -username option.
-password <password> Specify the password for authentication if security is enabled.
-conntype <type> Specify the JMX connector type to use for connecting to the deployment manager. Valid types are SOAP or RMI.
-help Prints a usage statement.
-? Print a usage statement.