drsstdvn
drsstdvn — starts the
DVN Driver.
Synopsis
drsstdvn [-hvVX] [-d domain] [-f cfgfile] [-n name] [-q queue] [-C pciID]
Arguments
- -C
vendorId[,deviceId[,subVendorId[,subSystemId]]]
- Overrides default PCI card identifiers.
- -d
domain
- Use this Cascade DataHub domain as the default, instead of
the default domain, which is called
default.
- -f
cfgfile
- Specify the starting configuration file, which
may contain any number of DVN Driver commands.
- -h
- Print a help message and exit.
- -n name
- Specify the global name to register to the nserve
(the Cascade NameServer). The default is dr/dvn.
- -q
queue
- Specify the global name to register to qserve
(the Cascade QueueServer).
- -v
- Generate
debug output. Can be used more than once; each
-v increases the debug level by
1 (starts at 0).
- -V
- Print the version number.
- -X
- Exit immediately (usually used with
-V).
Description
This command starts the DVN Driver
from the shell, using the options specified. It must be run
as root.
Example
Specifying a configuration file:
# drsstdvn -f ./c2.cfg
Also specifying a datahub domain and a name for the
driver:
# drsstdvn -d dh3 -f ./c2.cfg -n SST-DNDriver02