You can use Installation Manager to uninstall this feature pack silently.
<?xml version="1.0" encoding="UTF-8"?> <!-- ##### Copyright ###################################################### # Licensed Materials - Property of IBM # 5724-H88, 5724-J08, 5724-I63, 5724-H89 (c) Copyright IBM Corp. 2010. # All Rights Reserved. US Government Users Restricted Rights-Use, duplication # or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # ####################################################################### --> <!-- ##### Frequently Asked Questions ##################################### # The latest information about using Installation Manager is # located in the online Information Center. There you can find # information about the commands and attributes used in # silent installation response files. # # Installation Manager Information Center can be found at: # http://publib.boulder.ibm.com/infocenter/install/v1r2/index.jsp # # Question 1. How do I record a response file using Installation Manager? # Answer 1. Start Installation Manager from the command line with the # record parameter and it will generate a response file containing actions # it performed, repositories it used, and its preferences settings. # Optionally use the -skipInstall parameter if you do not want the product # to be installed to the machine. Specify a new agentDataLocation location # value when doing a new installation. Do not use an existing # agentDataLocation for an installation because it might damage the # installation data and prevent you from modifying, updating, rolling back, # or uninstalling the installed packages. # # Windows: IBMIM -record <responseFile> -skipInstall <agentDataLocation> # Linux or UNIX: ./IBMIM -record <responseFile> -skipInstall <agentDataLocation> # # For example: # Windows = IBMIM.exe -record c:\temp\responsefiles\FEP.uninstall.xml # -skipInstall c:\temp\skipInstall\WebSphere_Feature_Pack # Linux or UNIX = ./IBMIM -record /home/user/responsefiles/FEP.uninstall.xml # -skipInstall c:\temp\skipInstall\WebSphere_Feature_Pack # # Question 2. How do I run Installation Manager silently? # Answer 2. Create a silent installation response file and submit it to # Installation Manager on the command line: # # Windows = IBMIMc.exe -silent -input <path and file name of response file> # Linux or UNIX = ./IBMIM -silent -input <path and file name of response file> # # For example: # Windows = IBMIMc.exe -silent -input c:\temp\responsefile\FEP.uninstall.xml # Linux or UNIX = ./IBMIM -silent -input /home/user/responsefile/FEP.uninstall.xml # # Note that Windows uses IBMIMc.exe, whereas Linux and UNIX uses IBMIM.exe. # Do not use the command IBMIM.exe on Windows systems for silent installations. # Do not use the command IBMIMc.exe on Linux and UNIX operating systems. # ####################################################################### --> <!-- ##### Uninstall Settings ############################################# # 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 temporary='true' clean='true'> <!-- ##### Unaugment Profiles ############################################# # Profiles augmented by a WebSphere Application Server Feature Pack must # have those feature pack specific changes removed before the feature pack # can be uninstalled. Combine the unaugment data key with the offering ID # for the feature pack being uninstalled to unaugment the profiles. If # more than one feature pack is being uninstalled, then include a separate # unaugment data key for each feature pack offering. # # Several feature pack offering ID values are: # com.ibm.websphere.SCA.v10 # com.ibm.websphere.XML.v10 # com.ibm.websphere.CEA.v10 # com.ibm.websphere.ARIESJPA.v10 # # Profiles that are unaugmented should be deleted because they might not # be valid after the feature pack is uninstalled. # # Valid values for data key user.confirm.unaugment: # true = unaugment all profiles containing augmentations associated # with the feature pack offering ID with the data key. # false = do not unaugment any profiles containing augmentations # associated with the feature pack offering ID. Uninstall fails. ####################################################################### --> <profile id='IBM WebSphere Application Server - ND'> <data key='user.confirm.unaugment,com.ibm.websphere.SCA.v10' value='true'/> <!-- <data key='user.confirm.unaugment,com.ibm.websphere.featurepackID.v10' value='true'/> --> </profile> <!-- ##### Uninstall ###################################################### # Use the uninstall command to inform Installation Manager of the # installation packages to uninstall. # # The offering ID attribute is required because it specifies the # offering to be uninstalled. # # The profile attribute is required and must match the profile ID # of the targeted installation of WebSphere Application Server # version 7 in which the feature pack is installed. Profile ids can be # found in the installed.xml file located in the application data location # for Installation Manager. # # The version attribute is optional. If a version number is provided, # then the version level specified must match exactly the version of # the offering in the specified profile. If the version attribute # is not provided, then the default behavior is to uninstall any # version of the offering that is available in the specified profile. # # The features attribute is optional. If the features attribute is not, # then the default behavior is to uninstall all features for the offering. ####################################################################### --> <uninstall modify='false'> <offering id='com.ibm.websphere.SCA.v10' profile='IBM WebSphere Application Server - ND'/> </uninstall> <!-- ##### Preferences Settings ########################################### # 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. # # The eclipseCache preference specifies the shared data location for # Installation Manager. This value is typically set the first time # Installation Manager does an installation. After this value is set, # is cannot be changed using a response file or the graphical wizard. # If this preference is uncommented, ensure that the location matches the # location used by Installation Manager and can be written to by all # user accounts using Installation Manager. # # 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/v1r2/index.jsp # ####################################################################### --> <!-- <preference name='com.ibm.cic.common.core.preferences.eclipseCache' value='/home/user/IBM/WebSphere/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>
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |