man-control-panel.xml revision b1dce270ec218b8ad86ce6d745d295da038a5c88
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<?xml version="1.0" encoding="UTF-8"?>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<!--
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! CCPL HEADER START
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! This work is licensed under the Creative Commons
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! To view a copy of this license, visit
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! http://creativecommons.org/licenses/by-nc-nd/3.0/
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! or send a letter to Creative Commons, 444 Castro Street,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! Suite 900, Mountain View, California, 94041, USA.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! You can also obtain a copy of the license at
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! See the License for the specific language governing permissions
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! and limitations under the License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! If applicable, add the following below this CCPL HEADER, with the fields
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! enclosed by brackets "[]" replaced with your own identifying information:
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! Portions Copyright [yyyy] [name of copyright owner]
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! CCPL HEADER END
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync ! Copyright 2011-2014 ForgeRock AS
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync !
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync-->
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync<refentry xml:id='control-panel-1'
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync xmlns='http://docbook.org/ns/docbook'
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync version='5.0' xml:lang='en'
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync xsi:schemaLocation='http://docbook.org/ns/docbook
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync http://docbook.org/xml/5.0/xsd/docbook.xsd'>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <info><copyright><year>2011-2014</year><holder>ForgeRock AS</holder></copyright></info>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refmeta>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refentrytitle>control-panel</refentrytitle><manvolnum>1</manvolnum>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refmiscinfo class="software">OpenDJ</refmiscinfo>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refmiscinfo class="version"><?eval ${docTargetVersion}?></refmiscinfo>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync </refmeta>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refnamediv>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refname>control-panel</refname>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync <refpurpose>start the OpenDJ graphical admin interface</refpurpose>
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync </refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>control-panel</command>
<arg choice="req">options</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>This utility can be used to display the Control Panel window which
displays basic server information and allows to do some basic administration
tasks on the server.</para>
</refsect1>
<refsect1>
<title>Options</title>
<para>The following options are supported.</para>
<variablelist>
<varlistentry>
<term><option>-r, --remote</option></term>
<listitem>
<para>Connect to a remote server</para>
</listitem>
</varlistentry>
</variablelist>
<refsect2>
<title>LDAP Connection Options</title>
<variablelist>
<varlistentry>
<term><option>--connectTimeout {timeout}</option></term>
<listitem>
<para>Maximum length of time (in milliseconds) that can be taken to
establish a connection. Use '0' to specify no time out.</para>
<para>Default value: 30000</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-D, --bindDN {bindDN}</option></term>
<listitem>
<para>DN to use to bind to the server</para>
<para>Default value: cn=Directory Manager</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-h, --hostname {host}</option></term>
<listitem>
<para>Directory server hostname or IP address</para>
<para>Default value: localhost.localdomain</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-j, --adminPasswordFile {bindPasswordFile}</option></term>
<listitem>
<para>Global administrator password file</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-p, --port {port}</option></term>
<listitem>
<para>Directory server administration port number</para>
<para>Default value: 4444</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-w, --adminPassword {bindPassword}</option></term>
<listitem>
<para>Password for the global administrator</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-X, --trustAll</option></term>
<listitem>
<para>Trust all server SSL certificates</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2>
<title>General Options</title>
<variablelist>
<varlistentry>
<term><option>--version</option></term>
<listitem>
<para>Display version information</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-?, -H, --help</option></term>
<listitem>
<para>Display usage information</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>
</refsect1>
<refsect1>
<title>Exit Codes</title>
<variablelist>
<varlistentry>
<term>0</term>
<listitem>
<para>The command completed successfully.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>&gt; 0</term>
<listitem>
<para>An error occurred.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Examples</title>
<para>The following example starts the Control Panel on a remote host.</para>
<screen>
$ <userinput>control-panel -r -h opendj.example.com -p 4444 &amp;</userinput>
</screen>
</refsect1>
</refentry>