Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4180 | 05-04-2020 11:56 AM | |
| 2934 | 05-01-2020 10:43 AM | |
| 2929 | 04-28-2020 03:11 PM | |
| 4746 | 04-28-2020 10:35 AM | |
| 3862 | 04-13-2020 10:44 AM |
11-15-2019
01:53 PM
1 Kudo
Hi @iamfromsky ,
Could you please share your CDH/CM version?
As you mentioned, I would definitely check the resources (CPU, memory, free spaces, /var/log/messages, network etc) on that host.
Also, check service monitor host and service monitor logs and see if that reveals anything.
Thanks,
Li
... View more
11-15-2019
12:36 PM
Hi @Karan ,
Thanks for reaching out. I just checked the status of the jira and not ETA yet. I did update the jira to ask for an update. Will update you if I have anything.
Thanks, Li
... View more
11-12-2019
02:03 PM
Hi @VamshiDevraj ,
Could you please share the steps and error messages you are getting?
Thanks,
Li
... View more
11-01-2019
11:02 AM
Hi @m4x1m1li4n ,
Looks like you used custom location. You may want to take a look at the location:
/opt/cloudera/CMCA
and see if there are some data inside. Try to move those files to different location and see if that helps.
Thanks,
Li
... View more
10-30-2019
12:24 PM
Hi @m4x1m1li4n ,
The error message below seems to indicate some data for generating the certificate is exceeding the 64 characters limit.
139727014807440:error:0D07A097:asn1 encoding routines:ASN1_mbstring_ncopy:string too long:a_mbstr.c:158:maxsize=64
CN in a certificate may not exceed 64 characters. I wonder if your host name is too long which make it exceed the limit of 64 characters?
Thanks,
Li
... View more
10-23-2019
10:54 AM
Hi @basha4 ,
Thanks for the update! Great to know the issue got resolved. Please help to mark this as resolved thread.
Cheers,
Li
... View more
10-22-2019
12:58 PM
Hi @basha4 ,
Can you please attach the cm server log file to this post? Also, are you saying that if you ran the wget command from the cm server, it worked fine?
wget https://archive.cloudera.com/ cdh6/6.3.1/parcels/manifest. json
Thanks,
Li
... View more
10-22-2019
10:42 AM
Hi @basha4,
You may want to take a look at this thread and see if that is applicable to your case:
https://community.cloudera.com/t5/Support-Questions/Not-able-to-connect-to-Cloudera-Manager-Web-UI/m-p/280958#M209070
Especially see if you have private network.
Thanks and hope this helps,
Li
... View more
10-17-2019
02:09 PM
Hi @SandeepSingh ,
Could you please share your Cloudera Manager version? I see you mentioned CDH version is 6.2. What about CM version? There was a bug in CM 6.1 where under certain condition the CM Server fails to contact agent when TLS is on. I am wondering if you are hitting that bug.
Thanks,
Li
... View more
10-07-2019
01:59 PM
3 Kudos
Hi @Amn_468 ,
Please check this documentation on how to plan storage space for Cloudera Management Services:
https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_reqs_space.html
And documentation on SMON and HMON:
https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_storage.html#data_storage
The minimum size is a sum of 12GB for /var/lib/cloudera-service-monitor/ and an additional 10GB for /var/lib/cloudera-host-monitor/, it's not supported to set up less space than that. A metrics storage below 10 GB is not tested, and could cause issues with monitoring and alerts.
Here are some details information:
1. Eventserver (/var/lib/cloudera-scm-eventserver): The amount of storage space the Event Server uses is influenced by configuring how many discrete events it can retain.
To configure data retention in Cloudera Manager Administration Console, Go the Cloudera Management Service. Click the Configuration tab. Select Scope > Event Server or Cloudera Management Service (Service-Wide). Select Category > Main. Edit the following property: Maximum Number of Events in the Event Server Store The maximum size of the Event Server store, in events. When this size is exceeded, events are deleted starting with the oldest first until the size of the store is below this threshold
2. Reports Manager (/var/lib/cloudera-scm-headlamp): Reports Manager downloads the fsimage from the NameNode (every 60 minutes by default) and stores it locally to perform operations against, including indexing the HDFS filesystem structure. More files and directories results in a larger fsimage, which consumes more disk space.
Reports Manager has no control over the size of the fsimage. If your total HDFS usage trends upward notably or you add excessively long paths in HDFS, it might be necessary to revisit and adjust the amount of local storage allocated to the Reports Manager. Periodically monitor, review, and adjust the local storage allocation.
3. Service Monitor: 10GiB Services Time Series Storage + 1GiB Impala Query Storage + 1GiB YARN Application Storage =================== ~12GiB Minimum / No Maximum
The amount of storage space the Service Monitor uses is influenced by configuring how many hours|days worth of data it is configured retain.
Find these properties at Cloudera Manager UI Home > Cloudera Management Service > Configuration > Scope > Service Monitor:
- Time-Series Storage (firehose_time_series_storage_bytes) - Impala Storage (firehose_impala_storage_bytes) - YARN Storage (firehose_yarn_storage_bytes) 4. Host Monitor: Host Monitor data growth is controlled by configuring a maximum amount of storage space it may use. Find these properties at Cloudera Manager UI Home > Cloudera Management Service > Configuration > Scope > Host Monitor: Time-Series Storage (firehose_time_series_storage_bytes) (Default + Minimum: 10GiB Host Time Series Storage)
Thanks and hope this helps,
Li
... View more