Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

NOTE: CentOS Enterprise Linux is built from the Red Hat Enterprise Linux source code. Other than logo and name changes CentOS Enterprise Linux is compatible with the equivalent Red Hat version. This document applies equally to both Red Hat and CentOS Enterprise Linux.

5.2. Configuring Shared Storage

To set up the shared file system resource, perform the following tasks as root on one cluster system:

  1. On one cluster node, use the interactive parted utility to create a partition to use for the document root directory. Note that it is possible to create multiple document root directories on different disk partitions. Refer to Section 2.5.3.1 Partitioning Disks for more information.

  2. Use the mkfs command to create an ext3 file system on the partition you created in the previous step. Specify the drive letter and the partition number. For example:

    mkfs -t ext3 /dev/sde3
    
  3. Mount the file system that contains the document root directory. For example:

    mount /dev/sde3 /var/www/html
    

    Do not add this mount information to the /etc/fstab file because only the cluster software can mount and unmount file systems used in a service.

  4. Copy all the required files to the document root directory.

  5. If you have CGI files or other files that must be in different directories or in separate partitions, repeat these steps, as needed.

 
 
  Published under the terms of the GNU General Public License Design by Interspire