installBRManager command-line utility

The installBRManager command migrates the Business Rules Manager.

Synopsis

wsadmin -f installBRManager.jacl [options]

Description

Use the wsadmin command from the target_install_root/bin directory to invoke the installBRManager.jacl command to manually migrate the Business Rules Manager. The Business Rules Manager is automatically migrated when the last node in a cell is migrated, but the Business Rules Manager can be migrated earlier using the installBRManager command.

Options

-cl cluster_name
Migrate the Business Rules Manager deployed to the cluster.
-s server_name -n node_name
Migrate the Business Rules Manager deployed to a server on the node.
-m "{{ target1 } { target2 } ... { targetn }"
Migrate the Business Rules Managers deployed to multiple deployment targets. Each deployment target is specified as either -cl cluster_name or -s server_name -n node_name.

Examples

Migrate the Business Rules Manager deployed to the cluster named cluster1:

target_install_root/bin/wsadmin -f installBRManager.jacl -cl cluster1

Migrate the Business Rules Manager deployed to the server server1 on node node1:

target_install_root/bin/wsadmin -f installBRManager.jacl -s server1 -n node1

Migrate the Business Rules Manager deployed to the clusters cluster1 and cluster2 and the server server1 on the node node1:

target_install_root/bin/wsadmin -f installBRManager.jacl -m "{{ -cl cluster1 } { -cl cluster2 } { -s server1 -n node1 }}"