HP StorageWorks SAN Virtualization Services Platform 3.0.2 Virtualization Services Manager Demo Mode User Guide (5697-0346, May 2010)

HBAThe add command can be used to create a single HBA (like that of an unregistered UDH),
a host, a VSM, or a DPM. When assigning an HBA to a host, VSM, or DPM, the demo initiator
needs to create the host, VSM or DPM. If this object already exists, it should attach the HBA to
that object. The initiator also needs to assign two access paths through the given DPM, one for
each (simulated) port of the DPM. The options are:
-v <vendor> -t VSM <name> -d <domain>
Creates a VSM. The demo initiator needs to create a host object for this VSM and also a VSM
and domain objects.
-v <vendor> -t dpm <name>
Creates a DPM and attaches an HBA to it. DPMs must be created first, before all hosts or single
HBAs, because its name is needed as an argument to create the other objects.
-v <vendor> -t hba -s <dpm name> -ys <primary|secondary>
Creates an HBA that is visible through the given DPM. For this kind of HBA you need to create
a dummy host.
-v <vendor> -t HostVendor <name>
Creates a standard host with the given name. This creates both an HBA and a host object
(HBA group) if they do not already exist.
-v <vendor> -t UdhVendor <name> -s <dpm name> -ys <primary|secondary>
Creates a host with the given name. This should create both an HBA and a host object (HBA
group) if they do not already exist. If a DPM is not provided, it will create a standard host.
Commands file
A text file that contains a list of commands. Each command contains the operation, object type, and
parameters. The demo initiator will run these commands one by one in a single batch.
How to use DBINIT28