<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.linux.edu/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Linux Edu Handbook</title>
        <description></description>
        <link>http://wiki.linux.edu/</link>
        <lastBuildDate>Mon, 06 Feb 2012 00:46:45 -0500</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://wiki.linux.edu/lib/tpl/default/images/favicon.ico</url>
            <title>Linux Edu Handbook</title>
            <link>http://wiki.linux.edu/</link>
        </image>
        <item>
            <title>handbook:handbook:filesystem:luns_on_rhel:scan_and_configure_new_luns_on_rhel</title>
            <link>http://wiki.linux.edu/handbook/handbook/filesystem/luns_on_rhel/scan_and_configure_new_luns_on_rhel?rev=1325863553&amp;do=diff</link>
            <description>Script:


    # ls /sys/class/fc_host

     host0  host1  host2  host3

     fdisk -l 2&gt;/dev/null | egrep '^Disk' | egrep -v 'dm-' | wc -l

     echo &quot;1&quot; &gt; /sys/class/fc_host/host0/issue_lip

     echo &quot;- - -&quot; &gt; /sys/class/scsi_host/host0/scan

     echo &quot;1&quot; &gt; /sys/class/fc_host/host1/issue_lip

     echo &quot;- - -&quot; &gt; /sys/class/scsi_host/host1/scan

     echo &quot;1&quot; &gt; /sys/class/fc_host/host2/issue_lip

     echo &quot;- - -&quot; &gt; /sys/class/scsi_host/host2/scan

     echo &quot;1&quot; &gt; /sys/class/fc_host/host3/issu…</description>
            <author>eduard</author>
        <category>handbook:handbook:filesystem:luns_on_rhel</category>
            <pubDate>Fri, 06 Jan 2012 10:25:53 -0500</pubDate>
        </item>
        <item>
            <title>handbook:start - [FileSystems] </title>
            <link>http://wiki.linux.edu/handbook/start?rev=1325863115&amp;do=diff</link>
            <description>Feel free to contribute by registering.

Introduction

	*   Introduction to GNU
	*   What is GNU/Linux?
	*   What are the distributions?
	*   About LinuxEdu Project

Public License

	*  General Public License
	*  GNU Free Documentation License

Installation

By distribution

	*     - How to install for debian
	*     - How to install for fedora project
	*     - How to install for gentoo
	*     - How to install for slackware
	*     - How to install for mandrake</description>
            <author>eduard</author>
        <category>handbook</category>
            <pubDate>Fri, 06 Jan 2012 10:18:35 -0500</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>http://wiki.linux.edu/start?rev=1325129889&amp;do=diff</link>
            <description>Welcome to the LinuxEdu Wiki. 
This wiki is designed to provide educational information to the linux users and its community.  
Feel free to promote and contribute.
----------

Documentation

	*  The Linux Handbook A guide for all kinds of linux users</description>
            <author>shark</author>
            <pubDate>Wed, 28 Dec 2011 22:38:09 -0500</pubDate>
        </item>
        <item>
            <title>handbook:handbook:filesystem:lv_vg:logical_volume_volume_group</title>
            <link>http://wiki.linux.edu/handbook/handbook/filesystem/lv_vg/logical_volume_volume_group?rev=1319621682&amp;do=diff</link>
            <description>How to create LVM


fdisk /dev/sdb

1. press n to create a new disk partition,
2. press p to create a primary disk partition,
3. press 1 to denote it as 1st disk partition
4. press ENTER twice to accept the default of 1st and last cylinder – to convert the whole secondary hard disk to a single disk partition
5. press t (will automatically select the only partition – partition 1) to change the default Linux partition type (0×83) to LVM partition type (0x8e)
6. press L to list all the currently su…</description>
            <author>eduard</author>
        <category>handbook:handbook:filesystem:lv_vg</category>
            <pubDate>Wed, 26 Oct 2011 05:34:42 -0500</pubDate>
        </item>
        <item>
            <title>handbook:handbook:filesystem:swap:add_a_swap_partition - created</title>
            <link>http://wiki.linux.edu/handbook/handbook/filesystem/swap/add_a_swap_partition?rev=1319527593&amp;do=diff</link>
            <description>Create a new swap partition:


fdisk /dev/sdb

1. press n to create a new disk partition,
2. press p to create a primary disk partition,
3. press 1 to denote it as 1st disk partition
4. press ENTER twice to accept the default of 1st and last cylinder – to convert the whole secondary hard disk to a single disk partition
5. press t (will automatically select the only partition – partition 1) to change the default Linux partition type to swap 82
6. press L to list all the currently supported partit…</description>
            <author>eduard</author>
        <category>handbook:handbook:filesystem:swap</category>
            <pubDate>Tue, 25 Oct 2011 03:26:33 -0500</pubDate>
        </item>
        <item>
            <title>handbook:dsad</title>
            <link>http://wiki.linux.edu/handbook/dsad?rev=1319527421&amp;do=diff</link>
            <description>Create a new swap partition:


fdisk /dev/sdb

1. press n to create a new disk partition,
2. press p to create a primary disk partition,
3. press 1 to denote it as 1st disk partition
4. press ENTER twice to accept the default of 1st and last cylinder – to convert the whole secondary hard disk to a single disk partition
5. press t (will automatically select the only partition – partition 1) to change the default Linux partition type to swap 82
6. press L to list all the currently supported partit…</description>
            <author>eduard</author>
        <category>handbook</category>
            <pubDate>Tue, 25 Oct 2011 03:23:41 -0500</pubDate>
        </item>
        <item>
            <title>handbook:handbook:filesystem:gpfs:the_general_parallel_file_system</title>
            <link>http://wiki.linux.edu/handbook/handbook/filesystem/gpfs/the_general_parallel_file_system?rev=1317983930&amp;do=diff</link>
            <description>Install, Create &amp; Configure GPFS-Cluster

Install required packages: 


# rpm -ivh gpfs.base-3.4.0-0.x86_64.rpm or update : rpm -Uvh gpfs.base-3.4.0-5.x86_64.update.rpm

# rpm -ivh gpfs.docs-3.4.0-5.noarch.rpm
# rpm -ivh gpfs.gpl-3.4.0-5.noarch.rpm
# rpm -ivh gpfs.msg.en_US-3.4.0-5.noarch.rpm

Verify your GPFS installation:
# rpm -qa | grep gpfs

# cd /usr/lpp/mmfs/src
# make Autoconfig
# make World
# make InstallImages
# mkdir /tmp/GPFSdump   &lt; create a dump dir for GPFS
# mkdir /var/mmfs/confi…</description>
            <author>eduard</author>
        <category>handbook:handbook:filesystem:gpfs</category>
            <pubDate>Fri, 07 Oct 2011 06:38:50 -0500</pubDate>
        </item>
    </channel>
</rss>

