![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1010505.1 : Sun StorEdgeTek 99XX System: How to Disable the disksort Flag for Externally Cached Storage, Such as EMC and HDS
PreviouslyPublishedAs 214428 In this Document
Applies to:Sun Storage 9980 System - Version Not Applicable and laterSun Storage 9970 System - Version Not Applicable and later Sun Storage 9985 System - Version Not Applicable and later Sun Storage 9990 System - Version Not Applicable and later Sun Storage 9990V System - Version Not Applicable and later All Platforms GoalDescription Note: You should always check first with the 3rd party array supplier that the settings are appropriate for your array.
FixSteps to Follow sd-config-list="VENDOR1 PRODUCT1","sd-ver1-tst-data";
sd-ver1-tst-data= 1,0x00015,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,2,0,1; # NOTE: Field Definitions # sd-ver1-tst-data= version, flags, throttle (max), ctype, not_ready_retry, # fabricate devid, nocache, busy_retries, rsvd, rsvd, rsvd, rsvd, rsvd, # rsvd, reset_retries, reservation_release_time, TUR_check, # throttle (min), disable_disksort, LUN reset
ssd-config-list="VENDOR1 PRODUCT1","ssd-ver1-tst-data";
ssd-ver1-tst-data= 1,0x00015,0,0,0,0,0,1,0,0,0,0,0,0,0,60,0,2,0,1; # NOTE: Field Definitions # ssd-ver1-tst-data= version, flags, throttle (max), not_ready_retry, busy_retries, # fabricate devid, nocache, ctype, rsvd, rsvd, rsvd, rsvd, rsvd, rsvd, # reset_retries, reservation_release_time, TUR_check, # throttle (min), disable_disksort, LUN reset
1. Change the disksort setting: a. Verify the type of storage that the SunFire[TM] system is attached to, EMC or Hitachi. b. Make a backup copy of the /kernel/drv/sd.conf and /kernel/drv/ssd.conf files. c. For EMC and Hitachi storage not using the Leadville stack of storage drivers, add the following lines to the end of the /kernel/drv/sd.conf file: # Following to set max throttle, disable flush write cache, and disable disksort: or # Following to set max throttle, disable flush write cache, and disable disksort: or for both: # Following to set max throttle, disable flush write cache, and disable disksort: d. For Hitachi storage running a Leadville stack of storage drivers, add the following lines to the end of the /kernel/drv/ssd.conf file: # Following to set max throttle, disable flush write cache, and disable disksort: or # Following to set max throttle, disable flush write cache, and disable disksort: or for both: # Following to set max throttle, disable flush write cache, and disable disksort:
NOTE: CR 6518995 Synopsis: "Improved [s]sd-config-list and adding new tunable retries-timeout" was back ported from Solaris 11 to Solaris 10 under Patch ID: 139555-08 and documented in [s]sd man pages. Prior releases and systems without this patch installed will need to use the global method for setting ssd_max_throttle.
1. Change the max throttle, disable flush write cache and disksort setting: a. Verify the type of storage that the SunFire[TM] system is attached to, EMC or Hitachi. b. Make a backup copy of the /kernel/drv/sd.conf and /kernel/drv/ssd.conf files. c. The following are examples of the ssd-config-list entries for setting max throttle, disabling flush write cache, and disksort in the /kernel/drv/ssd.conf for Solaris 10 SPARC: ssd-config-list = "EMC SYMMETRIX", "cache-nonvolatile:true, disksort:false, throttle-max:32"; or ssd-config-list = "HITACHI OPEN", "cache-nonvolatile:true, disksort:false, throttle-max:32"; or for both: ssd-config-list = "EMC SYMMETRIX", "cache-nonvolatile:true, disksort:false, throttle-max:32", "HITACHI OPEN", "cache-nonvolatile:true, disksort:false, throttle-max:32"; d. The following are exampls of the sd-config-list entries for setting max throttle, disabling flush write cache, and disksort in the /kernel/drv/sd.conf for Solaris 10 x86/x64 and /etc/driver/drv/sd.conf in Solaris 11: sd-config-list = "EMC SYMMETRIX", "cache-nonvolatile:true, disksort:false, throttle-max:32"; or sd-config-list = "HITACHI OPEN", "cache-nonvolatile:true, disksort:false, throttle-max:32"; or for both: sd-config-list = "EMC SYMMETRIX", "cache-nonvolatile:true, disksort:false, throttle-max:32", "HITACHI OPEN", "cache-nonvolatile:true, disksort:false, throttle-max:32";
Attachments This solution has no attachment |
||||||||||||||
|