discover_jboss

Discovers a JBoss target in Oracle Enterprise Manager. JBoss targets include JBoss JEE servers, JBoss application servers, JBoss domains, and JBoss partitions (for example, jboss_jeeserver, jboss_app_server , jboss_domain or jboss_partition).

For additional information on how to use the discover_jboss EM CLI verb, refer to Oracle Enterprise Manager Command Line Interface documentation available on the Oracle Technology Network.

Format

  emcli discover_jboss
        -host
        -version
        -port
        -agent
        -auth_type
        [-username]
        [-password]
        [-debug]

[ ]  indicates that the parameter is optional.

Options

  • host

    Fully qualified name of the JBoss host in the case of a standalone/JBoss 6 target or fully qualified name of the JBoss Domain Controller in the case of a domain based discovery.

  • version

    JBoss target version (only versions 6 and 7 are allowed).

  • port

    HTTP management port/JMX connector port.

  • agent

    Monitoring Agent.

  • auth_type

    JBoss authentication type (digest_authentication, basic_authentication, or none). Digest authentication is not allowed for JBoss 6 targets.

  • username

    JBoss host user name.

  • password

    JBoss host password.

  • debug

    Runs the verb in verbose mode for debugging purposes.

Examples

Example 1

The following example discovers JBoss targets of version 7 in Oracle Enterprise Manager.

emcli discover_jboss
      -host=host1.example.com
      -version=7
      -port=1234
      -agent=host1.example.com:31453
      -auth_type=digest_authentication
      -username=jboss
      -password=jboss123

Example 2

The following example discovers JBoss targets of version 6 in Oracle Enterprise Manager.

emcli discover_jboss
     -host=host1.example.com
     -version=6
     -port=1234
     -agent=host1.example.com:31453
     -auth_type=none