配置 说明 用于导出、导入和显示基准中的组件配置设置。 语法 smartupdate configure --export baseline= dir= [component= includeCredentials=true|false>] smartupdate configure --import baseline= dir= [component=] smartupdate configure --show baseline= [component= 参数/选项/标志/字符串/... /export 该参数将组件配置导出到指定的目录中。 /import 该参数从指定的目录中导入组件配置。 /show 该参数显示基准中的组件的组件配置选项。 baseline= 可以使用该参数指定包含要导入、导出或显示的组件的基准。 dir= 可以使用该参数指定要在其中导出或导入组件配置设置的目录。 component= 这是一个可选参数。该参数指定要导入、导出或显示的组件名称。如果未指定组件,则 SUM 将导出、导入或显示基准中的所有组件。 includeCredentials= 这是一个可选参数。如果选择 true,则 SUM 将在导出配置设置时加入用户凭据。该参数的默认值为 true。 Windows 用法 C:\>smartupdate configure /import baseline=C:\spp.2012.01 dir=C:\Components 在此示例中,C:\Components 目录下 C:\spp.2012.01 基准的所有组件配置都将加载到 SUM 中。 C:\>smartupdate configure /import baseline=C:\spp.2012.01 dir=C:\Components\cp022423_conf component=cp022423.exe 在此示例中,SUM 仅导入 C:\Components 目录中 C:\spp.2012.01 基准的 cp022423.exe 组件的配置。 C:\>smartupdate configure /show baseline=C:\spp.2012.01 在此示例中,SUM 显示 C:\spp.2012.01 基准的所有组件配置。 Linux 用法 $ ./smartupdate configure --export baseline=/root/SPP.2012.01 dir=/root/Components 在此示例中,SUM 将 /root/SPP.2012.01 基准的所有组件配置导出到 /root/Components 目录。 $ ./smartupdate configure --export baseline=/root/SPP.2012.01 dir=/root/Components component=hp-snmp-agents-10.10-2657.7.rhel6.i686.rpm includeCredentials=false 在此示例中,SUM 仅导出 /root/Components 目录中 /root/SPP.2012.01 基准的 hp-snmp-agents-10.10-2657.7.rhel6.i686.rpm 组件的配置。在此示例中,SUM 不导出凭据。 $ ./smartupdate configure --show baseline=/root/SPP.2012.01 component=hp-snmp-agents-10.10-2657.7.rhel6.i686.rpm 在此示例中,SUM 仅显示 /root/SPP.2012.01 基准的 hp-snmp-agents-10.10-2657.7.rhel6.i686.rpm 组件的配置。 返回代码 SUCCESS_NO_REBOOT Windows:0 Linux: 0 文本:命令成功。 SUCCESS_REBOOT Windows:1 Linux: 1 文本:安装已成功,但需要重新引导。 SUCCESS_NOT_REQUIRED Windows:3 Linux: 3 文本:已成功完成命令,但不是必需的或者所有内容都是最新的。 FAILURE_GENERAL Windows:-1 Linux: 255 文本:发生了常规故障。有关详细信息,请参阅日志。 FAILURE_BAD_PARM Windows:-2 Linux: 254 文本:遇到了错误的输入参数。有关详细信息,请参阅日志。 FAILURE_COMPONENT_FAILED Windows:-3 Linux: 253 文本:安装组件失败。 FAILURE_COMMAND_FAILED Windows:-4 Linux: 252 文本:命令失败。有关详细信息,请参阅日志。