...
Syntax for loading PCI I/O bypass storage adapter:
load pci_io_bypass <name> |
The <name> can be DI<x>, DR<x> or DU<x>
where x is selected according to VMS naming scheme, i.e. A stands for the first controller of given type, B - for the second, etc.
Example:
load pci_io_bypass DIA |
The adapter instance name ("DIA" in the example above) is used then for parametrization, for example:
set DIA container[0]="/Mydisks/vms_distributive.vdisk" |
The numbers in the square brackets represent a number of device on PCI I/O Bypass controller.
...