エージェントの無人インストールに使用できるすべてのオプションを表示するには、help
オプションを使用してエージェントインストーラを呼び出します(Windows
では、項2.7.1. 「コマンドラインオプション」に示すように、出力をファイルにリダイレクトする必要があります)。次のようなリストが表示されます。
--help Display the list of valid options --version Display product information Default: --optionfile <optionfile> Installation option file Default: --mode <mode> Installation mode (Windows)Default: win32 (Unix)Default: gtk (Mac OS X)Default: osx (Windows)Allowed: win32 unattended (Unix)Allowed: gtk text xwindow unattended (Mac OS X)Allowed: osx text unattended
デフォルトモードは、オペレーティングシステムにより異なります。そのため、使用できる値も異なります。たとえば、text
インストールモードは、Windows
では使用できません。
--debugtrace <debugtrace> Debug filename Default: --installer-language <installer-language> Language selection Default: Allowed: en jp --installdir <installdir> Installation directory (Windows)Default: C:\Program Files\MySQL\Enterprise\Agent (Unix)Default:/opt/mysql/enterprise/agent (Mac OS X)Default:/Applications/mysql/enterprise/agent --mysqlhost <mysqlhost> MySQL hostname or IP address Default: 127.0.0.1 --checkmysqlhost <checkMysqlhost>Validation of MySQL hostname or IP address Default: yes --mysqlport <mysqlport> MySQL port on127.0.0.1
Default: 3306 --mysqluser <mysqluser> User name on127.0.0.1:3306
Default: --mysqlpassword <mysqlpassword> Password for mysqluser on127.0.0.1:3306
Default: --managerhost <managerhost> Hostname or IP address Default: 127.0.0.1 --tomcatport <tomcatport> Port on127.0.0.1
Default: 18080 --agentuser <agentuser> Agent username on127.0.0.1:18080
Default: agent --agentpassword <agentpassword> Agent password foragent
on127.0.0.1:18080
Default: --servername <servername> Hostname to display Default:
ここでも、エージェントオプションは、例外を除き、すべてのオペレーティングシステムで同じです。