cp_conf ha

Description

Enables or disables cluster membership on this Security Gateway.

Important - This command is for Check Point use only. To configure cluster membership, you must use the cpconfig command.

For more information, see the R81 ClusterXL Administration Guide.

Syntax

cp_conf ha {enable | disable} [norestart]

Parameters

Parameter

Description

enable

Enables cluster membership on this Security Gateway.

This command is equivalent to the option Enable cluster membership for this gateway in the cpconfig menu.

disable

Disables cluster membership on this Security Gateway.

This command is equivalent to the option Disable cluster membership for this gateway in the cpconfig menu.

norestart

Optional: Specifies to apply the configuration change without the restart of Check Point services. The new configuration takes effect only after reboot.

Example 1 - Enable the cluster membership without restart of Check Point services

[Expert@MyGW:0]# cp_conf ha enable norestart
 
Cluster membership for this gateway was enabled successfully
Important: This change will take effect after reboot.
 
[Expert@MyGW:0]#

Example 2 - Disable the cluster membership without restart of Check Point services

[Expert@MyGW:0]# cp_conf ha disable norestart
cpwd_admin:
Process CPHAMCSET process has been already terminated
 
Cluster membership for this gateway was disabled successfully
Important: This change will take effect after reboot.
 
[Expert@MyGW:0]#