You can use Installation Manager to install and remove a product feature.
Make sure that your Installation Manager preferences are pointing to the appropriate web-based or local repositories containing the product.
Perform this procedure to use the Installation Manager GUI to install or remove a feature.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean='true' temporary='true'> <server> <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80" /> </server> <install modify='true'> <offering id='com.ibm.websphere.ND.v80' profile='IBM WebSphere Application Server Network Deployment V8.0' features='samples'/> </install> <uninstall modify='true'> <offering id='com.ibm.websphere.ND.v80' profile='IBM WebSphere Application Server Network Deployment V8.0' features='thinclient,ejbdeploy,embeddablecontainer'/> </uninstall> <profile id='IBM WebSphere Application Server Network Deployment 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> </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 C:\Program Files\IBM\WebSphere\AppServer -keyring C:\keyring_file.keyring -password password
To change the installed languages, use the -properties argument with the cic.selector.nl property in the imcl command to specify the languages that you want in your installation.
imcl.exe modify com.ibm.websphere.ND.v80_8.0.0.20110503_0200 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v80 -installationDirectory C:\Program Files\IBM\WebSphere\AppServer -properties cic.selector.nl=en,hu,ko,pl,es -keyring C:\keyring_file.keyring -password password
English, Hungarian, Korean, Polish and Spanish would be installed after using this example. If you started with an installation with English only, this would add the other languages. If you started with an installation with more languages, the other languages would be removed.
To find out which languages are installed, use listInstallationDirectories with the imcl command and specify either -long, or -verbose.imcl.exe listInstallationDirectories -long
In this information ...Related information
| IBM Redbooks, demos, education, and more(Index) |