ACC-V Agent classifies Linux Computer as Server

Thomas Buecker
Tera Contributor

Hi,

we have installed the ACC-V agent on a Linux Computer.
The scan works well, but instead of a Computer with os "Linux" a Linux Server was created.

The scan also created a new hardware model with the model category "Linux Server".
My first step was to remove "Linux Server" as category and to add "Computer" in addition to this I have copied the Unix Classification for Linux (order number 110) and mapped it to Computer and gave it a lower number (10) that it will be executed first.

ThomasBuecker_0-1724925496417.png

I copied the linked classification criteria as well.

Unfortunately without any success

Has anyone an idea how I can solve this issue?

Thanks in advance for your support

8 REPLIES 8

Hi Saul,

sorry I haven't seen your question.
The answer from support is: Works as designed 😉

I got the criteria when it?s a computer from the client and I do after the insert in the Linux Server an Upgrade to Computer via Business Rule.
Works without issue.

Hi Thomas, thanks for responding

Doci1
Kilo Sage

For unknown reason the Script Include is not processing the Discovery Classifier, therefore it is hardcoding [cmdb_ci_linux_server] (/sys_script_include.do?sys_id=b26c4d92ff4120108ec45897d53bf116 - funciton getOsClassName)).

When I run the debugger, it always skip the Classification Record in "sys_script_include.do?sys_id=fb3743e6ff3820108ec45897d53bf1ab" - the "var cl = dc.getClassificationRecord();" is skipped.

Unfotunatelly I dont have time to dig in it more.

But to sum up, for Linux it is hardcoded that it will always be [cmdb_ci_linux_server]

Saul G
Tera Contributor

thanks for the reply/and explanation