Skip to content

Commit

Permalink
Oracle Post Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtrotoscarvictor committed Feb 14, 2024
1 parent 2410daf commit a5e11f1
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 4 deletions.
50 changes: 49 additions & 1 deletion content/docs/mongodb-installation-rhel/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "MongoDB Installation on RHEL"
date: 2024-01-19
draft: false
draft: true
description: "Place Holder"
tags: ["new", "docs"]
series: ["Documentation"]
Expand All @@ -12,3 +12,51 @@ showHero: false
{{< alert icon="fire" cardColor="#e63946" iconColor="#1d3557" textColor="#f1faee" >}}
**Note:** This Guide is under Construction.
{{< /alert >}}

### 🔥 Expand the Section Below 🔥
<details>

<summary>Install the Following</summary>

### You can add a header

```bash
yum install libnsl* -y
yum install -y bc
yum install -y binutils
yum install -y compat-libcap1
yum install -y compat-libstdc++-33
yum install -y dtrace-utils
yum install -y elfutils-libelf
yum install -y elfutils-libelf-devel
yum install -y fontconfig-devel
yum install -y glibc
yum install -y glibc-devel
yum install -y ksh
yum install -y libaio
yum install -y libaio-devel
yum install -y libdtrace-ctf-devel
yum install -y libXrender
yum install -y libXrender-devel
yum install -y libX11
yum install -y libXau
yum install -y libXi
yum install -y libXtst
yum install -y libgcc
yum install -y librdmacm-devel
yum install -y libstdc++
yum install -y libstdc++-devel
yum install -y libxcb
yum install -y make
yum install -y net-tools # Clusterware
yum install -y nfs-utils # ACFS
yum install -y python # ACFS
yum install -y python-configshell # ACFS
yum install -y python-rtslib # ACFS
yum install -y python-six # ACFS
yum install -y targetcli # ACFS
yum install -y smartmontools
yum install -y sysstat
```

</details>
51 changes: 48 additions & 3 deletions content/docs/oracle-rhel-installation/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Oracle 19 Installation on RHEL 9.xx"
title: "🚀 Oracle 19 Installation on RHEL 7.9"
date: 2024-01-19
draft: false
description: "Place Holder"
Expand All @@ -12,7 +12,6 @@ showDate: true
---



{{< alert icon="circle-info" cardColor="#00AD32" iconColor="#1d3557" textColor="#000000" >}}
**Note:** This Guide is Production Ready.
{{< /alert >}}
Expand Down Expand Up @@ -46,9 +45,55 @@ You should see similar output as the following:

### Install the Dependencies



<details>

<summary>🛠️Install the Following🛠️</summary>

```bash
yum install libnsl* -y
```
yum install -y bc
yum install -y binutils
yum install -y compat-libcap1
yum install -y compat-libstdc++-33
#yum install -y dtrace-modules
#yum install -y dtrace-modules-headers
#yum install -y dtrace-modules-provider-headers
yum install -y dtrace-utils
yum install -y elfutils-libelf
yum install -y elfutils-libelf-devel
yum install -y fontconfig-devel
yum install -y glibc
yum install -y glibc-devel
yum install -y ksh
yum install -y libaio
yum install -y libaio-devel
yum install -y libdtrace-ctf-devel
yum install -y libXrender
yum install -y libXrender-devel
yum install -y libX11
yum install -y libXau
yum install -y libXi
yum install -y libXtst
yum install -y libgcc
yum install -y librdmacm-devel
yum install -y libstdc++
yum install -y libstdc++-devel
yum install -y libxcb
yum install -y make
yum install -y net-tools # Clusterware
yum install -y nfs-utils # ACFS
yum install -y python # ACFS
yum install -y python-configshell # ACFS
yum install -y python-rtslib # ACFS
yum install -y python-six # ACFS
yum install -y targetcli # ACFS
yum install -y smartmontools
yum install -y sysstat
```

</details>

```bash
yum update -y
Expand Down

0 comments on commit a5e11f1

Please sign in to comment.