Previous Topic: component list Command Output SpecificationNext Topic: component info Command Output Specification


info (Application Control and Management)--Retrieve Detailed Information for a Component

Retrieve detailed information for a specific component

Syntax
component info name [ --batch [--extended]][ --verbose ]  
Arguments
name

Name of component for which to retrieve information. name should be of the form application name:component name

--batch

Display output in UDL format

--extended

Display extended component information

--verbose

Include list of interfaces for the component

Examples

component info sugarcrm:main.config - Display information for component 'main.config' in application 'sugarcrm'

Notes: A specification of the output of this command can be found here.

Typical Output
   name                   : main.WEB5
   state                   : running
   default IP address : 10.96.32.1
   console options    : web:80,ssh
   time started         : Tue Sep 16 13:49:29 2008
   server                 : srv1
   cpu                    : 0.30
   mem                  : 512.00 MB
   bw                    : 250.00 Mbps
   OS type            : Linux
   OS name           : CentOS
   OS version         : 5
   OS kernel          : Linux 2.6.18.8-xenU #1 SMP Mon Aug 18 15:15:18 PDT 2008
   PV driver           : unknown
   class                : .WEB5

This section contains the following topics:

component info Command Output Specification