部署 ADAM
我需要有一种方法以多种不同的方式将 ADAM 存储部署到其他环境。
- 完整备份和恢复:从一个环境中获取所有内容并在另一环境中恢复所有内容
- 部分备份和恢复:获取特定 OU(组织单位)的所有内容并在另一环境中的同一位置恢复。 为了进一步扩展,我在根目录下有一个名为“MyCompany”的 OU,我想备份“MyCompany”下的所有内容并恢复到另一个环境中的相同位置。 服务器 1 上的 FROM O=Root,OU=MyCompany 服务器 2 上的 TO O=Root,OU=MyCompany
知道如何执行此操作吗?
问候
I need to have a way to deploy ADAM store to other environments in a couple of different ways.
- Full backup and restore: take all contents from one environment and restore all in another environment
- Partial backup and restore: take all contents for a particular OU (Organisation Unit) and restore at the same location in another environment. To expand a bit more, I have OU called "MyCompany" directly under the root and I would like to backup all the contents udner "MyCompany" and restore to the same position on another environment.
FROM O=Root,OU=MyCompany on Server 1
TO O=Root,OU=MyCompany on Server 2
Any idea how I can do this?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过命令行 LDIF 实用程序来执行此操作。 只需导出然后导入即可。
You can do this via the command line LDIF utility. Simply export then import.