Telnet Commands Related to System Administration
Applies to:
SAP NetWeaver 7.1 and higher.
The ADMIN group provides Telnet commands for monitoring and administering AS Java.
This group is enabled by default.
info [JSTSG:-java] | [JSTSG:-system] | [JSTSG:-status <time>]
Lists system information about:
[JSTSG:java]- JavaVM information.
[JSTSG:-system] - system information.
[JSTSG:-version] - version information.
[JSTSG:-status <time>] - compares system information changes during the specified time period (in milliseconds)
Examples: info_ or _info -java_ or _info -system
version [JSTSG:-more]
The command displays information about all deployed software components on this cluster.
Parameter:
[JSTSG:-more] - displays the component element on each software component.
Example: version_ or _version -more
lsc [JSTSG:-state]
Lists all active cluster machines.
Parameter:
[JSTSG:-state] displays simple cluster machines state list
Examples: lsc_ or _lsc -state
lsi [JSTSG:-d] [JSTSG:ClusterID]
Lists all interfaces installed on the specified cluster element.
Parameters:
[JSTSG:-d] - lists the interfaces using their display names instead of their component names.
[JSTSG:ClusterID] - ID of the cluster element. Default value is the ID of the current cluster element.
Example: lsi_ or _lsi -d_ or _lsi 3258250_ or _lsi -d 3258250
lsl [JSTSG:-d] [JSTSG:ClusterID]
Lists all libraries installed on the specified cluster element.
Parameters:
[JSTSG:-d] - lists the libraries using their display names instead of their component names.
[JSTSG:ClusterID] - ID of the cluster element. Default value is the ID of the current cluster element.
Example: lsl_ or _lsl -d_ or _lsl 3258250_ or _lsl -d 3258250
lss [JSTSG:-d]
Lists all services on the current instance.
Parameter:
[JSTSG:-d] lists the services using their display names instead of their component names.
Example: lss_ or _lss -d
stopservice <serviceName>
Stops a service on the current instance.
Parameter:
<serviceName> - the name of the service to be stopped.
Example: stopservice servlet_jsp
startservice <serviceName>
Starts a service on the current instance.
Parameter:
<serviceName> - the name of the service to be started.
Example: startservice servlet_jsp
listtemplates
Lists available configuration templates on custom and instance levels.
Usage: listtemplates
Example: lasttemplates
lstol [<-s|JSTSG:-t>]
Lists registered timeout listeners.
Parameters:
[JSTSG:-s] - lists only synchronous timeout listeners
[JSTSG:-t] - lists only ordinary timeout listeners
Example: lstol_ or_lstol -s_ or _lstol -t