Sun Java System Directory Server Enterprise Edition 6.3 Man Page Reference
  Search only this book
Download this book in PDF (3673 KB)

dsee_deploy(1M)

NAME | Synopsis | Description | SUBCOMMANDS | Options | Exit Status | Attributes | See Also

NAME

    dsee_deploy – deploy Directory Server Enterprise Edition software

Synopsis

    ./dsee_deploy install -i install_path
     [OPTIONS]
    install-path/dsee6/bin/dsee_deploy 
     uninstall -i install_path [OPTIONS]

Description

    The dsee_deploy command installs Directory Server Enterprise Edition software from zip distributions rather than native packages, and registers server software with the Cacao common agent container to allow remote administration. The dsee_deploy command also removes registration information from the Cacao common agent container, and removes Directory Server Enterprise Edition software installed from the zip distribution.

    Software installed from a zip distribution does not require that you have super user or administrator access to the system. The software is self-contained and need not have dependencies outside the install path you choose.

SUBCOMMANDS

    The following subcommands are supported:

    install

    Install component software.

    Use the command unpacked with the product distribution.

    uninstall

    Remove component software.

    Use the command placed under install-path/dsee6/bin/ by the install subcommand.

Options

    The following options are supported:

    -h
    --help

    Display the usage message for the command.

    -I
    --no-inter

    Install in non-interactive mode, accepting the license text without confirmation. This mode is useful for silent installation.

    -i install_path
    --install-path install_path

    Install or remove Directory Server Enterprise Edition software under the specified file system directory.

    If the specified file system directory does not exist at installation time, the dsee_deploy command attempts to create it.

    -N
    --no-cacao

    Do not use or configure the Cacao common agent container.

    If specified, you may use the dsconf(1M) command to manage Directory Server and the dpconf(1M) command to manage Directory Proxy Server, but not Directory Service Control Center.

    -O
    --non-overwrite

    Never overwrite files during installation.

    -p cacao_port
    --cacao-port cacao_port

    Configure the Cacao common agent container used for remote management to listen for JMX management communications on the specified port number.

    If specified, the port must not be in use.

    If no Cacao common agent contain port is specified, the default value is 11162.

    -v
    --verbose

    Display extra messages during software installation and removal.

Exit Status

    The following exit values are returned:

    0

    Successful completion.

    1

    The unzip command could not be found.

    2

    The install_path file system directory could not be created.

    3

    The install_path is not a file system directory.

    4

    Permission was denied to create the install_path file system directory.

    5

    A component_product name was not recognized.

    6

    The specified cacao_port could not be used.

    7

    There was an internal memory error.

    8

    The unzip command returned an error.

    9

    The server(s) installed could not be registered with the Cacao common agent container.

    10

    A required zip file, normally located in the dsee_data/ file system directory next to the dsee_deploy command, could not be found.

    11

    The cacaoadm command issued to configure the Cacao common agent container failed.

    12

    The number of parameters was invalid.

    Make sure you have specified at least all mandatory options.

    13

    The dsee_deploy command failed to configure the Cacao common agent container.

    14

    The dsee_deploy command failed to start the Cacao common agent container.

    15

    The specified subcommand was not valid.

    16

    The Cacao common agent container could not be removed.

    17

    The specified Cacao common agent container port is already in use.

    18

    An invalid option was specified.

    19

    An option was incorrectly specified more than once.

    20

    Permission to the specified file system directory was denied.

    21

    The dsee_deploy command, necessary for uninstallation, could not be copied to under the specified install_path.

    22

    A subcommand was missing. The dsee_deploy requires that you specify a subcommand (install | uninstall).

    23

    The -N option is not for use with the uninstall subcommand.

    24

    The -O option is not for use with the uninstall subcommand.

    25

    The -p option is not for use with the uninstall subcommand.

    26

    The Cacao common agent container is already configured. Use the -N option.

    27

    The specified component is not installed in the specified location, and therefore cannot be removed.

Attributes

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    Zip distributions only 

    Stability Level 

    Evolving 

See Also

    cacaoadm(1M), unzip(1)

DSEE 6.3  Last Revised 7 Dec 2007

NAME | Synopsis | Description | SUBCOMMANDS | Options | Exit Status | Attributes | See Also