Member since
01-14-2016
6
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4010 | 03-24-2016 02:22 PM |
03-24-2016
02:22 PM
I was missing the change of ip in the agent configs. It's working now. Thanks again.
... View more
03-24-2016
02:03 PM
it's mysql. Thanks for the link. I'll check that out now.
... View more
03-24-2016
11:52 AM
We have three management nodes mn01, mn02 and mn03. Currently our install has the Cloudera Manager (CM) on mn01. Due to the fact that we have the primary and secondary namenode processes on mn01 and mn02, we want to migrate the CM to mn03. We are using mysql on mn01 as well. I have tried to do the following in a virtual lab: Install CM Server on mn03 Replicate database to mn03 or rsync all the db and configs. Edit /etc/Cloudera-scm-server/db.properties to match mn01 to mn03 (uses localhost) Startup CM on mn03 Export the settings from mn01 # Export settings: curl -u user:password "http://localhost:7180/api/v11/cm/deployment" >/tmp/cm-deployment.json Import to mn03 # Export settings: curl --upload-file /tmp/cm-deployment.json -u user:password http://localhost:7180/api/v11/cm/deployment?deleteCurrentDeployment=true The services don't start and when I try to view logs I get a lot of 502 "bad gateway" errors. Has anyone ever done this successfully? What would I be missing? We are concerned that if CM ever goes down, no matter which system it resides on, that it will be difficult to get it up and running again.
... View more
Labels:
- Labels:
-
Cloudera Manager
-
Gateway