<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PlanetMysql.ru - информация о СУБД MySQL &#187; manager</title>
	<atom:link href="http://planetmysql.ru/category/manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:38:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MySQL Cluster Manager hands on</title>
		<link>http://blog.ronenb.com/2011/07/27/mysql-cluster-manager-hands-on/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-cluster-manager-hands-on</link>
		<comments>http://blog.ronenb.com/2011/07/27/mysql-cluster-manager-hands-on/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:36:19 +0000</pubDate>
		<dc:creator>Ronen Baram</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[HA]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.ronenb.com/?p=70</guid>
		<description><![CDATA[MySQL Cluster is, without doubt, the most interesting product Oracle offers to the people out there. It&#8217;s the flagship, the holy grail, based on the knowledge and technology developed doing our well known MySQL Server. I&#8217;m not going to go through why MySQL Cluster is so great, that you can find anywhere. I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[MySQL Cluster is, without doubt, the most interesting product Oracle offers to the people out there. It&#8217;s the flagship, the holy grail, based on the knowledge and technology developed doing our well known MySQL Server. I&#8217;m not going to go through why MySQL Cluster is so great, that you can find anywhere. I&#8217;m going to [...]<br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=29495&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=29495&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2011/07/27/mysql-cluster-manager-hands-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simpler and Safer Clustering: MySQL Cluster Manager Update</title>
		<link>http://blogs.oracle.com/MySQL/entry/simpler_and_safer_clustering_mysql?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simpler-and-safer-clustering-mysql-cluster-manager-update</link>
		<comments>http://blogs.oracle.com/MySQL/entry/simpler_and_safer_clustering_mysql#comments</comments>
		<pubDate>Mon, 18 Jul 2011 11:13:26 +0000</pubDate>
		<dc:creator>Oracle MySQL Group</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[clusters]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Cluster]]></category>

		<guid isPermaLink="false">http://blogs.oracle.com/MySQL/entry/simpler_and_safer_clustering_mysql</guid>
		<description><![CDATA[Clustered computing brings
with it many benefits: high performance, high availability, scalable
infrastructure, etc. But it also brings with it more complexity. 
  Why?  
  Well, by its very
nature, there are more “moving parts” to monitor and manage (from physical,
virtual and logical hosts) to clustering software to redundant networking
components – the list goes on. And a cluster that isn’t effectively provisioned
and managed will cause more downtime than the standalone systems it is designed
to improve upon. 
  When it comes to the
database industry, analysts already estimate that 50% of a typical database’s
Total Cost of Ownership is attributable to staffing and downtime costs. These
costs will only increase if a database cluster is not effectively monitored and
managed. 
  Monitoring and management
has been a major focus in the development of the MySQL Cluster database, and as
part of this focus, the latest release of MySQL Cluster Manager (MCM) hit
General Availability last week. You can
read all about it in Andrew Morgan's blog.  
  MySQL Cluster Manager 1.1.1
makes it much simpler to get up and running, to manage the cluster and to allow
multiple clusters to be managed from a single process. 
  MySQL Cluster Manager is
part of the commercial Carrier-Grade Edition&#160;but anyone is
free to download and use MySQL Cluster Manager without obligation for
30 days. This is a great way for those
new to MySQL Cluster to rapidly configure and provision their first cluster. 
  All you need do is: 
  1. Go to Oracle eDelivery  
  2. Enter some basic details and click through the
agreement 
  3. Select “MySQL Product Pack”, then your platform,
then Go 
  Not only does MCM make the
management of MySQL Cluster simpler, it also makes it safer. One of the largest causes of downtime is
administrator error, and here MySQL Cluster Manager can significantly reduce
risk. 
  Consider the task of
upgrading rom one release of MySQL Cluster to another. This can be performed as an on-line
operation, using rolling restarts to apply upgrades while still serving read
and write requests. Its just one of the
many operations users can perform on line (ie adding data nodes, upgrading
schema, backups, etc) all of which enable MySQL Cluster to achieve 99.999%
uptime.  
  Using a manual upgrade
method on a cluster configured with 4 x data nodes, 2 x MySQL Server
application nodes and 2 x management nodes, the administrator would be typing
46 x manual commands in an operation that would take around 2 ½ hours to
complete. The steps are shown below: 
  • 1 x preliminary check of cluster
state 
  • 8 x ssh commands per server 
  • 8 x per-process stop commands 
  • 4 x scp of configuration files (2 x
mgmd &#38; 2 x mysqld) 
  • 8 x per-process start commands 
  • 8 x checks for started and re-joined
processes 
  • 8 x process completion verifications 
  • 1 x verify completion of the whole
cluster. 
  Excludes manual editing of each
configuration file. 
   
  Now compare this to using MySQL
Cluster Manager:  
   • upgrade cluster --package=7.1 mycluster; 
  Just 1 command and walk away and leave it. 
   
   
  Note – both of the processes above exclude
the preparation steps of copying the new software package to each host and
defining where it's located. The total
operation times are based on a DBA restarting 4 x MySQL Cluster Data Nodes,
each with 6GB of data, and performing 10,000 operations per second.  
  You can learn more about MySQL Cluster Manager from our new whitepaper and on-line demo. 
  We also have an on-demand webinar which covers MySQL Cluster Manager as well as other complimentary methods to
managing a MySQL Cluster environment: 
  * NDBINFO: released with
MySQL Cluster 7.1, NDBINFO presents real-time status and usage statistics,
providing developers and DBAs with a simple means of pro-actively monitoring
and optimizing database performance and availability. 
  * MySQL Cluster Advisors
&#38; Graphs: part of the MySQL Enterprise Monitor and available in the
commercial MySQL Cluster Carrier Grade Edition, the Enterprise Advisor includes
automated best practice rules that alert on key performance and availability
metrics from MySQL Cluster data nodes. 
  While managing clusters will
never be easy, it keeps getting a whole lot simpler !]]></description>
			<content:encoded><![CDATA[<link rel="File-List" href="file://localhost/Users/User/Library/Caches/TemporaryItems/msoclip/0/clip_filelist.xml" /> <!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Revision>0</o:Revision>
  <o:TotalTime>0</o:TotalTime>
  <o:Pages>1</o:Pages>
  <o:Words>710</o:Words>
  <o:Characters>4053</o:Characters>
  <o:Company>Homework</o:Company>
  <o:Lines>33</o:Lines>
  <o:Paragraphs>9</o:Paragraphs>
  <o:CharactersWithSpaces>4754</o:CharactersWithSpaces>
  <o:Version>14.0</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]--> <link rel="themeData" href="file://localhost/Users/User/Library/Caches/TemporaryItems/msoclip/0/clip_themedata.xml" /> <!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:TrackMoves/>
  <w:TrackFormatting/>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInval>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-US</w:LidThemeOther>
  <w:LidThemeAsian>JA</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:EnableOpenTypeKerning/>
   <w:DontFlipMirrorIndents/>
   <w:OverrideTableStyleHps/>
   <w:UseFELayout/>
  </w:Compatibility>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="&#45;-"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="276">
  <w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
  <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
  <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
  <w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
  <w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
 </w:LatentStyles>
</xml><![endif]-->  <!--[if gte mso 10]>

<![endif]--> <!--StartFragment--> 
  <p>Clustered computing brings
with it many benefits: high performance, high availability, scalable
infrastructure, etc. But it also brings with it more complexity.<o:p /></p> 
  <p>Why? </p> 
  <p>Well, by its very
nature, there are more “moving parts” to monitor and manage (from physical,
virtual and logical hosts) to clustering software to redundant networking
components – the list goes on. And a cluster that isn’t effectively provisioned
and managed will cause more downtime than the standalone systems it is designed
to improve upon.<o:p /></p> 
  <p>When it comes to the
database industry, analysts already estimate that 50% of a typical database’s
Total Cost of Ownership is attributable to staffing and downtime costs. These
costs will only increase if a database cluster is not effectively monitored and
managed.<o:p /></p> 
  <p>Monitoring and management
has been a major focus in the development of the <a href="http://mysql.com/products/cluster/">MySQL Cluster</a> database, and as
part of this focus, the latest release of <a href="http://mysql.com/products/cluster/mcm/">MySQL Cluster Manager</a> (MCM) hit
General Availability last week.<span> </span>You can
read all about it in <a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-manager-1-1-1-ga-available/">Andrew Morgan's blog.</a> <o:p /></p> 
  <p>MySQL Cluster Manager 1.1.1
makes it much simpler to get up and running, to manage the cluster and to allow
multiple clusters to be managed from a single process.<o:p /></p> 
  <p>MySQL Cluster Manager is
part of the commercial <a href="http://mysql.com/products/">Carrier-Grade Edition</a>&nbsp;but anyone is
free to download and use MySQL Cluster Manager without obligation for
30 days.<span> </span>This is a great way for those
new to MySQL Cluster to rapidly configure and provision their first cluster.<o:p /></p> 
  <p>All you need do is:<o:p /></p> 
  <p><!--[if !supportLists]--><span><span>1.<span> </span></span></span><!--[endif]-->Go to <a href="https://edelivery.oracle.com/">Oracle eDelivery</a> <o:p /></p> 
  <p><!--[if !supportLists]--><span><span>2.<span> </span></span></span><!--[endif]-->Enter some basic details and click through the
agreement<o:p /></p> 
  <p><!--[if !supportLists]--><span><span>3.<span> </span></span></span><!--[endif]-->Select “MySQL Product Pack”, then your platform,
then Go<o:p /></p> 
  <p>Not only does MCM make the
management of MySQL Cluster simpler, it also makes it safer.<span> </span>One of the largest causes of downtime is
administrator error, and here MySQL Cluster Manager can significantly reduce
risk.<o:p /></p> 
  <p>Consider the task of
upgrading rom one release of MySQL Cluster to another.<span> </span>This can be performed as an on-line
operation, using rolling restarts to apply upgrades while still serving read
and write requests.<span> </span>Its just one of the
many operations users can perform on line (ie adding data nodes, upgrading
schema, backups, etc) all of which enable MySQL Cluster to achieve 99.999%
uptime. <o:p /></p> 
  <p>Using a manual upgrade
method on a cluster configured with 4 x data nodes, 2 x MySQL Server
application nodes and 2 x management nodes, the administrator would be typing
46 x manual commands in an operation that would take around 2 ½ hours to
complete.<span> </span>The steps are shown below:<o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">1 x preliminary check of cluster
state</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">8 x ssh commands per server</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">8 x per-process stop commands</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">4 x scp of configuration files (2 x
mgmd &amp; 2 x mysqld)</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">8 x per-process start commands</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">8 x checks for started and re-joined
processes</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">8 x process completion verifications</span><o:p /></p> 
  <p><!--[if !supportLists]--><span><span>•<span> </span></span></span><!--[endif]--><span lang="EN-US">1 x verify completion of the whole
cluster.</span></p> 
  <p><span lang="EN-US"></span>Excludes manual editing of each
configuration file.</p> 
  <p><o:p /></p> 
  <p><span lang="EN-US">Now compare this to using MySQL
Cluster Manager: <o:p /></span></p> 
  <p><span lang="EN-US"><span> </span></span><span><span>•<span> </span></span></span>upgrade cluster --package=7.1 mycluster;</p> 
  <p><span lang="EN-US"></span>Just 1 command and walk away and leave it.</p> 
  <p><o:p /></p> 
  <p><o:p /></p> 
  <p><span lang="EN-US">Note – both of the processes above exclude
the preparation steps of copying the new software package to each host and
defining where it's located.<span> </span>The total
operation times are based on a DBA restarting 4 x MySQL Cluster Data Nodes,
each with 6GB of data, and performing 10,000 operations per second.<span> </span><o:p /></span></p> 
  <p>You can learn more about MySQL Cluster Manager from our <a href="http://mysql.com/why-mysql/white-papers/mysql_wp_cluster_manager.php">new whitepaper</a> and <a href="http://mysql.com/products/cluster/mcm/cluster_install_demo.html">on-line demo</a>.<o:p /></p> 
  <p>We also have an <a href="http://mysql.com/news-and-events/on-demand-webinars/display-od-599.html">on-demand webinar </a>which covers MySQL Cluster Manager as well as other complimentary methods to
managing a MySQL Cluster environment:<o:p /></p> 
  <p>* NDBINFO: released with
MySQL Cluster 7.1, NDBINFO presents real-time status and usage statistics,
providing developers and DBAs with a simple means of pro-actively monitoring
and optimizing database performance and availability.<o:p /></p> 
  <p>* MySQL Cluster Advisors
&amp; Graphs: part of the MySQL Enterprise Monitor and available in the
commercial MySQL Cluster Carrier Grade Edition, the Enterprise Advisor includes
automated best practice rules that alert on key performance and availability
metrics from MySQL Cluster data nodes.<o:p /></p> 
  <p>While managing clusters will
never be easy, it keeps getting a whole lot simpler !<o:p /></p> 
  <p><o:p> </o:p></p> 
  <p><o:p> </o:p></p> 
  <p><span> </span><span lang="EN-US"><o:p /></span></p> <!--EndFragment--><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=29397&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=29397&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2011/07/18/simpler-and-safer-clustering-mysql-cluster-manager-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The MySQL Community Team is hiring!</title>
		<link>http://blogs.sun.com/MySQL/entry/the_mysql_community_team_is?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-mysql-community-team-is-hiring</link>
		<comments>http://blogs.sun.com/MySQL/entry/the_mysql_community_team_is#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:29:09 +0000</pubDate>
		<dc:creator>Giuseppe Maxia</dc:creator>
				<category><![CDATA[america]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[north]]></category>

		<guid isPermaLink="false">http://blogs.sun.com/MySQL/entry/the_mysql_community_team_is</guid>
		<description><![CDATA[ 
     
       
           
         
          
Oracle investment in MySQL is growing, and so is our emphasis on community presence, participation, and leadership. We need now your help. Our team at Oracle needs to grow in order to support community better, and we are starting by filling the position for MySQL community manager in a place with a significantly large MySQL user base: North America. 
          Here we are again, with a fresh recruitment offer, for a MySQL Community Manager for North America. Please visit this  link for the full req. 
         
       
     
   
  In the meantime, here is, in short, what we are looking for:
We need a passionate MySQL lover, with a strong technical experience, and a recognized ability to get along with physical and virtual crowds.
We also need someone who can speak in public confidently and has no objections to travel locally and abroad. 
  The job of a community manager is a powerful blend of a geek, a social media wizard, and a public speaker. I put the geek personality first, because leading by example is an important feature of this job. 
  If you want to apply, be aware that you will have fierce competition and we will subject you to tough scrutiny. If that doesn't scare you, Please go ahead and apply! 
  Good luck!]]></description>
			<content:encoded><![CDATA[<table border="0"> 
    <tbody> 
      <tr> 
        <td> <a href="http://tinyurl.com/mysql-na-community"><img border="0" width="200" src="http://blogs.sun.com/MySQL/resource/mysql_hiring_black.png" alt="MySQL community" /></a> </td> 
        <td> 
          <p>
Oracle investment in MySQL is growing, and so is our emphasis on community presence, participation, and leadership. We need now your help. Our team at Oracle needs to grow in order to support community better, and we are starting by filling the position for MySQL community manager in a place with a significantly large MySQL user base: North America.</p> 
          <p>Here we are again, with a fresh recruitment offer, for a MySQL Community Manager for North America. Please visit this  <a href="https://irecruitment.oracle.com/OA_HTML/OA.jsp?page=/oracle/apps/irc/candidateSelfService/webui/VisVacDispPG&amp;OAHP=IRC_EXT_SITE_VISITOR_APPL&amp;OASF=IRC_VIS_VAC_DISPLAY&amp;akRegionApplicationId=821&amp;retainAM=N&amp;addBreadCrumb=RP&amp;p_svid=1374559&amp;p_spid=1426881&amp;oapc=12&amp;oas=JY3rPXUvX_vLgKa6aow6Tw..">link for the full req</a>.</p> 
        </td> 
      </tr> 
    </tbody> 
  </table> 
  <p>In the meantime, here is, in short, what we are looking for:
We need a passionate MySQL lover, with a strong technical experience, and a recognized ability to get along with physical and virtual crowds.
We also need someone who can speak in public confidently and has no objections to travel locally and abroad.</p> 
  <p>The job of a community manager is a powerful blend of a geek, a social media wizard, and a public speaker. I put the geek personality first, because leading by example is an important feature of this job.</p> 
  <p>If you want to apply, be aware that you will have fierce competition and we will subject you to tough scrutiny. If that doesn't scare you, Please go ahead and <a href="https://irecruitment.oracle.com/OA_HTML/OA.jsp?page=/oracle/apps/irc/candidateSelfService/webui/VisVacDispPG&amp;OAHP=IRC_EXT_SITE_VISITOR_APPL&amp;OASF=IRC_VIS_VAC_DISPLAY&amp;akRegionApplicationId=821&amp;retainAM=N&amp;addBreadCrumb=RP&amp;p_svid=1374559&amp;p_spid=1426881&amp;oapc=12&amp;oas=JY3rPXUvX_vLgKa6aow6Tw..">apply</a>!</p> 
  <p>Good luck!</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25549&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=25549&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/08/12/the-mysql-community-team-is-hiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebStack 1.5 &#8212; Your (L)AMP Stack</title>
		<link>http://blogs.sun.com/theaquarium/entry/webstack_1_5_now_available?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=webstack-1-5-your-lamp-stack</link>
		<comments>http://blogs.sun.com/theaquarium/entry/webstack_1_5_now_available#comments</comments>
		<pubDate>Thu, 30 Jul 2009 11:00:00 +0000</pubDate>
		<dc:creator>The Aquarium</dc:creator>
				<category><![CDATA[amp]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[frontpage]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[webstack]]></category>

		<guid isPermaLink="false">http://blogs.sun.com/theaquarium/entry/webstack_1_5_now_available</guid>
		<description><![CDATA[
Sun's
LAMP
support is assembled from two pieces:
the L is from our
Linux/GNU Support
(see
SunSolve entry),
while the AMP
comes from the
GlassFish WebStack,
which, in its
latest incarnation
includes
Apache HTTP Server, lighttpd, memcached, MySQL, PHP, Python, Ruby,
Squid, Tomcat, GlassFish (v2.1) and Hudson.


The inclusion of Hudson is a bit of an opportunistic move (more on that in a bit),
the rest comprises a well tested, integrated, optimized, and extended
component  stack for your new and old Web Apps.


The WebStack can be downloaded
here;
the bundle includes the WebStack Enterprise Manager, which, unlike the other components,
is not free right-to-use but rather is available with an eval license;
this is a model like that of the
GlassFish Enterprise Manager.
The current release supports RHEL, Solaris and OpenSolaris (it is bundled in OpenSolaris);
for additional details, check out the
Documentation
and
Discussion Forum.









Check out these posts from the WebStack team:


&#8226;
CVR's
Announcement and Overview.

&#8226;
CVR's note on two key properties:
Fully Relocatable, and Updatable.

&#8226;
Sriram on

Installing AMP stack within GlassFish Web Stack 1.5.

&#8226;
Irfan on the Enterprise Manager's
Navigation Panel.

&#8226;
Jeff on
Installing via IPS tools.

]]></description>
			<content:encoded><![CDATA[<p>
Sun's
<a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a>
support is assembled from two pieces:
the <em>L</em> is from our
<a href="http://www.sun.com/software/linux/index.jsp">Linux/GNU Support</a>
(see
<a href="http://sunsolve.sun.com/show.do?>SunSolve entry</a>),
while the <em>AMP</em>
comes from the
<a href="http://sun.com/webstack">GlassFish WebStack</a>,
which, in its
<a href="http://blogs.sun.com/webtier/entry/announcing_web_stack_1_5">latest incarnation</a>
includes
Apache HTTP Server, lighttpd, memcached, MySQL, PHP, Python, Ruby,
Squid, Tomcat, GlassFish (v2.1) and Hudson.
</p>
<p>
The inclusion of Hudson is a bit of an opportunistic move (more on that in a bit),
the rest comprises a well tested, integrated, optimized, and extended
component  stack for your new and old Web Apps.
</p>
<p>
The WebStack can be downloaded
<a href="http://www.sun.com/software/webstack/get.jsp">here<a>;
the bundle includes the WebStack Enterprise Manager, which, unlike the other components,
is not free right-to-use but rather is available with an eval license;
this is a model like that of the
<a href="http://blogs.sun.com/theaquarium/tags/glassfish+enterprise+manager">GlassFish Enterprise Manager</a>.
The current release supports RHEL, Solaris and OpenSolaris (it is bundled in OpenSolaris);
for additional details, check out the
<a href="http://wikis.sun.com/display/WebStack/Sun+GlassFish+Web+Stack+Documentation">Documentation</a>
and
<a href="http://forums.sun.com/forum.jspa?forumID=980">Discussion Forum</a>.
</p>

<table><tr><td>
<a href="http://blogs.sun.com/theaquarium/resource/WebStackEnterpriseManager-900_721px.png" title="WebStack Enterprise Manager - Click for larger image" >
<img src="http://blogs.sun.com/theaquarium/resource/WebStackEnterpriseManager-140_112px.png" alt="ALT DESCR" width="140" height="112" hspace="4" vspace="4" align="left" />
</a>
</td>
<td valign="top">
<p>
Check out these posts from the WebStack team:
</p>
<p>
&bull;
CVR's
<a href="http://blogs.sun.com/webtier/entry/announcing_web_stack_1_5">Announcement and Overview</a>.
<br/>
&bull;
CVR's note on two key properties:
<a href="http://blogs.sun.com/webtier/entry/web_stack_1_5_release1">Fully Relocatable, and Updatable</a>.
<br/>
&bull;
Sriram on
<a href="http://blogs.sun.com/natarajan/entry/installing_amp_stack_within_glassfish">
Installing AMP stack within GlassFish Web Stack 1.5</a>.
<br/>
&bull;
Irfan on the Enterprise Manager's
<a href="http://blogs.sun.com/irfan/entry/web_stack_enterprise_manager_navigation">Navigation Panel</a>.
<br/>
&bull;
Jeff on
<a href="http://blogs.sun.com/trawick/entry/installing_apache_via_ips_pkg">Installing via IPS tools</a>.
</p>
</td></tr></table>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2009/07/30/webstack-1-5-your-lamp-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

