Ce contenu n'est pas disponible dans la langue sélectionnée.
6.4. Removing a Server from the Topology
IdM does not allow removing a server from the topology if one of the following applies:
- the server being removed is the only server connecting other servers with the rest of the topology; this would cause the other servers to become isolated, which is not allowed
- the server being removed is your last CA or DNS server
In these situations, the attempt fails with an error. For example, on the command line:
6.4.1. Web UI: Removing a Server from the Topology Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
To remove a server from the topology without uninstalling the server components from the machine:
- Select
. - Click on the name of the server you want to delete.
Figure 6.13. Selecting a Server
- Click .
6.4.2. Command Line: Removing a Server from the Topology Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Important
Removing a server is an irreversible action. If you remove a server, the only way to introduce it back into the topology is to install a new replica on the machine.
To remove
server1.example.com:
- On another server, run the ipa server-del command to remove
server1.example.com. The command removes all topology segments pointing to the server:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - On
server1.example.com, run the ipa server-install --uninstall command to uninstall the server components from the machine.ipa-server-install --uninstall
[root@server1 ~]# ipa-server-install --uninstallCopy to Clipboard Copied! Toggle word wrap Toggle overflow