Once you have finished Installing the Management Pack (SCOM) and Configuring the Management Pack (SCOM), check the Collection State and Collection Status for the adapter instance on the Solutions page. If they show as Not Collecting or No Data Receiving, respectively, the following troubleshooting topics can help you diagnose and correct common problems with your adapter instance.
- Test Connection Errors
- Adapter and Collector Log Files
Test Connection Errors
When Creating an Adapter Instance (SCOM), click Test Connection after entering all of your configuration settings to ensure vROps can connect to the specified host.
The following errors are possible:
Invalid Host
Error Message: The TCP/IP connection has failed. Check that the Database Host and Database Port are correct.
Invalid Port
Error Message: The TCP/IP connection was refused. Check that the Database Host and Database Port are correct, and the Database Port is not being blocked by a firewall.
Invalid Database Name
Error Message: The database <database name> could not be opened. Check that the Database Name is correct.
Invalid Credentials
Error Message: Login failed. Check that the supplied User Name and Password is correct and can log in using SQL authentication.
Invalid Domain/Credentials (Active Directory)
Error Message: Login failed. Check that the supplied Domain, User Name and Password is correct and can log in using Windows/Active Directory authentication.
Missing SSL Certificate
Error Message: Connection failed. Unable to find valid SSL certificate in truststore.
Adapter and Collector Log Files
You can review adapter errors in the adapter and collector log files, which can be viewed in the vROps UI or in an external log viewer.
- Adapter log files are located in the $VCOPS_BASE/user/log/adapters/SCOMAdapter/ folder.
- Collector log files are located in the $VCOPS_BASE/user/log/ folder.
To set the base log level for the collector in vROps:
- Navigate to Administration > Logs.
- Expand the MASTER folder, then select the COLLECTOR folder.
- Click the Edit Properties icon.
- In the Root logger level drop-down menu, select the desired option.
- The default logging level is warning.
- To troubleshoot issues, set the logging level to info.
-
To view detailed messages, including micro steps, queries, and returned results, set the logging level to debug.
For more information about viewing log files and modifying levels, refer to the vROps online help.