<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Tag cluster Videos</title>
    <link>http://www.bestechvideos.com/tag/cluster</link>
    <pubDate>Mon, 07 May 2007 09:23:22 GMT</pubDate>
    <description>BestTechVideos: Tag cluster Videos with short descriptions</description>
    <item>
      <title>YAPC::ASIA: Behind the Scenes at LiveJournal: Scaling Storytime</title>
      <link>http://www.bestechvideos.com/2007/05/07/yapcasia-behind-the-scenes-at-livejournal-scaling-storytime</link>
      <description>&lt;p&gt;Hear the history and lessons learned while scaling a community site (LiveJournal.com) from a single server with a dozen friends to hundreds of machines and 10M+ users.  What's worked, what hasn't, and all the things we've had to build ourselves, now in common use throughout the "Web 2.0" world, including memcached, MogileFS, Perlbal, and our job dispatch systems.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/05/07/yapcasia-behind-the-scenes-at-livejournal-scaling-storytime"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/databases/mysql"&gt;MySQL&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development/perl"&gt;Perl&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Mon, 07 May 2007 09:23:22 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/05/07/yapcasia-behind-the-scenes-at-livejournal-scaling-storytime</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: clustering tdb - a little database meets big iron</title>
      <link>http://www.bestechvideos.com/2007/04/06/linuxconfau-clustering-tdb-a-little-database-meets-big-iron</link>
      <description>&lt;p&gt;The little tdb database has been at the heart of Samba for many years. More recently it has become a focus in the efforts to create a clustered Samba solution. Attempts to cluster Samba in the past have been patchy at best, oftentimes resulting in a solution which relies on "relaxed" data coherence rules, which is a polite way of saying that they can lose user data. In the last few months we have finally worked out a architecture for a clustered tdb which will allow us to achieve 3 goals simultaneously:
&lt;ol&gt;
	&lt;li&gt;scaling to large numbers of nodes in a cluster (potentially into the hundreds)&lt;/li&gt;
	&lt;li&gt;robustness to node crashes and new nodes entering the cluster &lt;/li&gt;
	&lt;li&gt;correct data coherence rules, so user data is not at risk&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;This talk will present the solution we have come up with, and will discuss our (very early!) experiments in implementing it.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/04/06/linuxconfau-clustering-tdb-a-little-database-meets-big-iron"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking/netbios"&gt;Netbios&lt;/a&gt;</description>
      <pubDate>Fri, 06 Apr 2007 12:41:56 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/04/06/linuxconfau-clustering-tdb-a-little-database-meets-big-iron</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: Linux Clusters</title>
      <link>http://www.bestechvideos.com/2007/03/29/linuxconfau-linux-clusters</link>
      <description>&lt;p&gt;Clusters are defined as a set of computers working as one to execute tasks. The applications for it has no limit: from balance requests for web services to systems for explore petroleum, the amount of saves can be from thousands to gazillions of dollars. More then that, it is an extensive and interesting area. The Open Source community has been know as a big player in Clusters, with several of the biggest clusters in the world running Linux. And the tools available for it improve quickly. Distributed file systems, fault tolerance software, data replication, monitoring and service takeover are some of softwares developed to create those environments.&lt;/p&gt;
&lt;p&gt;In this presentation I want to explain about how to provide this services in differents enviroments and which softwares choose for each kind of situation. We will go through the basics of Clusters, HA, LB and how to identify the pieces involved in a complete solution. Then we will show  the available softwares, the advantages and not so good issues of each one, and help the administrator to create a complete environment. This presentation will show several implementations of Clusters - high availability, high processing computing and load balance - and the technologies for each one.  We are going to talk about DRBD, Heartbeat, Ultramonkey, Linux Virtual Server, Global FileSystem and more.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/29/linuxconfau-linux-clusters"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking/ip"&gt;TCP/IP&lt;/a&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:19:42 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/29/linuxconfau-linux-clusters</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: Linux-HA (heartbeat) release 2 tutorial</title>
      <link>http://www.bestechvideos.com/2007/03/22/linuxconfau-linux-ha-heartbeat-release-2-tutorial</link>
      <description>&lt;p&gt;&lt;strong&gt;Audience:&lt;/strong&gt; System Administrators and IT architects who architect, evaluate, install, or manage critical computing systems.  It is suggested that participants have basic familiarity with LSB style startup scripts, shell scripting and XML.  Familiarity with high availability concepts is not assumed.  This tutorial provides participants with both basic theory of high-availability systems and practical knowledge of how to plan for and install and configure highly-available systems using Linux-HA.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt; The &lt;a href="http://linux-ha.org/"&gt;Linux-HA project&lt;/a&gt; is the oldest and most powerful open source high-availability (HA) package available - comparing favorably to well-known commercial HA packages. Although the project is called Linux-HA (or "heartbeat"), it runs on a variety of POSIX-like systems including FreeBSD Solaris, and OS/X. &lt;/p&gt;

&lt;p&gt;Linux-HA provides highly available services on clusters from one to more than 16 nodes with no single point of failure. These services and the servers they run on are monitored. If a service should fail to operate correctly, or a server should fail, the affected services will be quickly restarted or migrated to another server, dramatically improving service availability. &lt;/p&gt;

&lt;p&gt;Linux-HA supports for rules for expressing dependencies between services, and powerful rules for locating services in the cluster. Because these services are derived from init service scripts, they are familiar to system administrators and easy to configure and manage. This tutorial will cover planning, installing, and configuring Linux-HA clusters.  Topics covered will include: 
&lt;ul&gt;
	&lt;li&gt;General HA principles&lt;/li&gt;
	&lt;li&gt;Installation of the software&lt;/li&gt;
	&lt;li&gt;Overview of Linux-HA configuration&lt;/li&gt;
	&lt;li&gt;Overview of commonly used resource agents&lt;/li&gt;
	&lt;li&gt;Managing services supplied with init(8) scripts&lt;/li&gt;
	&lt;li&gt;Sample Linux-HA configurations for Apache, NFS, DHCP, DNS and Samba&lt;/li&gt;
	&lt;li&gt;Writing and testing resource agents conforming to the OCF specification&lt;/li&gt;
	&lt;li&gt;Creating detailed resource dependencies &lt;/li&gt;
	&lt;li&gt;Creating co-location constraints&lt;/li&gt;
	&lt;li&gt;Writing resource location constraints&lt;/li&gt;
	&lt;li&gt;Causing failovers on user-defined conditions &lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/22/linuxconfau-linux-ha-heartbeat-release-2-tutorial"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking/ip"&gt;TCP/IP&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking/dns"&gt;DNS&lt;/a&gt;</description>
      <pubDate>Thu, 22 Mar 2007 00:17:55 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/22/linuxconfau-linux-ha-heartbeat-release-2-tutorial</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>LinuxConf.Au: Managing enterprise data-centers with openQRM</title>
      <link>http://www.bestechvideos.com/2007/03/10/linuxconfau-managing-enterprise-data-centers-with-openqrm</link>
      <description>&lt;p&gt;High-availability, scalability, fast and flexible deployment, service- and server-virtualization are the most serious key-parameters for modern, enterprise data-centers today. This new, open-source projects intentions is to combine and integrate all kinds of useful system management tools within a unified and generic data-center management User-interface.&lt;/p&gt;

&lt;p&gt;openQRM is an open source system management platform which integrates existing components to manage enterprise data centers efficiently. Its architecture extends to and embraces other existing data center technologies through plug-ins. The out-of-the-box functions include, but are not limited to, provisioning, monitoring, reporting and high availability. Other functionality and integration with third-party software like VMWare, Xen, Linux-VServer and Qemu as partitioning technologies, ldap-Authentication, Iscsi (booting from Iscsi-targets) and more are available.&lt;/p&gt;

