processes QOS_IPC_SHARED_MEMORY_SEGMENTS_UTILIZATION metric is disabled yet metrics are still being collected
search cancel

processes QOS_IPC_SHARED_MEMORY_SEGMENTS_UTILIZATION metric is disabled yet metrics are still being collected

book

Article ID: 265577

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

We have observed that the QOS_IPC_SHARED_MEMORY_SEGMENTS_UTILIZATION is showing up on a few devices.

<hostname1>.abc.example.net
<hostname2>.abc.example.net
<hostname3>.abc.example.net

We have removed the qos from the S_QOS_DATA and S_QOS_SNAPSHOT and RN, and HN tables in the database.

Yet we see the entries coming up again.

Environment

  • UIM v20.4 CU7
  • processes v4.82
  • RHEL 9

Cause

  • processes mcs template

Resolution

Fix provided and attached to this KB Article.

The updated build resolved the problem with the QOS not being disabled via MCS.

The new/updated template must be deployed to the Primary hub.

https://supportftp.broadcom.com/#/91476782/33429524/files_from_broadcom/processes_mcs_templates-4.71-20230810.zip 

It has been confirmed by the customer that the issue was resolved with the test build (new processes MCS template) provided.

To test the results:

  1. Deploy the Setup processes (Enhanced) and enable the shared memory segments utilization qos.

  2. Disable all other qos.

  3. Check the DB to see if it is successfully generating the QOS.

  4. Then DELETE that Setup processes (enhanced) profile and check the DB repeatedly and after 20-30 minutes see if that QOS is still being generated.
The QOS should no longer be generated.You can also check in the processes.cfg IF the section for:

<SharedMemorySegmentsUtilization>
     publish_qos = yes
  </SharedMemorySegmentsUtilization>

           is still present or deleted. It should get deleted.

Configured/selected Shared Memory Segments Utilization in the processes probe.

(QOS_IPC_SHARED_MEMORY_SEGMENTS_UTILIZATION)

Collected some qos.

Deselected /unchecked Publish QOS for Shared Memory Segments Utilization in the IM GUI after 10 or so rows were populated in the relevant RN table.



Double-checked the setting via Raw Configure.

It was disabled as expected.

 

Run the queries below to check to make sure the QOS was no longer being collected.

select * from s_qos_data 


--Run a select to see if the QOS data object is still in the s_qos_data table

select * from S_QOS_DATA where qos like '%ipc_shared_memory%' 


--Note the RN table and the table_id

-- run a query to select the data from the table using the relevant table_id

select * from RN_QOS_DATA_0041 where table_id = '135'

This confirmed that the QOS data was NO longer being collected.



Attachments

processes_mcs_templates-4.71-20230810_1692623122874.zip get_app