[AIX Solaris HP-UX Linux Windows]

Installing and removing features in the DMZ Secure Proxy Server

You can use Installation Manager to install or remove a feature in the DMZ Secure Proxy Server for IBM WebSphere Application Server.

Before you begin

Make sure that your Installation Manager preferences are pointing to the appropriate web-based or local repositories containing the DMZ Secure Proxy Server.

About this task

Perform this procedure to use the Installation Manager GUI to install or remove a feature in the DMZ Secure Proxy Server.

Note: Like other Installation Manager operations, you can also invoke a modification using one of the following procedures:

Procedure

  1. Stop all servers and applications on the DMZ Secure Proxy Server installation that is being modified.
  2. Start Installation Manager.
  3. Click Modify.
  4. Select the package group to modify.
  5. Click Next.
    Note: If you are prompted to authenticate, use the IBM ID and password that you registered with on the program website.
  6. Expand DMZ Secure Proxy Server for IBM WebSphere Application Server.
  7. Check the appropriate checkbox to install a feature, or clear the appropriate checkbox to remove a feature if you already have it installed.
  8. Click Next.
  9. Review the summary information, and click Modify.
    • If the modification is successful, the program displays a message indicating that installation is successful.
    • If the modification is not successful, click View Log File to troubleshoot the problem.
  10. Click Finish.
  11. Click File > Exit to close Installation Manager.

Example

[Windows] Here is a response file that modifies an existing DMZ Secure Proxy Server installation:
<?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.NDDMZ.v85" />
</server>
<uninstall modify='true'>
<offering id='com.ibm.websphere.NDDMZ.v85' 
  profile='DMZ Secure Proxy Server for IBM WebSphere Application Server V8.5' 
  features='thinclient'/>
</uninstall>
<profile id='DMZ Secure Proxy Server for IBM WebSphere Application Server V8.5' 
  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>
Tip: See Sample response file: Modifying the DMZ Secure Proxy Server for IBM WebSphere Application Server for an annotated sample of a response file for performing this procedure.
[Windows] Here is an example of using the imcl command to modify the features in an installation:
imcl.exe modify com.ibm.websphere.NDDMZ.v85
  -addFeatures thinclient
  -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.NDDMZ.v85
  -installationDirectory C:\Program Files\IBM\WebSphere\AppServer
  -keyring C:\keyring_file.keyring -password password
Note: Starting in Installation Manager Version 1.6.2, the -keyring and -password options that have been used to access credentials in a keyring file are deprecated. When you use Installation Manager Version 1.6.2 and later, use the -secureStorageFile and -masterPasswordFile options to store credentials in a credential storage file.

There is no migration path from keyring files to storage files because of the differences in the file structures. You must create a storage file to replace a keyring file.

For more information on using the -secureStorageFile and -masterPasswordFile options to store credentials in a credential storage file, see the Installation Manager Version 1.6 Information Center.

Task topic    

Terms and conditions for information centers | Feedback

Last updated: April 20, 2014 09:36 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-dist&topic=tins_modify_proxy
File name: tins_modify_proxy.html