This section describes how to configure the Zookeeper for CDL.
To configure Zookeeper for CDL, use the following configuration:
-
Open the NF Ops Center console and navigate to the datastore CLI.
-
Execute the following commands
configure
cdl zookeeper data_storage_size_in_gb
log-storage-size size_in_gb
replica num_replicas
enable-JMX-metrics boolean_value
enable-persistence boolean_value
end
exit
Note |
-
cdl zookeeper
data_storage_size_in_gb : Specifies the size of the Zookeeper data storage in GB. The default value is 20 GB. data_storage_size_in_gb must be in the range of 1 to 64.
-
log-storage-size
size_in_gb : Indicates the size of the Zookeeper data log’s storage in GB. The default value is 20 GB. size_in_gb must be in the range of 1to 64.
-
replica
num_replicas : Indicates the number of replicas that must be created. The default value is 3. num_replicas must be in the range of 1 to 16.
-
enable-JMX-metrics
boolean_value : Indicates the status of the JMX metrics. The default value is set to true.
-
enable-persistence
boolean_value : Specifies the status of the persistent storage for Zookeeper data. The default value is false.
|