You can install and remove a product feature using Installation Manager response files.
Perform this procedure to use Installation Manager to install or remove a feature silently using a response file.
Like other Installation Manager operations, you can invoke a modification using the imcl command-line tool. Go to the IBM® Installation Manager Version 1.4 Information Center or the IBM Installation Manager Version 1.5 Information Center for more information.
This option installs the EJBDeploy tool for pre-EJB 3.0 modules.
Before you deploy applications on the server, you must run the EJBDeploy tool on applications that contain EJB modules that are based on specifications prior to EJB 3.0. Running the EJBDeploy tool generates deployment code for enterprise beans in the application. Beginning with the EJB 3.0 specification, the EJBDeploy tool is no longer required because WebSphere Application Server uses a new feature called "JITDeploy", which automatically generates code when the application starts.
This option installs the IBM standalone thin clients and resource adapters.
IBM thin clients provide a set of clients for a variety of technologies, such as JAX-WS, JAX-RPC, JAX-RS, XML, EJB, JPA, JMS, and more. IBM resource adapters provide the resource adapters for JMS.
This option installs the embeddable EJB container.
The embeddable EJB Container is a Java Archive (JAR) file that you can use to run enterprise beans in a standalone Java Platform, Standard Edition environment. You can run enterprise beans using this embeddable container outside the application server. The embeddable EJB container is a part of the EJB 3.1 specification and is primarily used for unit testing enterprise beans business logic.
This option installs the sample applications for learning and demonstration environments.
The samples include both source code files and integrated enterprise applications that demonstrate some of the latest Java (TM) Platform, Enterprise Edition (Java EE) and WebSphere technologies. The samples are recommended for installation to learning and demonstration environments, such as development environments. However, they are not recommended for installation to production application server environments.
For more information on creating a keyring file for Installation Manager, read the IBM Installation Manager Version 1.4 Information Center or the IBM Installation Manager Version 1.5 Information Center.
./imcl input $HOME/WASFiles/temp/modify_response_file.xml -log $HOME/WASFiles/temp/modify_log.xml -keyring $HOME/WASFiles/temp/im.keyring
For more information on using Installation Manager, read the IBM Installation Manager Version 1.4 Information Center or the IBM Installation Manager Version 1.5 Information Center.
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80'/> </server> <profile id='IBM WebSphere Application Server Network Deployment V8.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V8/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V8/ND'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en, fr, it, zh, ro, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/> </profile> <install modify='true'> <offering profile='IBM WebSphere Application Server Network Deployment V8.0' features='samples' id='com.ibm.websphere.ND.v80'/> </install> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='true'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> </agent-input>
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80'/> </server> <profile id='IBM WebSphere Application Server Network Deployment V8.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V8/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V8/ND'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en, fr, it, zh, ro, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/> </profile> <uninstall modify='true'> <offering profile='IBM WebSphere Application Server Network Deployment V8.0' features='thinclient' id='com.ibm.websphere.ND.v80'/> </uninstall> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='true'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> </agent-input>
<?xml version="1.0" encoding="UTF-8"?> <agent-input> <server> <repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80'/> </server> <profile id='IBM WebSphere Application Server Network Deployment V8.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V8/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V8/ND'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V8/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en, fr, it, zh, ro, ru, zh_TW, de, ja, pl, es, cs, hu, ko, pt_BR'/> </profile> <install modify='true'> <offering profile='IBM WebSphere Application Server Network Deployment V8.0' features='samples' id='com.ibm.websphere.ND.v80'/> </install> <uninstall modify='true'> <offering profile='IBM WebSphere Application Server Network Deployment V8.0' features='thinclient' id='com.ibm.websphere.ND.v80'/> </uninstall> <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/QIBM/UserData/InstallationManager/IMShared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.downloadAutoRetryCount' value='0'/> <preference name='offering.service.repositories.areUsed' value='true'/> <preference name='com.ibm.cic.common.core.preferences.ssl.nonsecureMode' value='false'/> <preference name='com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication' value='false'/> <preference name='http.ntlm.auth.kind' value='NTLM'/> <preference name='http.ntlm.auth.enableIntegrated.win32' value='true'/> <preference name='com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts' value='true'/> <preference name='com.ibm.cic.common.core.preferences.keepFetchedFiles' value='false'/> <preference name='PassportAdvantageIsEnabled' value='false'/> <preference name='com.ibm.cic.common.core.preferences.searchForUpdates' value='false'/> </agent-input>
./imcl.exe modify com.ibm.websphere.ND.v80 -addFeatures samples -removeFeatures thinclient,ejbdeploy,embeddablecontainer -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80 -installationDirectory /QIBM/ProdData/WebSphere/AppServer/V8/ND -keyring /var/keyring_file.keyring -password password
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience. This feature requires Internet access. Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof. |