Submitted by hswong3i on Tue, 2013-02-12 15:08
For building a LAMP cluster, besides identity, filesystem and database synchronize, the next step would be service configure synchronize, e.g. Apache2 and PHP. This can be done by using Csync2, including configuration file status monitoring, synchronize and service restart.
This HOWTO will guide you though installation of Csync2 on Ubuntu 12.04. We will therefore handle both Apache2 and PHP5 for clustering with it.
Submitted by hswong3i on Wed, 2012-07-18 15:44
This simple HOWTO will guide you about how to setup Apache2.4 + PHP5.4 + PDO_IBM from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci/pdo_ibm within single installation.
Before start, I will assume you have Ubuntu 12.04 and DB2 Express-C 10.1 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Sun, 2012-04-29 08:21
This simple HOWTO will guide you about how to setup Apache2.4 + PHP5.4 + PDO_OCI from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci within single installation.
Before start, I will assume you have Ubuntu 12.04 and Oracle 11gR2 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Thu, 2011-12-22 13:41
primitive p_apache2 lsb:apache2
primitive p_controld ocf:pacemaker:controld
primitive p_exportfs_exports ocf:heartbeat:exportfs \
params fsid="0" directory="/exports" options="rw,sync,insecure,crossmnt,no_subtree_check" clientspec="*"
primitive p_exportfs_exports_home ocf:heartbeat:exportfs \
params fsid="1" directory="/exports/home" options="rw,sync,insecure,no_subtree_check,no_root_squash" clientspec="*"
primitive p_fs_exports_home ocf:heartbeat:Filesystem \
params device="/home" directory="/exports/home" fstype="none" options="bind,rw" run_fsck="no"
Submitted by hswong3i on Tue, 2011-10-18 01:03
This HOWTO will guide you though installing IBM DB2 v9.7 + Apache2.2 + PHP5.3 on Debian Squeeze.
You may can't expect that how similar of installing DB2 as that of Oracle. Most of the installation procedure are just identical, e.g. install Debian Squeeze with minimal setup, pre-configure of Linux + installation procedure, or post-installation setup and testing. So in case you can loss in this HOWTO, please reference with that of Oracle ;-)
Before start you will need to prepare your Debian with:
- A complete Debian Squeeze installation with X11.
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
In case of Debian Squeeze you don't need to install too much package by default, but I would like to recommand at least install "SSH server" and "Standard system utilities" during installation, after reboot install a very basic X11 + Gnome as below:
apt-get install gnome-core xorg iceweasel
Then test your X11 with startx ;-)
Submitted by hswong3i on Sat, 2011-08-13 12:45
This simple HOWTO will guide you about how to setup Apache2.2 + PHP5.3 + OCI8/PDO_OCI from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci within single installation.
Before start, I will assume you have Debian Squeeze and Oracle 11gR2 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Mon, 2011-08-08 01:59
This HOWTO will guide you though installing Oracle Database 11g Release 2 + Apache2.2 + PHP5.3 on Debian Squeeze.
But why we need this HOWTO? Since Oracle only officially support Red Hat Enterprise Linux, SUSE Enterprise Linux and other enterprise level Linux distribution; BTW, there shouldn't be any problem if you hope to use with other distribution, which just need some special configuration and install required dependent packages.
Before start you will need to prepare your Debian with:
- A complete Debian Squeeze installation with X11.
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
In case of Debian Squeeze you don't need to install too much package by default, but I would like to recommand at least install "SSH server" and "Standard system utilities" during installation, after reboot install a very basic X11 + Gnome as below:
apt-get install gnome-core xorg iceweasel
Then test your X11 with startx ;-)
Submitted by hswong3i on Mon, 2011-08-08 01:58
This HOWTO will guide you though installing Oracle Database 11g Release 2 + Apache2.2 + PHP5.3 on Debian Squeeze.
In this part 1, we will first install a Debian Squeeze with minimal package requirement. Well, so if you are expert or Debian, please simply skip this part ;-)
Here I will demonstrate the installation based on a KVM client, build by virt-manager, AMD64 CPU architecture, 2GB Ram. This shouldn't be the key point for installation, but just note as your reference.
After this section we will have a Debian Squeeze with:
- Minimal installation
- A functional X11 for Oracle installation
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
Submitted by hswong3i on Thu, 2011-03-24 15:10
During revamp and reinstall with my server I decide to update my Drupal 7.x blog's folder under my own ~/public_html, e.g. ~/public_html/edin.no-ip.com/. BTW this also generate another issue which conflict with Apache mod_userdir setup, as my ~/public_html will able to access from http://edin.no-ip.com/~hswong3i/.
OK a quick checklist of my setup (under Debian Squeeze):
Submitted by hswong3i on Wed, 2010-02-10 09:03
Pages
Recent comments