prlctl register, unregister
The register command is used to register a Container with Virtuozzo.
The unregister command removes a Container from the Virtuozzo registry.
Syntax
prlctl register <path> [--preserve-uuid <yes|no>]
prlctl unregister <CT_ID>
Options
Name
|
Description
|
<path>
|
Full path to the Container directory.
|
<CT_ID>
|
ID of the Container to remove from the Virtuozzo registry.
|
--preserve-uuid <yes| no>
|
Specifies what to do with the Container UUID (universally unique identifier). If you specify yes , the UUID is preserved. If you specify no , the UUID is regenerated.
Note: By default, UUIDs are regenerated.
|
Remarks
- Use the
register command when you have a Container on the server that does not show up in the list of the Containers registered with the Virtuozzo. This can be a Container that was previously removed from the registry or that was copied from another location. - The
unregister command removes a Container from the Virtuozzo registry, but does not delete the Container files from the server. You can re-register the Container later using the register command.
|