This section describes operations before Live Migration in a KVM environment.
Changing cluster settings (guest OS)
Change the cluster settings before Live Migration.
Execute the following command on the guest OS that is to be migrated.
# /opt/SMAW/SMAWsf/bin/sfkvmmigrate -p source-domain -g
Domain name of guest OS to be migrated
After executing this command, the cluster settings on all the nodes of clusters among the guests specified by source-domain will be changed as follows:
Timeout of CF cluster interconnect (10 seconds to 600 seconds)
Stop of the shutdown facility
This section describes operations after Live Migration in a KVM environment.
Changing cluster settings (guest OS)
Change the cluster settings after Live Migration.
Execute the following command on the migrated guest OS.
# /opt/SMAW/SMAWsf/bin/sfkvmmigrate -u source-domain -g
Domain name of migrated guest OS
After executing this command, the cluster settings on all the nodes of clusters among the guests specified by source-domain will be changed as follows:
Timeout of CF cluster interconnect (600 seconds to 10 seconds)
Settings of the shutdown facility (IP address of host OS, CF node name of host OS, weight of SF)
Settings of the Host OS failover function (CF node name of host OS)
Startup of the shutdown facility
Checking the status of the shutdown facility (guest OS)
Execute the following command on all the nodes of the guest OS to check that the cluster settings are correct after Live Migration.
# sdtool -s
Note
If TestFailed or InitFailed is displayed, there is a possibility that the settings of the shutdown facility were not changed.
Perform the procedure from Step 1 again.
This section describes operations before Live Migration in a KVM environment.
Changing cluster settings (host OS)
Change the cluster settings before Live Migration.
Execute the following command on the cluster node of the original host OS.
# /opt/SMAW/SMAWsf/bin/sfkvmmigrate -p source-domain
Domain name of guest OS that is to be migrated
After executing this command, the cluster settings on all the nodes of clusters among the guests specified by source-domain will be changed as follows:
Timeout of CF cluster interconnect (10 seconds to 600 seconds)
Stop of the shutdown facility
This section describes operations after Live Migration in a KVM environment.
Changing cluster settings (host OS)
Change the cluster settings after Live Migration.
Execute the following command on the original host OS.
# /opt/SMAW/SMAWsf/bin/sfkvmmigrate -u source-domain
Domain name of migrated guest OS
After executing this command, the cluster settings on all the nodes of clusters among the guests specified by source-domain will be changed as follows:
Timeout of CF cluster interconnect (600 seconds to 10 seconds)
Settings of the shutdown facility (IP address of host OS, CF node name of host OS, weight of SF)
Settings of the Host OS failover function (CF node name of host OS)
Startup of the shutdown facility
Checking the status of the shutdown facility (guest OS)
Execute the following command on all the nodes to check that the cluster settings are correct after Live Migration.
# sdtool -s
Note
If TestFailed or InitFailed is displayed, there is a possibility that the settings of the shutdown facility were not changed.
Perform the procedure from Step 1 again.