Articles by wintel2006

  • How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4

    opensuse Author: wintel2006Tags: , Comments: 4

    How To Set Up A Postgresql 9.0 Hot Standby Streaming Replication Server With Repmgr On OpenSUSE 11.4 This is a tutorial how to set up a postgresql replicated hot standby server with streaming replication, and we also set up the repmgr to monitor and manage the replication cluster. Unlike most tutorials that copy the database file from master to slave (or standby) in the middle of running pg_start_backup() and pg_end_backup(), repmgr is used to simplify the whole procedure. (But I still think that procedure helps you a lot to understand how postgresql warm standby, pitr, and hot standby replication work.)

  • How To Upgrade DRBD Userland Version To 8.3.9 Under OpenSUSE 11.4

    opensuse Author: wintel2006Tags: Comments: 0

    How To Upgrade DRBD Userland Version To 8.3.9 Under OpenSUSE 11.4 This documentation shows you how to compile the drbd package 8.3.9 based on the OpenSUSE 11.4 kernel source tree (we do need to build the kernel source tree, but we do not need to recompile the kernel). It is for test purposes only, and it works for my working environment and I cannot guarantee that this works for you.

  • How To Install Railo 3.2 Under OpenSUSE 11.3 Running Apache2 Tomcat 6 Virtual Host

    opensuse Author: wintel2006Tags: , Comments: 1

    How To Install Railo 3.2 Under OpenSUSE 11.3 Running Apache2 Tomcat 6 Virtual Host Railo Server 3.2 Final (3.2.1.000) has been released. As you know Railo is an Open Source ColdFusion Markup Language (CFML) engine. It is free and pretty fast. For the new 3.2 version railo stop running resin, but tomcat as the default web server. Instead of compile apache2 with tomcat 6 by yourself, the railo team had created the default installation script which help you setup railo on tomcat6 and using apache2 to connect to tomcat via mod_jk. Instead of using tomcat default webapps directory, we will modify the server.xml file and DocumentRoot will point back to default apache DocumentRoot directory defined under the virtual host configuration file.

  • Installing PHP5 Debugger On OpenSUSE 11.3

    opensuse Author: wintel2006Tags: , , Comments: 3

    Installing PHP5 Debugger On OpenSUSE 11.3 This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.The reason I use xdebug is, as far as I know now, xdebug supports php 5.3 or above.