Skip to main content

uuidutil

Use the uuidutil program to manually change the UUID (Universal Unique Identifier).

Every discovered computer in Bravura Privilege is identified with a GUID (Global Unique Identifier) and a UUID. The UUID is generated at initial registration time and saved:

  • push-mode - the UUID is a string version of the GUID

  • pull-mode - the UUID is the hostname of the computer.

    In the case of pull-mode, a discovered computer could become re-purposed and have its hostname changed; however the UUID will remain the same. If another computer is added using the original hostname, then two computers will have the same UUID, causing a conflict. Use the uuidutil program to manually change the UUID, which will resolve the conflict.

Usage

Argument

Description

-system <system>

The system's GUID

-uuid <uuid>

The system's UUID

-change

Change a UUID

-query

Query a UUID or system

Examples
  1. Use uuidutil in -query mode to determine the GUID:

    uuidutil.exe -query -uuid WEBSERVER-06
  2. Use uuidutil in -query mode to determine the UUID:

    uuidutil.exe -query -system 47bf558e-7e54-4264-ad02-7cf1cda4a5db
  3. Use uuidutil in -change mode. In this mode -system is the GUID for the system you want to modify and -uuid is the new UUID you want to change it to:

    AR

    uuidutil.exe -change -uuid MAILSERVER-03 -system 47bf558e-7e54-4264-ad02-7cf1cda4a5db