[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Local Properties for SRC-ACP

To configure the local properties for SRC-ACP:

  1. Configure basic local properties, including Java heap memory.

See Configuring Basic Local Properties for SRC-ACP.

  1. Configure initial properties, including directory connection and directory eventing properties.

See Configuring Initial Properties for SRC-ACP.

See Configuring Directory Connection Properties for SRC-ACP.

See Configuring Initial Directory Eventing Properties for SRC-ACP.

Configuring Basic Local Properties for SRC-ACP

Use the following configuration statements to configure basic local properties for SRC-ACP:

slot number acp { 
    java-runtime-environment java-runtime-environment; 
    java-heap-size java-heap-size; 
    java-garbage-collection-options java-garbage-collection-options; 
    base-dn base-dn; 
    snmp-agent; 
    shared shared; 
} 

To configure basic local properties:

  1. From configuration mode, access the configuration statement that configures the local properties.
  2. user@host# edit slot 0 acp 
    
    
    
  3. Specify the basic local properties for ACP.
  4. [edit slot 0 acp] 
    
    user@host# set ? 
    
    
    

For more information about configuring local properties for the SRC components, see SRC-PE Getting Started Guide, Chapter 30, Configuring Local Properties with the SRC CLI.

  1. Configure the garbage collection functionality of the Java Virtual Machine.
  2. [edit slot 0 acp] 
    
    user@host# set java-garbage-collection-options java-garbage-collection-options 
    
    
    
  3. Select an SRC-ACP group configuration.
  4. [edit slot 0 acp] 
    
    user@host# set shared shared 
    
    
    

For more information, see Creating Grouped Configurations for SRC-ACP.

  1. (Optional) Verify your configuration.
  2. [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:

slot number acp initial { 
    static-dn static-dn; 
    dynamic-dn dynamic-dn; 
} 

To configure initial local properties:

  1. From configuration mode, access the configuration statement that configures the initial properties.
  2. user@host# edit slot 0 acp initial 
    
    
    
  3. Specify the properties for SRC-ACP.
  4. [edit slot 0 acp initial] 
    
    user@host# set ? 
    
    
    

For more information about configuring local properties for the SRC components, see SRC-PE Getting Started Guide, Chapter 30, Configuring Local Properties with the SRC CLI.

  1. (Optional) Verify your configuration.
  2. [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:

slot number acp initial directory-connection {
    url url; 
    backup-urls [backup-urls...]; 
    principal principal; 
    credentials credentials; 
    protocol (ldaps); 
    timeout timeout; 
    check-interval check-interval; 
    blacklist; 
    snmp-agent; 
} 

To configure directory connection properties:

  1. From configuration mode, access the configuration statement that configures the directory connection properties.
  2. user@host# edit slot 0 acp initial directory-connection 
    
    
    
  3. Specify the properties for ACP.
  4. [edit slot 0 acp initial directory-connection] 
    
    user@host# set ? 
    
    
    

For more information about configuring local properties for the SRC components, see SRC-PE Getting Started Guide, Chapter 30, Configuring Local Properties with the SRC CLI.

  1. (Optional) Verify your configuration.
  2. [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:

slot number acp initial directory-eventing { 
    eventing; 
    signature-dn signature-dn; 
    polling-interval polling-interval; 
    event-base-dn event-base-dn; 
    dispatcher-pool-size dispatcher-pool-size; 
} 

To configure initial directory eventing properties:

  1. From configuration mode, access the configuration statement that configures the local properties.
  2. user@host# edit slot 0 acp initial eventing 
    
    
    
  3. Specify the initial directory eventing properties for SRC-ACP.
  4. [edit slot 0 acp initial directory-eventing] 
    
    user@host# set ? 
    
    
    

For more information about configuring local properties for the SRC components, see SRC-PE Getting Started Guide, Chapter 30, Configuring Local Properties with the SRC CLI.

  1. (Optional) Verify your configuration.
  2. [edit slot 0 acp initial directory-eventing] 
    
    user@host# show 
    
    eventing;
    
    polling-interval 30;
    
    
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]