Installs the service interface contained in a deployment package (.car) file to an enterprise server.
The
mfdepinst command handles the server-side part of the process of deploying a service to an enterprise server. The tool installs the
files contained in a
.car to an enterprise server instance by extracting the deployment package files (.int,
.idt, etc.) from the
.car file, updating the Directory Service directory for the new services and packages, and if the enterprise server is running,
informs it of the new services so they are available for use.
Syntax:
mfdepinst [install-options] myservice.car
Parameters:
- myservice.car
- The name of the
.car file containing the service to be deployed.
- install-options
- install-options enable you to modify the installation. These options will override any settings specified in an
.mfdeploy file. The available options are:
- -m
location
- Set MFDS location
- -s
- Log to stderr rather than to a
deploylog.txt file.
- -u
- Enable updates to existing services.
- -- environment
name=value
- Set an environment variable.
- --server
name
- Specify a server name.
- --listener
name
- Specify a listener name.
- --username
name
- Specify a username for connecting to MFDS.
- --password
password
- Specify a password for connecting to MFDS.
- --replace
- Replace any existing package and services for the same namespace as the services being installed (as specified by the manifest
in the CAR file). You can do this by first deleting the package and services, so if installation fails, the old services will
not be available unless the old CAR file is re-installed.
Note: Use this option with care. This option cannot be used with -u (update); if both are specified, the last one specified takes
precedence.
Dependencies:
Run
mfdepinst from an
command prompt from the same directory that contains the
.car file.
You can specify
mfdepinst installation options in one of the following ways:
Important: If both methods are used, the
install-options specified at the command-line options will override the settings in the
.mfdeploy file.
Comments:
The mfdepinst command extracts files from the .car file and installs them on the enterprise server specified as specified using install-options at the command line or in an .mfdeploy file in the parent directory (../.mfdeploy).
The .mfdeploy file specifies the location, name, and listener for the enterprise server to which the service interface is deployed. So, for example, if the .car file is in $COBDIR/myservice/myservice.deploy , the .mfdeploy file must be in $COBDIR/myservice.
Edit .mfdeploy as necessary to specify values other than the default values.
mfdepinst records its progress in the file deploylog.txt in the current directory, overwriting any existing deploylog.txt. After mfdepinst completes, you can examine this file to find out if deployment succeeded.
Beginning with Enterprise Developer 5.0, the .mfdeploy file supports an extended syntax and additional settings. See the associated related reference topic for more information.