Oracle RAC Oracle RAC 構築 Top 試験用に、Oracle RAC 環境をVmware上に構築する、一連の流れが分かるWEBサイトや資料が見つからなかったので作成しました。Oracle RAC 環境構築全体の流れを把握して、慣れることができる手順になっています。Oracleの... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その1 ~ VMware構築手順 1、VMイメージ作成VMゲストOSは3つ必要になります。空のVMを用意しておくでも良いし、過去の資産を流用するでも良い。※VMを新規作成する際は、開発部標準のVMwareバージョンと互換性を持たせる。2、VM仮想ネットワーク設定今回は下記の... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その2 ~ SANディスク構築 1、SANディスクを模倣する為のOSをインストール。iSCSI Targetに対応しているOSなら何でも良い。今回は Windows Server 2008 R2 を使います。2、ネットワークアダプタ追加SANディスク用ゲストOSのVM設定... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その3 ~ Oracle Linux OSインストール 1、Oracle RACのノードにどのOSのどのバージョンを使うか検討※Oracle Database を構築し易いOracleLinuxで、Oracle12cで追加されたコンテナDBをRAC上に構築したいのを、要件としました。コンテナDB... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その4 ~ VMwareゲストOS クローン作成 1、orasv01を元にクローンを作成し、orasv02として使う。 【Oracle RAC 環境を構築する手順一覧】Oracle RAC 構築 TopOracle RAC 構築 その1 ~ VMware構築手順Oracle RAC 構築 ... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その5 ~ ゲストOSのネットワーク設定 1、ホスト名設定RACノードそれぞれのOSに、rootでログインしてhost名を設定。$ su -# nmcli general hostname orasv01$ su -# nmcli general hostname orasv02 ... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その6 ~ Oracle Grid Infrastructure インストール前準備 1、OSパラメータ変更ノード毎に、rootユーザで、/etc/sysctl.confファイルに設定を追記。$su -#vi /etc/sysctl.conffs.aio-max-nr = 1048576fs.file-max = 68157... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その7 ~ Oracle Grid Infrastructure インストール 1、Oracle Grid InfrastructureのインストールMyOracleSupportからダウンロードした、パッチ適用済みインストーラを使う。WinSCPでgridユーザーでログインし、zipファイルを転送。gridユーザでz... 2023.05.07 Oracle RAC
Oracle RAC Oracle RAC 構築 その8 ~ Oracle Grid Infrastructure 起動確認 1、.bash_profileファイル設定Oracle Grid Infrastructureインストール・ユーザー(grid)の、$HOME/.bash_profileファイルに下記を追記。各ノードで行う。$ vi $HOME/.bash... 2021.05.16 Oracle RAC
Oracle RAC Oracle RAC 構築 その9 ~ Oracle Database インストール 1、Oracle Database のインストールMyOracleSupportからダウンロードした、パッチ適用済みインストーラを使う。WinSCPでoracleユーザーでログインし、zipファイルを転送。oracleユーザでzipファイル... 2023.05.07 Oracle RAC