生成有关完成扩展的自动支持消息
扩展集群后,应发送一条自动支持消息,表示扩展过程完成。此消息可通知内部和外部支持人员扩展已完成,还可作为后续可能需要进行故障诊断时所需的时间戳。
开始之前
必须设置自动支持。 对于集群中的每个节点,使用 system node autosupport invoke 命令发送自动支持消息。
必须为集群中的每个节点发出此消息,包括新添加的节点。
示例
如果在 HA 对中添加了两个节点,则必须发送四次此消息。cluster1::> system node autosupport invoke -node * -message "cluster expansion complete" -type all
The AutoSupport was successfully invoked on node "cluster1-1". To view the status
of the AutoSupport, use the "system node autosupport history show" command.
Note: It may take several minutes for the AutoSupport to appear in the history list.
The AutoSupport was successfully invoked on node "cluster1-2". To view the status
of the AutoSupport, use the "system node autosupport history show" command.
Note: It may take several minutes for the AutoSupport to appear in the history list.
The AutoSupport was successfully invoked on node "cluster1-3". To view the status
of the AutoSupport, use the "system node autosupport history show" command.
Note: It may take several minutes for the AutoSupport to appear in the history list.
The AutoSupport was successfully invoked on node "cluster1-4". To view the status
of the AutoSupport, use the "system node autosupport history show" command.
Note: It may take several minutes for the AutoSupport to appear in the history list.
4 entries were acted on.
提供反馈