drcif_ad
drcif_ad — starts the
CIF Driver.
Synopsis
drcif_ad [-hVX] [-d domain] [-f cfgfile] [-n name] [-q queue]
Arguments
- -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 CIF Driver commands.
- -h
- Print a help message and exit.
- -n name
- Specify the global name to register to the nserve
(the Cascade NameServer).
- -q
queue
- Specify the global name to register to qserve
(the Cascade QueueServer). The default is dr/cif.
- -V
- Print the version number.
- -X
- Exit immediately (usually used with
-V).
Description
This command starts the
CIF Driver from the shell, using the options specified. It must be run
as root.
Example
Specifying a configuration file:
# drcif_ad -f ./c2.cfg
Also specifying a datahub domain and a name for the
driver:
# drcif_ad -d dh3 -f ./c2.cfg -n CifDriver02