Monitoring the Upgrade
Use the following sample configuration to monitor the status of the upgrade through SMI Cluster Manager Ops Center:
config
clusters cluster_name actions sync run debug true
clusters cluster_name actions sync logs
monitor sync-logs cluster_name
clusters cluster_name actions sync status
exit
NOTES:
-
clusters cluster_name : Specifies the information about the nodes to be deployed. cluster_name is the name of the cluster.
-
actions : Specifies the actions performed on the cluster.
-
sync run : Triggers the cluster synchronization.
-
sync logs : Shows the current cluster synchronization logs.
-
sync status : Shows the current status of the cluster synchronization. debug true : Enters the debug mode.
-
monitor sync logs : Monitors the cluster synchronization process.
SMI Cluster Manager# clusters test1 actions sync run
SMI Cluster Manager# clusters test1 actions sync run debug true
SMI Cluster Manager# clusters test1 actions sync logs
SMI Cluster Manager# monitor sync-logs test1
SMI Cluster Manager# clusters test1 actions sync status
Important | You can view the pod details after the upgrade through CEE Ops Center. For more information on pod details, see Viewing the Pod Details section. |