|
Search XAP 7.0
Offline Documentation
Download latest offline documentation in HTML format:
|
Summary: Applying security with the Command Line Interface
OverviewThe Command Line Interface (CLI) can be used to manage and monitor a running system. It is mainly used for script automation, and when there is a limitation to run a Graphical User Interface. This section covers how security can be applied to the commands supported by the CLI tool. Login/LogoutThe Command Line Interface (CLI) has two modes - an interactive shell mode and a non-interactive mode. The difference in terms of security is the login stage. When in interactive mode, you can call the login command, supply credentials, and perform operations using this session. But, when in a non-interactive mode, you can execute only one command line at a time - no session is being managed.
To logout quit the interactive shell. Deploy CommandThe CLI deploy command accepts a -secured true/false used to deploy a secured Processing Unit with a secured Space. Common when deploying a data-grid.
Here are some examples and how they are accomplished in both CLI modes:
Undeploy CommandThe CLI undeploy command of a processing unit is done on its managing GSM. If the GSM is not secured, then no credentials are needed. Space CommandThe CLI space commands are basically all the same. They require that the user has sufficient privileges to perform operations on the data.
For example, for the space clean command, the user (uuu/ppp) needs Alter privileges. For the space copy command, the user needs Read privileges on the source space (copied from) and Write privileges on the target space (copied to). |
Command Line Interface (CLI) Security
This documentation refers to product version 7.0
(None)

Add Comment