|
|||
|
5.4 Resource Monitor CommandsJanuary 24th, 2026 Although the Resource Monitor exists on hosts running the BEAR application server, it only has administration command available when installed on dedicated BEAR database or sharepoint hosts. Otherwise it is managed entirely by the application server via the web UI. 5.4.1 configure_resmonGets or sets parameters for how the resource monitor accepts API connections over the network. Usageconfigure_resmon [http|https <DOMAIN> <PORT> <IP_MASK>] ExamplesGetting current parameters # ./configure_resmon BEAR Resource Monitor is currently configured as follows... Protocol: http Listening Domain: bear-database Listening Port: 8082 Allow Connections From: 192.168.1. Chaning parameters # ./configure_resmon http bear-database.lan.asiacomtek.com 8082 192.168.1. The BEAR Resource Monitor was reconfigured 5.4.2 start_resmonStarts the resource monitor if not running. Generally this is only required if the user manually killed the resource monitor process. Usagestart_resmon 5.4.3 stop_resmonThis is a dummy command that does nothing in order to convey to the user via a message to the terminal that the resource monitor cannot be stopped. It is designed this way for a reason since a BEAR host must always be reachable for resource monitoring. there is no valid reason to stop it.
|
||