Support Questions

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

in-place upgrade CM problem(CM 7.4.4 to CM 7.7.1)

avatar
Explorer

Redhat 7 OS.

I try to do a in-place upgrade Cloudera Manager from 7.4.4 to 7.7.1 following the docs:

 

https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade-cdp/topics/ug_cm_upgrade_after-cd...

 

I do anything, and after the upgrade, I found the cloudera-scm-agent is not stable.

 

Capture.PNG

the cloudera-scm-agent log is:

 

[26/Jul/2023 15:11:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:12:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:13:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:14:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:15:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:16:31 +0000] 1956 MainThread filesystem_map ERROR NFS server binding info failed with error :- rpcinfo: RPC: Port mapper failure - Timed out
program 100003 is not available

[26/Jul/2023 15:16:32 +0000] 1956 MainThread agent ERROR Heartbeating to mysiteaddress.com:7182 failed.

 

Any suggestions? Thank you!!

2 ACCEPTED SOLUTIONS

avatar
Explorer

After I change to monitored_nodev_filesystem_types=tmpfs in /etc/cloudera-scm-agent/config.ini,

it solve my problem. 

View solution in original post

avatar
Master Collaborator

Glad you resolved the issue. Just to add more context, The error indicates agent was unable to monitor the filesystem, likely the nfs is stuck. This results in agent to be stuck in monitoring the filesystem and unable to heartbeat to CM server. Hence Removing the NFS from monitored filesystem helped to resolve the issue. 

View solution in original post

3 REPLIES 3

avatar
Community Manager

@h2rr821 Welcome to the Cloudera Community!

To help you get the best possible solution, I have tagged our CDP experts @venkatsambath and @zzeng  who may be able to assist you further.

Please keep us updated on your post, and we hope you find a satisfactory solution to your query.


Regards,

Diana Torres,
Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Explorer

After I change to monitored_nodev_filesystem_types=tmpfs in /etc/cloudera-scm-agent/config.ini,

it solve my problem. 

avatar
Master Collaborator

Glad you resolved the issue. Just to add more context, The error indicates agent was unable to monitor the filesystem, likely the nfs is stuck. This results in agent to be stuck in monitoring the filesystem and unable to heartbeat to CM server. Hence Removing the NFS from monitored filesystem helped to resolve the issue.