Home Index Changes Prefs Log in »

A Glossary of New JBI Commands

These are the new commands that will be added. This page is supposed to be a reference for the people who try out, test, document these commands. Be as detailed as possible.

Id Command name and brief description Options, one per line, with legal and default values Operand, one per line, with brief description
00001install-jbi-component: Will install a Service Engine or Binding Component into the JBI Environment. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --enabled : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --properties : [(name=value)[:name=value]* | file] --passwordfile : [filename] --upload : [true]|false --target : [target name] --help file path or component name: The archive file that will contain the component attributes, or the name of the component that has been previously installed to the domain.
00002start-jbi-component: Will start a component (service engine or binding component) on the specified target. If no target is specified, the component will be started on the embedded DAS server. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the binding component or service engine.
00003stop-jbi-component: Will stop a component (service engine or binding component) on the specified target. If no target is specified, the component will be stopped on the embedded DAS server. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the component to stop.
00004shut-down-jbi-component: Will shut down a component (service engine or binding component) on the specified target. If no target is specified, the component will be shut down on the embedded DAS server. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --force|-F : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the component to shut down.
00005uninstall-jbi-component: Will uninstall a component (service engine or binding component) on the specified target. If no target is specified, the component will be uninstall on the embedded DAS server. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --force|-F : true|[false] --port|-p : [port number] --keeparchive : true|[false] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the component to uninstall.
00006deploy-jbi-service-assembly: Will deploy a Service Assembly into the JBI Environment. The Target option (--target) is only relevant for Application Server Enterprise Edition. Please see the Target Option Behavior table for a complete description on how the deploy command will behave for the different target options. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --enabled : true|[false] --upload : [true]|false --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help file path or service assembly name: The archive file that will contain the service assembly attributes, or the name of the service assembly that has been previously deployed to the domain.
00007start-jbi-service-assembly: Will start a service assemble on the specified target. If a target is not specified, the command will executed against the 'server' instance. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the service assembly to start.
00008stop-jbi-service-assembly: Will start a service assemble on the specified target. If a target is not specified, the command will executed against the 'server' instance. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the service assembly to stop.
00009shut-down-jbi-service-assembly: Will shut down a service assemble on the specified target. If a target is not specified, the command will executed against the 'server' instance. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the service assembly to shut down.
00010undeploy-jbi-service-assembly: Will undeploy a service assemble on the specified target. If a target is not specified, the command will executed against the 'server' instance. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --force|-F : true|[false] --port|-p : [port number] --keeparchive : true|[false] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help service_assembly_name: The name of the service assembly to undeploy.
00011install-jbi-shared-library: Will install a Shared Library into the JBI Environment. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --upload : [true]|false --target : [target name] --help file path: The archive file that will contain the shared library.
00012uninstall-jbi-shared-library: Command Description Will uninstall a shared library from the specified target instance or cluster. If no target is specified, the shared library will be uninstall on the embedded DAS server. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --force|-F : true|[false] --port|-p : [port number] --keeparchive : true|[false] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help component_name: The name of the component to start.
00013list-jbi-service-engines: Will list the service engines that have been installed into the JBI Environment. If no filters are specified, the list will contain all service engines that have been installed --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --lifecyclestate : shutdown|started|stopped --libraryname : Shared Library Name --assemblyname : Service Assembly Name --target : [target name] --help none
00014list-jbi-binding-components: Will list the binding components that have been installed into the JBI Environment. If no filters are specified, the list will contain all binding components that have been installed. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --lifecyclestate : shutdown|started|stopped --libraryname : Shared Library Name --assemblyname : Service Assembly Name --target : [target name] --help none
00015list-jbi-shared-libraries: Will list the shared libraries that have been installed into the JBI Environment. If no filters are specified, the list will contain all shared libraries that have been installed --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --componentname : [component name] --help none.
00016list-jbi-service-assemblies: Will list the service assemblies that have been deployed into the JBI Environment. If no filters are specified, the list will contain all service assemblies that have been deployed. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --lifecyclestate : shutdown|started|stopped --componentname : [component name] --target : [target name] --help none
00017show-jbi-service-engine: Will show the detail information about the specified service engine. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help Component Name
00018show-jbi-binding-component: Will show the detail information about the specified binding component. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help Component Name
00019show-jbi-shared-library: Will show the detail information about the specified shared library. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help Shared Library Name
00020show-jbi-service-assembly: Will show the detail information about the specified service assembly. --echo|-e : true|[false] --interactive|-I : [true]|false --terse|-t : true|[false] --secure|-s : true|[false] --port|-p : [port number] --host|-H : [localhost] --user|-u : [admin user] --passwordfile : [filename] --target : [target name] --help Service Assembly Name
« Home Attachments Info Index Changes Prefs
This page (revision-21) was last changed on 01-Mar-07 09:00 AM, -0800 by Mark Saunders