Giter Club home page Giter Club logo

install-oracle's Introduction

Install Oracle

================

Install Oracle package

What is Install Oracle made for

Believe it or not "Install Oracle" is a set of scripts that will automatically install Oracle and create a database on up to 12 nodes already configured. The instances created are single instance (no RAC) on a file system by default. This tool can deploy up to 12 environments in parallel. Thus, depending on the speed of your servers, you can fully deploy up to 12 Oracle databases in lass than 30 minutes.

Prerequisites

It is strongly suggested to perform the OS setting using RSFO available at https://github.com/yannallandit/rsfo The Oracle distribution need to be presented via nfs. The NFS configuration should be done this way:

  1. On the NFS server:

    • more /etc/exports

      /kits *(async,no_root_squash)
    • systemctl restart nfs-config

    • systemctl restart nfs

  2. The Oracle installation files need to be in a directory called /kits/oradb/

    • ls /kits/oradb/

      install response rpm runInstaller sshsetup stage welcome.html
  3. On all the clients where Oracle will be installed:

    • mkdir /kits

    • mount -t nfs NFS_Server:/kits /kits

How to use Install Oracle

  1. Download the latest rpm from the Github page https://github.com/yannallandit/Install-Oracle
  2. Install the rpm: yum install โ€“y InstallOracle-1.0.2-1.el7.noarch.rpm
  3. Go to the location directory: # cd /opt/hpe/InstallOracle/
  4. Run the script: # ./DeployOracle.sh
    • Provides the list of nodes where Oracle will be installed

What's new with the V 1.0.3

  • Silent installation mode. Check /opt/hpe/InstallOracle/README.txt for setting details
  • Silent mode require the usage of RSFO before
  • Fix in checking Oracle user existence
  • Fix in remote installation process

What's new with the V 1.0.2

  • Flexible location of the $OH and $OB
  • Check the existance of the oracle user
  • A video tutorial "how to use InstallOracle"
  • End of script bug fix

install-oracle's People

Contributors

yannallandit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.