Oracle® Fusion Middleware Man Page Reference for Oracle Directory Server Enterprise Edition 11g Release 1 (11.1.1.7.0) Part Number E28967-01 |
|
|
PDF · Mobi · ePub |
Set up Directory Service Control Center
Synopsis
install-path/bin/dsccsetup subcommand [options]
Description
The dsccsetup
command is used to deploy Directory Service Control Center (DSCC) in an application server, and to register local agents of the administration framework. Use the dsccsetup
command with the subcommands described in this man page.
Subcommands
The following subcommands are supported:
dsccsetup ads-create [-w
file
] [-p PORT] [-P PORT]
Initialize the DSCC registry, a local Directory Server instance for private use by DSCC to store configuration information.
DSCC requires that this instance reside locally on the host where you run DSCC. Therefore, if you replicate the data in the instance for high availability, set up one DSCC per replica host.
If you do not provide the Directory Manager password for the DSCC registry in the file passed to the -w
option, the command prompts for the password.
The default port numbers used by the instance are 3998
for LDAP, and 3999
for LDAPS. If those ports are already used, then dsccsetup
randomly chooses some ports. If you want to use specific ports, then use the -p
and -P
options.
The default instance path of DSCC registry is install-path
/var/dcc/ads
.
The base DN for the suffix containing configuration information is cn=dscc
.
Use the dsccsetup status
subcommand to read actual values for the DSCC registry instance.
dsccsetup ads-delete
Delete the Directory Server instance used by DSCC to store configuration information.
If you delete the DSCC registry, all the server registrations are deleted but the Server instances remain unaffected.
Use the -i
when not using the command interactively.
dsccsetup cacao-reg [-t]
This subcommand is no longer supported. Use dsccagent create
to add the DSCC agent to the DSCC registry.
dsccsetup cacao-unreg
This subcommand is no longer supported.
dsccsetup complete-patch [-t]
Performs actions required after applying a patch.
dsccsetup disable-admin-users
Disables the Administrative User feature. The Administrative User feature allows you to designate a user in the directory as a Directory Service Manager.
dsccsetup enable-admin-users
Enable the Administrative User feature. The Administrative User feature allows you to designate a user in the directory as a Directory Service Manager.
dsccsetup mfwk-reg [-t]
This subcommand is no longer supported. Use dsccagent enable-snmp
to enable SNMP monitoring.
dsccsetup mfwk-unreg
This subcommand is no longer supported.
dsccsetup prepare-patch
Perform actions that are required before applying a patch.
This subcommand stops the server instances and the DSCC agents. Once prepare-patch
is completed, none of the executables from the current installation is running. Thus the installation can be safely patched.
dsccsetup status
Display whether the DSCC registry has been initialized.
dsccsetup war-file-create [--overwrite] [
OUTPUT_WAR_FILE
]
Generate the WAR file for deploying DSCC in an application server.
dsccsetup war-file-delete [
OUTPUT_WAR_FILE
]
Delete the WAR file.
Global Options
The following options apply to all commands and subcommands:
-?
--help
Display usage for the command or for the specified subcommand.
-i
--no-inter
Do not prompt for confirmation before performing the operation.
-V
--version
Displays the current version of dsccsetup
. The version is provided in the format year.monthday.time. So version number 2009.0601.0035
was built on June 1st, 2009 at 00h35. If the components used by dsccsetup
are not aligned, the version of each individual component is displayed.
-v
--verbose
Display extra information for debugging purposes.
Subcommands Options
The following options apply to the subcommands where they are specified:
--overwrite
Overwrites the existing WAR file.
-p
PORT
Uses PORT for the LDAP port (Default: 3998
or random)
-P
PORT
Uses PORT for the LDAPS port (Default: 3999
or random).
-t
--norestart
Do not start the Common Agent Container after performing the operation.
-w
file--pwd-file
fileUse the Direcctory Service Manager password specified in file.
By default, dsccsetup
prompts for a password.
Operands
The following operands are supported:
Name of the WAR file.
Exit Status
The following exit status values are returned:
0
Successful completion
An error occurred.
Attributes
See attributes
(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Availability |
SUNWdsee7 |
Stability Level |
Unstable |
See Also