您必须对每个配置 XML 文件进行编辑,以便提供适合于环境的属性值。可以使用任何文本编辑器来打开和编辑文件。
确保您有执行规划活动时填写的安装与升级工作表。
要编辑配置 XML 文件中的值,请完成下列步骤:
现在,请不要编辑 configureloginmodules.xml、configurejdbcos.xml 或 deployapplication.xml 文件。
configmgr_cl storepasswords [-task task_type | -taskfile task_file_name] -profile myprofile
其中:
任务 | 配置文件 | 描述 |
---|---|---|
省略 | applicationserver.xml configurebootstrap.xml configurejdbc.xml configureldap.xml deployapplication.xml |
如果省略了 -task task_type 参数,那么系统将提示您输入概要文件中每个配置 XML 文件的密码。在将每个密码添加到 XML 文件之前,都将对其进行加密。 |
configurebootstrap | configurebootstrap.xml | 对用于创建全局配置数据和启动 Content Engine 的 BootstrapPassword 属性的密码进行加密。 |
configurejdbcgcd | configurejdbcgcd.xml |
对 Content Engine 用于访问 GCD 数据库的 DatabasePassword 属性的密码进行加密。 |
configurejdbcos | configurejdbcos.xml configurejdbcos.n.xml,其中 n 是起始于 2 的整数 |
对 Content Engine 用于访问对象存储库数据库的 DatabasePassword 属性的密码进行加密。 如果有多个 configurejdbcos.n.xml 文件,请对每个任务文件运行此命令。 |
configureldap | configureldap.xml configureldap.n.xml,其中 n 是起始于 2 的整数 |
对 Content Engine 用于连接到目录服务器以认证 Content Engine 用户的 LDAPBindPassword 属性的密码进行加密。 如果有多个 configureldap.n.xml 文件,请对每个任务文件运行此命令。 |
对于指定的 task_type,如果只存在一个任务文件,那么 -taskfile task_file_name 参数是可选的。
对于指定的 task_type,如果存在多个任务文件,那么必须指定 -taskfile task_file_name 参数。如果指定了 -taskfile task_file_name 参数,那么可以省略 -task task_type 参数。