Quantcast
Channel: MySQL Forums - MySQL Monitoring & Oracle Enterprise Manager
Viewing all 100 articles
Browse latest View live

MySQL Enterprise Monitor 2.3.17 has been released (no replies)

$
0
0
MySQL Enterprise Monitor 2.3.17 is now available for download on the
My Oracle Support (MOS) web site.

This is a maintenance release that updates various third party
components. You can find more information on the contents of this
release in the change log:

http://dev.mysql.com/doc/mysql-monitor/2.3/en/mem-news-2-3-17.html
(also included at the end of this note for convenience)

You will find binaries for the new release on My Oracle Support:

https://support.oracle.com

Choose the "Patches & Updates" tab, and then choose the "Product or
Family (Advanced Search)" side tab in the "Patch Search" portlet.

Important: MEM 3.0 offers many significant improvements over MEM 2.3.
If you have not already analyzed upgrading any remaining 2.3
installations to MEM 3.0, we highly recommend you do so. More
information on MEM 3.0 is available here:

What's new in MySQL Enterprise Monitor 3.0?
http://dev.mysql.com/doc/mysql-monitor/3.0/en/mem-comparison-2-3.html

MySQL Enterprise Edition: Demos
http://www.mysql.com/products/enterprise/demo.html

MySQL Enterprise Monitor Frequently Asked Questions
http://dev.mysql.com/doc/mysql-monitor/3.0/en/mem-faq.html

MySQL Enterprise Monitor Change History
http://dev.mysql.com/doc/mysql-monitor/3.0/en/mem-news.html

More information on MySQL Enterprise and the Enterprise Monitor can be
found here:

http://www.mysql.com/products/enterprise/
http://www.mysql.com/products/enterprise/monitor.html
http://www.mysql.com/products/enterprise/query.html
http://forums.mysql.com/list.php?142

If you are not a MySQL Enterprise customer and want to try the Monitor
and Query Analyzer using our 30-day free customer trial, go to
http://www.mysql.com/trials, or contact Sales at
http://www.mysql.com/about/contact.

Thanks and Happy Monitoring!

- The MySQL Enterprise Tools Development Team

==========

Changes in MySQL Enterprise Monitor 2.3.17

Functionality Added or Changed

* The bundled Tomcat server was updated to version 6.0.39.

Unable to de-serialize agent orders (1 reply)

$
0
0
We have installed version 3 of the MEM and Agent. On each monitored server the agent is connected to the local MySQL database. However, when we try to connect to an agent from the MEM UI it fails and enters the following in the agent's mysql-monitor-agent.log:

2014-07-10 18:37:59,679 ERROR com.mysql.etools.agent.transport.http.HttpPollingJobFetcher: Unable to de-serialize agent orders from https://x.x.x.x:18443/v3/Agent/aabd1936-61b3-4e98-abef-587f06676926/orders

Any idea what the problems is?

MEM Agent starting but not working. (1 reply)

$
0
0
Dear all,

I've got the MEM Service Manager up and running without problems and it's monitoring local instances of Mysql that are on the same box.

However upon installing the Agent on my Ubuntu 12.04 linux boxes I get a number of errors and I wonder if anyone else has come across them and found a workaround. See log file below including numerous stack traces.

I Googled the error message (of course!) and there were zero hits which makes me wonder what might have gone wrong during install, which seemed to be fine. But maybe someone out there has a clue about this...

[I would particularly like to know if the Agent is passing info to the Service Manager via GET/POST/HTTP and if these can be done on the command line.]


Ubuntu 12.04
MEM Service Manager: 3.0.10.2987
Agent: 3.0.11

Any insights? Where do I start looking?

Thanks!


From the MEM Agent Log:
==> mysql-monitor-agent.log <==
2014-07-18 09:50:33,633 ERROR com.mysql.etools.agent.order.InventoryCollectionOrder: Error running collection InventoryCollectionSchedule[collectionService=scope=com.mysql.etools.scope.AssetScope[com.mysql.etools.inventory.model.os.Os];metrics=[];params=null;schedule=FixedPeriodSchedule[period=00:00:30;start=null;next=null]]

