2 Cleanup and Reinstalling setup post failed Installation

This topic provides information on Cleanup and Reinstalling setup post failed installation.

  1. Open the Admin console of the respective setup.
  2. Shut down all the managed servers.
  3. After shutting down all the managed servers, proceed to shut down the Admin Server.
  4. Open PuTTY and log in to the appropriate setup using the local user credentials. (That is, ofssobp).
  5. Terminate the Node Manager, along with any other applications like Kafka, Zookeeper, and others, if they are installed on this VM.
  6. 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.
  7. Navigate to the scratch directory by running the command cd /scratch.
  8. Use the command ls -lrt to list the files and directories.
  9. 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.
  10. Rerun the installer as outlined in the respective installation document.
    • Log in to weblogic console http://<host_name>:7001/console.
      • 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.