SoftLayer Virtual Guest 主机状态列表
SoftLayer Virtual Guest host Status list
当我创建虚拟访客时,我需要了解虚拟访客的运行、活动状态和配置脚本执行结果。
据我们所知,硬件的主机配置状态如下:
* '''ACTIVE''': This server is active and in use.
* '''DEPLOY''': Used during server provisioning.
* '''DEPLOY2''': Used during server provisioning.
* '''MACWAIT''': Used during server provisioning.
* '''RECLAIM''': This server has been reclaimed by SoftLayer and is awaiting de-provisioning.
*
* Status from SoftLayer Host Power State:
* '''Halted''': This Virtual Server Power State is Power off
* '''Running''': This Virtual Server Power State is Power on
所以我想知道虚拟访客对象的完整状态列表,以及 SoftLayer 主机电源状态的完整列表。
虚拟机的状态是:
Status for SoftLayer Virtual Guest State:
* '''ACTIVE''': The virtual guest is active and in use.
- '''DISABLED''': The virtual guest is disabled.
- '''INACTIVE''': The virtual guest is inactive.
- '''DELETED''': The virtual guest has been reclaimed.
- '''ACTIVE UTILITY''': This is for Net Scalers.
- '''DISCONNECTED''': This is used when the network interfaces were disconnected for security reasons.
- '''RESOURCE RESERVE''': This is used when an order has been placed, an instance is reserved, after that, it’s removed.
Status for SoftLayer Virtual Guest Power State:
- '''Halted''': This virtual guest power state is Powered off
- '''Running''': This virtual guest power state is Powered on
- '''Paused''': This virtual guest has been paused
- '''Suspended''': This status is set before the VSI is deleted
- '''Unknown''':
关于了解配置脚本的结果,目前没有状态,唯一的方法是登录机器并查看脚本 运行 了解更多信息,请参阅此 https://sldn.softlayer.com/blog/jarteche/getting-started-user-data-and-post-provisioning-scripts
此外,正如您所见,在部署过程中 VSI 没有状态,如果您想了解这一点,我建议您查看 t运行saction。当部署或重新加载或升级过程是 运行 时,将创建一个 t运行saction,您可以通过调用此方法查看相关的 t运行saction:
http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/getActiveTransaction
如果结果不同于空,这意味着 t运行saction 是 运行,t运行saction 本身包含有关 [=28= 的过程的更多信息]
希望对你有帮助
此致
当我创建虚拟访客时,我需要了解虚拟访客的运行、活动状态和配置脚本执行结果。
据我们所知,硬件的主机配置状态如下:
* '''ACTIVE''': This server is active and in use.
* '''DEPLOY''': Used during server provisioning.
* '''DEPLOY2''': Used during server provisioning.
* '''MACWAIT''': Used during server provisioning.
* '''RECLAIM''': This server has been reclaimed by SoftLayer and is awaiting de-provisioning.
*
* Status from SoftLayer Host Power State:
* '''Halted''': This Virtual Server Power State is Power off
* '''Running''': This Virtual Server Power State is Power on
所以我想知道虚拟访客对象的完整状态列表,以及 SoftLayer 主机电源状态的完整列表。
虚拟机的状态是:
Status for SoftLayer Virtual Guest State: * '''ACTIVE''': The virtual guest is active and in use.
- '''DISABLED''': The virtual guest is disabled.
- '''INACTIVE''': The virtual guest is inactive.
- '''DELETED''': The virtual guest has been reclaimed.
- '''ACTIVE UTILITY''': This is for Net Scalers.
- '''DISCONNECTED''': This is used when the network interfaces were disconnected for security reasons.
- '''RESOURCE RESERVE''': This is used when an order has been placed, an instance is reserved, after that, it’s removed.
Status for SoftLayer Virtual Guest Power State:
- '''Halted''': This virtual guest power state is Powered off
- '''Running''': This virtual guest power state is Powered on
- '''Paused''': This virtual guest has been paused
- '''Suspended''': This status is set before the VSI is deleted
- '''Unknown''':
关于了解配置脚本的结果,目前没有状态,唯一的方法是登录机器并查看脚本 运行 了解更多信息,请参阅此 https://sldn.softlayer.com/blog/jarteche/getting-started-user-data-and-post-provisioning-scripts
此外,正如您所见,在部署过程中 VSI 没有状态,如果您想了解这一点,我建议您查看 t运行saction。当部署或重新加载或升级过程是 运行 时,将创建一个 t运行saction,您可以通过调用此方法查看相关的 t运行saction:
http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/getActiveTransaction
如果结果不同于空,这意味着 t运行saction 是 运行,t运行saction 本身包含有关 [=28= 的过程的更多信息]
希望对你有帮助
此致