---
title: 节点本地源同步
description: "1. 各节点同步主节点本地源。将本地源配置拷贝至各个主机与客户机。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengsdss/ecosystemEnable/Ceph/kunpengcephfilestore_DG_04_0019.html
sourcePath: /source/zh/kunpengsdss/ecosystemEnable/Ceph/kunpengcephfilestore_DG_04_0019.html
indexId: 87a6a8db43841bc47d3eb5a1c4acfb0982511b32508d805acf8b0f16eb03fdb380
---
# 节点本地源同步

1. 各节点同步主节点本地源。将本地源配置拷贝至各个主机与客户机。
  1 2 3 4 5 6 7 8 9 # 拷贝配置给主机ceph1、ceph2、ceph3 scp /etc/yum.repos.d/* root@ceph1:/etc/yum.repos.d/ scp /etc/yum.repos.d/* root@ceph2:/etc/yum.repos.d/ scp /etc/yum.repos.d/* root@ceph3:/etc/yum.repos.d/ # 拷贝配置给客户机client1、client2、client3 scp /etc/yum.repos.d/* root@client1:/etc/yum.repos.d/ scp /etc/yum.repos.d/* root@client2:/etc/yum.repos.d/ scp /etc/yum.repos.d/* root@client3:/etc/yum.repos.d/
