After configuring the CA Directory router, you need to customize the CA Directory router definitions.
Follow these steps:
DXHOME/config/limits
# size limits set max-users = 255; set max-local-ops = 100; set max-op-size = 0; # time limits set max-bind-time = none; set bind-idle-time = 3600; set max-op-time = 600;
Save and close the file.
DXHOME/config/settings
# directory information base set alias-integrity = true; # distribution controls set multi-casting = true; set always-chain-down = false; # security controls set min-auth = clear-password; set allow-binds = true; set ssl-auth-bypass-entry-check = false; # general controls set op-attrs = true; set transparent-routing = true;
Save and close the file
DXHOME/config/knowledge
set dsa "cadirhost-adrouter" =
{
prefix = <>
dsa-name = <cn "cadirhost-adrouter">
dsa-password = "secret"
address = tcp "cadirhost" port 25389
disp-psap = DISP
snmp-port = 25389
console-port = 25390
auth-levels = clear-password
Save and close the file.
Important! If you installed CA Directory on a server where both IPv4 and IPv6 addresses are defined, specify IPv6 and IPv4 address types in the tcp value. For example: address = tcp "fe80::20d:56ff:fed4:8300%5" port 19389, tcp "192.168.1.1" port 19389
source "dsarouter-adrouter.dxc"; source "acdir1-dxlink.dxc"; source "acdir2-dxlink.dxc";
DXHOME/config/logging
DXHOME/config/servers
# # Initialization file written by DXnewdsa # # logging and tracing source "../logging/cadirhost-adrouter.dxc"; # schema clear schema; source "../schema/default.dxg"; # knowledge clear dsas; source "../knowledge/adrouter.dxg"; # operational settings source "../settings/cadirhost-adrouter.dxc"; # service limits source "../limits/cadirhost-adrouter.dxc"; # access controls clear access; source "../access/default.dxc"; # ssl source "../ssld/default.dxc"; # replication agreements (rarely used) # source "../replication/"; # multiwrite DISP recovery set multi-write-disp-recovery = false; # grid configuration set dxgrid-db-location = "data"; set dxgrid-db-size = 1; set cache-index = all-attributes; set lookup-cache = true;
Note: Replace cadirhost with the CA Directory host name.
You have customized the CA Directory router definitions.
| Copyright © 2012 CA. All rights reserved. |
|