DSM/ITCM assigns each managed computer a CA-specific Universal Unique Identifier (HostUUID). This data is stored at the following locations on each computer:
Windows registry:
On a 32-bit OS: HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\HostUUID
On a 64-bit OS: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ComputerAssociates\HostUUID
Linux/UNIX:
/etc/cadmuuid
The CA ITCM application framework (CAF) checks the locations for a CA Technologies-specific UUID periodically. If a UUID is found, CAF assumes that this asset has already been registered in the database. If the UUID is not found, CAF creates a new UUID and registers the asset to the database.
If you have copied an installation (physical dump of the hard disk using an imaging tool such as GHOST or image file of a virtual machine using a tool such as VMware) to install on another computer or to use as a backup, the copied installation contains a CA-specific UUID of the original computer. If you start the copied installation on a computer other than the original one, the CA-specific UUID would appear twice.
Client Automation - All versions
To prevent the duplication of CA-specific UUID, CA ITCM performs the following actions:
Virtual machine
System ID (a system BIOS attribute) is the only characteristic checked by the algorithm.
Physical computer
A change in the values of the preceding characteristics does not necessarily require a change in the CA-specific UUID. The following are the considerations for the algorithm to initiate a change in the CA-specific UUID:
For example, if the old list of MAC addresses is not available in the database for comparison, a change in the CA-specific UUID will not be initiated.
Lock Host UUID
A hardware change usually results in the change of the host UUID. If you do not want to change the host UUID, you can lock the host UUID.
* Please note that "original" in the above context means the value recorded at the time the agent was installed.
If two of these three criteria are not met, the target system is regarded as being a new computer and a new HostUUID is generated.