The installBRManager command migrates the Business Rules Manager.
wsadmin -f installBRManager.jacl [options]
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.
Migrate the Business Rules Manager deployed to the cluster named cluster1:
target_install_root/bin/wsadmin -f installBRManager.jacl -cl cluster1Migrate the Business Rules Manager deployed to the server server1 on node node1:
target_install_root/bin/wsadmin -f installBRManager.jacl -s server1 -n node1Migrate 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 }}"