Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 4 Administering Servers : Remove a Server

Remove a Server
If you need to remove a server from your iProcess Engine, for example, to take a server offline and upgrade it, you can use the following command:
swadm delete_server machine_id | machine_name
where:
machine_id is the server identifier (such as 1, 2 or 3) for the server you want to remove from iProcess Engine.
machine_name is the physical name of the server (such as pluto).
Example
If you have four servers in your iProcess Engine (in a node cluster), and you need to take the server called pluto offline to perform some kernel changes and upgrades, you can remove the server from the node cluster using the following command:
# swadm delete_server pluto
Alternatively, before removing the server from the cluster you can move the processes that currently run on the server to another server in the cluster using the move_server command on Move Processes From One Server to Another. You can only move background processes individually.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.