CeImageInstallableStatus

  • Base type Enumeration

Current state of the installable : | | install | \/ +-----------------+ | 'pendingInstall'| +-----------------+ | | activate | \/ (needs reload) ----------------------- | | | | | \/ | +----------------------+ | |'installPendingReload'| | +----------------------+ | | \/ | +--------+ \/ |'active'| <---------------- +--------+ (reload) | | | | rollback | \/ +----------------+ |'pendingRemoval'| +----------------+ | | activate | \/ (needs reload) --------------------- | | | | \/ \/ +----------------------+ (removed) |'removedPendingReload'| +----------------------+ | | (reload) | (removed) 'active' Installable is active in the system. It has been activated and currently is running in the system. 'pendingInstall' Installable is installed on the system, but it needs to be activated by issuing activate command before it becomes active on the system. 'pendingRemoval' Rollback command has been issued on the installable to remove it from the system, but it is not yet removed from the system. For the rollback to take effect and remove the installable from the system, it has to be confirmed with activate command. 'installPendingReload' Installable is activated, but is not yet running on the system because system needs a reload to run this installable. On the next reload, it will become 'active'. 'removedPendingReload' The removal of this installable has been committed, but it has not yet taken effect. This typically means that it is pending a reload, so it is not actually removed yet. On the next reload this installable is removed completely from the system. 'installPendingReloadPendingRemoval' Installable is both pending a reload and also pending removal. It means installable has been installed but it needs reload, before reload is done installable is removed. If an activate is done on the installable both the conditions cancel each other and installable will become 'active'. If a reload is done then installable will go into 'pendingReload' state. 'removedPendingReloadPendingInstall' Installable is both pending a reload and also pending install. It means installable has been removed but it needs reload, before reload is done installable is installed again. If an activate is done on the installable both the conditions cancel each other and installable will become 'active'. If a reload is done then installable will go into 'pendingInstall' state. 'pruned' Installable is in pruned state. When a tag is removed from the system and a installable under the tag is not in running state it is put in pruned state. This represents a temporary state and the installable will be removed from the system. 'inactive' Loaded but is not currently active.

Possible values

9 objects
Number Name
1 active
2 pendingInstall
3 pendingRemoval
4 installPendingReload
5 removedPendingReload
6 installPendingReloadPendingRemoval
7 removedPendingReloadPendingInstall
8 pruned
9 inactive