Uninstall WebSphere Application Server Network Deployment to remove the core product files.
Before you begin
The uninstall command calls the uninstaller program that is created during installation. The uninstaller program is customized for each product installation, with specific disk locations and routines for removing installed features.
Why and when to perform this task
This procedure uninstalls the WebSphere Application Server Network Deployment product only.
Estimating the time required to uninstall The time required to uninstall is dependent on the processing speed of your machine. As a rough guideline, uninstalling the core product files and one application server profile takes approximately 10 minutes when using the uninstall command.
Steps for this task
The uninstaller wizard begins and displays the Welcome panel.
The next few steps in this procedure describe using the wizard interactively. You can also issue the uninstall command with a silent parameter to use the wizard without the graphical user interface.
uninstall -silent
The Uninstaller wizard displays a confirmation panel that lists a summary of the product and features that you are uninstalling.
The uninstaller deletes all profiles by default before it deletes the core product files.
The uninstaller retains all profiles by default before it deletes the core product files.
After uninstalling profiles, the uninstaller program deletes the core product files in component order.
A common topology is to install the core product files on multiple machines. One machine has the deployment manager and other machines have managed nodes created from custom profiles or federated application server profiles. If you delete a Network Deployment installation where you created an application server profile or a custom profile and federated the node into a deployment manager cell in another installation, you must remove the configuration from the deployment manager.
The official statement of support for a node configuration problem in the managed node is that you use the backupConfig command after the initial installation. Use the command again whenever you make significant changes to the configuration that you must save. With a valid backup of the configuration, you can always use the restoreConfig command to get back to a previously existing state in the configuration.
If you must manually clean up the configuration on the managed node, you can attempt the following unsupported procedure:
Go to the profile_root/config/cells/ directory. Rename the cell_name directory to the original name.
Go to the profile_root/config/cells/original_cell_name/nodes directory to look for the dmgr_node_name directory that you must delete.
The file is in the profile_root/bin directory. Change the value of the WAS_CELL variable to the original cell name.
Open the administrative console of the deployment manager and click System administration > Nodes > node_name > Remove node.
The official statement of support for a node configuration problem in the deployment manager is that you use the backupConfig command after the initial installation. Use the command again whenever you make significant changes to the configuration that you must save. With a valid backup of the configuration, you can always use the restoreConfig command to get back to a previously existing state in the configuration.
If you must manually clean up the configuration, you can attempt the following unsupported procedure:
Go to the profile_root/config/cells/cell_name/nodes directory to find the deleted_node_name file.
Go to the profile_root/config/cells/cell_name/buses directory to find the deleted_node_name file.
Go to the profile_root/config/cells/cell_name/coregroups/deleted_node_name directory to find the file.
Go to the profile_root/config/cells/cell_name /coregroups/deleted_node_name directory to find the file.
Result
This procedure results in uninstalling the WebSphere Application Server Network Deployment product.
What to do next
After uninstalling WebSphere Application Server Network Deployment and cleaning the system with the manual uninstall procedure, you can reinstall.
See Task overview: Installing for an overview of installing the product and creating a functional e-business environment.
Related information
Administrative command invocation syntax
Commands for the AdminTask object
Task overview: Installing