Installation of Oracle RAC on Oracle Cloud Infrastructure(OCI)

In this post, we will see the creation of Oracle RAC on Oracle Cloud Infrastructure (OCI) After login to your OCI account, Click on the Menu and choose Bare Metal, VM, Exadata option under Database category. First, you need to select the compartment name and then click on “Create DB System” As shown in the […]

Read More

Monitoring OCI with Grafana

In previous post, we installed Grafana on server. Now, we are going to install OCI Plugin for Grafana and set up monitoring.  Login to server and check grafana cli is working or not. login as: opc Authenticating with public key “rsa-key-20200220” [opc@grafanaoci ~]$ sudo -i [root@grafanaoci ~]# grafana-cli NAME: Grafana cli USAGE: grafana-cli [global options] […]

Read More

Installation of Grafana on OCI Instance

In this post, we will show you how to install Grafana from the repository on a OCI Instance which Oracle Linux 7.7 running. First, connect to the server with private key and the fetch the latest package of Grafana from https://grafana.com/grafana/download. login as: opc Authenticating with public key “rsa-key-20200220” [opc@grafanaoci ~]$ sudo -i [root@grafanaoci ~]# […]

Read More

OCI Cloud Instance with Jenkins

In this post, we can add OCI compute instance with Jenkins. As a prerequisite, we already configured OCI plugins and add the credentails in Jenkins. On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section. Use the credentials which we created in previous post. […]

Read More

Jenkins Plugin for Oracle Cloud Infrastructure

Oracle Cloud Infrastructure Compute Plugin allows users to access and manage cloud resources on the Oracle Cloud Infrastructure (OCI) from Jenkins. A Jenkins master instance with Oracle Cloud Infrastructure Compute Plugin can spin up OCI Instances (slaves or agents) on demand within OCI, and remove the Instances and free its resources automatically once the Job […]

Read More