WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


configRecoveryForServer command

Use the configRecoveryForServer command to specify a server, that you have configured to support Service Component Architecture, to manage failed events.

Purpose

This command provides a command line method to configure a server to manage failed events. You can use this command in a script when configuring multiple servers.

Read syntax diagramSkip visual syntax diagram
>>-$AdminTask-- --configRecoveryForServer - {------------------->

>-- —serverName-- --serverName-- -- —nodeName-- --nodeName------>

>--+--------------------------------------+-- }----------------><
   '- —remoteMELocation--| remoteMESpec |-'       

remoteMESpec

|--+- --WebSphere:cluster=--clusterName-------------------+-----|
   '- --WebSphere:node=--nodeName--,--server=--serverName-'   

Parameters

-serverName serverName
A required parameter that specifies the server you are configuring.
-nodeName nodeName
A required parameter that specifies the node to which the server belongs.
-remoteMELocation locationSpecification
Specifies the location of a remote messaging engine. locationSpecification can be either of
  • WebSphere:cluster=clusterName
  • WebSphere:node=nodeName,server=serverName

Examples

The following example uses configRecoveryForServer to configure server AppServer on node AppNode to manage failed events on a local messaging engine.
$AdminTask configRecoveryForServer {-serverName AppServer -nodeName AppNode}
$AdminConfig save
The following example uses configRecoveryForServer to configure server AppServer on node AppNode to manage failed events using the remote messaging engine MEServer on node MENode.
$AdminTask configRecoveryForServer {-serverName AppServer -nodeName AppNode
	-remoteMELocation WebSphere:node=MENode,server=MEServer}
$AdminConfig save

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/rref_cfgrecserver.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).