<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://dev.digibess.it/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dev.digibess.it/feed.php">
        <title>Byterfly Dev zone clusterbase</title>
        <description></description>
        <link>http://dev.digibess.it/</link>
        <image rdf:resource="http://dev.digibess.it/lib/tpl/drupal-garland-blue/images/favicon.ico" />
       <dc:date>2026-06-18T05:59:16+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:blockd&amp;rev=1335883458&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:corosync&amp;rev=1335883969&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:drbddisk&amp;rev=1335883928&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:drbdgen&amp;rev=1335883884&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:iscsi&amp;rev=1335884054&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:network&amp;rev=1335883560&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:pacemaker&amp;rev=1335884011&amp;do=diff"/>
                <rdf:li rdf:resource="http://dev.digibess.it/doku.php?id=clusterbase:start&amp;rev=1335817670&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dev.digibess.it/lib/tpl/drupal-garland-blue/images/favicon.ico">
        <title>Byterfly Dev zone</title>
        <link>http://dev.digibess.it/</link>
        <url>http://dev.digibess.it/lib/tpl/drupal-garland-blue/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:blockd&amp;rev=1335883458&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:44:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:blockd</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:blockd&amp;rev=1335883458&amp;do=diff</link>
        <description>Cluster block diagram











----------

Cluster network configuration ⇒

⇑ HA Storage: open-source cluster active/passive</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:corosync&amp;rev=1335883969&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:52:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:corosync</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:corosync&amp;rev=1335883969&amp;do=diff</link>
        <description>Corosync

/etc/corosync/corosync.conf


totem {
	version: 2

	[...]

	# This specifies the mode of redundant ring, which may be none, active, or passive.
 	rrp_mode: active

 	interface {
		# The following values need to be set based on your environment 
		ringnumber: 0
		bindnetaddr: 192.168.168.0
		mcastaddr: 226.94.1.10
		mcastport: 5405
	}
        interface {
                # The following values need to be set based on your environment
                ringnumber: 1
                bindneta…</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:drbddisk&amp;rev=1335883928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:52:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:drbddisk</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:drbddisk&amp;rev=1335883928&amp;do=diff</link>
        <description>DRBD disk configuration

/etc/drbd.d/disk0.res


resource disk0 {
        protocol C;

  	disk {
    		on-io-error detach;
                fencing resource-only;
        }
        handlers {
                fence-peer &quot;/usr/lib/drbd/crm-fence-peer.sh&quot;;
                after-resync-target &quot;/usr/lib/drbd/crm-unfence-peer.sh&quot;;
	}

        net {
                cram-hmac-alg sha1;
                shared-secret &quot;****************&quot;;
        }

        syncer {
        rate 200M;
        verify-alg sha1…</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:drbdgen&amp;rev=1335883884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:51:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:drbdgen</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:drbdgen&amp;rev=1335883884&amp;do=diff</link>
        <description>DRBD common configuration

/etc/drbd.d/global_common.conf


global {
        usage-count yes;
}
common {
        protocol C;
        handlers {
                pri-on-incon-degr &quot;/usr/lib/drbd/notify-pri-on-incon-degr.sh; /usr/lib/drbd/notify-emergency-reboot.sh; 
                  echo b &gt; /proc/sysrq-trigger ; reboot -f&quot;;
                #This handler is called if the node is primary, degraded and if the local copy of the data is inconsistent.

                pri-lost-after-sb &quot;/usr/lib/drbd/…</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:iscsi&amp;rev=1335884054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:54:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:iscsi</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:iscsi&amp;rev=1335884054&amp;do=diff</link>
        <description>iSCSI configuration

/etc/init.d/iscsitarget


#!/bin/sh
#
[...]
start-stop-daemon --start --exec $DAEMON --quiet --oknodo -- -a 10.10.10.5
[...]


/etc/ietd.conf


Target iqn.AAAA-MM.cnr.to:storage.disco.U1.2tera
     IncomingUser utente password
     Lun 0 Path=/dev/VG/LV0,Type=blockio,ScsiId=CNRTO123456,ScsiSN=12345678,IOMode=wt
     MaxConnections 1
     InitialR2T Yes
     ImmediateData No
     MaxRecvDataSegmentLength 131072
     MaxXmitDataSegmentLength 131072
     MaxBurstLength 262144
 …</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:network&amp;rev=1335883560&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:46:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:network</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:network&amp;rev=1335883560&amp;do=diff</link>
        <description>Cluster network configuration










/etc/network/interfaces


[...]
auto bond0
iface bond0 inet static
     address 192.168.1.1
     netmask 255.255.255.0
     network 192.168.1.0
     broadcast 192.168.1.255
     bond-slaves none
     bond-mode 0
     bond-miimon 100
auto eth4
     iface eth4 inet manual
     bond-master bond0
auto eth5
     iface eth5 inet manual
     bond-master bond0
[...]</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:pacemaker&amp;rev=1335884011&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-01T16:53:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:pacemaker</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:pacemaker&amp;rev=1335884011&amp;do=diff</link>
        <description>Pacemaker


root@nodo2:~# crm configure show




node uclu1 attributes standby=&quot;off&quot;
node uclu2 attributes standby=&quot;off&quot;

primitive IpA ocf:heartbeat:IPaddr2 \
     params ip=&quot;10.10.10.5&quot; cidr_netmask=&quot;24&quot; nic=&quot;eth1&quot; \
     op monitor interval=&quot;5s&quot;

primitive IpArp ocf:heartbeat:SendArp \
     params ip=&quot;10.10.10.5&quot; nic=&quot;eth1&quot;

primitive Lvm ocf:heartbeat:LVM \
     params volgrpname=&quot;replica0&quot;

primitive drbd-disk0 ocf:linbit:drbd \
     params drbd_resource=&quot;disk0&quot; \
     op monitor interval=&quot;…</description>
    </item>
    <item rdf:about="http://dev.digibess.it/doku.php?id=clusterbase:start&amp;rev=1335817670&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-30T22:27:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clusterbase:start</title>
        <link>http://dev.digibess.it/doku.php?id=clusterbase:start&amp;rev=1335817670&amp;do=diff</link>
        <description>HA Storage: open-source cluster active/passive

“Storage in HA: cluster attivo/passivo open source.”, G.Birello, I.Fucile, V.Giovanetti, A.Perin


Rapporto Tecnico N.37, giugno 2011, Ceris-CNR


Full-text (PDF)

ABSTRACT:


Ceris-CNR IT Office manages the CNR Piedmont network infrastructure and provides
network services for about 420 users.
The development of a large and reliable storage system is the answer to two needs: one from users,
who must deal with ever more larger digital objects for pe…</description>
    </item>
</rdf:RDF>
