Display information about specified parts of the
SAP Control Center server.
If you enter info with no parameters, it returns information for every parameter.
Syntax
info [-a | --sys]
[-D | --sysprop [system-property]]
[-e | --env [environment-variable]]
[-h | --help]
[-m | --mem]
[-p | --ports]
[-s | --services]
Parameters
- -a | --sys – optional. List all the services known to
SAP Control Center, indicate whether each
service is enabled, and list other services on which each service
depends.
- -D | --sysprop [system-property] – optional. Display information about the specified Java system property. Omit the system-property argument to return a list of all Java system properties and their values.
- -e | --env [environment-variable] – optional. List all the environment variables in the
SAP Control Center Java VM process environment.
Omit the environment-variable argument to return a list of environment
variables and their values.
- -h | --help – optional. Display information about the info command.
- -m | --mem – optional. Display information about the server’s memory resources.
- -p | --ports – optional. List all the ports on which the
SAP Control Center agent and its services
listen, indicate whether each port is in use, and show the service
running on each port.
- -s | --services – optional. List all
SAP Control Center services, indicate whether
each service is enabled, and list other services on which each service
depends.
Examples
- Example 1 – displays information about ports on this
SAP Control Center server:
Permissions
info permission defaults to all users.
No permission is required to use it.