Uninstall WebSphere Commerce feature packs silently
You can uninstall a feature pack using the silent method which uses a command line; no graphical interface is required.
- Prerequisites
- Disable features
To uninstall a feature pack using the silent method, complete the following:
- If you have enabled any features that are included in the WebSphere Commerce feature packs, disable them before you uninstall the feature pack. To disable the features included in the feature pack refer to Disable features.
- If you uninstall the feature pack without disabling the features, the scripts that are used to disable the features are removed. Once these scripts are removed, reinstall the feature pack to disable the features.
- To determine which feature is enabled, refer to Troubleshoot: Checking that a WebSphere Commerce feature is enabled on your instance.
- Depending on your operating system, complete one of the following steps:
- AIX|Linux|Solaris|Log on as the root user.
- I5/OS|Ensure that your user has *ALLOBJ and *SECADM authority.
- Windows: Log on to a user that has Windows Administrative user rights.
- I5/OS|Open a QShell session (QSH).
- Navigate to the following directory:
- WC_installdir/uninstall.fepX
- WCDE_installdir/uninstall.fepX
Where X is the feature pack (1, 2, 3,301) that you want to uninstall.
- Launch the uninstaller by issuing the following command:
- AIX|Linux|Solaris|./uninstall -silent -is:javaconsole
- I5/OS|uninstall
- Windows: silentuninstall.exe -silent
- When the uninstallation is completed, and depending on which feature pack you have uninstalled, one of the following messages is displayed in the console window:
IBM WebSphere Commerce Feature Pack 1 V1.0.0.0 uninstalled successfully. IBM WebSphere Commerce Feature Pack 2 V1.0.0.0 uninstalled successfully. IBM WebSphere Commerce Feature Pack 3 3.0.0.0 uninstalled successfully. IBM WebSphere Commerce Feature Pack 3 3.0.1.0 uninstalled successfully.
- Review the feature pack uninstall logs:
- WC_installdir/logs/FEPX/uninstall/log.txt
- WCDE_installdir/logs/FEPX/uninstall/log.txt
Where X is the feature pack (1, 2, 3, 301 ) that you have uninstalled.
If the installation failed, refer to Troubleshoot: WebSphere Commerce feature pack install or uninstall failed.
- Manually delete the following directory if it exists:
- WC_installdir/uninstall.fepX
- WCDE_installdir/uninstall.fepX
Where X is the feature pack (1, 2, 3, 301) that you have uninstalled.
Previous topic: Uninstall WebSphere Commerce feature packs interactively
Related Concepts
WebSphere Commerce feature packs
Related tasks
Install WebSphere Commerce feature packs
Related Reference
Troubleshoot: WebSphere Commerce feature pack issues
Troubleshoot: WebSphere Commerce feature enablement issues