NetApp and Solaris: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
===/kernel/drv/ssd.conf=== | ===/kernel/drv/ssd.conf=== | ||
<source lang=bash> | <source lang=bash> | ||
ssd-config-list="NETAPP LUN", "netapp-ssd-config"; | ssd-config-list="NETAPP LUN","netapp-ssd-config"; | ||
netapp-ssd-config=1,0x9007,64,300,30,0,0,0,0,0,0,0,0,0,30,0,0,8,0,0; | netapp-ssd-config=1,0x9007,64,300,30,0,0,0,0,0,0,0,0,0,30,0,0,8,0,0; | ||
</source> | </source> | ||
Line 14: | Line 14: | ||
<source lang=bash> | <source lang=bash> | ||
sd-config-list= | sd-config-list= | ||
"NETAPP LUN", "physical-block-size:4096"; | "NETAPP LUN","physical-block-size:4096"; | ||
</source> | </source> | ||
Revision as of 15:02, 14 July 2015
Solaris NetApp Just some unsorted lines...
Timeout settings in Solaris
Settings for MPxIO over FC:
/kernel/drv/ssd.conf
ssd-config-list="NETAPP LUN","netapp-ssd-config";
netapp-ssd-config=1,0x9007,64,300,30,0,0,0,0,0,0,0,0,0,30,0,0,8,0,0;
/kernel/drv/sd.conf
sd-config-list=
"NETAPP LUN","physical-block-size:4096";
LUN alignment and ZFS
First read ZFS zpools create misaligned I/O in Solaris 11 and Solaris 10 Update 8 and later (407376).
So... what is it?