Technical information
ADC Telecommunications, Inc.
136 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
db-connect
Configures the provisioning server ID, IP address of the host where the LDAP database resides,
and other information required to access the LDAP database. This command tests the connection
to the LDAP database and, if successful, creates a provision.cfg file containing the access
information that you specified. The provision.cfg file resides in /bas/data/provision on the
management module and is referred to whenever a provisioning application has to access the
database.
Mode
root
Syntax
Note that you must pass the command line arguments to the command as a single string in
the order specified below and as shown in the example:
dbconnect <ldap-server-object-name> <ldap-server-ip-address>
<ldap-server-port-number> <ldap-server-username>
<ldap-server-password>
Arguments
<ldap-server-object-name> Provisioning server ID of the provisioning server. If you
are using the integrated provisioning database on the
local host, this value is 1.
<ldap-server-ip-address> IP address of the host where the LDAP database resides.
If you are using the integrated provisioning database on
the local host, this value is 127.0.0.1.
<ldap-server-port-number> TCP port used to access the LDAP database. By default,
port 389 is used to access LDAP databases.
<ldap-server-username> Username required to access the LDAP database. The
default username for the integrated provisioning server
is cn=Directory Manager.
<ldap-server-password> Password required to access the LDAP database. The
default password for the integrated LDAP database is
“Directory Manager.”