IBM(R) WebSphere Commerce, APAR JR20874, README
Platform: IBM OS/400
This README file provides instructions for applying the APAR on WebSphere Commerce 5.5.0.5 fix pack.
Terminology used in this book
cell_name
This variable represents the name of the WebSphere Application Server cell.
host_name
The fully qualified host name of your WebSphere Commerce machine. For example,
server.mydomain.ibm.com is fully qualified.
instance_name
The name of a previously created WebSphere Commerce instance.
installer_dir
The directory to which the WebSphere Commerce 5.5 update installation tool has been extracted.
APARfix_dir
The temporary directory to which the files for the APAR fix have been extracted.
Path variables
HttpServer_installdir
The installation path for the IBM HTTP Server. The default installation directory
is:
/QIBM/UserData/CommerceServer55/instances/instance_name/conf
WAS_appdir
The installation path for WebSphere Application Server 5. The default installation
directory is:
/QIBM/UserData/WebAS5/Base/instance_name
WC_installdir
The installation path for WebSphere Commerce 5.5. The default installation directory
is:
/QIBM/ProdData/CommerceServer55
Contents
This README file describes the procedures that must be followed to successfully install and uninstall the JR20874
APAR fix on OS/400 for iSeries. Please follow it carefully.
This APAR JR20874 is the cataog access control fix.
Ensure that you have installed the WebSphere Commerce 5.5.0.5 fix pack before applying this fix. This fix is not applicable to any other fix pack versions.
NOTE: The below listed instructions for the installation and uninstallation of fix JR20874 are required only
on the server (iSeries) side - no action is needed on the client (Workstation) side.
This fix does not require upgrades to additional supported software.
The WebSphere Commerce 5.5 update installation tool, consisting of the updateSilent.sh script and supporting files,
is required to install and uninstall this APAR fix.
Note: WebSphere Application Server also has a similar update tool that will not work for WebSphere Commerce.
If you do not have the WebSphere Commerce 5.5 update installation tool you may download it at the
WebSphere Commerce Support Site.
If you are downloading the WebSphere Commerce 5.5 update installation tool please extract/unzip it to a temporary
directory. The location of the WebSphere Commerce 5.5 update installation tool will be denoted by installer_dir in the remaining sections
of this guide.
- Ensure that you are logged in as a user that has QSECOFR authority.
- Stop the following processes (if running):
- Web server and its respective administration processes,
- WebSphere Commerce Application Servers. For example, WC_instance_name.
- WebSphere Commerce Configuration Manager server.
For instructions on how to stop and start processes, refer to the IBM
WebSphere Commerce Version 5.5 Installation Guide.
- Enter the QShell by typing QSH at the OS/400 command prompt. Navigate to
installer_dir.
- Type the following command, replacing where appropriate, options specific to your
WebSphere Commerce installation.
    
./updateSilent.sh
fix
install
WC_installdir JR20874 APARfix_dir/wc
Please note the /wc appended to APARfix_dir.
- Press Enter.
- If you do not have any previously-created (existing) instances the APAR installation is
complete. Ensure that the installer displays the message Fix installation
completed successfully. If you do not get this message the installer will
indicate the log files to check.
Note: If you do have previously-created instances, then repeat steps 7 to 8 for
each WebSphere Commerce instance you have
configured on your system.
- Enter the QShell by typing QSH at the OS/400 command prompt. Navigate to installer_dir and
run the following command, replacing where appropriate,
options specific to your WebSphere Commerce installation.
    
./updateSilent.sh
fix
install
WAS_appdir/installedApps/cell_name/WC_instance_name.ear
JR20874
APARfix_dir/was
where cell_name is the name of the WebSphere Application Server cell.
Please note the /was appended to APARfix_dir.
- Ensure that the installer displays the message Fix installation completed
successfully. If you do not get this message the installer will indicate
the log files to check.
- Ensure that you are logged in as a user that has QSECOFR authority.
- Stop the following processes (if running):
- Web server and its respective administration processes,
- WebSphere Commerce Application Servers. For example, WC_instance_name.
- WebSphere Commerce Configuration Manager server.
For instructions on how to stop and start processes, refer to the IBM
WebSphere Commerce Version 5.5 Installation Guide.
- Enter the QShell by typing QSH at the OS/400 command prompt. Navigate to
installer_dir.
- Type the following command, replacing where appropriate, options specific to your
WebSphere Commerce installation.
./updateSilent.sh fix uninstall WC_installdir JR20874
- Press Enter.
- If you do not have any previously-created instances the APAR uninstallation is
complete. Ensure that the installer displays the message The following fix was
successfully uninstalled. If you do not get this message the installer will
indicate the log files to check.
Note: If you do have previously-created instances, then repeat steps 7 to 8 for
each WebSphere Commerce instance you have
configured on your system.
- Enter the QShell by typing QSH at the OS/400 command prompt. Navigate to installer_dir and run the following command,
replacing where appropriate, options specific to your WebSphere Commerce installation.
    
./updateSilent.sh
fix
uninstall
WAS_appdir/installedApps/cell_name/WC_instance_name.ear
JR20874
where cell_name is the name of the WebSphere Application Server cell.
- Ensure that the installer displays the message The following fix was
successfully uninstalled. If you do not get this message the installer will indicate
the log files to check.
-
The following are trademarks or registered trademarks of IBM Corporation
in the United States and other countries:
IBM WebSphere
Windows and Windows NT are trademarks of Microsoft Corporation in the United
States, other countries, or both.
Java and all Java-based trademarks are trademarks of Sun Microsystems,
Inc. in the United States, other countries, or both.
Other company, product, or service names may be trademarks or service marks
of others.
**************************************************************************
** © COPYRIGHT INTERNATIONAL BUSINESS MACHINES CORPORATION 2004
** ALL RIGHTS RESERVED.
**************************************************************************
Note to US Government Users -- Documentation related to restricted rights
-- Use, duplication, or disclosure is subject to restriction set forth in
GSA ADP Schedule Contract with IBM Corp.
End of README File