SoftLayer Virtual Guest host Status list

随声附和 提交于 2019-12-01 14:03:58

The status for VMs are:

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''':

regarding to know the result of the provisioning scripts, currenlty there is no status for that, the only way is loggin into the machine and see if the script ran for more information please see this https://sldn.softlayer.com/blog/jarteche/getting-started-user-data-and-post-provisioning-scripts

Also as you can see the VSIs do not have status when this is deploy proccess, in case you want to know this I recomend you to take a look the transaction. When a deploy or reload or upgrade proccess is running a transaction is created and you can see the related transaction by calling this method:

http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/getActiveTransaction

if the result is different from empty that means that a transaction is running, the transaction itself contains more information about the proccess that is running

I hope it helps

Regards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!