[an error occurred while processing this directive]

HP OpenVMS Systems Documentation

Content starts here

HP OpenVMS DCL Dictionary


Previous Contents Index


SET SERVER SECURITY_SERVER

Controls the Security server.

Requires SYSPRV privilege.


Format

SET SERVER SECURITY_SERVER


Description

The SET SERVER SECURITY_SERVER command provides a system manager with the ability to start, stop, and restart the security server. The security server maintains information stored in the system intrusion and proxy databases.

The system intrusion database is used by LOGINOUT, DECnet-Plus, DECwindows, SHOW INTRUSION, DELETE INTRUSION, and other applications. For more information about the system intrusion database and $DELETE_INTRUSION, $SCAN_INTRUSION, and $SHOW_INTRUSION system services, see the HP OpenVMS System Services Reference Manual. For further information, see the HP OpenVMS Guide to System Security.

The system proxy database is used by AUTHORIZE, DECnet-Plus, DFS, and other applications to access information stored in the nework proxy database. Additional information can be found in the HP OpenVMS System Management Utilities Reference Manual. See also the $ADD_PROXY, $DELETE_PROXY, $DISPLAY_PROXY, $VERIFY_PROXY system services in the HP OpenVMS System Services Reference Manual.


Qualifiers

/EXIT

Stops the detached security server process.

/EXIT cannot be used with any other qualifier.

/RESTART

Restarts the detached security server process.

/RESTART cannot be used with any other qualifier.

/START

Starts the detached security server process.

/START cannot be used with any other qualifier.


Examples

#1

$ SET SERVER SECURITY_SERVER/EXIT
      

This command stops the detached security server process.

#2

$ SET SERVER SECURITY_SERVER/RESTART
      

This command restarts the detached security server process.


Previous Next Contents Index