The Bypass Driver is used to provide a special class of storage controller to the CHARON-AXP/SMA.
Installation
After attaching the virtual disk, as described in Preparing to Install the Guest Utilities, use the POLYCENTER Software Installation (PCSI) utility to install the Bypass Driver. The following example demonstrates the PCSI PRODUCT INSTALL
commands to execute and the expected output (the example assumes the utilities virtual disk image is attached at DKA400:
).
|
Configuration
To make use of the Bypass Driver it is necessary to add some options to the CHARON-AXP/SMA(+) configuration file. The following sections describe the changes to the syntax and keywords.
Controller Definition
Configuring a storage controller for use with the Bypass Driver is a simple as adding a single bypass keyword to the storage controller load command.
One of the benefits of the Bypass Driver is that it allows you to specify a storage technology other than SCSI for the controller. This can be particularly important if an existing native environment has been set up as dependant on a certain type of storage technology. The table below shows the command necessary to define a storage controller for the supported technologies. In the configuration command definition, n denotes the number of controllers to create.
Control Type | Storage Technology | Configuration Commands |
---|---|---|
PG | FibreChannel | load n PG bypass |
PI | DSSI | load n PI bypass |
PK | SCSI | load n PK bypass |
PQ | IDE | load n PQ bypass |
PR | RAIDArray | load n PR bypass |
PU | MSCP | load n PU bypass |
Device Definition
Configuring a disk device as attached to a bypass enabled controller is no different for SCSI devices. For other storage technologies only the device class changes, all other object members mentioned in ... are applicable. The table below lists the disk device class for each storage technology.
Device Class | Storage Technology | Example load Command |
---|---|---|
DG | FibreChannel | load DGA500 |
DI | DSSI | load DIA0 |
DK | SCSI | load DKA400 |
DQ | IDE | load DQA0 |
DR | RAIDArray | load DRA0 |
DU | MCSP | load DUA0: |
It is not supported to connect non-disk devices (such as tape) to a storage adapter configured to use the bypass driver.