Forum Discussion

markus_m1's avatar
markus_m1
Level 4
11 years ago

the same GUID on two computers

I have two computers with the same GUID in Altiris Agent.  So I deleted them from SSR-MS, then reset Guid (AeXAgentUtil.exe /resetguid), and then restart agent. But when I checked them it had again the same new GUID. 

So I've found on Altiris KB some script: 

'vbscript Change GUID then force client to update configuratin and send basic inventory
Dim WshShell 
Set WshShell = WScript.CreateObject("WScript.Shell" ) 
Dim TypeLib, sNewGuid 
Set TypeLib = CreateObject("Scriptlet.TypeLib" ) 
sNewGUID = TypeLib.Guid 
Set TypeLib = Nothing 
sNewGuid = left(sNewGUID, len(sNewGUID)-2) 
' wscript.echo " # Guid Generated " + sNewGuid 
WshShell.RegWrite "HKLM\Software\Altiris\Altiris Agent\MachineGuid" ,sNewGuid, "REG_SZ" 
WshShell.RegWrite "HKLM\SOFTWARE\Altiris\Client Service\NSMachineGuid" ,sNewGuid, "REG_SZ" 
WshShell.RegWrite "HKLM\SOFTWARE\Altiris\eXpress\MachineGuid" ,sNewGuid, "REG_SZ" 
WshShell.RegWrite "HKLM\SOFTWARE\Altiris\eXpress\NS Client\MachineGuid" ,sNewGuid, "REG_SZ" 
WshShell.RegWrite "HKLM\SOFTWARE\Computing Edge\Notification Server\MachineGuid" ,sNewGuid, "REG_SZ" 
 
Dim client 
Set client=WScript.CreateObject ("Altiris.AeXNSClient" ) 
ignoreBlockouts=1 
sendIfUnchanged = 1 
client.SendBasicInventory sendIfUnchanged, ignoreBlockouts 
client.UpdatePolicies ignoreBlockouts

 

Probably it works well/better. Now in Resource Manager I see both computers. But when I click "Symantec System Recovery Details" in SSR-MS I have information that "The Symantec System Recovery configuration data is not available"  What to do with this?

 

 

13 Replies