按照以下说明从集群中删除高可用性环境。文件路径中的 nn.nn 指 Data Mover 的主要版本号和次要版本号。
- 从活动守护程序的 /opt/teradata/client/nn.nn/datamover/failover/ 目录中,运行以下命令:./dmcluster configactivemq -e false
- 从备用守护程序的 /opt/teradata/client/nn.nn/datamover/failover/ 目录中,运行以下命令:./dmcluster configactivemq -e false
- 在活动守护程序上,通过运行以下命令查找活动监控服务器:./dmcluster status
- 从活动监控器服务器的 /opt/teradata/client/nn.nn/datamover/failover/ 目录中,运行以下命令:./dmcluster stopmonitor
- 在活动和备用守护程序的 /etc/opt/teradata/datamover 目录中,使用以下值编辑 daemon.properties、tdmrest.properties 和 agent.properties 文件:
- cluster.enabled = false
- broker.url = localhost
- 使用以下值编辑 commandline.properties 文件:dm.rest.endpoint=https://localhost:1443/datamover
- 在 /opt/teradata/datamover/sync/nn.nn/ 目录中,运行 ./dmsync dropconfig 以删除从活动存储库到备用存储库的同步服务,请参阅删除现有同步服务。
- 在活动守护程序中,像 /etc/opt/teradata/datamover 目录中的 localhost 那样,编辑 failover.properties 文件中的以下属性:
- local.daemon.host
- remote.daemon.host
- local.monitor.host
- local.repository.host
- remote.repository.host
- local.agents.host
- remote.agents.host
- 在活动守护程序和备用守护程序上,重新启动 tdactivemq、守护程序、REST 和代理服务。/etc/init.d/tdactivemq stop/etc/init.d/tdactivemq start/etc/init.d/dmdaemon stop/etc/init.d/dmdaemon start/etc/init.d/dmagent stop/etc/init.d/dmagent start/etc/init.d/tdmrest stop/etc/init.d/tdmrest start
- 在活动守护程序和备用守护程序上,运行 datamover list_agents 命令,以验证守护程序是否已连接到 ActiveMQ 并在 localhost 上运行。