Skip to main content

Posts

Showing posts with the label MEM

Install MySQL Enterprise Monitor (MEM ) agent in unattended mode

Install MySQL agent unattended mode / non-interactive mode: 01. Get file mysqlmonitoragent-8.0.3.8197-linux-x86-64bit-installer.bin from Oracle e-delivery. 02. Copy file mysqlmonitoragent-8.0.3.8197-linux-x86-64bit-installer.bin to /tmp/ of the target server where agent need to install. 03. Create options file - options.txt and include following parameters. debuglevel=4 installer-language=en debugtrace=/mysql/MEM803/agent/install.debugtrace.monitor.log mode=unattended # User defined installation location of agent installdir=/mysql/MEM803/agent/ # Following is the server where MySQL Service Manager is running managerhost=<MEM Server> managerport=<Port No. of MEM server> # Following is the user created on MEM and not in MySQL database agentuser=msqlagent agentpassword=<code> # database type of installation will monitor server and database agent_installtype=database # Mysql user of the server where agent is installed mysqluser=root mysqlpassword=<code> # Mysql serv...

Install MySQL Enterprise Monitor (MEM)

Install MEM (MySQL Enterprise Monitor) for Linux : 01. Download older version of MEM (3.3,3.4,4.0 etc.) from Metallink patchset. 02. Download latest version of MEM (8.0) from e-delivery. 03. Files for MEM 3.3.0 Start | Stop | Check Status MEM agent on node: #/mysql/MEM8.0.3/agent/etc/init.d/ mysql-monitor-agent start # /mysql/MEM8.0.3/agent/etc/init.d/ mysql-monitor-agent stop # /mysql/MEM8.0.3/agent/etc/init.d/ mysql-monitor-agent status Install MySQL Service manager on MEM host: Make sure to install MySQL service manager as a root so that it can start automatically while you re-boot server. Installation files:     Install Service Manager - mysqlmonitor -3.3.0.1098-linux-x86_64- installer.bin     Upgrade Service Manager - mysqlmonitor -3.3.0.1098-linux-x86_64- update-installer.bin MySQL service manager will install Apache Tomcat : mandatory component. Servlet container and web server which hosts the MySQL Enterprise Service Manager. Java Runtime ...