Setup Guide

# cp -p /etc/driver/drv/scsi_vhci.con /etc/driver/drv/scsi_vhci.conf_ORIG
# vi /etc/driver/drv/scsi_vhci.conf
Example
Below are the entries recommended for PowerStore storage.
load-balance="round-robin";
auto-failback="enable";
ddi-forceload =
"misc/scsi vhci/scsi vhci f asym sun",
"misc/scsi vhci/scsi vhci f asym lsi",
"misc/scsi vhci/scsi vhci f asym emc",
"misc/scsi vhci/scsi vhci f sym emc",
"misc/scsi vhci/scsi vhci f sym hds",
"misc/scsi vhci/scsi vhci f sym",
"misc/scsi vhci/scsi vhci f tpgs";
scsi-vhci-update-pathstate-on-reset = "DellEMC PowerStore", "yes";
Parameter Description Value
load-balance
Specifies the default load balancing
policy. Possible values are none,
logical-block, round-robin
round-robin
auto-failback
Specifies whether LUN access should be
restored on the path restore. Possible
values are enable, disable
enable
scsi-vhci-update-pathstate-
on-reset
Enable path status update on reset.
Possible values are yes, no
yes
Host storage tuning parameters
Configure host storage tuning parameters as described in the following sections.
Updating fp.conf configuration file
About this task
The fp.conf host file is used to control options for Fibre Channel storage. The MPxIO settings in fp.conf file should match the
settings in scsi_vhci.conf.
Steps
1. Run the following command to verify the fp.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/fp.conf /etc/driver/drv
3. Run the following commands to create a backup copy and modify the file:
# cp -p /etc/driver/drv/fp.conf /etc/driver/drv/fp.conf_ORIG
# vi /etc/driver/drv/fp.conf
Example
Below are the entries recommended for PowerStore storage.
name="fcp" parent="pseudo" instance=0;
fcp offline delay = 20;
Host Configuration for Solaris
47