- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:04 AM
Please, I need an explanation of the choices of the 'operational_status' field of the 'cmdb_ci' table, i.e. in those cases a configuration item takes on the values shown below for the 'operational_status' field?
Operational
Non-Operational
Repair in Progress
DR Standby
Ready
Retired
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:49 AM
The meaning behind the values in the Operational Status can be explained as follows:
>> Operational = The CI is currently in use and functioning as expected. This status is used for CIs that are active and performing their intended roles. Operational CIs may be actively monitored and managed by ITOM and ITSM processes. Incidents and changes can be related to these CIs. For example: A server that is currently hosting applications and services for the organization.
>> Non-Operational = The CI is not currently in use or not functioning correctly. This status is used for CIs that are either broken, in maintenance, or not required at the moment. These CIs might be targeted for repair or maintenance work. Incidents and problems can be linked to these CIs. For example: A server that is down for maintenance or experiencing a hardware failure.
>> Repair in Progress = The CI is currently undergoing repair. This status is used for CIs that are being actively repaired due to malfunction or failure. During this status, incident management processes might be involved. Change management might also track the repair activities. Monitoring and alerting systems may suppress alerts for these CIs. For example: A server that has experienced a hardware failure and is being repaired by the IT team.
>> DR Standby = The CI is in a Disaster Recovery (DR) standby state, ready to be activated if needed. This status is used for CIs that are part of a disaster recovery plan and are not currently active but are ready to take over in case of a failure of the primary system. ITOM processes might include automated failover mechanisms. The status would be critical in the context of business continuity planning and disaster recovery testing. For example: A backup server that will be activated if the primary server fails.
>> Ready = The CI is fully configured and ready for use but not yet put into operation. This status is used for CIs that are fully set up and tested, waiting for deployment or activation. Asset management might track this status to ensure that resources are available for deployment. ITSM processes might involve change requests to move the CI to an operational state. For example: A server that has been installed, configured, and tested but is waiting for a go-live date.
>> Retired = The CI is no longer in use but has not been disposed of. This status is used for CIs that have been taken out of service but still exist in the inventory. Retired CIs may still have historical records and data that are valuable for reporting and audits. For example: A server that has been replaced by a new model but is still stored in a spare parts inventory.
...and even though these descriptions/definitions seem very "straight forward", it is good to establish governance around these terms within your organization to ensure all members are using them for the same use case and purpose. Especially if you are driving process and automation when the value changes. Governance - Customer Success - ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:46 AM
Hi @FrancescoP ,
Please take a look at the below post:
Please mark the answer as correct/helpful based on impact.
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:49 AM
The meaning behind the values in the Operational Status can be explained as follows:
>> Operational = The CI is currently in use and functioning as expected. This status is used for CIs that are active and performing their intended roles. Operational CIs may be actively monitored and managed by ITOM and ITSM processes. Incidents and changes can be related to these CIs. For example: A server that is currently hosting applications and services for the organization.
>> Non-Operational = The CI is not currently in use or not functioning correctly. This status is used for CIs that are either broken, in maintenance, or not required at the moment. These CIs might be targeted for repair or maintenance work. Incidents and problems can be linked to these CIs. For example: A server that is down for maintenance or experiencing a hardware failure.
>> Repair in Progress = The CI is currently undergoing repair. This status is used for CIs that are being actively repaired due to malfunction or failure. During this status, incident management processes might be involved. Change management might also track the repair activities. Monitoring and alerting systems may suppress alerts for these CIs. For example: A server that has experienced a hardware failure and is being repaired by the IT team.
>> DR Standby = The CI is in a Disaster Recovery (DR) standby state, ready to be activated if needed. This status is used for CIs that are part of a disaster recovery plan and are not currently active but are ready to take over in case of a failure of the primary system. ITOM processes might include automated failover mechanisms. The status would be critical in the context of business continuity planning and disaster recovery testing. For example: A backup server that will be activated if the primary server fails.
>> Ready = The CI is fully configured and ready for use but not yet put into operation. This status is used for CIs that are fully set up and tested, waiting for deployment or activation. Asset management might track this status to ensure that resources are available for deployment. ITSM processes might involve change requests to move the CI to an operational state. For example: A server that has been installed, configured, and tested but is waiting for a go-live date.
>> Retired = The CI is no longer in use but has not been disposed of. This status is used for CIs that have been taken out of service but still exist in the inventory. Retired CIs may still have historical records and data that are valuable for reporting and audits. For example: A server that has been replaced by a new model but is still stored in a spare parts inventory.
...and even though these descriptions/definitions seem very "straight forward", it is good to establish governance around these terms within your organization to ensure all members are using them for the same use case and purpose. Especially if you are driving process and automation when the value changes. Governance - Customer Success - ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2024 09:48 AM
How about the options of Catalog and Pipeline?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 08:33 AM
Well, same previous advice would apply here:
...even though these descriptions/definitions seem very "straight forward", it is good to establish governance around these terms within your organization to ensure all members are using them for the same use case and purpose. Especially if you are driving process and automation when the value changes. Governance - Customer Success - ServiceNow
...but I believe "Pipeline" comes from the CI/CD Pipeline application/module - What is a CI/CD pipeline? - ServiceNow and "Catalog" is to designate something as an item for catalog support (a business service category, for instance) - not a "physical CI", so therefore it doesn't have an "operational status", but may be needed in the cmdb table(s) to support features in other modules, so identifying it this way helps filter out potential noise that method can create.