!--a11y-->
Shell Administration Service 
This service provides a set of properties for working with the Console Administrator tool.
Dispatcher
Property |
Description |
Default Value |
$AUTORUN |
After process starting in certain environment, if the process is not in background mode and the value of this property is not an empty string, the script file represented by this value is launched. |
persistent/shell/autorun.scr |
$CLASSPATH |
The classpath to the packages of the shell commands. |
./../../../source |
$ECHO |
If the value of this property is set to ON, the entered command and its parameters are printed before the real command execution. |
OFF |
$NEEDSAUTHORIZATION |
If a user name and password are needed, in order to start the Shell Service in a separate application thread, they are passed to the Shell Service at cluster node start up. However, when the cluster element is initially started, the verification of the user name and password can be skipped. In this case the Shell Service automatically starts in an application thread with administrator privileges. This property specifies whether to perform this initial verification. Due to the lack of security service on the dispatcher nodes, this property implies only to the server nodes of the cluster. |
False |
$PROMPT |
Specifies the symbol of the command prompt. |
> |
$STD_ERR |
Specifies the standard error stream. |
SYSTEM |
$STD_IN |
Specifies the standard input stream. |
SYSTEM |
$STD_OUT |
Specifies the standard output stream. |
SYSTEM |
$SUBPROMPT |
Specifies a subprompt to be displayed when using the shell language in scripts that exceed one line |
--> |
$TEMP_BUFFER_SIZE |
Specifies the size of the buffer. |
1024 |
ADD |
Specifies the class of the shell command ‘ADD’. |
com.sap.engine.services. |
CAT |
Specifies the class of the shell command ‘CAT’. |
com.sap.engine.services. |
CLS |
Specifies the class of the shell command ‘CLS’. |
com.sap.engine.services. |
ECHO |
Specifies the class of the shell command ‘ECHO’. |
com.sap.engine.services. |
EXIT |
Specifies the class of the shell command ‘EXIT’. |
com.sap.engine.services. |
GET |
Specifies the class of the shell command ‘GET’. |
com.sap.engine.services. |
GREP |
Specifies the class of the shell command ‘GREP’. |
com.sap.engine.services. |
KILL |
Specifies the class of the shell command ‘KILL’. |
com.sap.engine.services. |
LOADENV |
Specifies the class of the shell command ‘LOADENV’. |
com.sap.engine.services. |
MAN |
Specifies the class of the shell command ‘MAN’. |
com.sap.engine.services. |
MORE |
Specifies the class of the shell command ‘MORE’. |
com.sap.engine.services. |
PS |
Specifies the class of the shell command ‘PS’. |
com.sap.engine.services. |
QUIT |
Specifies the class of the shell command ‘QUIT’. |
com.sap.engine.services. |
REMOVE |
Specifies the class of the shell command ‘REMOVE’. |
com.sap.engine.services. |
RUN |
Specifies the class of the shell command ‘RUN’. |
com.sap.engine.services. |
SAVEENV |
Specifies the class of the shell command ‘SAVEENV’. |
com.sap.engine.services. |
SET |
Specifies the class of the shell command ‘SET’. |
com.sap.engine.services. |
Server
Property |
Description |
Default Value |
$AUTORUN |
See above. |
persistent/shell/autorun.scr |
$CLASSPATH |
See above. |
./../../../source |
$ECHO |
See above. |
OFF |
$NEEDSAUTHORIZATION |
See above. |
False |
$PROMPT |
See above. |
> |
$STD_ERR |
See above. |
SYSTEM |
$STD_IN |
See above. |
SYSTEM |
$STD_OUT |
See above. |
SYSTEM |
$SUBPROMPT |
See above. |
--> |
$TEMP_BUFFER_SIZE |
See above. |
1024 |
ADD |
See above. |
com.sap.engine.services. |
CAT |
See above. |
com.sap.engine.services. |
CLS |
See above. |
com.sap.engine.services. |
ECHO |
See above. |
com.sap.engine.services. |
EXIT |
See above. |
com.sap.engine.services. |
GET |
See above. |
com.sap.engine.services. |
GREP |
See above. |
com.sap.engine.services. |
KILL |
See above. |
com.sap.engine.services. |
LOADENV |
See above. |
com.sap.engine.services. |
MAN |
See above. |
com.sap.engine.services. |
MORE |
See above. |
com.sap.engine.services. |
PS |
See above. |
com.sap.engine.services. |
QUIT |
See above. |
com.sap.engine.services. |
REMOVE |
See above. |
com.sap.engine.services. |
RUN |
See above. |
com.sap.engine.services. |
SAVEENV |
See above. |
com.sap.engine.services. |
SET |
See above. |
com.sap.engine.services. |
See also:
Shell Console Administration in the Administration Manual
