How-Tos
Steps for configuring SNMPv3 on a Router
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 ...
Configuring response time and packet loss threshold values for a group of devices in OpManager
In this video you'll learn how to set response time and packet loss threshold values for a group of devices in OpManager
Enabling SSL for opmanager web console using pfx or keystore or truststore
Third party SSL certificate implementation in OpManager
Creating custom script template in OpManager
Configuring thresholds on the devices monitored in OpManager
Registering license in OpManager 123083 and above versions
Monitoring website URLs in OpManager
Monitoring website URLs through a proxy server
Escalating alarms in OpManager
Restricting access to specific dashboard in OpManager
Integrating google maps with OpManager
Adding custom widgets in OpManager
How to create dashboard and widgets in OpManager?
How to create a custom report widget in OpManager?
Configuring Alarm suppression for devices in bulk or one at a time in OpManager
How to avert false alerts by configuring device dependencies in OpManager?
Moving PGSQL to a dedicated server
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. ...
HTTP to HTTPS Redirection
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 for enabling Self Signed SSL in OpManager 12 Enterprise Edition
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 ...
Alarms for "Data Not Collected" monitors
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 ...
Adding UCS device discovery/Failure related problems
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 ...
Root Cause Analysis
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 ...
How to find Database & PolledData table & data size
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 ...
Script monitor for Mounted volumes - Windows
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 ...
Dependency field removal and prevent auto update
The dependency field of the devices can be entered manually or it can update itself when a layer 2 map is created. If you remove the dependency manually, it will be populated again since by default the layer 2 map will have a auto-discovery interval. ...
How to Enable Debug For IPSLA
Please do the following : Stop OpManager Rename logs folder add the below parameter in their wrapper.conf file wrapper.java.additional.<next-number-in-the-series>=-DADV_WIFIMEDIATION_DEBUG=true Restart OpManager Try adding WAN RTT monitor now ...
Steps to Check the Data Collection Issue
Steps to check the data collection issue :- Generate threadDump using any one of the following url http://opmanager:port/GenerateThreadDump.do http://opmanager:port/servlet/GenerateThreadDump Analyse the threaddump for any BLOCKED threads If there is ...
How to use MIB Browser?
The MIB Browser utility is a handy tool to troubleshoot SNMP issues. You can query an SNMP variable on a device to check for its response. Using this utility, you will be able to: assess the availability of SNMP on the device query a variable for ...
Server Disk utilization Formula(SNMP)
OpManager uses HostResources.mib and its OIDs to calculate the disk utilization. The OIDs(and the responses) that you have to check are 1).1.3.6.1.2.1.25.2.3.1.2 :hrStorageType 2).1.3.6.1.2.1.25.2.3.1.4 : hrStorageAllocationUnits ...
Mib parsing errors and explanation
Error Message Reason The identifier should start with lowercase letter When the identifier starts with an uppercase letter, a special character, or a number, this exception is thrown. The identifier, other than the Module Name and Textual-Convention, ...
Disable WebClient from automatically launching when service is started
Customer can disable the webclient during the OpManager Server Startup by modifying the file Opmanager_processinfo.xml under <OpManager>\\conf folder. look for this line <COMMAND Name="StartOpManagerWebClient" Type="InvokeClass"> ...
How to remove the ServiceDeskPlus details in OpManager?
ISSUE: To remove the ServiceDeskPlus details in the Add-On settings page and from the device snapshot page. SOLUTION: We need to delete entries in the three tables in the database. 1. Connect to the database using this command, ...
Steps for configuring SNMPv3 on a Router
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 ...
How to uninstall and reinstall OpManager Service?
1)Stop OpManager service 2)Go to OpManager command prompt with Run as administrator Option 3)Change directory to OpManager/bin and execute " opmanagerservice.bat -r " Ex: C:\ManageEngine\OpManager\bin>OpManagerService.bat -r (The above ...
How to delete the SMS Queue from OpManager database?
Connect to OpManager database and run the below database query : delete from sms_out; Refer the link below to connect to OpManaqger database : https://support.zoho.com/portal/manageengine/helpcenter/articles/connecting-to-the-opmanager-database
How to query SNMP Variables in OpManager?
The MibBrowser utility is a handy tool to troubleshoot SNMP issues. You can query an SNMP variable on a device to check for its response. Using this utility, you will be able to: assess the availability of SNMP on the device query a variable for ...
Device discovered as unknown even through configured with SNMP credential in OpManager
Issue: Device discovered as unknown even after adding the SNMP read community. Reason: The device may not be configured properly with SNMP or OpManager is not configured properly with device SNMP community. Resolution: You may check for the ...
How to generate Support information file in OpManager
To generate Support information file: Mouse over to Support Tab on top right corner after login to OpManager webclient> Click Support > Support information file >once the file is generated click send. Support information file will be uploaded to ...
REMOVING UNSOLICITED TRAPS FROM OPMANAGER DATABASE
Connect to OpManager database and execute the below query : Refer the link below to connect to OpManager database : https://support.zoho.com/portal/manageengine/helpcenter/articles/connecting-to-the-opmanager-database 1. Run this command from the ...
Next page