Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Using JBI Components: JBI Command Options and Values
 

Configuring JBI Components

Administering JBI Components for Java CAPS

JBI Component Overview

Life Cycle States Within the JBI Framework

JBI Administration Tools Overview

Using the JBI Manager in the NetBeans IDE to Administer JBI Components

Using the Admin Console to Administer JBI Components

Starting the Admin Console

Administering JBI Components from the Admin Console

Using the asadmin Administrative Command Line Interface (CLI) to Administer JBI Components

JBI Commands and Options for asadmin CLI

JBI Command Options and Values

Starting the asadmin Utility

Using the Java EE Service Engine in a Project

Using the Java EE Service Engine to Create a Composite Application

Using the BPEL Designer and Service Engine

Using the HTTP Binding Component

Processing an Order in a Purchase Order System

Designing Custom Encoders

Using the XSLT Editor

XSLT Designer: Simple Transformation Tutorial

Using the File Binding Component

Using the File Binding Component in a Project

Using the JMS Binding Component

Understanding the FTP Binding Component

Using the FTP Binding Component in a Project

Understanding the LDAP Binding Component

Using the LDAP Binding Component in a Project

Using the JMS JCA Wizard

Using the JAXB Wizard and Code-Seeder Pallete

Understanding the Database Binding Component

Using the Database Binding Component

Using the WSDL Editor

Migrating From eTL to Sun Data Integrator

Designing Intelligent Event Processor (IEP) Projects

Designing Data Integrator Projects

Using the Sun Data Mashup Engine

JBI Command Options and Values

The Following table provides a description of the JBI command options.

Option
Value
Description
Common Options: These options are common to most of the JBI Component asadmin commands.
--echo | -e
true | false
true indicates that the command specified on the command line is echoed to system output.
--interactive| -I
true | false
true (default) indicates that only the required password options are prompted.
--terse | -t
true | false
true indicates that the output is reduced to the minimal amount.
--port | -p
The port number
The HTTP/S port for administration. Default port for PE: 4848, default port for EE: 4849
--secure | -s
true | false
true indicates that SSL/TLS is used to communicate with the domain administration server.
--host | -H
localhost
The machine name where the JBI application is running. The default value is localhost.
--user | -u
The admin user
The authorized domain administration server administrative username.
--passwordfile
filename
The name of a file containing the password entries.
--target
target name | [server]|domain
The name of the target.
--help
Displays the help text for the command.
Specialized Options: These options are for specific JBI Component asadmin commands only.
--assemblyname
service assembly name
Lists the components that have ASA deployed as part of the service assembly unit with the specified service assembly name.
--component
component name
The name of the referenced component.
--componentname
component name
Lists the shared libraries referenced by the specified component.
--configuration
true|[false]
Displays the component's configuration values.
--descriptor
true|[false]
Displays the component's XML desriptor.
--endpoint
endpoint name
Displays the endpoint statistics.
--force| -F
true|[false]
true indicates that the component will be forcefully shut down.
--framework
true|[false]
Displays the framework statistics.
--keeparchive
true|[false]
true indicates that the component will remain in the domain.
--libraryname
shared library name
Lists the components that currently use the specified shared library.
--lifecyclestate
shutdown|started|stopped
The list can be filtered on the lifecycle state of the components.
--loggers
true|[false]
Displays the component's loggers and their levels.
--nmr
true|[false]
Displays the NMR (Normalized Message Router) statistics.
--serviceassembly
service assembly name
Displays the component's statistics.
--upgradefile
[filepath]
The new archive file path that is used to update the component.
--upload
[true]|false
true indicates that it uploads the file to the administration server. If the filepath of the installable file is mounted to the server machine, or if the administration server is running locally, set the upload option to false.