Configuring Local Properties for SRC ACP (SRC CLI)
Configure initial properties, including Java heap memory, including directory connection and directory eventing properties.
Tasks to configure the local properties for SRC ACP are:
Configuring Basic Local Properties for SRC ACP
Use the following configuration statements to configure basic local properties for SRC ACP:
To configure basic local properties:
From configuration mode, access the configuration statement that configures the local properties.
user@host# edit slot 0 acpSpecify the basic local properties for ACP.
[edit slot 0 acp]user@host# set ?For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.
Configure the garbage collection functionality of the Java Virtual Machine.
[edit slot 0 acp]user@host# set java-garbage-collection-options java-garbage-collection-optionsSelect an SRC ACP group configuration.
[edit slot 0 acp]user@host# set shared sharedFor more information, see Creating Grouped Configurations for SRC ACP (SRC CLI).
(Optional) Verify your configuration.
[edit slot 0 acp] user@host# show shared /config; initial { directory-connection { url ldap://127.0.0.1:389/; principal cn=conf,o=Operators,<base>; credentials ********; } directory-eventing { eventing; polling-interval 30; } }
Configuring Initial Properties for SRC ACP
Use the following configuration statements to configure initial properties for SRC ACP:
To configure initial local properties:
From configuration mode, access the configuration statement that configures the initial properties.
user@host# edit slot 0 acp initialSpecify the properties for SRC ACP.
[edit slot 0 acp initial]user@host# set ?For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.
(Optional) Verify your configuration.
[edit slot 0 acp initial] user@host# show
Configuring Directory Connection Properties for SRC ACP
Use the following configuration statements to configure directory connection properties for SRC ACP:
To configure directory connection properties:
From configuration mode, access the configuration statement that configures the directory connection properties.
user@host# edit slot 0 acp initial directory-connectionSpecify the properties for ACP.
[edit slot 0 acp initial directory-connection]user@host# set ?For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.
(Optional) Verify your configuration.
[edit slot 0 acp initial directory-connection] user@host# show url ldap://127.0.0.1:389/; principal cn=conf,o=Operators,<base>; credentials ********;
Configuring Initial Directory Eventing Properties for SRC ACP
Use the following configuration statements to configure directory eventing properties for SRC ACP:
To configure initial directory eventing properties:
From configuration mode, access the configuration statement that configures the local properties.
user@host# edit slot 0 acp initial eventingSpecify the initial directory eventing properties for SRC ACP.
[edit slot 0 acp initial directory-eventing]user@host# set ?For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.
(Optional) Verify your configuration.
[edit slot 0 acp initial directory-eventing] user@host# show eventing; polling-interval 30;