Giter Club home page Giter Club logo

oasctl's Introduction

⚠️ Repository not maintained ⚠️

Please note that this repository is currently archived, and is no longer being maintained.

  • It may contain code, or reference dependencies, with known vulnerabilities
  • It may contain out-dated advice, how-to's or other forms of documentation

The contents might still serve as a source of inspiration, but please review any contents before reusing elsewhere.

oasctl

This is an old script used to manage OAS10g 10.1.2, 10.1.3 and 10.1.4. I have decided to donate to the open source community. It is unlikely that this script is still in use at any locations, but perhaps some users are still using it?

Basics

This script covers the oas, infra, grid and oai You must have an enviroment script called .env for each tartget you want to administrate, e.g. oas.env and infra.env

Configuration

Edit oasctl.sh and make sure the SDIR enviroment is set to the folder where you keep the oasctl.sh script and all the *.env files

Syntax

Usage: ./oasctl.sh oas|infra|omr|oms|oma|ocsapps|ocsinfra|db start|stop|status

Example

oasctl infra start oasctl oas start oasctl infra status oasctl oas status oasctl oas stop oasctl infra stop

Boot script

  • Place oas-initd.sh in /etc/init.d
  • Create symbolic links from runlevel 3 and 5 to get OAS started at server boot and stopped at shutdown:
cd /etc/rc3.d
ln -s /etc/init.d/oas-initd.sh S99oasctl
ln -s /etc/init.d/oas-initd.sh K00oasctl
cd /etc/rc5.d
ln -s /etc/init.d/oas-initd.sh S99oasctl
ln -s /etc/init.d/oas-initd.sh K00oasctl

oasctl's People

Contributors

avnes avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

acloserview

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.