Implementation registration utility (regimpl)

Before a server can be used by client applications, it must be registered in the Implementation Repository by running the implementation registration utility, regimpl.

The regimpl utility can be entered at a command prompt. For WebSphere Application Server enterprise services, the regimpl utility takes the following usage syntax forms and parameters:

Syntax

To add an implementation
regimpl -A -i alias_string [-p svr_string] [-m {on|off}] [-t string]
To update an implementation
regimpl -A -i alias_string [-p svr_string] [-m {on|off}] [-t prot_string]
To delete one or more implementations
regimpl -D -i alias_string [-i ...]
To list all, or selected, implementations
regimpl -L [-i alias_string [-i ...]]
To list all implementation aliases
regimpl -S

Parameters

The following table describes the command parameters used in the previous syntax forms.


regimpl command parameters used by WebSphere enterprise services
Parameter Description
-i alias_string Implementation alias name (maximum of 16 -i names)
-p svr_string Server program name (default: null)
-m {on|off} Enable multi-threaded server (optional)
-t prot_string Protocol name (default: SOMD_TCPIP)


Examples

regimpl -L

CORB1150I: Retrieving all aliases from the database...
============================================================
Information for implementation definition 1:
   ID:                       1bc727f8-7f95-1dad-e000-079809355cc6
   ALIAS:                    WASDAEMON
   PROGRAM:
   PROTOCOLS:                TCPIP
   CONFIG:
   Server specific name  1 : DAEMON_PID
   Server specific value 1 : 00000634
------------------------------------------------------------

============================================================
Information for implementation definition 2:
   ID:                       13463dad-7fe1-1dad-e000-030409355cc6
   ALIAS:                    indiserver
   PROGRAM:                  indiserv.exe
   PROTOCOLS:                TCPIP
   CONFIG:
------------------------------------------------------------

============================================================
Information for implementation definition 3:
   ID:                       042f1128-7fed-1dad-e000-07c809355cc6
   ALIAS:                    wasirsvr
   PROGRAM:                  wasirsvr.exe
   PROTOCOLS:                TCPIP
   CONFIG:
------------------------------------------------------------

CORB1148I: Exiting the regimpl utility

Related reference
CORBA C++ bindings



Searchable topic ID:   rcor_regimp
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_regimp.html

Library | Support | Terms of Use | Feedback