上一主题: ism-applyPolicyTemplates 命令-将策略模板应用于一组主机 (Funclet)下一主题: ism-applyPoliciesForService 命令-将策略应用于所有系统 (Funclet)


ism-applyPoliciesAndTemplates 命令-将策略和模板应用于一组主机 (Funclet)

ism-applyPoliciesAndTemplates 命令用于将策略和模板应用于一组主机。

此命令具有以下格式:

ism-applyPoliciesAndTemplates
-policyName policyName
-policyType policyType
-hostName hostname
-templateName templateName
-templateOs templateOs
[-timeout time]
[-replaceExisting replaceExisting]
-policyName policy_name

指定要应用的策略名称。

-policyType policy_type

指定策略类型。

-hostName host_name

指定主机计算机的名称。

-templateName templateName

指定模板的名称。

-templateOs templateOs

指定策略模板操作系统。

-timeout time

(可选)为该命令等待主机成功配置指定时间限制(以秒为单位),在此时间限制之后,将发生超时。 如果未指定,该命令将不等待主机成功配置。

默认值:30 秒。

注意:如果指定零,会发生默认系统范围超时。

-replaceExisting replaceExisting

(可选)使用新配置替换主机的现有配置。

示例:将策略和模板应用于一组主机

将策略和模板应用于一组主机。

ism-applyPoliciesAndTemplates -policyName policy6 -policyType SystemEDGE.SRM.Policies -hostName "s4","s5","s6" -templateName template2 -templateOs windows -timeout 400 -replaceExisting yes