ACC-V Agent classifies Linux Computer as Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 03:00 AM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 08:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 09:39 AM
Hi Thomas, thanks for responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:48 AM
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 08:36 AM
thanks for the reply/and explanation