我试图将我们的数据从FreeIPA 3.3 CentOS 6.5转移到Fedora 21上的FreeIPA 4
得到了这个错误
Configuring certificate server (pki-tomcatd): Estimated time 3 minutes 30 seconds
[1/22]: creating certificate server user
[2/22]: configuring certificate server instance
ipa : CRITICAL failed to configure ca instance Command ''/usr/sbin/pkispawn' '-s' 'CA' '-f' '/tmp/tmp9RduZt'' returned non-zero exit status 1
[error] RuntimeError: Configuration of CA failed因此,我继续我的第二个选项备份和恢复。
备份
db2ldif -Z serverID -n userRoot -a export.ldif恢复
ldif2db -D "directory manager" -n userRoot -i export.ldif数据是导入的,但之后我无法使用在安装过程中创建的管理凭据登录。
有人能帮忙吗?
发布于 2015-01-23 14:27:13
如果您只需要迁移用户,可以尝试迁移-ds脚本。
发布于 2015-01-27 07:30:20
我不知道你移动数据是什么意思。
请注意,您不能只创建一个新的副本并替换LDAP DIT。不仅数据版本和FreeIPA版本不匹配,而且还会破坏FreeIPA,因为新的FreeIPA有不同的PKI/Kerberos密钥和数据不匹配。
如果您试图安装一个副本,并且遇到错误,请收集ipareplica-install.log和所有PKI日志,并向FreeIPA/Dogtag Trac或freeipa用户列表报告一个错误。
https://serverfault.com/questions/661856
复制相似问题