Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
The opr-management-server-cli enables you to deactivate specific OBM servers. Before deactivating a server, verify that it is no longer an operational part of the OBM server architecture. To re-enable a server after disabling it, you must rerun the OBM configuration wizard on that server.
<OBM_HOME>/bin/opr-management-server-cli.[bat|sh]
List all active Management Servers in the OBM environment.
opr-management-server-cli -username <username> -password <password> -list
The following message is displayed:
Returned <number of management servers> Management Servers.
For example:
ID Name Types ----------------------------------------------------- 2 pogo1 Processing Gateway1 4 pogo2 Processing Gateway2
To deactivate pogo2
, run the following command:
opr-management-server-cli -username <username> -password <password> -deactivate 4
Please ref. the document;
https://docs.microfocus.com/doc/Operations_Bridge_Manager/2020.10/Clioprmgmtserver