==> mysql-monitor-agent-full.log <==
2014-07-18 09:50:33,633 ERROR [cme.schedule.Scheduler-3:com.mysql.etools.agent.order.InventoryCollectionOrder] Error running collection InventoryCollectionSchedule[collectionService=scope=com.mysql.etools.scope.AssetScope[com.mysql.etools.inventory.model.os.Os];metrics=[];params=null;schedule=FixedPeriodSchedule[period=00:00:30;start=null;next=null]]
java.lang.UnsatisfiedLinkError: org.hyperic.sigar.SysInfo.gather(Lorg/hyperic/sigar/Sigar;)V
at org.hyperic.sigar.SysInfo.gather(Native Method)
at com.mysql.etools.agent.collection.os.OsProvider$1.execute(OsProvider.java:130)
at com.mysql.etools.agent.collection.SigarExecutor.execute(SigarExecutor.java:93)
at com.mysql.etools.agent.collection.os.OsProvider.collectOs(OsProvider.java:116)
at com.mysql.etools.agent.collection.os.OsProvider.collect(OsProvider.java:109)
at com.mysql.etools.agent.collection.impl.SimpleInventoryProviderAdaptor.fetch(SimpleInventoryProviderAdaptor.java:93)
at com.mysql.etools.agent.collection.impl.InventoryConcentrator$ProvidersIterator.computeNext(InventoryConcentrator.java:130)
at com.mysql.etools.agent.collection.impl.InventoryConcentrator$ProvidersIterator.computeNext(InventoryConcentrator.java:106)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138)
at com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:263)
at com.google.common.collect.ImmutableList.copyOf(ImmutableList.java:223)
at com.mysql.etools.agent.collection.impl.MetricCollectionConcentrator.doCollect(MetricCollectionConcentrator.java:71)
at com.mysql.etools.agent.collection.impl.MetricCollectionConcentrator.collect(MetricCollectionConcentrator.java:62)
at com.mysql.etools.agent.collection.impl.AgentShim.collect(AgentShim.java:22)
at com.mysql.etools.agent.order.InventoryCollectionOrder.run(InventoryCollectionOrder.java:95)
at com.mysql.etools.agent.order.InventoryCollectionOrder.access$000(InventoryCollectionOrder.java:26)
at com.mysql.etools.agent.order.InventoryCollectionOrder$1.run(InventoryCollectionOrder.java:75)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:51)
at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

MEM agent able to connect to MEM server (2 replies)

$
0
0
2014-07-31 06:06:04,222 ERROR com.mysql.etools.limits.CircuitBreakerTemplate: Reset of circuit breaker CircuitBreaker_BackloggedDataflowHttpForwarder failed, fault condition still exists, moving back to open state
2014-07-31 06:06:43,980 WARN com.mysql.etools.limits.CircuitBreakerTemplate: Attempting to reset circuit breaker CircuitBreaker_BackloggedDataflowHttpForwarder after cooling off period
2014-07-31 06:06:44,171 ERROR com.mysql.etools.limits.CircuitBreakerTemplate: Too many failures, circuit breaker CircuitBreaker_BackloggedDataflowHttpForwarder moving to open state

getting errors like these and agent is not able to connect to MEM server, I verified that the connectivity is fine. Let me know how to fix it

Oracle Enterprise Manager for MySQL (no replies)

Access denied; you need (at least one of) the SUPER privilege(s) for this operation (2 replies)

$
0
0
Hi,

I’m trying to monitoring a MySQL RDS Instance on AWS using the MySQL Enterprise Monitor 3.0.15, but the the message below shows after finishing the configuration.

“Access denied; you need (at least one of) the SUPER privilege(s) for this operation”

How to solve this problem?

Thanks

Legatti

Enterprise Monitor (1 reply)

$
0
0
Hi Guys

I am new to MySQL

We have MEM 3.0 (enterprise monitor) in our shop and I am trying to configure email notifications.

I read somewhere were it is indicated that I should go to Settings -> Global Settings and configure the Outgoing Email settings, but when I go to Global Settings I don't have Outgoing Email settings.

I find the email settings under configuration->event handling, is this ok?

I have SMTP server but I don't know the SMTP Server Login and From Address details, is the way to get these information from the server?

Thanks in a advance...

Please Help!!!

Skip Server version (no replies)

$
0
0
HI,

Is it possible hide Server version , while login using windows and linux command prompt ?

After mysql connection id server version will appear , I need to skip that detail ?

Like below ,

Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15766816

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql >

Memory: Correlate prstat with NDB Config values (1 reply)

$
0
0
I need to upgrade the memory of my Solaris MySQL Cluster. I know my NDB Nodes are running low on memory but I can't seem to get a good correlation between `prstat -s rss` and the values in my management server's config.ini file.

The config.ini shows:

SendBufferMemory=4M
ReceiveBufferMemory=4M
DataMemory=5004M
IndexMemory=883M
SharedGlobalMemory=1024M
# DiskPageBufferMemory=2048M
StringMemory=25
TransactionBufferMemory=8M

And when I go on one of my nodes (All 6 report the same total memory of 7781) and run `prstat -s rss` I see the following:

PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
76717 root 7781M 7575M sleep 6 0 785:06:54 1.5% ndbd/40


When I add up the memory in the config file I get 6952M. Why do I not get 7781M?

Can someone please help me find the most accurate correlation of memory between prstat and the config file?

Thanks in advance

MEM - agentless setup (2 replies)

$
0
0
Hi,
I have MEM 3.0 installed on linux box, trying to monitor MySQL 5.6 instancess in an agentless setup.

Based on the docs the Service manager component has built-in agent, so there is no agent installed on that MEM box - and I get events from remote instances

First of all - is that "Service Manager only" install correct for a MEM 3.0 server?

And the second question is (probably) related to the first one. I need to add some custom data collections to my setup to be able to create new/modify existing advisors. The documentation states "add custom.xml to etc folder of agent" ...
How do I add custom data collections to an agentless setup? Is that even possible to have it defined on MEM server and use it for remote monitoring?
When I tried to add custom.xml to /opt/mysql/enterprise/monitor/etc (or event manually created /opt/mysql/enterprise/agent/etc) it's not reflected in the GUI
Thanks

Actual SQL queries for CPU Utilization,Database Activity etc. (no replies)

$
0
0
We are using Mysql Enterprise dashboard in our application to monitor CPU Utilization,Database Activity,Connections and Replication.

I used to do some analysis with 1 month data using data downloaded(CSV) from Enterprise dashboard.

I have seen that similar kind of data stored in MEM database, but i like to use sql query to retrieve data instead of CSV download.

Could you please provide SQL query used for CPU Utilization,Database Activity,Connections and Replication CSV download, which will help me to process further.

Thanks in advance.

Regards,
Venky
Venkateswaran

Monitor without Query analyzer (no replies)

$
0
0
Hello,

is it possible to run MySQL Enterprise Monitor without the Query Analyzer?
I just want to monitor the MySQL Server itself (Events and Reports)


Best Regards
Christian

MONyog MySQL Monitoring Tool (no replies)

$
0
0
Hi everyone,

Is anyone here familiar with MONyog monitoring tool?

As a DBA, I've been looking for an advanced (and yet simple) MySQL monitoring tool which mainly focuses on detecting performance issues.
I ran into MONyog and tried the trial version. So far it seems pretty neat IMO..

We only have MySQL community servers so using MySQL Enterprise Monitor is irrelevant.

What do you guys think?
Can you recommend about other tools as well?

Thanks in advance,
Rotem

Email setting with gmail (no replies)

$
0
0
Good morning,

I have Oracle Mysql Enterprise Monitor 3.1.2, I am email setting with Gmail account, but i dont know configure the port, I try "smtp.gmail.com :465" but generated this error "Errors Occurred SMTP send failed", "E1507: SmtpSendFailedException: [Unknown SMTP host: smtp.gmail.com ]"

Someone email setting with gmail

Migrate MEM from one host to another (1 reply)

$
0
0
Hi,

We want to migrate MEM from existing linux box to another linux box.
What all steps we need to take care during this activity.

Thanks!
Avinash

Port communication details between MEM and Agent (1 reply)

$
0
0
Hi Team,

I wanted to be clear on what ports are needs to be open for MySQL Enterprise server and Agent to communicate.

Can someone clearly fill up the table below.

Source Destination Port
MEM Server Agent server
Agent server MEM server

my understanding is, 18443 is the main port for communication and needs to be open at both the ends( MEM and agent ). Please correct me if I'm wrong.


Thanks,
Guru

MySQL Monitoring for DRBD server status (no replies)

$
0
0
Hi,

Is it possbile to monitor DRBD replication status using mysql enterprise monitoring or oracle enterprise monitoring.

Duplicate hostid from Agent (2 replies)

$
0
0
How do you make a correction when an agent wants to setup a new server with the same hostid with an existing server? The existing server is the monitor server. The version I am using is 3.0.3. This also occurred in previous versions.

When we were using 3.0.2 I tried to change the hostid in the inventory table and in the configuration file for the agent. Neither seemed to work.

Agent having trouble connecting to localhost (1 reply)

$
0
0
Hi,


I have recently setup mysql enterprise and am having trouble setting up
a connection to the localhost being monitored.

The error I am receiving is below. The user/password combination works with a normal mysql client connection. Any idea what the problem may be?

Warning: Error running /opt/mysql/enterprise/agent/bin/agent.sh
--test-credentials -f --host=localhost --port=3306 --admin-user=emagent :
Connection refused

Thanks!

MySQL Monitoring using Oracle 10g/12c grid control (no replies)

$
0
0
Can any one please help me with configuration of MySQL Monitoring using Oracle 10g/12c grid control.
Viewing all 100 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>