The options for the installation for MySQL Enterprise Service Manager are detailed below. The MySQL Enterprise Service Manager supports using a bundled MySQL server, or a separate MySQL server provided by the user. If you are using your own MySQL server, the server must be installed and running before installation. For more information, see Section 15.6.2.1, “Service Manager Installation Common Parameters”.
Table 15.1. MySQL Enterprise Service Manager Installer Options
Format | Option File | Description | Introduction | Deprecated | Removed |
---|---|---|---|---|---|
--adminpassword | Password for the database repository | ||||
--adminuser | Username for the database repository | ||||
--dbhost | Hostname or IP address of the MySQL server | ||||
--dbport | TCP/IP port for the MySQL server | ||||
--debuglevel | Set the debug information level | ||||
--debugtrace | File for a debug trace of the installation | ||||
--forceRestart | Forces the server to be restarted | ||||
--installdir | Installation directory | ||||
--installer-language | Language selection | ||||
--mode | Installation mode | ||||
--mysql_installation_type | MySQL server to be used by the MySQL Enterprise Monitor | ||||
--optionfile | Installation option file | ||||
--tomcatport | Server port for the Tomcat component | ||||
--tomcatshutdownport | Shutdown TCP/IP port for the Tomcat component | ||||
--tomcatsslport | SSL TCP/IP port for the Tomcat component | ||||
--unattendedmodeui | Unattended mode user interface | ||||
--usessl | Enable SSL support | ||||
--version | Display the product information |
Command-Line Format --help
Display the list of valid installer options.
Display product and version information.
Command-Line Format --optionfile
The path to the option file containing the information for the installation.
The installation mode to use for this installation.
Command-Line Format --debugtrace
Permitted Values Type string
The filename to use for a debug trace of the installation.
Command-Line Format --debuglevel
Permitted Values Type numeric
Default 2
Range 0-4
Set the debug information level for log data written to the file specified by
debugtrace
.Command-Line Format --installer-language
Permitted Values Type string
Default en
Valid Values en
English ja
Japanese The installer language.
The installation directory for MySQL Enterprise Service Manager.
Command-Line Format --tomcatport
Permitted Values Type numeric
Default 18080
The TCP/IP port for the MySQL Enterprise Service Manager. This port is used by MySQL Enterprise Agent and as the port for the interface to the MySQL Enterprise Dashboard.
Command-Line Format --tomcatshutdownport
Permitted Values Type numeric
Default 18005
The MySQL Enterprise Service Manager Tomcat shutdown port.
Command-Line Format --tomcatsslport
Permitted Values Type numeric
Default 18443
The TCP/IP port to use for SSL communication to the MySQL Enterprise Service Manager.
Command-Line Format --usessl
Permitted Values Type boolean
Default 0
Enable support for SSL communication between MySQL Enterprise Agent and MySQL Enterprise Service Manager.
Command-Line Format --adminuser
Permitted Values Type string
Default service_manager
The user name to use for connecting to the database repository used by MySQL Enterprise Service Manager. If you are installing the bundled MySQL server, this is the username that will be configured. If you are using an existing MySQL server, this should be the username of the user with rights to access the database.
WarningThe repository user name and password are stored in unencrypted form in the
config.properties
file. To locate this file on your operating system see Theconfig.properties
File.Command-Line Format --unattendedmodeui
Permitted Values Type string
Default none
Valid Values none
No dialogs minimal
Critical dialogs minimalWithDialogs
Minimal UI with dialogs The UI elements to use when performing an unattended installation. The options are
none
, show no UI elements during the installation;minimal
, show minimal elements during installation;minimalWithDialogs
, show minimal UI elements, but include the filled-dialog boxes.Command-Line Format --adminpassword
Permitted Values Type string
The MySQL Enterprise Service Manager password for connecting to the MySQL database repository.
Command-Line Format --mysql_installation_type
Permitted Values Type string
Default bundled
Valid Values bundled
Use the bundled MySQL server existing
Use an existing (user supplied) MySQL server Specifies whether the installer should configure MySQL Enterprise Service Manager to install the bundled MySQL server, or use a MySQL server that you have already installed to store the repository data.
Command-Line Format --dbport
Permitted Values Type numeric
Default 13306
The TCP/IP port for the MySQL database used to store MySQL Enterprise Service Manager repository data. If you are installing the bundled MySQL server, this is the port that the MySQL server will be configured to use to listen for connections. If you are using an existing MySQL server, this should be the port for the MySQL server that you want to connect to.
Command-Line Format --dbhost
Permitted Values Type string
Default 127.0.0.1
The hostname for the MySQL database. When installing MySQL Enterprise Service Manager to use an existing MySQL server, this should be the hostname of the server that will store the database repository.
Command-Line Format --forceRestart
Permitted Values Type boolean
Default 0
Force a restart of MySQL Enterprise Service Manager, even if there is a change to the configuration file that would normally prevent the automatic restart of the server.