findemptygroups.sh script output not accurate
search cancel

findemptygroups.sh script output not accurate

book

Article ID: 368504

calendar_today

Updated On:

Products

DX NetOps CA Performance Management - Usage and Administration

Issue/Introduction

Running the findEmptyGroups.sh script and the output isn't right.

The names and the paths for the groups don't match.

Environment

Dx NetOps : 23.3.9 and older

Cause

There is a typo in the original script shipped with 23.3.9 and older

Resolution

 Replace lines 625 and 630 with this

sed -n "/^${gid},/s/\$/,${pathfound}/p" ${inf} >> "${outf}"

I have also attached an edited version of the script if you would prefer.

Additional Information

Attachments

fixed.findEmptyGroups.sh get_app