2 Cleanup and Reinstalling setup post failed Installation
This topic provides information on Cleanup and Reinstalling setup post failed installation.
- Open the Admin console of the respective setup.
- Shut down all the managed servers.
- After shutting down all the managed servers, proceed to shut down the Admin Server.
- Open PuTTY and log in to the appropriate setup using the local user credentials. (That is, ofssobp).
- Terminate the Node Manager, along with any other applications like Kafka, Zookeeper, and others, if they are installed on this VM.
- Check the status of all the servers using the command below.There should be no server processes running.
- ps -aef | grep AdminServer
- ps -aef | grep NodeManager
- ps -aef | grep kafka
- ps -aef | grep zookeeper
Note:
The above commands are for reference only. - Navigate to the scratch directory by running the command
cd /scratch
. - Use the command
ls -lrt
to list the files and directories. - Delete the directories ssl, app, extract, obma and work_area by executing the command
rm -rf ssl app extract obma work_area
.Note:
Please exercise caution before executing this command. Additionally, you may rename these directories or move them out of the scratch directory before proceeding with the fresh installation. - Rerun the installer as outlined in the respective installation document.
- Log in to WebLogic Remote Console and connect to the host.
- Username : Username of the console
- Password : Password of the console
- Check all the servers are in running state.
- Check Datasources are properly mapped with corresponding schemas.
- Ensure that all wars are deployed correctly, except for the OBIS wars.
- Log in to WebLogic Remote Console and connect to the host.