Dell PowerStore 5200T EMC PowerStore Host Configuration Guide - Page 83

Updating sd.conf configuration file (Solaris 11.x x86 and 11.4 SPARC)

Page 83 highlights

Parameter disksort cache-nonvolatile Description SCSI device command optimization Indicate whether the storage has a nonvolatile cache Value false true Updating sd.conf configuration file (Solaris 11.x x86 and 11.4 SPARC) About this task The sd.conf host file is used to control options for SCSI disk storage device. Steps 1. Run the following command to verify the sd.conf file location: #ls /etc/driver/drv/ 2. If the file is not in the expected location, run the following command to copy it from /kernel/drv: # cp /kernel/drv/sd.conf /etc/driver/drv 3. Run the following commands to create a backup copy and modify the file: # cp -p /etc/driver/drv/sd.conf /etc/driver/drv/sd.conf_ORIG # vi /etc/driver/drv/sd.conf Example Below are the entries that are recommended for PowerStore storage. sd_max_xfer_size=0x100000; sd-config-list = "DellEMC PowerStore", "throttle-max:64, physical-block-size:4096, disksort:false, cache-nonvolatile:true"; Parameter sd_max_xfer_size sd-config-list throttle-max physical-block-size disksort cache-nonvolatile Description Restrict SCSI disk driver maximum I/O size to 1 MB SCSI inquiry storage response, the VPD for PowerStore LUNs Maximum SCSI queue depth setting Optimal LUN block size in bytes SCSI device command optimization Indicate whether the storage has a nonvolatile cache Value 0x100000 DellEMC PowerStore 64 4096 false true Post configuration steps - using the PowerStore system When host configuration is complete, you can access the PowerStore system from the host. You can create, present, and manage volumes accessed from the host via PowerStore Manager, CLI, or REST API. Refer to the PowerStore Manager Online Help, CLI Reference Guide, or REST API Reference Guide for additional information. Host Configuration for Solaris 83

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93

Parameter
Description
Value
disksort
SCSI device command optimization
false
cache-nonvolatile
Indicate whether the storage has a
nonvolatile cache
true
Updating sd.conf configuration file (Solaris 11.x x86 and 11.4 SPARC)
About this task
The sd.conf host file is used to control options for SCSI disk storage device.
Steps
1.
Run the following command to verify the sd.conf file location:
#ls /etc/driver/drv/
2.
If the file is not in the expected location, run the following command to copy it from
/kernel/drv
:
# cp /kernel/drv/sd.conf /etc/driver/drv
3.
Run the following commands to create a backup copy and modify the file:
# cp -p /etc/driver/drv/sd.conf /etc/driver/drv/sd.conf_ORIG
# vi /etc/driver/drv/sd.conf
Example
Below are the entries that are recommended for PowerStore storage.
sd_max_xfer_size=0x100000;
sd-config-list = "DellEMC PowerStore", "throttle-max:64, physical-block-size:4096,
disksort:false, cache-nonvolatile:true";
Parameter
Description
Value
sd_max_xfer_size
Restrict SCSI disk driver maximum I/O
size to 1 MB
0x100000
sd-config-list
SCSI inquiry storage response, the VPD
for PowerStore LUNs
DellEMC PowerStore
throttle-max
Maximum SCSI queue depth setting
64
physical-block-size
Optimal LUN block size in bytes
4096
disksort
SCSI device command optimization
false
cache-nonvolatile
Indicate whether the storage has a
nonvolatile cache
true
Post configuration steps - using the PowerStore
system
When host configuration is complete, you can access the PowerStore system from the host.
You can create, present, and manage volumes accessed from the host via PowerStore Manager, CLI, or REST API. Refer to the
PowerStore Manager Online Help
,
CLI Reference Guide
, or
REST API Reference Guide
for additional information.
Host Configuration for Solaris
83