If you are migrating from version version 6.0.2 to version 6.2.x you need to configure the clusters / servers in the migrated deployment environment to manage failed events.
Stop the server/cluster before running the command.
This task configures clusters or servers to manage failed events and uses the wsadmin command.
For reference information on configRecoveryForCluster, see configRecoveryForCluster command.
For reference information on configRecoveryForServer, see configRecoveryForServer command.
$AdminTask configRecoveryForCluster { -clusterName AppCluster }
$AdminTask configRecoveryForCluster {-clusterName AppCluster -remoteMELocation WebSphere:cluster=MECluster}
This example configures recovery on the server (AppServer) and AppNode
$AdminTask configRecoveryForServer {-serverName AppServer -nodeName AppNode} $AdminTask configRecoveryForServer {-serverName AppServer -nodeName AppNode -remoteMELocation WebSphere:node=MENode,server=MEServer}
This example configures recovery on the server (AppServer) and AppNode:
$AdminTask configRecoveryForServer {-serverName AppServer -nodeName AppNode -remoteMELocation WebSphere:node=MENode,server=MEServer}