In a situation where the Symantec Management Agent was migrated from one virtual environment to another virtual environment, the client may fail to re-register with the server.
Policy requests also fail with the error:
The specified resource does not exist: 744af870-3eb3-4b61-8b72-f3abe2516a79type=493435f7-3b17-4c4c-b07f-c23e7ab7781fkey=[name.domain]value=[******] [UnrecoverableComException @ Altiris.NS.dll]
IT Management Suite (ITMS) 8.8.x
In some virtualizers (QEMU) agent detects itself as a physical computer, and if previously (in VMWare, etc) it was detected as a virtual computer, it would prevent the client from re-registering with the SMP server.
The primary issue stems from how the Symantec Management Agent detects hardware changes post-migration. In some migration scenarios, virtual machines moved to the Proxmox VE or VergeIO platform are incorrectly identified by the agent as physical computers instead of virtual machines. When a client system that was previously registered in the SMP database as a virtual machine suddenly reports as a physical asset with mismatched hardware identifiers, the SMP server rejects or drops the communication, preventing proper client re-registration and ongoing management.
To confirm this issue is occurring, check the Symantec Management Agent logs on the affected client machine or the NS logs.
Log Locations:
NS Logs: C:\ProgramData\Symantec\SMP\Logs\aXX.log (where XX represents the sequential log numbers).
Client Agent Logs: C:\ProgramData\Symantec\Symantec Management Agent\Logs\agentX.log
Look for log entries resembling the following during a manual agent connection or registration cycle:
<event date='Jun 04 08:00:00' severity='2' modules='AeXNSAgent' source='CoNetworkTransport' >
<![CDATA[PostToUrl failed: HTTP status 400: The client registration request is invalid or contains conflicting hardware signatures.]]>
</event>
On the SMP Server aXX.log file, look for blockages related to resource keys:
Class: Altiris.NS.StandardItems.Messaging.RegisterCaptureResource
Description: Failed to process registration request. The resource trying to register reports as a physical computer but matches an existing virtual machine resource GUID.
To confirm if a client is experiencing this exact issue due to an unrecognized virtualizer (we will use VergeIO migration as example), run the following diagnostic commands from an elevated command prompt or PowerShell instance on the affected endpoint.
wmic csproduct get UUID
wmic path Win32_BaseBoard get *
wmic path Win32_ComputerSystemProduct get *
Get-ciminstance Win32_ComputerSystemProduct -Property *
Use the table below to cross-reference your diagnostic outputs to confirm the root cause:
| Diagnostic Command | Expected Pre-Migration Output (VMware) | Actual Post-Migration Output (VergeIO Issue State) |
wmic path Win32_ComputerSystemProduct get Vendor, Name |
Vendor: Name: |
Vendor: Name: |
wmic path Win32_BaseBoard get * | Returns populated motherboard records (e.g., |
|
This issue has been fixed in ITMS 8.8.1
Workaround:
This issue will have a fix under our ITMS 8.8.2 Release
Workaround: