MCslp

News and commentary from the desk of MC Brown

  • About
  • About MCslp
  • Planet MCslp
  • MCslp Books
    • 0
      29 Oct 2008

      Transition to AIX from Solaris

      • Edit
      • Delete
      • Tags
      • Autopost
      This article, Transition to AIX from Solaris is all about moving away from Solaris to the AIX System p environment, which may sound like completely the wrong topic for here. In fact, the article contains a few interesting notes about zones and containers, and is a pretty good comparison of the main features of the two systems.
      • views
      • Tweet
    • 0
      29 Oct 2008

      Transition to AIX from Solaris

      • Edit
      • Delete
      • Tags
      • Autopost

      This article, Transition to AIX from Solaris is all about moving away from Solaris to the AIX System p environment, which may sound like completely the wrong topic for here. In fact, the article contains a few interesting notes about zones and containers, and is a pretty good comparison of the main features of the two systems.

      • views
      • Tweet
    • 0
      29 Oct 2008

      BBC Quiz: Old computers

      • Edit
      • Delete
      • Tags
      • Autopost
      The BBC has a great quiz on old computers, most of which I'm happy to admit that I have actually owned. Despite this I only 7 out of 10, but I still think that's a respectable score.
      • views
      • Tweet
    • 0
      26 Oct 2008

      Summarizing virtualization technologies from Sun

      • Edit
      • Delete
      • Tags
      • Autopost
      Inspired by a recent discussion on Xen Discuss about what different virtualization solutions were available from Sun I thought I'd take the information provided by Volker A. Brandt and Bernd Schemmer and put it into a convenient table.
      Name Sparc x86 Method OS Kernel Guest OS
      xVM - X software(1) many various
      VirtualBox - X software many various
      Containers/Zones X X software one Solaris/branded
      LDOMs X - hardware many Solaris(2)
      Domains (Mx000 series) X - hardware many Solaris
      Domains (E10K, SF##K series, v1280, v4800) X - hardware many Solaris, Linux
      Footnotes (1) with CPU assistance for "full" virtualisation (2) experimental Linux/BSD (?) support Actually, Sun have a pretty good summary, but some of the technologies are hidden behind the hardware on which they run, for example LDOM is a firmware-level solution built into many of the SPARC hardware solutions.
      • views
      • Tweet
    • 0
      26 Oct 2008

      Summarizing virtualization technologies from Sun

      • Edit
      • Delete
      • Tags
      • Autopost
      Inspired by a recent discussion on Xen Discuss about what different virtualization solutions were available from Sun I thought I'd take the information provided by Volker A. Brandt and Bernd Schemmer and put it into a convenient table.
      Name Sparc x86 Method OS Kernel Guest OS
      xVM - X software(1) many various
      VirtualBox - X software many various
      Containers/Zones X X software one Solaris/branded
      LDOMs X - hardware many Solaris(2)
      Domains (Mx000 series) X - hardware many Solaris
      Domains (E10K, SF##K series, v1280, v4800) X - hardware many Solaris, Linux
      Footnotes (1) with CPU assistance for "full" virtualisation (2) experimental Linux/BSD (?) support Actually, Sun have a pretty good summary, but some of the technologies are hidden behind the hardware on which they run, for example LDOM is a firmware-level solution built into many of the SPARC hardware solutions.
      • views
      • Tweet
    • 0
      26 Oct 2008

      Podcast Producer: Writing Actions

      • Edit
      • Delete
      • Tags
      • Autopost
      The second article in my Podcast Producer series is now available on Apple Developer Connection. Podcast Producer: Writing Actions discusses the actions that make up the processing of podcasts sent to Podcast Producer into the final formats and associated blog posts, emails and other material that publishes the podcast out to the world. From the introduction:
      In order to write effective actions for Podcast Producer, you must understand the different properties that are executed from the command line. Individually, actions are discrete operations, but when chained together they provide a powerful processing environment so that the output from one action is compatible with the input of the next action within the process. In this article, designed for Podcast Producer administrators developing their own workflows, you will learn about how to write and execute actions. Armed with this knowledge, you can easily develop your own actions to build different workflows. You will also learn about how to ensure that your actions are flexible and executable within the Xgrid environment and how to manage execution and resources during processing.
      Read: Podcast Producer: Writing Actions
      • views
      • Tweet
    • 0
      24 Oct 2008

      MySQL Documentation Myths

      • Edit
      • Delete
      • Tags
      • Autopost
      There are a few myths surrounding the MySQL documentation and how it works, and I thought I'd try and dispel some of those myths if I can. If you have any more questions or misunderstandings you want clarified, let me know. Myth:
      MySQL Documentation is written by the developers.
      Reality
      MySQL Documentation is written by a dedicated team of writers with help and input from the developers. There are four main writers, Paul DuBois, Tony Bedford, Jon Stephens, and MC Brown (me!), plus our Team Lead, Stefan Hinz. All the documentation staff are employed full time for the sole purpose of writing documentation. Sure, some of us get involved in other things too, but that's basically the nature of the job. Some of us simply cannot help ourselves.
      Myth
      Docs team members are just writers and have no technical expertise.
      Reality
      It's tempting to come back with a rude response to this one, but it is a comment I heard from someone at a conference. The reality is that all of us have some technical background, unsurprisingly often with MySQL. Some of us have expertise elsewhere too. Speaking only for myself, go look at MCslp.com for more info. If you want details, feel free to ask, but know that this myth is definitely busted.
      Myth
      The documentation is updated very rarely.
      Reality
      Our main tree, mysqldoc, is publicly available, and if you want to go view the commits to that tree, please feel free. It doesn't take much to see that we commit to that tree all day, and every time we change something, the documentation gets rebuilt. How frequently? Well, on a typical day we will generate 10-15 new versions of each reference manual. It's actually difficult to rebuild more frequently than that due to the sheer size of the documentation. If you want to check the build date of the documentation, check the intro/preface of each document. The build and build date information is included there.
      Myth
      The MySQL documentation is small and unused.
      Reality
      You'd be amazed how many people need to be told RTFM, but a surprising number of people who criticize the MySQL documentation have actually never read it, or, they looked at it years ago and haven't bothered to look recently because they couldn't find what they were looking for before. The reality is that our documentation is over 2000 pages per reference manual, which means over 10,000 pages now just for MySQL. There are hundreds more pages on the GUI tools, Workbench, Cluster/NDBAPI, and the Enterprise Monitor. As to the popularity, the hits to the online pages of our manual exceed the hits to every other section of the MySQL website by a significant factor. For the downloadable formats we get an average of 200,000 downloads in all the various formats each month, with occasional spikes up to 800,000. For the online manuals, the documentation pages make up about 45% of all the traffic on mysql.com. Or to say it another way, we account for almost half of all the web traffic that MySQL receives, including downloads. In short, we have no shortage of interested readers.
      Myth
      Docs team don't read comments
      Reality
      Actually, we all get an email each time you post a comment and all of us will read it, determine whether it is suitable, useful, or (occasionally) spam, and either ignore it, delete it, or comment on it accordingly. Often that will happen within minutes of your leaving the comment. If there's a non-standard reply to your comment, you'll get that too. Now, we are aware that the comments system has it's faults. For one, we have one comment system for all the different versions of the manual, which means comments can be confusing and even misleading. We're fixing that. We're also trying to address the problem that some comments are really tips, while others are just plain comments and observations. Any other comments or criticisms, let us know. We may not be unaware of the problem, but if we know your pain we can do something about it.
      Myth
      Docs team don't accept bugs or corrections
      Reality
      You can report a bug or correction to us using the standard bugs.mysql.com, or drop us an email to docs@mysql.com.
      Myth
      Docs are 'closed source'
      Reality
      The docs are not closed source - you can download the DocBook XML and the files and tools required to build them (well, beyond the XML parsers, Perl, and other bits and pieces). You can get hold of the repos (via SVN), on the Tech Resources page. That said, we don't allow anybody to commit changes, but see the response above for information on how to provide changes and fixes. Again this is something we are working to improve on.
      Myth
      MySQL Documentation is not distributable
      Reality
      This mostly comes out of the fuss around Debian dropping the man pages from their MySQL distributions You can see the description why here: MySQL Documentation and Debian/Ubuntu. The short answer is that it is a mis-understanding in our license for the documentation, which is not released under the same license as MySQL. You can provide documentation if you provide MySQL, but not on it's own. The reason for this is that our documentation is updated so regularly that we want to ensure that we only get genuine, up to date, versions of our documentation out there. Trust me, do a search for MySQL and some term and you will find versions of the manual that are months, or even years out of date, which is no help to anybody. It's about trying to make our documentation readable and usable and not misleading.

      OK that's enough myths busted today, but if you hear any more, or just have additional questions, feel free to ask.
      • views
      • Tweet
    • 0
      24 Oct 2008

      Teaching OpenSolaris

      • Edit
      • Delete
      • Tags
      • Autopost
      While looking for some information on OpenSolaris in preparation for my talk this week I came across some excellent material providing backgrounds on OpenSolaris for both instructors and students. The material is part of the Curriculum Development Resources at OpenSolaris.org and is available as PDFs for download. The documents are short and easy to read, but packed with lots of useful information and a good read for anybody interested in understanding more about the technology and functionality in OpenSolaris.
      • views
      • Tweet
    • 0
      24 Oct 2008

      Teaching OpenSolaris

      • Edit
      • Delete
      • Tags
      • Autopost
      While looking for some information on OpenSolaris in preparation for my talk this week I came across some excellent material providing backgrounds on OpenSolaris for both instructors and students. The material is part of the Curriculum Development Resources at OpenSolaris.org and is available as PDFs for download. The documents are short and easy to read, but packed with lots of useful information and a good read for anybody interested in understanding more about the technology and functionality in OpenSolaris.
      • views
      • Tweet
    • 0
      20 Oct 2008

      More Datacenters in a Container

      • Edit
      • Delete
      • Tags
      • Autopost
      Not exactly portable (unless you have a container lorry or ship handy), but I'd love to have one of Sun's Sun's Modular Datacenters available to use. The Modular Datacenter (otherwise known as Project Blackbox) squeezes 7 or 8 racks, depending on the the configuration fits 240 or 280 Us of rackspace into a standard shipping container. The idea is that you can deploy one of these containers very quickly with your desired set up, either to handle all of your datacenter requirements (which it could), or it's used as a quick solution for a particular project. Interestingly, I can also see it as a potential solution for cloud computing. Not only would a one of these containers make an excellent datacenter in it's own right, but the ability to quickly expand the capacity when you need kinda takes the idea of cloud computing and easily expanded capacity to another level. Sun are not the only people doing these datacenters in a container though:
      • HP have the POD
      • IBM have their Scalable Modular Data Center
      • Rackable have their ICE Cube Portable Data Center system
      • Verari have the FOREST (Flexible, Open, Reliable, Energy efficient, Scalable and Transportable) Container Solution
      All of them promote the density and power of the systems and, more importantly in todays climate, their energy efficiency. In an ideal world we'd line these all up next to each other and compare them, but I hardly think that would be practical. It would, however, be interesting to see what sort of power, performance and flexibility these systems offered.
      • views
      • Tweet
    « Previous 1 2 3 Next »
    • Search

    • Sites I Like

      • MC's LinkedIn
      • Sharon Penfold's LinkedIn
    • Tags

      • IBM DeveloperWorks
      • Articles
      • Open Source
      • Commentary
      • MySQL
      • Unix
      • Grids
      • Software
      • Hardware
      • General
      • Books
      • Solaris
      • Databases
      • System Administration
      • Interviews
      • ServerWatch
      • Reviews
      • Technology
      • Free Software Magazine
      • Mac OS X
      • Site News
      • LinuxWorld Magazine
      • Web Services
      • Scripting
      • Sun/Solaris
      • Programming
      • Rational
      • Eclipse
      • Linux
      • XML
      • Java
      • Web Development
      • LinuxToday
      • Step-by-step
      • Tips
      • Apple
      • Apple Developer Connection
      • FOSS
      • Computerworld
      • Development Environments
      • Microsoft
      • The Apple Blog
      • Virtualization
      • mysqlconf09
      • Book
      • C/C++
      • CouchOne
      • OS
      • Presentations
      • Windows
      • presentation
      • DTrace
      • OpenSolaris
      • couchdb
      • laptop
      • mysql08
      • mysqluc08
      • notebook
      • Backups
      • DocBook
      • Documentation
      • Example
      • Memcached
      • Web Servers
      • debugging
      • mysql08
      • mysqlconf09
      • mysqluc08
      • query analysis
      • query analysis
    • Archive

      • 2012 (4)
        • March (3)
        • February (1)
      • 2011 (1)
        • September (1)
      • 2008 (1)
        • October (1)
    • Obox Design
  • MCslp

    6438 Views
  • Get Updates

    Subscribe via RSS
    TwitterLinkedIn