在使用本地程序包安装 CA ControlMinder 之前,您必须自定义 CA ControlMinder 程序包,以指定您接受许可协议。 在自定义程序包时,您还可以指定自定义安装设置。
自定义程序包的方法是:从程序包中提取安装参数文件,根据需要进行修改,然后将其加载回程序包中。 某些命令由自定义脚本提供,因此您不必修改参数文件。
注意:建议您不要手动修改程序包。 您应当按照以下步骤中的说明,使用脚本自定义 CA ControlMinder 程序包。
您可以在 CA ControlMinder Endpoint Components for UNIX DVD 的 NativePackages 目录中找到适用于每个受支持的 Solaris 操作系统的 Solaris 本地程序包。
自定义 Solaris 本地程序包
在文件系统的读取/写入位置上,可以根据需要自定义程序包。
重要说明! 当提取程序包时,需验证是否保留了程序包整个目录结构的文件属性,否则 Solaris 本地程序包工具会认为该程序包已损坏。
pre.tar 文件是 tar 压缩文件,包含安装消息和 CA ControlMinder 许可协议。
注意:您可以在本地程序包所在的同一位置中找到 customize_eac_pkg 脚本文件和 pre.tar 文件。
customize_eac_pkg -a [-d pkg_location] pkg_name
您需要在下一步中指定该关键字。
customize_eac_pkg -w keyword [-d pkg_location] [pkg_name]
customize_eac_pkg -r -l lang [-d pkg_location] [pkg_name]
customize_eac_pkg -i install_loc [-d pkg_location] [pkg_name]
customize_eac_pkg -s -c certfile -k keyfile [-d pkg_location] [pkg_name]
customize_eac_pkg -g -f tmp_params [-d pkg_location] [pkg_name]
通过该文件,您可以设置程序包的安装默认值。 例如:激活 POSTEXIT 设置(删除前面的 # 字符)并将其指向要运行的安装后脚本文件。
customize_eac_pkg -s -f tmp_params [-d pkg_location] [pkg_name]
您现在可以使用程序包通过自定义默认值来安装 CA ControlMinder。
示例:指定您接受许可协议
要在安装本地程序包时接受许可协议,您需要自定义该程序包。 以下示例显示了如何自定义可在 CA ControlMinder Endpoint Components for UNIX DVD(挂接到 /mnt/AC_DVD)中找到的 x86 CA ControlMinder Solaris 程序包,以便您接受许可协议:
cp /mnt/AC_DVD/NativePackages/_SOLARIS_X86_PKG*.tar.Z /tmp cp /mnt/AC_DVD/NativePackages/pre.tar /tmp cd /tmp zcat _SOLARIS_X86_PKG*.tar.Z | tar -xvf - /mnt/AC_DVD/NativePackages/customize_eac_pkg -w keyword -d /tmp CAeAC
您现在将可以使用 /tmp 目录中的自定义程序包安装 CA ControlMinder。
版权所有 © 2013 CA。
保留所有权利。
|
|