Try OpenEdge Now
skip to main content
Administration Guide
TCMAN Reference : Manager actions : Display OS and server information (info)
 

Display OS and server information (info)

Purpose

Display server and OS information for a running instance.
To use this action, the Tomcat manager (manager.war) must be deployed on the instance and the instance must be running. You can deploy manager.war from $CATALINA_HOME/extras.
Use the test action to show configuration information about a server that is not running.

Syntax

tcman.sh info [general_options] -u user_name:password

Parameters

general_options
Specify one or more of the general TCMAN options. Run tcman.sh help info to see which general options are appropriate.
-u user_name:password
Pass a valid user name and a password for HTTP Basic access authentication. (The default is -u tomcat:tomcat.)

Example

Display the OS and server information for the running instance named acme1:
$: /psc/pashome/tcman.sh info -I acme1 -u tomcat:tomcat
OK - Server info
Tomcat Version: Apache Tomcat/7.0.42
OS Name: Linux
OS Version: 2.6.18-164.el5
OS Architecture: amd64
JVM Version: 1.7.0_02-b13
JVM Vendor: Oracle Corporation