<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.softwareheritage.org/index.php?action=history&amp;feed=atom&amp;title=Dell_MD3460</id>
	<title>Dell MD3460 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.softwareheritage.org/index.php?action=history&amp;feed=atom&amp;title=Dell_MD3460"/>
	<link rel="alternate" type="text/html" href="https://wiki.softwareheritage.org/index.php?title=Dell_MD3460&amp;action=history"/>
	<updated>2026-04-22T06:49:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://wiki.softwareheritage.org/index.php?title=Dell_MD3460&amp;diff=179&amp;oldid=prev</id>
		<title>StefanoZacchiroli: 1 revision: import public pages from the intranet wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.softwareheritage.org/index.php?title=Dell_MD3460&amp;diff=179&amp;oldid=prev"/>
		<updated>2016-07-20T13:02:34Z</updated>

		<summary type="html">&lt;p&gt;1 revision: import public pages from the intranet wiki&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:02, 20 July 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>StefanoZacchiroli</name></author>
	</entry>
	<entry>
		<id>https://wiki.softwareheritage.org/index.php?title=Dell_MD3460&amp;diff=178&amp;oldid=prev</id>
		<title>NicolasDandrimont: Add some documentation about the Dell array</title>
		<link rel="alternate" type="text/html" href="https://wiki.softwareheritage.org/index.php?title=Dell_MD3460&amp;diff=178&amp;oldid=prev"/>
		<updated>2015-07-11T00:06:58Z</updated>

		<summary type="html">&lt;p&gt;Add some documentation about the Dell array&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Dell Management Software =&lt;br /&gt;
&lt;br /&gt;
Installed on louvre by executing the .bin autoextracting script, and converting the rpms to tarballs with alien.&lt;br /&gt;
&lt;br /&gt;
Had to modify the SMcli script to run /bin/bash instead of /bin/sh, and to set the BASEDIR directory.&lt;br /&gt;
&lt;br /&gt;
SMcli documentation : http://downloads.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_powervault/powervault-md3000_Reference%20Guide3_en-us.pdf&lt;br /&gt;
&lt;br /&gt;
= Array configuration =&lt;br /&gt;
&lt;br /&gt;
Three disk groups of 20 disks each in RAID 6 (2 parity disks per 20 disks).&lt;br /&gt;
&lt;br /&gt;
Each disk group contains one Virtual Disk of full capacity.&lt;br /&gt;
&lt;br /&gt;
Each Virtual Disk is mapped to Louvre with a LUN number (VD 0 -&amp;gt; LUN 1, VD 1 -&amp;gt; LUN 2, VD 2 -&amp;gt; LUN 3).&lt;br /&gt;
&lt;br /&gt;
= Host configuration =&lt;br /&gt;
&lt;br /&gt;
== Multipath ==&lt;br /&gt;
&lt;br /&gt;
We have two redundant SAS paths to the storage array. To handle those redundant paths, we installed multipath-tools. multipath-tools autodetects the redundant paths and configures one device per virtual disk in /dev/mapper/&amp;lt;wwn&amp;gt; (where &amp;lt;wwn&amp;gt; is the world-wide number of the virtual disk, which can be displayed using the &amp;quot;show virtualDisk [&amp;quot;foo&amp;quot;];&amp;quot; command in SMcli.&lt;br /&gt;
&lt;br /&gt;
== RAID 0 ==&lt;br /&gt;
&lt;br /&gt;
We configure a RAID0 over the three virtual disks, with mdadm: mdadm --create --level 0 /dev/md0 /dev/mapper/3600a09800068becb0000025*&lt;br /&gt;
&lt;br /&gt;
== LVM ==&lt;br /&gt;
&lt;br /&gt;
pvcreate /dev/md0&lt;br /&gt;
vgcreate vg-data /dev/md0&lt;br /&gt;
&lt;br /&gt;
== Filesystems ==&lt;br /&gt;
&lt;br /&gt;
for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do lvcreate -L 4000000 -n $i vg-data; mkfs.xfs /dev/vg-data/$i; done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:System administration]]&lt;/div&gt;</summary>
		<author><name>NicolasDandrimont</name></author>
	</entry>
</feed>