drsstpfb

drsstpfb — starts the PFB Driver.

Synopsis

drsstpfb [-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 PFB 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/pfb.
-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 PFB Driver from the shell, using the options specified. It must be run as root.

Example

Specifying a configuration file:

# drsstpfb -f ./c2.cfg

Also specifying a datahub domain and a name for the driver:

# drsstpfb -d dh3 -f ./c2.cfg -n SST-PFBDriver02