`

Sun Directory Server Enterprise Edition 6.3三个实例实现主主复制

 
阅读更多

linux操作系统上已安装了三个 LDAP 实例,分别是 489 589 689 端口。下面可实现三个示例的主主复制。

初始化方向是:489->589,589->689

 

步骤一:
使用以下命令看是否已经配置了允许LDAP 实例主主复制,
# /ldap/install/ds6/bin/dsconf   list-suffixes -p  4 89 -v   
# /ldap/install/ds6/bin/dsconf  enable-repl -h  localhost  -p  4 89 -d  4 891 master dc=zju,dc=edu,dc=cn
# /ldap/install/ds6/bin/dsconf   list-suffixes -p  4 89 -v
步骤三:
LDAP 实例修改复制管理器的密码:
# echo replmanager > pwd.txt
# cat pwd.txt
# /ldap/install/ds6/bin/dsconf  set-server-prop -h  localhost  -p  4 89 def-repl-manager-pwd-file:pwd.txt
步骤五:
为每个LDAP 实例创建复制协议:
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  4 89 -v dc=zju,dc=edu,dc=cn
# /ldap/install/ds6/bin/dsconf  create-repl-agmt -h  localhost  -p  4 89 dc=zju,dc=edu,dc=cn  localhost : 5 89
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p 389 -v dc=zju,dc=edu,dc=cn
步骤七:
初始化LDAP 实例的复制协议:
# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  4 89 dc=zju,dc=edu,dc=cn   localhost : 5 89
# /ldap/install/ds6/bin/dsconf  init-repl-dest -h  localhost  -p  4 89 dc=zju,dc=edu,dc=cn  localhost : 5 89

上面的命令运行后, 机器 localhost 上的 5 89实例将被初始化跟   localhost 4 89实例一样
# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  4 89 dc=zju,dc=edu,dc=cn  localhost : 5 89

步骤二:

# /ldap/install/ds6/bin/dsconf   list-suffixes -p  5 89 -v  

# /ldap/install/ds6/bin/dsconf  enable-repl -h  localhost  -p  5 89 -d  5891  master dc=zju,dc=edu,dc=cn  
# /ldap/install/ds6/bin/dsconf   list-suffixes -p  5 89 -v  
步骤四:

# echo replmanager > pwd.txt  
# cat pwd.txt  
# /ldap/install/ds6/bin/dsconf  set-server-prop -h  localhost  -p  5 89 def-repl-manager-pwd-file:pwd.txt  
步骤六:

# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  5 89 -v dc=zju,dc=edu,dc=cn  
# /ldap/install/ds6/bin/dsconf  create-repl-agmt -h  localhost  -p  5 89 dc=zju,dc=edu,dc=cn  localhost : 4 89  
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  5 89 -v dc=zju,dc=edu,dc=cn  
步骤八:

 

# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  5 89 dc=zju,dc=edu,dc=cn  localhost : 4 89  


 

 

 

# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  5 89 dc=zju,dc=edu,dc=cn
localhost : 4 89

步骤 十一
为每个LDAP 实例创建复制协议:
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  589  -v dc=zju,dc=edu,dc=cn
# /ldap/install/ds6/bin/dsconf  create-repl-agmt -h  localhost  -p  589  dc=zju,dc=edu,dc=cn  localhost : 689
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  5 89 -v dc=zju,dc=edu,dc=cn
步骤 十三
初始化LDAP 实例的复制协议:
# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  589  dc=zju,dc=edu,dc=cn   localhost : 689
# /ldap/install/ds6/bin/dsconf  init-repl-dest -h  localhost  -p  589  dc=zju,dc=edu,dc=cn  localhost : 689

上面的命令运行后, 机器 localhost 上的 6 89实例将被初始化跟   localhost 5 89实例一样
# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  589  dc=zju,dc=edu,dc=cn  localhost : 689

步骤

# /ldap/install/ds6/bin/dsconf   list-suffixes -p  689  -v  

# /ldap/install/ds6/bin/dsconf  enable-repl -h  localhost  -p  689  -d  6891  master dc=zju,dc=edu,dc=cn  
# /ldap/install/ds6/bin/dsconf   list-suffixes -p  689  -v  
步骤

# echo replmanager > pwd.txt  
# cat pwd.txt  
# /ldap/install/ds6/bin/dsconf  set-server-prop -h  localhost  -p  689  def-repl-manager-pwd-file:pwd.txt  
步骤 十二

# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  689  -v dc=zju,dc=edu,dc=cn  
# /ldap/install/ds6/bin/dsconf  create-repl-agmt -h  localhost  -p  689  dc=zju,dc=edu,dc=cn  localhost : 589  
# /ldap/install/ds6/bin/dsconf  list-repl-agmts -h localhost -p  689  -v dc=zju,dc=edu,dc=cn  
步骤 十四

 

# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  689  dc=zju,dc=edu,dc=cn  localhost : 589  

 

 

 

 

# /ldap/install/ds6/bin/dsconf  show-repl-agmt-status -h  localhost  -p  689  dc=zju,dc=edu,dc=cn
localhost : 589

分享到:
评论

相关推荐

    Sun Java SystemDirectory Server

    ### Sun Java System Directory Server Enterprise Edition 6.3 管理指南 #### 一、概述 Sun Java System Directory Server Enterprise Edition 6.3 是一款高度可扩展且安全的身份存储库解决方案,它支持企业级...

    Sun Java System Application Server Enterprise Edition 8.2 管理指南.pdf

    ### Sun Java System Application Server Enterprise Edition 8.2 管理指南 #### 一、概述 Sun Java System Application Server Enterprise Edition 8.2 (以下简称 Sun Java Application Server EE 8.2) 是一款...

    Sun ONE Directory Server

    Sun ONE (Open Network Environment) Directory Server,是Sun Microsystems公司(现已被甲骨文公司收购)推出的一款企业级的目录服务软件。它是一个基于 Lightweight Directory Access Protocol (LDAP) 的目录服务...

    SUN Directory Server 培训资料

    SUN Directory Server提供了这样的服务,具备面向对象的分层命名模型、强大的搜索功能、可扩展的模式、属性级安全性、网络共享访问以及复制功能,以提升性能和高可用性。它采用LDAP协议,使得不同应用程序能够以标准...

    Sun One Directory Server 5.2

    6. 兼容性:Sun One Directory Server 5.2 可以与其他Sun产品以及第三方应用无缝集成,如身份管理解决方案、邮件系统和网络设备,实现整个IT环境的身份和访问管理。 7. 更新与补丁:ds.5.2.P4.Windows.full 指的是...

    Sun Directory Server(Ldap)实例创建手册

    Sun Directory Server,也被称为Sun One Directory Server,是Sun Microsystems(现已被Oracle公司收购)开发的一款强大的 Lightweight Directory Access Protocol (LDAP) 服务器。LDAP是一种开放标准的目录服务协议...

    Sun Java System Directory Server.5.2

    Sun Java System Directory Server 5.2 是一款由Sun Microsystems开发的企业级 Lightweight Directory Access Protocol (LDAP) 服务器。作为目录服务的核心组件,它被设计用于存储、管理和检索大量结构化数据,如...

    Sun Directory Server Install Tutorial

    2. **Sun Directory Server**:作为 LDAP 实现的一种,Sun Directory Server 提供了一个高效、可扩展的解决方案,用于存储和管理用户身份信息、网络资源和服务配置等。它支持大规模的身份认证、授权和信息查询,是...

    Lightweight directory access protocol(LDAP)中文教程

    Sun Java System Directory Server Enterprise Edition 6.3是一款由Sun Microsystems开发的高性能、可扩展的企业级目录服务器产品,广泛应用于企业环境中的用户和资源管理。该版本的管理指南涵盖了从安装到配置、...

    Sun Directory

    OIM Sun Directory Connector是Oracle Identity Manager生态系统中的一个关键组件,它使得OIM能够有效地与Sun Java System Directory交互,实现统一的企业身份管理。对于依赖Sun Directory作为身份存储库的企业来说...

    Sun Enterprise 10000 Server

    标题"Sun Enterprise 10000 Server"和描述"Sun Enterprise 10000 Server Administration ES-400 SERVER"中提到的知识点主要围绕着Sun Microsystems公司的Sun Enterprise 10000服务器及其管理指南。这是一款高端的...

    Cognos8.3+Configuration+配置SUN+Directory+全过程

    SUN Directory Server,现为Oracle Directory Server Enterprise Edition,是一种轻量级目录访问协议(LDAP)服务器,它提供了一个集中式、可扩展的用户身份存储库。 2. **安装SUN Directory Server** 在开始配置...

    SUN+Directory+Server+培训资料

    SUN+Directory+Server+培训资料

    IBM WebSphere及Sun One Directory Server安装手册

    本文将详细介绍IBM WebSphere及Sun One Directory Server的安装过程,这两个组件在实现单点登录系统中扮演着重要角色。首先,我们先来看看Sun One Directory Server的安装步骤。 1. **SUN ONE Directory Server ...

    sun ldap复制指南

    Sun Java System Directory Server Enterprise Edition 6.2,作为Sun Microsystems公司推出的一款高级目录服务器软件,提供了强大的LDAP(轻量级目录访问协议)服务。该版本的部署规划指南详细介绍了如何在企业环境...

    Sun xVM Server使用指南

    ### Sun xVM Server 使用指南详解 #### 一、概述 Sun xVM Server 是一款由Sun Microsystems开发的基于开源Xen Hypervisor技术的虚拟化平台。它支持多种操作系统,并且能够在一个物理服务器上运行多个隔离的操作...

    Sun Enterprise Server Alternate Pathing 2.3.1 -34

    Sun Enterprise Server Alternate Pathing (AP) 2.3.1 -34 提供了一种智能的路径管理机制,它能够自动检测和利用这些备用路径,当主路径出现故障时,能够快速切换到备用路径,从而保持服务的连续性。 该软件支持...

    sun app server

    Sun Java System Application Server Platform Edition 9(以下简称Sun App Server 9)是Sun Microsystems公司推出的一款企业级应用服务器,专为满足高可用性、高性能和可扩展性需求而设计。该版本于2006年发布,...

Global site tag (gtag.js) - Google Analytics