Setting the storage protocol
Because the Volume Shadow Copy Service and Virtual Disk Service support the iSCSI feature for SAN Volume Controller 5.1 or later, the storage protocol setting is determined by the protocol that attached the target LUNs to the host.
The following options are available for this setting:
- Auto
- Volume Shadow Copy Service and Virtual Disk Service automatically choose the appropriate protocol. If no protocol is available on the host, the snapshot fails.
- FC
- Volume Shadow Copy Service and Virtual Disk Service choose the Fibre Channel protocol. If the FC protocol is not available, the snapshot fails.
- iSCSI
- Volume Shadow Copy Service and Virtual Disk Service choose the iSCSI protocol. If the iSCSI protocol is not available, the snapshot fails.
Use the following command to set the storage protocol: ibmvcfg set storageprotocol <auto, fc, iSCSI>
If more than one storage protocol is installed on the host and
guest OS, Volume Shadow Copy Service and Virtual Disk Service follow
an algorithm to choose the correct protocol. The protocol is as follows:
- Protocol setting is auto
- If FC and iSCSI coexist, choose FC before iSCSI.
- If iSCSI is installed on both guest and host, choose iSCSI on guest before on host.
- Protocol setting is FC
- If FC protocol is available, choose FC protocol on host.
- Protocol setting is iSCSI
- Ignore FC configuration with this setting.
- If iSCSI is installed on both guest and host, choose iSCSI on guest before on host.
See Table 1 Priorities for storage protocol settings lists the protocol settings and their priorities.
| Protocol Setting | Guest OS | Host | Using |
|---|---|---|---|
| Auto | None | FC, iSCSI | FC on Host |
| FC | FC on Host | ||
| iSCSI | iSCSI on host | ||
| None | ERROR | ||
| iSCSI (software initiator) | FC, iSCSI | FC on Host | |
| FC | FC on Host | ||
| iSCSI | iSCSI on Guest | ||
| None | iSCSI on Guest | ||
| FC | None | FC, iSCSI | FC on Host |
| FC | FC on Host | ||
| iSCSI | ERROR | ||
| None | ERROR | ||
| iSCSI (software initiator) | FC, iSCSI | FC on Host | |
| FC | FC on Host | ||
| iSCSI | ERROR | ||
| None | ERROR | ||
| iSCSI | None | FC, iSCSI | iSCSI on host |
| FC | ERROR | ||
| iSCSI | iSCSI on host | ||
| None | ERROR | ||
| iSCSI (software initiator) | FC, iSCSI | iSCSI on Guest | |
| FC | ERROR | ||
| iSCSI | iSCSI on Guest | ||
| None | ERROR |