[Top] [Prev] [Next] [Bottom]


[Contents] [Index]

rcbsrv - remote call back server

lib/rcbsrv [-o] [-t time] [-C noauth]

Description

This module can be used by client devices to service requests on port 6675 and to provide remote call back functionality via the rcb command. Client devices are inherently standalone upon initialization: the rcbsrv service allows the client to be placed on an Inferno network as part of a subscriber initialization sequence.

Options
-o Execute this command and accept connections one time only. By default, the service will continue to accept new requests.
-t time Allow the running of the service and time out after time seconds. This is used to open the service for a specific duration.

Note: The use of the -t option will run the service one time only.
-C noauth Allow the running of the service without using mutual authentication. By default, mutual authentication must be performed before the connection is allowed.

Examples

Run service continuously, accepting new requests:

lib/rcbsrv

Run the service accepting only one connection request:

lib/rcbsrv -o

Run the service accepting only one request. If it does not appear within 30 seconds, then exit:

lib/rcbsrv -t 30

Run the service accepting new requests and do not authenticate the connection:

lib/rcbsrv -C noauth

See Also

netready - change from standalone to network mode in Chapter 5
rcb - remote call back in Chapter 5


[Top] [Prev] [Next] [Bottom]

infernosupport@lucent.com
Copyright © 1997, Lucent Technologies, Inc.. All rights reserved.