Description
The WebSphere Application Server – Install plugin includes steps used to install the IBM WebSphere Application Server.
The WebSphere Application Server – Install plugin includes steps used to install the IBM WebSphere Application Server.
The WebSphere Application Server Install plugin includes steps that are related to installing WebSphere Application Server.
The plugin also includes a sample application that automates a standard installation of WebSphere Application Server Network Deployment. This application is provided as an example and must be modified or used as a guide for creating your own installation process.
This plugin includes one or more steps, click Steps for step details and properties.
The sample application supports IBM WebSphere Application Server Network Deployment version 8.0 and later.
See Installing plugins in HCL Launch for installing and removing plugins.
The following table describes the changes made in each plugin version.
Version | Description |
---|---|
10 | Upgrade the dependency version on the Versioned File Storage plugin. |
An HCL Launch application and several components are imported when you install the WebSphere Application Server Install plugin. The application includes processes that install and uninstall WebSphere Application Server Network Deployment and IBM HTTP Server. The application is intended as an example. You must create similar applications, by using the provided application as a reference, or customize the application to suit your needs.
The provided HCL Launch application uses IBM Installation Manager to install WebSphere Application Server and IBM HTTP Server. IBM Installation Manager must be installed on the target system. The provided application uses a source repository to install WebSphere Application Server, instead of a response file. You can set up a source repository on a network and access the repository by using a URL of the form https://server.example.com/product/repository. Alternately, install the files on a computer and access the files by using an absolute path, such as C:\installation_files\repository.config. For more information, see Repositories in the IBM Installation Manager help.
The provided HCL Launch application demonstrates how you can use an IBM Installation Manager response file to install IBM HTTP Server. A response file is an XML file that contains information on how to complete the installation process. You create a response file by recording your responses when you use IBM Installation Manager to install a product. For more information, see Response files in the IBM Installation Manager documentation.
To run the sample application, complete the following steps:
udclient -username admin -password admin -weburl https://localhost:8443
createVersion -component "IBM HTTP Server" -name 8.5.5000.20130514_1044
responseFile.xml
. The IBM HTTP Server component version name must be a valid installation package name. For example, 8.5.5000.20130514_1044 is a valid package name. An example response file is included in the WebSphere Application Server Install plugin archive file. Commands that use the udclient tool to add artifacts to component versions look similar to the following text.
udclient -username admin -password admin -weburl https://localhost:8443 addVersionFiles -component "IBM HTTP Server" -version 8.5.5000.20130514_1044 -base /tmp/IHS_response
com.ibm.websphere.ND.v85_8.5.5000.20130514_1044
.
The following process steps are available in the WebSphere Application Server Install plugin.
Creates a Deployment Manager Profile
Name | Type | Description | Required |
---|---|---|---|
Additional CommandLine Arguments | String | A list, separated by newline characters, of additional arguments to pass to the wsadmin tool. These arguments are appended at the end of the command line. | No |
Dmgr Profile Template Path | String | Path to the template of the profile that will be created | No |
WAS Admin Password | Password | Password to set for the WAS administrator account | No |
WAS Admin Username | String | Username to set for the WAS administrator account | No |
WAS Cell Name | String | Optional overide of the WAS Cell Name | No |
WAS Host Name | String | Optional overide of the WAS Host Name | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Node Name | String | Optional overide of the WAS Node Name | No |
WAS Ports File | String | Optional overide to provide ports file for cell create to use | No |
WAS Profile Name | String | Name of the new profile to create | No |
WAS Profile Path | String | Directory to place the new profile in | No |
Creates a Node profile
Name | Type | Description | Required |
---|---|---|---|
Additional CommandLine Arguments | String | A list, separated by newline characters, of additional arguments to pass to the wsadmin tool. These arguments are appended at the end of the command line. | No |
Node Profile Template Path | String | Path to the template for the profile to create | No |
WAS Admin Password | Password | Password to set for the WAS administrator account | No |
WAS Admin Username | String | Username to set for the WAS administrator account | No |
WAS Cell Name | String | Optional overide of the WAS Cell Name | No |
WAS Host Name | String | Optional overide of the WAS Host Name | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Node Name | String | Optional overide of the WAS Node Name | No |
WAS Ports File | String | Optional overide to provide ports file for cell create to use | No |
WAS Profile Name | String | Name of the new profile to create | No |
WAS Profile Path | String | Directory to place the new profile in | No |
Installs Webshere Application Server
Name | Type | Description | Required |
---|---|---|---|
Additional CommandLine Arguments | String | A list, separated by newline characters, of additional arguments to pass to the wsadmin tool. These arguments are appended at the end of the command line. | No |
IBM Installation Manager Home | String | Path IBM Installation Manager is installed to (for example, /opt/IBM/InstallationManager. | No |
IM Shared | String | Location of the IM Shared location | No |
Java IM Repository | String | Starting in WAS 9, the IBM Java SDK must be installed alongside WAS. In thie field, specify the location of the repository where IBM Java SDK is stored, if the repository differs from the WAS repository (this may be in the format C:\installation_files\repository.config or https://hostname:8081). | No |
Java Version | String | Starting in WAS 9, the IBM Java SDK must be installed alongside WAS. In thie field, specify the version of IBM Java SDK to install as described in the source repository (for example, com.ibm.java.jdk.v8_8.0.3000.20160526_1317.jar). | No |
WAS IM Repository | String | Location of the repository where WAS is stored (this may be in the format C:\installation_files\repository.config or https://hostname:8081). | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer). | No |
WAS Version | String | Version of WAS ND to install as described in the source repository (for example, com.ibm.websphere.ND.v85_8.5.5000.20130514_1044) | No |
Removes a Deployment Manager profile
Name | Type | Description | Required |
---|---|---|---|
Delete Profile Directory | Boolean | Determines if the profiles directory should be deleted after the manageprofiles command completes. | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Profile Name | String | Name of the profile to remove | No |
WAS Profile Path | String | Directory of the profile | No |
Removes a node profile
Name | Type | Description | Required |
---|---|---|---|
Delete Profile Directory | Boolean | Determines if the profiles directory should be deleted after the manageprofiles command completes. | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Profile Name | String | Name of the profile to remove | No |
WAS Profile Path | String | Directory of the node | No |
Starts the Deployment Manager
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password of the WAS administrator user | No |
WAS Admin Username | String | WAS user with administrator privileges | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer). | No |
WAS Profile Name | String | Name of the new Deployment Manager | No |
Starts a Node
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password to set for the WAS administrator account | No |
WAS Admin Username | String | Username to set for the WAS administrator account | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Profile Name | String | Name of the profile to start | No |
Starts and registers a node
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password of the WAS administrator user | No |
WAS Admin Username | String | WAS user with administrator privileges | No |
WAS Deployment Manager Hostname | String | Hostname of the deployment manager | No |
WAS Deployment Manager Port | String | Port of the deployment manager | No |
WAS Profile Path | String | Directory to place the new profile in | No |
Stops the Deployment Manager
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password of the WAS administrator user | No |
WAS Admin Username | String | WAS user with administrator privileges | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Profile Name | String | Name of the profile to stop | No |
Stops a Node
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password to set for the WAS administrator account | No |
WAS Admin Username | String | Username to set for the WAS administrator account | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
WAS Profile Name | String | Name of the profile to stop | No |
Stops the Webshere Application Server process
Name | Type | Description | Required |
---|---|---|---|
WAS Admin Password | Password | Password of the WAS administrator user | No |
WAS Admin Username | String | WAS user with administrator privileges | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |
Uninstalls Webshere Application Server
Name | Type | Description | Required |
---|---|---|---|
IBM Installation Manager install path | String | Path IBM Installation Manager is installed to. | No |
Version | String | Version of WAS to uninstall (for example, com.ibm.websphere.ND.v85_8.5.5000.20130514_1044) | No |
WAS Install Path | String | Path WAS is installed to (for example, /opt/IBM/WebSphere/AppServer) | No |