Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Unable to issue query: could not connect to the Host Monitor

avatar
Contributor

I am getting the error as 'Unable to issue query: could not connect to the Host Monitor'.

I have installed Cloudera manager 6.3 Express version. When checked for the error, I got to know that we require Cloudera Management service to connect to Host monitor. However, I am not getting the option on UI. Can you please suggest. Is it not available for Cloudera Express version?

Attached is the screenshot.CDH.PNG

4 REPLIES 4

avatar
Master Mentor

@swapko 
That's bizarre can you share your step? and source of download?

avatar
Contributor

We installed it using our organization's internal artifact repository. We have followed the steps given on below:

https://docs.cloudera.com/documentation/enterprise/latest/topics/installation.html

And have setup TLS manually using for Express version: https://docs.cloudera.com/documentation/enterprise/latest/topics/how_to_configure_cm_tls.html

What is required to get the cloudera management service

avatar
Contributor

Just to add on, we could see below in our cloudera server logs:

 

2021-04-06 17:33:40,983 WARN DataArchiver-24:com.cloudera.server.cmf.tsquery.TimeSeriesQueryService: (302 skipped) Could not find a HOST_MONITORING nozzle from SCM.
com.cloudera.cmon.MgmtServiceLocatorException: Could not find a HOST_MONITORING nozzle from SCM.
at com.cloudera.cmon.MgmtServiceLocator.getNozzleIPC(MgmtServiceLocator.java:143)
at com.cloudera.server.cmf.tsquery.NozzleRequest.<init>(NozzleRequest.java:50)
at com.cloudera.server.cmf.tsquery.TimeSeriesSingleRequest.<init>(TimeSeriesSingleRequest.java:40)
at com.cloudera.server.cmf.tsquery.TimeSeriesQueryService.queryTimeSeries(TimeSeriesQueryService.java:657)
at com.cloudera.server.web.reports.components.UtilizationReportsHelper.getTimeSeriesResponse(UtilizationReportsHelper.java:1040)
at com.cloudera.server.web.reports.components.UtilizationReportsHelper.getOverviewData(UtilizationReportsHelper.java:89)
at com.cloudera.api.dao.impl.UtilizationReportsDaoImpl.getUtilizationReports(UtilizationReportsDaoImpl.java:96)
at com.cloudera.cmf.command.datacollection.UtilizationReportArchiver.buildClusterUtilization(UtilizationReportArchiver.java:103)
at com.cloudera.cmf.command.datacollection.UtilizationReportArchiver.archive(UtilizationReportArchiver.java:165)
at com.cloudera.cmf.command.datacollection.DataArchiver.call(DataArchiver.java:104)
at com.cloudera.cmf.command.datacollection.DataArchiver.call(DataArchiver.java:43)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2021-04-06 17:33:40,983 ERROR DataArchiver-24:com.cloudera.api.dao.impl.UtilizationReportsDaoImpl: (1 skipped) Error getting overview usage data
com.cloudera.cmon.MgmtServiceLocatorException: Could not find a HOST_MONITORING nozzle from SCM.

avatar
Contributor

Resolved the issue using below steps;

Cloudera mangement service was added through UI using below steps:
On clusters home page in UI, near Status, right corner -> Add -> cloudera managemnet service
Before starting the service configure the TLS/SSL keystore like that of HDFS and YARN and restart the service.