Do a silent upgrade of Editor proxy.
About this task
The steps are based on Linux, but are basically the same
for Windows.
Procedure
- Extract the Installation Files
- Log into the server where Editor Proxy is installed
with an administrative account.
- Extract native/DocsProxyFilter_2.0.0.zip to /opt/install/Docs/DocsProxyFilter.
- Update the cfg.properties file
- Open the cfg.properties file from
previous releases in a text editor such as gedit or nano.
gedit /opt/IBM/IBMDocs/proxy/cfg.properties
- Review and update as needed, the following parameters
in the file. An example is provided in the table.
Table 1. Default values for file
Field |
Value |
docs_install_root |
/opt/IBM/IBMDocs |
was_proxy_profile_root |
- /opt/IBM/WebSphere/AppServer/profiles/Docs01 -or-
- /opt/IBM/WebSphere/AppServer/profiles/dmgr
Note: depending upon where the upgrade is being run from |
was_soap_port |
8879 |
was_ipc_port |
<Leave as Blank> |
scope |
Cluster |
proxy_scope_name |
IBMDocsProxyCluster |
proxy_node_name |
<Leave as Blank since using cluster> |
docs_context_root |
/docs |
- Save the file and exit the editor.
- Run the upgrade
- Open a terminal window under the root account
- Navigate to the directory: /opt/install/Docs/DocsProxyFilter/installer
- Execute the following command:
./upgrade.sh
-installRoot /opt/IBM/IBMDocs
- You will be presented with a License agreement. If you
accept the agreement, press the 'a' key followed by enter.
- When prompted, enter your WebSphere® Application Server credentials.
Table 2. WebSphere® Application
Server credentials
Field |
Value |
WAS Administrative Username |
wasadmin |
WAS Administrator password |
password |
- When the upgrade is finished, it will return you to
the command prompt. If an error occurred with the upgrade process,
it will revert the configuration. Correct the error and try again.
- Check the proxy_upgrade.log file
for errors. If some WebSphere® Application
Server settings are updated, the detailed upgrade information is in
was_config_upgrade.log. These logs will be located in the /opt/IBM/IBMDocs/proxy/logs directory.
Note: You can set options for the upgrade scripts:
- -h: Displays help for the installation arguments.