Important Update: Cohesity Products Knowledge Base Articles


All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.

8.0.2 fsdedupadm core dumps when triggered by VIOM discovery on AIX 7.2

Article: 100076713
Last Published: 2026-03-26
Ratings: 0 0
Product(s): InfoScale & Storage Foundation

Problem

8.0.2 fsdedupadm core dumps when triggered by Veritas Operations Manager (VIOM) discovery on AIX 7.2

 

Error Message

Core dumps from fsdedupadm were noticed. Checking the stack trace showed the following:
(dbx) where
.() at 0x0
getservent.IPRA.$init() at 0x90000000015155c
getservbyname(??, ??) at 0x9000000001518f0
getaddrinfo(??, ??, ??, ??) at 0x90000000014ff70
get_fqdn@AF22_9() at 0x10000b528
fs_cmd_genhdr() at 0x10000b438
cmd_gen_full_header() at 0x10000b2e8
write_log() at 0x10000aa24
fs_cmd_log@AF23_12() at 0x10000b5a8
main(argc = 3, argv = 0x0ffffffffffffbd0), line 358 in "fsdedupadm.c"

 

Cause

The cause is thought to be that of the AIX operating system. However, until confirmed, please refer to the workaround detailed further below so that fsdedupadm can be disabled from running by VIOM discovery.

 

Solution

Whilst no solution exists at this time, the fsdedupadm functionality can be disabled from the VIOM discovery configuration. On the managed host in question:
first backup the /opt/VRTSsfmh/agentlet/VRTS/SF/S30fs.pm file (e.g. to .bak) and then amend the line in the /opt/VRTSsfmh/agentlet/VRTS/SF/S30fs.pm file from:
my $fDedupAvaliable=1;
to
my $fDedupAvaliable=0;

No further core dumps should arise.

 

Was this content helpful?