You can use Installation Manager to install the Feature Pack for Web 2.0 and Mobile silently.
Using Installation Manager, you can work with response files to install the Feature Pack for Web 2.0 and Mobile silently in a variety of ways. You can record a response file using the GUI as described in the following procedure, or you can generate a new response file by hand or by taking an example and modifying it.
<?xml version="1.0" encoding="UTF-8"?> <!-- ##### Copyright ###################################################### # Licensed Materials - Property of IBM (c) Copyright IBM Corp. 2011. # All Rights Reserved. US Government Users Restricted Rights-Use, duplication # or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ####################################################################### --> <!-- ##### Agent Input ############################################## # # Note that the "acceptLicense" attribute has been deprecated. # Use "-acceptLicense" command line option to accept license agreements. # # The clean and temporary attributes specify the repositories and other # preferences Installation Manager uses and whether those settings # should persist after the installation finishes. # # Valid values for clean: # true = only use the repositories and other preferences that are # specified in the response file. # false = use the repositories and other preferences that are # specified in the response file and Installation Manager. # # Valid values for temporary: # true = repositories and other preferences specified in the # response file do not persist in Installation Manager. # false = repositories and other preferences specified in the # response file persist in Installation Manager. # ####################################################################### --> <agent-input clean="true" temporary="true"> <server> <!-- ##### Repositories ################################################### # Repositories are locations that Installation Manager queries for # installable packages. Repositories can be local (on the machine # with Installation Manager) or remote (on a corporate intranet or # hosted elsewhere on the internet). # # If the machine using this response file has access to the internet, # then include the IBM WebSphere Live Update Repositories in the list # of repository locations. # # If the machine using this response file cannot access the internet, # then comment out the IBM WebSphere Live Update Repositories and # specify the URL or UNC path to custom intranet repositories and # directory paths to local repositories to use. ##### IBM WebSphere Live Update Repositories #################### # These repositories contain WebSphere Application Server offerings, # and updates for those offerings ####################################################################### --> <repository location='http://www.ibm.com/software/repositorymanager/com.ibm.websphere.WEB2MOBILE.v11'/> <!-- ##### Local Repositories ######################################## # Uncomment and update the following line when using a local # repository located on your own machine to install a # WebSphere Application Server offering. ############################################################# --> <!--<repository location='/home/padmashr/Padma/localRepo'/> --> </server> <!-- ##### Install Packages ########################################## # # Install Command # # Use the install command to inform Installation Manager of the # installation packages to install. # # The modify attribute is optional and can be paired with an install # command to add features or paired with an uninstall command to # remove commands. If omitted, the default value is set to false. # false = indicates not to modify an existing installation by adding # or removing features. # true = indicates to modify an existing installation by adding or # removing features. # # The offering ID attribute is required because it specifies the # offering to be installed. The offering listed must be present in # at least one of the repositories listed earlier. The example # command below contains the offering ID for the Base edition of # WebSphere Application Server. # # The version attribute is optional. If a version number is provided, # then the offering will be installed at the version level specified # as long as it is available in the repositories. If the version # attribute is not provided, then the default behavior is to install # the latest version available in the repositories. The version number # can be found in the repository.xml file in the repositories. # For example, <offering ... version='8.0.0.20110617_2222'>. # # The profile attribute is required and typically is unique to the # offering. If modifying or updating an existing installation, the # profile attribute must match the profile ID of the targeted installation # of WebSphere Application Server. # # The features attribute is optional. Offerings always have at least # one feature; a required core feature which is installed regardless # of whether it is explicitly specified. If other feature names # are provided, then only those features will be installed. # Features must be comma delimited without spaces. # ####################################################################### --> <install modify='false'> <offering id='com.ibm.websphere.WEB2MOBILE.v11' version='1.1.0.20110427_2247' profile='IBM WebSphere Application Server V8.0' features='main' installFixes='none'/> </install> <!-- # Profile Command # # A separate profile command must be included for each offering listed # in the install command. The profile command informs Installation # Manager about offering specific properties or configuration values. # # The installLocation specifies where the offering will be installed. # If the response file is used to modify or update an existing # installation, then ensure the installLocation points to the # location where the offering was installed previously. # # The eclipseLocation data key should use the same directory path to # WebSphere Application Server as the installationLocation attribute. # # Include data keys for product specific profile properties. # For instance, additional translations can be specified by including # the cic.selector.nl data key and the language codes as values for # the translations to install. # # Language code values: cs,de,en,es,fr,hu,it,ja,ko,pl,pt_BR,ro,ru,zh,zh_HK,zh_TW # --> <profile id='IBM WebSphere Application Server V8.0' installLocation='C:\Program Files\IBM\WebSphere\AppServer'> <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> <!-- ##### Preferences Settings ########################################### # Additional preferences for Installation Manager can be specified. # These preference correspond to those that are located in the graphical # interface under File / Preferences. # # If a preference command is omitted from or commented out of the response # file, then Installation Manager uses the preference value that was # previously set or the default value for the preference. # # Preference settings might be added or deprecated in new versions of # Installation Manager. Consult the online Installation Manager # Information Center for the latest set of preferences and # descriptions about how to use them. # # http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp # ####################################################################### --> <!-- <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='C:\Program Files\IBM\SDP70Shared'/> <preference name='com.ibm.cic.common.core.preferences.connectTimeout' value='30'/> <preference name='com.ibm.cic.common.core.preferences.readTimeout' value='45'/> <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'/> <preference name='com.ibm.cic.common.core.preferences.import.enabled' value='true'/> <preference name='com.ibm.cic.agent.ui.displayInternalVersion' value='false'/> --> </agent-input>
You can begin using the feature pack by working with the various included features and applications.
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |