CDM probe hang due to unresponsive filesystems in AIX
search cancel

CDM probe hang due to unresponsive filesystems in AIX

book

Article ID: 443435

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

The probe cdm port on a server (Robot) running AIX cannot be activated even though the server is running. It does not get a port and it is not generating any log. 

The issue appears to be caused by the cdm probe hanging while attempting to query filesystem metadata from storage drives that are unresponsive at the operating system level.

 

Environment

  • DX UIM 23.4.*
  • cdm 7.* / 8.*

Cause

The cdm probe executes system calls (such as 'df -g' on AIX) to scan filesystems during startup. If a mounted filesystem or network drive is unresponsive or hanging at the OS level, the probe process may hang indefinitely waiting for an I/O response, preventing it from opening its command port.

Resolution

To resolve the port activation hang, identify and exclude the unresponsive filesystems or configure the probe to bypass problematic network mounts.

Identify Unresponsive Mounts

  1. Log in to the affected AIX server terminal.

  2. Run the command df -g.

  3. If the command hangs and does not return to the prompt, this confirms the operating system is stuck waiting for a response from a storage device or network file system.

  4. Work with system administrators to resolve the underlying hardware or connectivity issue for those specific disks.

 

Exclude Problematic Filesystems

  1. In the cdm configuration (IM or AC), navigate to the Setup tab.

  2. Check the box for Filter ignored disk from List.

  3. Use the Ignore Filesystems field to exclude unresponsive drives using a regular expression. For example, to only monitor local JFS2 filesystems and exclude others: filesystem_type_filter = /^(jfs|jfs2)$/

  4. Alternatively, to ignore everything while troubleshooting: *

  5. Restart the cdm probe.

Additional Information

Related Kbs: 

CDM 7.21 does not START (CRASH) on AIX 7.2.* CDM 7.20 and earlier works fine

CDM 7.21 does not START (CRASH) on Debian 11. CDM 7.20 and earlier works fine

cdm 8.06 probe crashes on AIX 7.x and RHEL 7.x