<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=SolarisSSD</id>
	<title>SolarisSSD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=SolarisSSD"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=SolarisSSD&amp;action=history"/>
	<updated>2026-04-20T10:02:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=SolarisSSD&amp;diff=252&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; === Installation of the SSD card === *Some tuning tips done before insertion of the SSD card : **added in /kernel/drv/sd.conf : &lt;pre&gt; sd-config-list = &quot;ATA     MARVELL SD...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=SolarisSSD&amp;diff=252&amp;oldid=prev"/>
		<updated>2015-08-26T12:29:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; === Installation of the SSD card === *Some tuning tips done before insertion of the SSD card : **added in /kernel/drv/sd.conf : &amp;lt;pre&amp;gt; sd-config-list = &amp;quot;ATA     MARVELL SD...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=== Installation of the SSD card ===&lt;br /&gt;
*Some tuning tips done before insertion of the SSD card :&lt;br /&gt;
**added in /kernel/drv/sd.conf :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sd-config-list = &amp;quot;ATA     MARVELL SD88SA02&amp;quot;,&amp;quot;throttle-max:32, disksort:false, cache-nonvolatile:true&amp;quot;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
**added in /etc/system :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
set zfs:zfs_mdcomp_disable = 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 More info on the tuning side : http://wikis.sun.com/display/Performance/Tuning+ZFS+for+the+F5100&lt;br /&gt;
*Shutdown the fileserver&lt;br /&gt;
*Insert the HBA F20 PCIe card inside the fileserver (screwdriver needed)&lt;br /&gt;
*Restart the fileserver. When it is up, type in a shell :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
touch /reconfigure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
   and reboot the fileserver.&lt;br /&gt;
*Now, you should see 4 new devices using the format command :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-bash-3.00# format&lt;br /&gt;
        Searching for disks...done&lt;br /&gt;
        AVAILABLE DISK SELECTIONS:&lt;br /&gt;
               0. c1t0d0 &amp;lt;DEFAULT cyl 60797 alt 2 hd 255 sec 252&amp;gt;&lt;br /&gt;
                  /pci@0,0/pci10de,377@a/pci1000,1000@0/sd@0,0&lt;br /&gt;
########c1t1d0 &amp;lt;DEFAULT cyl 60797 alt 2 hd 255 sec 252&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        [...SNIP...]&lt;br /&gt;
        &lt;br /&gt;
              46. c6t6d0 &amp;lt;ATA-HITACHI H7220AA3-A28A-1.82TB&amp;gt;&lt;br /&gt;
                  /pci@3c,0/pci10de,376@f/pci1000,1000@0/sd@6,0&lt;br /&gt;
              47. c6t7d0 &amp;lt;ATA-HITACHI H7220AA3-A28A-1.82TB&amp;gt;&lt;br /&gt;
                  /pci@3c,0/pci10de,376@f/pci1000,1000@0/sd@7,0&lt;br /&gt;
        &lt;br /&gt;
        their should be 4 more entries here (expected c7t0d0 to c7t3d0 but&lt;br /&gt;
        could be different)&lt;br /&gt;
              48. c7t0d0 &amp;lt;ATA-MARVELL SD88SA02-D10R-22.89GB&amp;gt;&lt;br /&gt;
                 /pci@0,0/pci10de,376@e/pci1000,3150@0/sd@18,0&lt;br /&gt;
        &lt;br /&gt;
        &lt;br /&gt;
        [exit from the format command without doing anything, it is just used&lt;br /&gt;
        here to view the devices]&lt;br /&gt;
        &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Creation of the new zpool ===&lt;br /&gt;
*Destroy old zpools :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zpool destroy storage&lt;br /&gt;
zpool destroy storage2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Create the new big zpool :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zpool create -f storage \&lt;br /&gt;
raidz2 c1t2d0 c1t3d0 c1t4d0 c1t5d0 c1t6d0 c1t7d0 c2t2d0 c2t3d0 c2t4d0 c2t5d0 \        &lt;br /&gt;
raidz2 c2t6d0 c2t7d0 c3t0d0 c3t1d0 c3t2d0 c3t3d0 c3t4d0 c3t5d0 c3t6d0 c3t7d0 \&lt;br /&gt;
raidz2 c4t0d0 c4t1d0 c4t2d0 c4t3d0 c4t4d0 c4t5d0 c4t6d0 c4t7d0 c5t0d0 c5t1d0 \&lt;br /&gt;
raidz2 c5t2d0 c5t3d0 c5t4d0 c5t5d0 c5t6d0 c5t7d0 c6t0d0 c6t1d0 c6t2d0c6t3d0 c6t4d0 c6t5d0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Add some spares :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zpool add storage spare c6t6d0 c6t7d0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Configure log and cache to be on the 4 SSD modules :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zpool add storage log mirror c7t0d0 c7t1d0&lt;br /&gt;
zpool add storage cache c7t2d0 c7t3d0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Creation of the ZFS filesystems ===&lt;br /&gt;
*The ZFS filesystems will be created with quotas :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
zfs create storage/sandbox&lt;br /&gt;
zfs set quota=500G storage/sandbox&lt;br /&gt;
zfs create storage/swmgrs&lt;br /&gt;
zfs set quota=500G storage/swmgrs&lt;br /&gt;
zfs create storage/localgrid&lt;br /&gt;
zfs set quota=1000G storage/localgrid&lt;br /&gt;
zfs create storage/user&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Creation of the new software areas :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /storage/sandbox/beappss&lt;br /&gt;
mkdir /storage/sandbox/becmss&lt;br /&gt;
mkdir /storage/sandbox/betests&lt;br /&gt;
mkdir /storage/sandbox/cmss&lt;br /&gt;
mkdir /storage/sandbox/dtes&lt;br /&gt;
mkdir /storage/sandbox/hones&lt;br /&gt;
mkdir /storage/sandbox/opss&lt;br /&gt;
chown 22000:22050 /storage/sandbox/beappss&lt;br /&gt;
chown 20000:20050 /storage/sandbox/becmss&lt;br /&gt;
chown 21000:21050 /storage/sandbox/betests&lt;br /&gt;
chown 4000:4050 /storage/sandbox/cmss&lt;br /&gt;
chown 5000:5050 /storage/sandbox/dtes&lt;br /&gt;
chown 30000:30050 /storage/sandbox/hones&lt;br /&gt;
chown 29000:29050 /storage/sandbox/opss&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Sharing the new filesystems ===&lt;br /&gt;
*Modify /etc/dfs/dfstab :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
share -F nfs -o rw /storage/user&lt;br /&gt;
share -F nfs -o rw /storage/swmgrs&lt;br /&gt;
share -F nfs -o rw /storage/localgrid&lt;br /&gt;
share -F nfs -o rw,log=global /storage/sandbox&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Apply the changes and check :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
shareall&lt;br /&gt;
share&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>