configure — sets the instance location of an OpenDJ package installation
The configure command configures an OpenDJ package installation. The command registers the directory server as an SMF service, specifies where the directory server instance will be located, and specifies the user and group names of the instance owner.
This command is available in the OpenSolaris™ package installation only.
The following options are supported:
--groupName {groupName}
The group name of the instance owner.
If no group name is specified,
the primary group of the userName
is used.
--instancePath {path}
The path where the instance will be located.
If no path is specified, the default /var/opendj
is used.
--userName {userName}
The user name of the instance owner.
If no user name is specified, the default ldap
is used.
-V, --version
Displays directory server version information.
-?, -H, --help
Displays usage information.