Bug #70499 Installer should provide an unattended install options file
Submitted: 3 Oct 2013 6:25 Modified: 4 Oct 2013 9:12
Reporter: Simon Mudd (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Enterprise Monitor: Installing Severity:S4 (Feature request)
Version:3.0.1.2893 OS:Any
Assigned to: CPU Architecture:Any
Tags: windmill

[3 Oct 2013 6:25] Simon Mudd
Description:
The agent and dashboard installers ask for quite a bit of information, which at least on the first installation may get forgotten.
Sometimes you may want to reinstall and would like to use the same options used previously.
Currently no mechanism to do this exists.

How to repeat:
see above.

Suggested fix:
Software like kickstart (for RHEL/CentOS installation) creates a file on installation with the parameters needed to reinstall the same way.

So I'd like to see the agent and dashboard installers do the same.
Provide a file which contains the same options configured as an unattended installer (except for passwords) so this can be used on a new system, or can be used to reinstall later

e.g. a file like mysqlmonitoragent-3.0.1.2893.unattended_reinstall.sh

with content something like:

# you can use this file to do an unattended install of mysqlmonitor agent 3.0.1.2983
# - you will need to provide the password information, or remove the parameters and it will be asked
#    when you do the reinstall.

chmod +x mysqlmonitoragent-3.0.1.2893-linux-glibc2.3-x86-64bit-installer.bin
./mysqlmonitoragent-3.0.1.2893-linux-glibc2.3-x86-64bit-installer.bin --parameter1=... --parameter2=... etc.

and leave this file in the base agent / monitor install directory.
[4 Oct 2013 9:12] MySQL Verification Team
Hello Simon,

Thank you for the feature request!

Thanks,
Umesh
[22 Aug 2024 10:14] MySQL Verification Team
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options...

https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options...