1 06/28/87  ls_request_server
 2 
 3 
 4 Syntax as a command: ls_request_server operation
 5 
 6 
 7 Syntax as an active function:  [ls_request_server operation]
 8 
 9 
10 Function: This command starts and stops the login server request
11 mechanism which runs in the user control portion of the Answering
12 Service.  It also starts and stops the connection list manager.
13 Both of these facilities are needed in order to run the login server
14 daemon.
15 
16 
17 Arguments:
18 operation
19    can be one of the operations given in "List of operations" below.
20 
21 
22 List of operations:
23 start
24    starts operation of the ls_request_server_ mechanism in the
25    Initializer process, and initializes the connection_list_manager_.
26 stop
27    stops operation of the ls_request_server_ mechanism in the
28    Initializer process, and shuts down the connection_list_manager_.
29 
30 
31 Access required:  This command can only be executed in the Initializer
32 process, while in admin mode.  It requires re access to the
33 hpriv_connection_list_ gate.
34 
35 
36 Notes: The ls_request_server_ mechanism has not been certified for
37 operation at the B2 security level.  Therefore, this command should not
38 be used at sites desiring to run only B2 certified software.