Skip to content

Remove OCI360

Rodrigo Jorge edited this page Nov 12, 2020 · 1 revision

Introduction

This page will give you a walk-through of how to Remove the OCI360 that was installed using Docker on a Compute Instance in your tenancy.

Index:

Pre-requisites

Have followed the Installing OCI360 page to deploy it for the first time.

During remove process, the target compute instance will need temporarily egress rule on:

  • CIDR: 0.0.0.0/0 Port: 443 (to download docker images, oracle database rpm, etc)

After remove is completed, you can remove this temporarily egress rule.

Remove Steps

1. Run the OCI360 remove script

Connect as ROOT and run:

[ROOT]# bash -c "$(curl -L https://raw.githubusercontent.com/dbarj/oci360/master/container/remove_docker.sh)"

This step will take about 1-2 minutes. It will remove the docker images and directories previously used used by the OCI360 tool.

Optional (change base directory):

By default, the OCI360 base directory will be "/u01". If you have installed it on a different folder, run the following export command before calling de remove script above:

[ROOT]# export OCI360_ROOT_DIR='/u02'