&lt;p&gt;openQRM manages physical servers and virtual machines, seamlessly and automatically. It assigns server-resources to applications according to defined policies, dynamically adjusts the amount of allocated servers according to actual usage and provides high availability for enterprise services and applications. A secure web interface, which provides easy management and control, combined with powerful command line tools allows to deploy servers and services with a single mouse-click. In the openQRM-server a generic, logical layer, called partition engine, conforms all different kinds of virtualization technologies. This partition-engine provides a virtualized server-resource from the type partition which is then used in the same way as a physical system. &lt;/p&gt;

&lt;p&gt;This presentation deals with common aspects and features of openQRM and gives a detailed overview of its capabilities and flexibility in managing enterprise data-centers. It covers its open-source license model and the community, build- and installation of the openQRM-server, management of the available resources, provisioning and high-availability, explains the pluggable architecture and gives examples how various plug-ins are enhancing the functionality of the server and GUI.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/03/10/linuxconfau-managing-enterprise-data-centers-with-openqrm"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/linux"&gt;Linux&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/linuxconfau"&gt;LinuxConf.AU&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Sat, 10 Mar 2007 18:15:45 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/03/10/linuxconfau-managing-enterprise-data-centers-with-openqrm</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>BigTable: A Distributed Structured Storage System</title>
      <link>http://www.bestechvideos.com/2007/02/20/bigtable-a-distributed-structured-storage-system</link>
      <description>&lt;p&gt;In this lecture at the University of Washington, Google's Jeff Dean discusses the Bigtable content storage system used in Google's backend.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/02/20/bigtable-a-distributed-structured-storage-system"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/conferences"&gt;Conferences&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/development"&gt;Development&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting"&gt;Broadcasting&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/conferences/techtalks"&gt;Techtalks&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/google"&gt;Google&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/broadcasting/lectures"&gt;Lectures&lt;/a&gt;</description>
      <pubDate>Tue, 20 Feb 2007 19:38:06 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/02/20/bigtable-a-distributed-structured-storage-system</guid>
      <author>scoundrel</author>
    </item>
    <item>
      <title>Setting up and Running Amazon EC2 from Windows</title>
      <link>http://www.bestechvideos.com/2007/01/27/setting-up-and-running-amazon-ec2-from-windows</link>
      <description>&lt;p&gt;A video that walks through the process of running an Amazon Machine Image (AMI) from Windows.&lt;p&gt;
&lt;p&gt;See the Getting Started Guide and the related technical documentation for a written version of these steps. Also, check out &lt;a href="http://developer.amazonwebservices.com/connect/servlet/KbServlet/download/583-102-1043/ec2-tutorial-transcript-from-castingwords.html"&gt;the attached transcript of the video&lt;/a&gt;, courtesy of CastingWords and Amazon Mechanical Turk.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.bestechvideos.com/2007/01/27/setting-up-and-running-amazon-ec2-from-windows"&gt;Read more about this video&#8230;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Want to control this feed contents?&lt;/b&gt;&amp;nbsp;&lt;a href="http://www.bestechvideos.com/user/all/signup"&gt;Sign up here&lt;/a&gt; and create your own feed!&lt;/p&gt;&lt;hr/&gt;Want more on these topics?&lt;br/&gt;Browse the archive of posts filed under &lt;a href="http://www.bestechvideos.com/category/os"&gt;OS&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies"&gt;Companies&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/networking"&gt;Networking&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/os/windows"&gt;Windows&lt;/a&gt;, &lt;a href="http://www.bestechvideos.com/category/companies/amazon"&gt;Amazon&lt;/a&gt;</description>
      <pubDate>Sat, 27 Jan 2007 17:27:09 GMT</pubDate>
      <guid>http://www.bestechvideos.com/2007/01/27/setting-up-and-running-amazon-ec2-from-windows</guid>
      <author>scoundrel</author>
    </item>
  </channel>
</rss>
