Este conteúdo não está disponível no idioma selecionado.
Chapter 16. Uninstalling Certificate System subsystems
It is possible to remove individual subsystems or to uninstall all packages associated with an entire subsystem. Subsystems are installed and uninstalled individually. For example, it is possible to uninstall a KRA subsystem while leaving an installed and configured CA subsystem. It is also possible to remove a single CA subsystem while leaving other CA subsystems on the machine.
16.1. Removing a subsystem Copiar o linkLink copiado para a área de transferência!
Removing a subsystem requires specifying the subsystem type and the name of the server in which the subsystem is running. This command removes all files associated with the subsystem (without removing the subsystem packages).
pkidestroy -s subsystem_type -i instance_name
# pkidestroy -s subsystem_type -i instance_name
The -s option specifies the subsystem to be removed (such as CA, KRA, OCSP, TKS, or TPS). The -i option specifies the instance name, such as pki-tomcat
.
For example, to remove a CA subsystem:
The pkidestroy
utility removes the subsystem and any related files, such as the certificate databases, certificates, keys, and associated users. It does not uninstall the subsystem packages. If the subsystem is the last subsystem on the server instance, the server instance is removed as well.
16.2. Removing Certificate System subsystem packages Copiar o linkLink copiado para a área de transferência!
A number of subsystem-related packages and dependencies are installed with Red Hat Certificate System; these are listed in Section 6.9, “Installing RHCS and RHDS packages”. Removing a subsystem removes only the files and directories associated with that specific subsystem. It does not remove the actual installed packages that are used by that instance. Completely uninstalling Red Hat Certificate System or one of its subsystems requires using package management tools, like yum
, to remove each package individually.
To uninstall an individual Certificate System subsystem package:
Remove all the associated subsystems. For example:
pkidestroy -s CA -i pki-tomcat
# pkidestroy -s CA -i pki-tomcat
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Run the uninstall utility. For example:
yum remove pki-subsystem_type
# yum remove pki-subsystem_type
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The subsystem type can be
ca
,kra
,ocsp
,tks
, ortps
.-
To remove other packages and dependencies, remove the packages specifically, using
yum
. The complete list of installed packages is at Section 6.9, “Installing RHCS and RHDS packages”.