The steps are verified and tested until 12.4.072. We request you to take a VM snapshot or a folder backup of the OpManager server itself (stop the OpManager service) as a first measure. Below mentioned steps are applicable for Postgres version till ...
Steps for configuring SNMPv3 on a Router Here are the steps to configure SNMPv3 on a router and opmanager. Lets configure a privileged user called Henry with the relevant details below. username : Henry authProtocol : MD5 privProtocol : DES ...
1. Install PostgreSQL version 9.2.1 on the dedicated server. After successfully installing it 2. Go to data directory of PostgreSQL installation. 3. Open pg_hba.conf - PostgreSQL Client Authentication configuration file, and go to the bottom of it. ...
Below mentioned steps will allow you to redirect all the HTTP(port 80) requests on OpManager application (e.g. http://localhost) to HTTPS(port 443) (https://localhost). Before proceeding, ensure your SSL certificate is successfully installed so you ...
Steps to enable SSL for OpManagerCentral Stop OpManagerCentral Open a command prompt (Run > cmd) and change directory to /OpManagerCentral/bin. Execute the following command ssl_gen.bat -f Enable Start OpManagerCentral Now we have successfully ...
1.Please edit the NmsProcessesBE.conf file in OpManager\conf folder and search for the text CLEAN_DATA_INTERVAL 999999 . 2.Paste GENERATE_DATACOLL_EVENT true right after that. For example : CLEAN_DATA_INTERVAL 999999 GENERATE_DATACOLL_EVENT true ...
OpManager supports only UCS Manager. It doesn't support Cisco Integrated Control Manager. You can check this by accessing the below URL, https://UCSIP:PortNumber, eg: https://192.168.10.1:443 The page that opens up should be the UCS Manager and the ...
RCA in OpManager is a single graph view of the events of all the plugins of OpManager. When this happens, the impact that is captured on one of the plugins takes the IT team to the root cause. This is, in other words, a single-graph correlation of ...
Queries to check database size and polleddata table size: Please connect the database and execute the below queries to get the results. SELECT pg_size_pretty(pg_database_size('<databasename>')); SELECT ...
This script can be added as a script monitor and can be used to monitor the mounted volumes, this can display graphs as well - ####################################################################### Command line - cscript ${FileName}.vbs ...