UIM CM_NIMBUS_PACKAGE table update information
search cancel

UIM CM_NIMBUS_PACKAGE table update information

book

Article ID: 6529

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

After upgrading to UIM 8.4 or higher can no longer see CM_NIMBUS_PACKAGE table getting updated.

How to re enable this feature

Environment

UIM 8.4+

Any supported UIM releasem

discovery_server 8.4+

Cause

This feature has been taken disabled by default in UIM 8.4 and higher

Resolution

To re-enable it, add the config parameter “enable_cm_nimbus_package” to the setup/nis section and set it to true.

Please follow the steps to re-enable this feature if this is required

- Open discovery_server (8.4x or higher )raw configuration window(shift+right click)


- Under setup folder, create a section 'nis'


- Under nis add a key 'enable_cm_nimbus_package' with value 'true'


- Apply and if possible restart the discovery_server


- Try to deploy a package from local archive to a robot


- Query the database:select * from cm_nimbus_package order by install_time desc;

You shall see the records for successful distributions.

 

Discovery_server config example

<setup>
   log_async = true
   device_correlation_history_delete_older_than_time = 14d
   loglevel = 1
   device_correlation_history_deletion_interval_minutes = 720
   expire_time = 30d
   <migration>
      display_name_alias_migrated = true
      network_interface_masters_migrated_to_nis = true
   </migration>
   <nis>
      enable_cm_nimbus_package = true
   </nis>
</setup>