ITAM Application Deployment
To deploy the ITAM application, complete the following steps:
- Install the ITAM application.
- (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.
Before installing the application, ensure the Is extensible checkbox is selected in the configuration form of the Contracts (contract) table.
Full version deployment
Role required: admin
- Install the ITAM – [ITAM] 1.2.5 full.sop package.
- Import the JSON file itam_contract_category.json.
- If the ITSM application is installed on your instance and you require communication between these applications, install the [ITAM]_ITAM.1.2.5_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.
- Open Admin Preferences and select Simple in the Application field.
- Open the Employees (employee) table.
- In the burger menu , navigate to Configure → Table.
- Click Configure Form Layout above the Related lists area.
- Ensure that the Default view name is selected and move the Progress Bar assets location update formatter to the topmost position. Then Save the record.
Update installing
Install all versions and patches in their release order.
Example:
To update the application from version 1.1.1 to 1.2.5, sequentially install the update packages in the following order: 1.2.1, 1.2.2, 1.2.3, 1.2.4, and 1.2.5. Always follow the version deployment instructions.
Role required: admin
- 1.2.1
- 1.2.2
- 1.2.3
- 1.2.4
- 1.2.5
Update version 1.1.1 to version 1.2.1
- Install the [ITAM] 1.2.1.sop package.
- (optional) Install the ITAM-ITSM Connector and configure forms if not done earlier.
Update version 1.2.1 to version 1.2.2
- Install the [ITAM] 1.2.2.sop package.
- (optional) Install the ITAM-ITSM Connector and configure forms if not done earlier.
In this version, a new field Active appeared on the Asset (itam_asset) table. Run the script Set Active in existing Assets to set its value for all asset records that already exist on your instance.
Follow the instruction below if the Assets (itam_asset) table contains records.
- Open the scheduled script record Set Active in existing Assets (
record/sys_schedule_script/170965537611177121
). - Select Once in the Run frequency field.
- Select the Active checkbox and specify the Run date and time as an integer of minutes in the future.
- Click Save.
- To monitor the script execution, follow the records in the Main Logs (sys_log) table.
When the script is executed, the Active field on the asset record forms is filled in with the values Yes or No depending on whether the asset is in the final state and stage.
Update version 1.2.2 to version 1.2.3
- Install the [ITAM] 1.2.3.sop package.
- (optional) Install the ITAM-ITSM Connector and configure forms if not done earlier.
With this release, a problem has been resolved that resulted in the script not being able to set REM attribute values for configuration units. To update the REM attribute values of existing configuration units related to assets, run the scheduled script Set re model in CI as described below. If there are no asset records yet, you do not need to run the script.
Follow the instruction below if the Assets (itam_asset) table contains records.
- Open the scheduled script record Set re model in CI (
record/sys_schedule_script/171560985413106860
). - Select Once in the Run frequency field.
- Select the Active checkbox and specify the Run date and time as an integer of minutes in the future.
- Click Save.
- To monitor the script execution, follow the records in the Main Logs (sys_log) table.
As a result, the configuration items of the REM attributes related to existing assets will be updated.
Update version 1.2.3 to version 1.2.4
- Install the [ITAM] 1.2.4.sop package.
- (optional) Install the ITAM-ITSM Connector and configure forms if not done earlier.
This patch introduces two updates: a status model for nomenclatures that prevents asset registrations for outdated nomenclatures, and an updated parent-child asset relationship logic. If nomenclature and asset records already exist on your instance, you must run the appropriate scripts to update this data after installing the update package.
Add nomenclature state
Follow the instruction below if the Nomenclature (itam_nomenclature) table contains records.
Run the scheduled script Set nomenclature state to set Active state for existing nomenclature records. To do so, follow the instructions below:
- Navigate to System Scheduler → Scheduled scripts and open the record Set nomenclature state (
record/sys_schedule_script/171698291418285351
). - Select On Demand in the Run frequency field.
- Click Run.
Create one level "parent asset – child asset" relationship
Follow the instruction below if the Assets (itam_asset) table contains records.
When updating your application, you can run the script that cuts multi-level child-parent relationships and leaves only the child-parent pairs on the first level. Child assets will repeat the stage and state of their parent asset. Child assets of other levels will remain related to the parent assets, but they will not repeat their stage and state.
According to the logic of ITAM version 1.2.4 and higher, parent assets can only have child assets on the first level. The child asset cannot be a parent for another asset. Setting multi-level parent asset – child asset relationships will be unavailable.
To set a one level relationship between the assets, run the Set relation between Parent and Child assets scheduled script.
If there are no asset records that are related as a parent and child, you do not need to run the script as the new algorithm creating one level asset relations will be applied automatically.
Update version 1.2.4 to version 1.2.5
- Install the [ITAM] 1.2.5.sop package.
- Update the ITAM-ITSM connector with the [ITAM]_ITAM.1.2.5_ITSM.1.12.1.sop package, if the ITSM application and this connector have already been installed on your instance.
- (optional) Install the ITAM-ITSM Connector and configure forms if not done earlier.
Add full text search for assets on the portal
This version has a full text search for assets in the assets list on the portal. In this regard, all assets get a special search index.
To add indices to the existing assets, run the [ITAM] Reindex Assets table server script. To do so, complete the following steps:
- Navigate to System Settings → Server Scripts.
- Open the record [ITAM] Reindex Assets table (
/record/sys_script/172010221518000015
) - Click Run.