Skip to main content
Version: 1.4.2

ITAM Application Deployment

tip

Role required: admin

To deploy the ITAM application, complete the following steps:

  1. Install the ITAM application.
  2. (optional) Deploy demo data.

To install the ITAM application for the first time, use the full version pack. To update the application from the previous versions, use the update packages.

Full version deployment

caution

Ensure you are going to install the ITAM application 1.4.2 on the platform version 1.25.0 or later.

  1. Install the [ITAM] 1.4.2 full.sop package.
  2. In the Simple Application, add a new column Corresponding asset (corresponding_asset_id) to the form view of the Configuration Item (sys_cmdb_ci) table to ensure proper visualization of the relationship between the asset and the current configuration item.
  3. If the ITSM application is installed on your instance and you require communication between these applications, install the [ITAM]_ITAM_1_3_1_ITSM_1_12_1_full.sop package and configure the ITAM-ITSM Connector. Once configured, you do not need to reconfigure it as it remains actual for further updates.

Update installing

Install all versions and patches in their release order.

Example:

To update the application from version 1.1.1 to 1.4.2, sequentially install the update packages in the following order: 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1 and 1.4.2. Always follow the version deployment instructions.

Update version 1.4.1 to version 1.4.2

  1. Install the [ITAM] 1.4.2.sop package.
  2. In the Simple Application, add a new column Corresponding asset (corresponding_asset_id) to the form view of the Configuration Item (sys_cmdb_ci) table to ensure proper visualization of the relationship between the asset and the current configuration item.
  3. (optional) Install the ITAM-ITSM Connector and configure the forms if not done earlier.

In this release, we fixed an issue that caused assets added to an inventory task to remain related to it after the task was moved to the Canceled state if at least one Inventory report had been added to the task. Those assets were unavailable for adding to other ITAM tasks and Demands.

When upgrading to version 1.4.2, ensure that no assets in your instance are still related to inventory tasks that have already been canceled. To do so, do the following:

  1. Open the list view of the Asset - Task (itam_m2m_task_asset) table with the /list/itam_m2m_task_asset?condition=(task_id.sys_db_table_id%3D168669266704175184%5Etask_id.state%3Dcompleted%5Etask_id.closure_code%3Dcanceled) filter.

    • If the list is empty, no further actions are needed.
  2. If the list contains records, execute the server script To remove assets from canceled inventory by the {your instance URL}/record/sys_script/174557113618984162 link. The script will remove the related asset records from the canceled Inventory Tasks, and they will become available for tasks and demands.

  3. Reopen the list from step 1 after a short time (the exact time depends on the current system workload and the number of assets to be removed). The number of records in the Asset - Task (itam_m2m_task_asset) table with the filter from step 1 will gradually decrease until the list is empty. The assets removed from canceled inventory tasks will become available for demands and other ITAM tasks.