installProcessAppPackage command-line utility (deprecated)

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-01-20 10:38
Use the installProcessAppPackage command-line utility to install an extracted installation package on an offline server.
You can customize your offline installation by using optional parameters at the command line to override the default value for this utility.
Important: You must specify any optional parameters before you specify the required parameters.
Draft comment: Kateryna 04.09.2015
Prerequisites and role information is missing.

Location

The installProcessAppPackage command-line utility is in the install_root/BPM/Lombardi/tools/process-installer directory.

Syntax

The syntax differs depending on whether you have a stand-alone or network deployment environment. The command is run against the default profile, although you can use optional parameters to run the command against a different profile.

The following syntax uses the installProcessAppPackage.bat command:
Note: On UNIX systems, use installProcessAppPackage.sh instead.
  • Stand-alone environment
    installProcessAppPackage.bat 
    {optional_parameters} 
    install_package_name 
    user_name 
    user_password
  • Network deployment environment
    installProcessAppPackage.bat 
    {optional_parameters} 
    -host host_name 
    -port port_name 
    -nodeName node_name 
    -serverName server_name 
    install_package_name 
    user_name 
    user_password

Parameters

-help
Optional parameter that displays available command-line options with descriptions.
-host host_name
Specifies the host on which to run the offline installation utility. The default value is the host specified in the existing profile. The -host parameter is required in a network deployment environment.
-port port
Specifies the port used by the IBM® Business Automation Workflow server on the specified host (WC_defaulthost). In an ND environment, connect to the HTTP server. The default value is the 9080 port, but it will be different if that port is in use when the profile is created. The -port parameter is required in a network deployment environment.
-profileName profile_name
Optional parameter that specifies the name of the profile. By default, the parameter uses the value the default profile set as in the current environment.
-nodeName node_name
Specifies the node name in a network deployment environment. The -nodeName parameter is required in a network deployment environment.
-serverName server_name
Specifies the server name in a network deployment environment. The -serverName parameter is required in a network deployment environment.
install_package_name
Required parameter that specifies the name of the installation package.
For Linux operating systemFor UNIX operating systemNote: If the parameter name includes spaces, either put the name in quotation marks or put a backslash before each space in a name.
username
Required parameter that specifies the user account to run the offline installation utility. The default value is the user name specified in the existing profile.
Note: The user account specified must be a member of the tw_admins security group in order to install to offline production servers. For other types of servers (for example, staging and test), the specified user must be a member of the tw_authors security group.
password
Required parameter that specifies the password for running the offline installation utility. The default value is the password specified in the existing profile.
Draft comment: Kateryna 04.09.2015
Example is missing.