<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-3349757598813902860</atom:id><lastBuildDate>Wed, 03 Jun 2026 10:12:58 +0000</lastBuildDate><category>Backup and Recovery</category><category>10g RAC</category><category>Backup_Recovery_OLD</category><category>DBupgrade</category><category>Standby Database</category><category>RAC</category><category>Managing Database</category><category>Oracle APPS - CM</category><category>Solaris</category><category>Trick and Tips</category><category>Oracle-Installation</category><category>Oracle Architecture</category><category>R12.2</category><category>Database Cloning</category><category>Oracle APPS – Managing</category><category>Patch</category><category>10G New Feature</category><category>Oracle Apex</category><category>Performance Tuning</category><category>Training Program</category><category>Apps Related Issue</category><category>DBupgrade Problem and Solution</category><category>Linux</category><category>OPatch</category><category>Oracle APPS - Cloning</category><category>SOA</category><category>adop - Problem &amp; Solution</category><category>12c</category><category>Apps Performance Issue</category><category>EBS</category><category>Index</category><category>Middleware</category><category>SQL Server</category><title>IndianDBA</title><description>Oracle Application DBA, Oracle DBA &amp;amp; Cloud DBA - Expert</description><link>http://indiandba.blogspot.com/</link><managingEditor>noreply@blogger.com (Anup)</managingEditor><generator>Blogger</generator><openSearch:totalResults>329</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3883211433374400107</guid><pubDate>Tue, 28 Oct 2025 18:21:00 +0000</pubDate><atom:updated>2025-10-28T23:51:11.351+05:30</atom:updated><title>Ooooo</title><description>&lt;!-- EBS FAQ - Card Grid SPA (Blogger ready) --&gt;
&lt;style&gt;
:root{
  --bg:#f2f6f9; --card:#fff; --muted:#666; --accent:#007acc;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:#111}
.app{
  max-width:1200px;margin:80px auto;padding:18px;
}
.topbar{
  position:fixed;top:12px;left:50%;transform:translateX(-50%);
  width:calc(100% - 40px);max-width:1200px;background:transparent;
  display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:60;
}
.brand{font-weight:700;display:flex;align-items:center;gap:10px;font-size:16px}
.controls{display:flex;gap:8px;align-items:center}
.search{padding:8px 10px;border-radius:8px;border:1px solid #d0d7de;width:320px;min-width:120px}
.btn{padding:8px 10px;border-radius:8px;border:none;cursor:pointer;background:var(--accent);color:#fff;font-weight:600}
.mode-btn{background:#111;color:#fff;padding:8px;border-radius:8px;border:none;cursor:pointer}
.container{
  background:transparent;padding-top:60px;
}

/* Grid for categories and question cards */
.grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.card{
  background:var(--card);border-radius:12px;padding:18px;box-shadow:0 6px 18px rgba(20,30,40,0.08);
  min-height:120px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .18s,box-shadow .18s;
}
.card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(20,30,40,0.12)}
.card h3{margin:0;font-size:16px}
.card p{margin:8px 0 0;color:var(--muted);font-size:14px}

/* Question card smaller */
.qgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.qcard{background:var(--card);padding:12px;border-radius:10px;cursor:pointer;border:1px solid #eef3f7}
.qcard h4{margin:0;font-size:14px}
.qcard p{margin:8px 0 0;color:var(--muted);font-size:13px}

/* Answer area (accordion style) */
.answer-area{margin-top:14px}
.accordion{background:#f7fbff;border-radius:8px;padding:12px;border-left:4px solid var(--accent)}
.accordion p{margin:0;color:#222;white-space:pre-wrap;font-size:14px}

/* Back button */
.back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;border:1px solid #d7e6f8;background:#fff;cursor:pointer}

/* responsive */
@media(max-width:980px){
  .grid{grid-template-columns:repeat(2,1fr)}
  .qgrid{grid-template-columns:1fr}
  .search{width:220px}
}
@media(max-width:600px){
  .topbar{left:8px;transform:none;width:calc(100% - 16px)}
  .grid{grid-template-columns:1fr}
  .search{width:140px}
  .brand{font-size:15px}
  .card{min-height:100px}
}
.dark{
  --bg:#0f1720;--card:#0b1220;--muted:#9aa6b2;--accent:#36a3ff;color:#e6eef6;
}
.dark .card{box-shadow:0 8px 30px rgba(0,0,0,0.5)}
.dark .qcard{border-color:#0b2236}
&lt;/style&gt;

&lt;div class=&quot;topbar&quot;&gt;
  &lt;div class=&quot;brand&quot;&gt;💼 EBS FAQ — Card Grid&lt;/div&gt;
  &lt;div class=&quot;controls&quot;&gt;
    &lt;input id=&quot;searchInput&quot; class=&quot;search&quot; placeholder=&quot;Search questions (press Enter)...&quot; /&gt;
    &lt;button class=&quot;mode-btn&quot; id=&quot;modeBtn&quot;&gt;🌙&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;app container&quot; id=&quot;app&quot;&gt;
  &lt;!-- SPA area --&gt;
  &lt;div id=&quot;homeView&quot;&gt;
    &lt;div style=&quot;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px&quot;&gt;
      &lt;h2 style=&quot;margin:0&quot;&gt;Categories&lt;/h2&gt;
      &lt;small style=&quot;color:var(--muted)&quot;&gt;Click any card to open questions&lt;/small&gt;
    &lt;/div&gt;

    &lt;div class=&quot;grid&quot; id=&quot;categoryGrid&quot;&gt;
      &lt;!-- category cards rendered here --&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div id=&quot;categoryView&quot; style=&quot;display:none&quot;&gt;
    &lt;div style=&quot;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px&quot;&gt;
      &lt;button class=&quot;back-btn&quot; onclick=&quot;showHome()&quot;&gt;← Back&lt;/button&gt;
      &lt;div style=&quot;display:flex;gap:10px;align-items:center&quot;&gt;
        &lt;h3 id=&quot;catTitle&quot; style=&quot;margin:0&quot;&gt;&lt;/h3&gt;
        &lt;small id=&quot;catCount&quot; style=&quot;color:var(--muted)&quot;&gt;&lt;/small&gt;
      &lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;qgrid&quot; id=&quot;questionGrid&quot;&gt;
      &lt;!-- question cards --&gt;
    &lt;/div&gt;

    &lt;div id=&quot;answerContainer&quot; class=&quot;answer-area&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
/* ---------- Data imported from your PDF (FAQ - EBS.pdf) ---------- */
const FAQ = {
  &quot;Basic&quot;: [
    {q: &quot;Diff between Apps and other schemas?&quot;, a:
`APPS schema doesn&#39;t contain database objects; it contains only synonyms and has rights to access other schema objects.`},
    {q: &quot;Custom Top &amp; Purpose?&quot;, a:
`Custom top is created by client for custom development and customization. If no custom top, product top may be used. Each client will have at least one custom top.`},
    {q: &quot;How to find Application short name and basepath?&quot;, a:
`Query: select basepath, APPLICATION_short_name from fnd_application; From frontend: Application Developer -&gt; Application -&gt; Register (FND_APPLICATION_TL).`},
    {q: &quot;How to find release version from backend?&quot;, a:
`SELECT release_name FROM FND_PRODUCT_GROUPS;`},
    {q: &quot;What is GLOBAL TEMPORARY TABLE and significance?&quot;, a:
`- Truncate on temp table only truncates session-specific data.\n- Data auto-deleted at session end.\n- Indexes allowed; views &amp; triggers possible.\n- Export/import only table definitions, not rows.\n- Some version-specific restrictions apply.`}
  ],

  &quot;ADOP&quot;: [
    {q: &quot;Explain Online Patching (ADOP)&quot;, a:
`From R12.2, online patching uses Edition-Based Redefinition (EBR) and multiple file systems. Users continue working while patches are applied to patch edition; cutover swaps run and patch file systems resulting in minimal downtime.`},
    {q: &quot;What is File System (FS1 / FS2 / FS-NE)?&quot;, a:
`FS1 = run (production) filesystem. FS2 = exact copy used for patching. FS-NE = non-edition file system for exports/reports/logs.`},
    {q: &quot;Phases of ADOP&quot;, a:
`PREPARE -&gt; APPLY -&gt; FINALIZE -&gt; CUTOVER -&gt; CLEANUP`},
    {q: &quot;Prepare Phase (what it does)&quot;, a:
`- Validates config, checks edition-enabled DB user, patch service and triggers.\n- Ensures ETCC run, registers app tier nodes, invokes txk scripts, creates patch edition if missing.`},
    {q: &quot;Apply Phase&quot;, a:
`Patches are applied in patch edition; app users remain on run edition. Multiple patches can be applied.`},
    {q: &quot;Finalize Phase&quot;, a:
`Prepares system for cutover: compile invalid objects and compute DDL to run before cutover. If not run, cutover calls finalize (increasing downtime).`},
    {q: &quot;Cutover Phase&quot;, a:
`Swaps patch edition to run edition; stops/starts app services; system unavailable during actual cutover; may wait for concurrent manager jobs to finish (cm_wait option).`},
    {q: &quot;Cleanup Phase&quot;, a:
`Drops redundant columns/objects, indexes, cross-edition triggers and cleans seed data. Important not to omit cleanup.`},
    {q: &quot;FS_CLONE&quot;, a:
`Incrementally synchronizes patch filesystem with run edition. Used when patch cycle aborted, manual changes made, or after large patches.`},
    {q: &quot;Abort Phase&quot;, a:
`Abort a patching cycle to return to normal runtime; drops patch edition.`},
    {q: &quot;Diff between fs_clone and prepare&quot;, a:
`Prepare sets up environment for patching; fs_clone recreates patch edition filesystem as exact copy of run edition (cannot be combined with other phases).`},
    {q: &quot;Online Patching In Progress (ADZDPATCH) concurrent program&quot;, a:
`ADZDPATCH prevents specific concurrent programs from starting during patch cycle. If missing, prepare may error (ORA-20008). ADZDPATCH status must reach &#39;running&#39; for prepare to proceed.`},
    {q: &quot;Edition-Based Redefinition (EBR)&quot;, a:
`Supports multiple database editions (run, patch, old), enabling online upgrades: run = user edition; patch = used during patching; old = previous run edition kept until cleanup.`}
  ],

  &quot;CM&quot;: [
    {q: &quot;What is CM?&quot;, a: &quot;CM is the Concurrent Manager responsible for batch processing and report generation.&quot;},
    {q: &quot;Types of concurrent managers&quot;, a:
`1. Internal Concurrent Manager (ICM) - starts and monitors others\n2. Standard Manager - default for concurrent requests\n3. Conflict Resolution Manager - handles incompatibilities\n4. Transaction Manager - for transaction requests`},
    {q: &quot;What is RRA?&quot;, a:
`Report Review Agent (FNDFS) - picks log/out files and shows them in View Concurrent Request form.`},
    {q: &quot;What is app listener?&quot;, a:
`App listener = FNDFS + FNDSM. FNDSM is service manager (part of GSM) monitoring application services when enabled.`},
    {q: &quot;What is FNDFS &amp; FNDSM?&quot;, a:
`FNDFS = Report Review Agent executable; FNDSM = Service Manager (GSM component) started via APPL listener.`},
    {q: &quot;If Target and Actual are not same (OS level resources low)&quot;, a:
`Means OS resources insufficient. Increase resources or adjust CM configuration.`},
    {q: &quot;What are work shifts?&quot;, a:
`Timings at which concurrent manager processes should run.`},
    {q: &quot;How to find trace file for a given concurrent request id?&quot;, a:
`Check $RDBMS_ORACLE_HOME/admin/&lt;SID&gt;/udump and grep for request id in traces.`},
    {q: &quot;Concurrent manager related tables&quot;, a:
`FND_CONCURRENT_QUEUES, FND_CONCURRENT_PROGRAMS, FND_CONCURRENT_REQUESTS, FND_CONCURRENT_PROCESSES, FND_CONCURRENT_QUEUE_SIZE`},
    {q: &quot;What if you don&#39;t give cache size while defining CM?&quot;, a:
`Requests may go inactive/no manager; solution: increase cache size for standard manager or increase number of processes.`},
    {q: &quot;How conflict resolution knows conflicts?&quot;, a:
`It checks concurrent program definitions for incompatibility rules and &#39;Run Alone&#39; properties to prevent conflicting starts.`},
    {q: &quot;If FNDLIBR deleted, can it be restored?&quot;, a:
`Yes — run adadmin -&gt; Maintain Application Files -&gt; Relink Applications programs -&gt; select FND -&gt; relink FNDLIBR (adrelink.sh force=y &quot;fnd FNDLIBR&quot;).`},
    {q: &quot;How to kill/hang CR session?&quot;, a:
`Map CR ID to SID &amp; SERIAL# via queries and execute ALTER SYSTEM KILL SESSION &#39;&lt;sid&gt;,&lt;serial#&gt;&#39;`},
    {q: &quot;Handle Pending Request&quot;, a:
`Caused by CM down, DB shutdown, low RAM/CPU. Solutions: allocate more processes, restart CM, kill OS process, update FND_CONCURRENT_REQUEST table.`},
    {q: &quot;How to tune ICM?&quot;, a:
`Tune PMON cycle, QUEUE size, and SLEEP TIME values. PMON cycle default 20; sleep time default 60 sec.`},
    {q: &quot;When to purge CR?&quot;, a:
`When FND_CONCURRENT_PROCESS &amp; FND_CONCURRENT_REQUEST exceed large numbers (e.g., &gt;50K).`},
    {q: &quot;How to analyze performance&quot;, a:
`Gather stats on FND tables, run analysis requests and index analysis; analyze schema stats for APPLSYS.`}
  ],

  &quot;Patching&quot;: [
    {q: &quot;Different types of patches?&quot;, a:
`Oneoff, Mini pack, Family pack, Maintenance pack, Rollup patch, Consolidated patch.`},
    {q: &quot;How to find whether a patch is applied?&quot;, a:
`Query AD_BUGS and AD_APPLIED_PATCHES tables.`},
    {q: &quot;Difference: AD_BUGS vs AD_APPLIED_PATCHES&quot;, a:
`AD_BUGS stores bug fix info; AD_APPLIED_PATCHES stores distinct applied patches (merged patches appear as separate records).`},
    {q: &quot;Tables adpatch will create and when?&quot;, a:
`Adpatch creates FND_INSTALL_PROCESSES and AD_DEFERRED_JOBS when applying d, g, u drivers.`},
    {q: &quot;FND_INSTALL_PROCESSES vs AD_DEFERRED_JOBS&quot;, a:
`FND_INSTALL_PROCESSES stores worker info; AD_DEFERRED_JOBS holds jobs moved when a worker fails to retry later.`},
    {q: &quot;Multi-node: which driver on which node?&quot;, a:
`c,d,g on concurrent node; c,g on web node; u-driver on all nodes.`},
    {q: &quot;Patch failing due to pre-req — how to resume?&quot;, a:
`Backup FND_INSTALL_PROCESSES &amp; AD_DEFERRED_JOBS, rename restart dir, apply pre-req, restore tables, restart adpatch and continue session.`},
    {q: &quot;What is .rf9 file?&quot;, a:
`Used during patch restart in case of failure.`},
    {q: &quot;How adpatch knows file versions?&quot;, a:
`Patch contains f.ldt file listing delivered file versions which adpatch compares to FS files.`},
    {q: &quot;What are .ldt &amp; .lct files?&quot;, a:
`.ldt = loader data file; .lct = loader control file — used to migrate configs/profile data.`},
    {q: &quot;What are .odf files?&quot;, a:
`Object Description Files used to create tables/DB objects during patching.`},
    {q: &quot;Different adpatch modes?&quot;, a:
`Interactive (default), Non-interactive (use defaultsfile), Test (apply=no), Pre-install (preinstall=y).`},
    {q: &quot;Ways to reduce patch timing?&quot;, a:
`Merge patches (admrgpch), use adpatch options (nocompiledb/nocompilejsp), staged APPL_TOP, increase batch size carefully.`},
    {q: &quot;What is FNDLOAD?&quot;, a:
`Utility to load code objects (config/data) into apps — similar to SQL*Loader for code/config.`},
    {q: &quot;What is .pls?&quot;, a:
`.pls = PL/SQL file, contains package specs/bodies for apps patch files.`}
  ],

  &quot;Cloning&quot;: [
    {q: &quot;What is a Rapid Clone?&quot;, a:
`Rapid Clone is cloning utility introduced in 11.5.8 leveraging Rapid Install tech for cloning DB and APPL file systems.`},
    {q: &quot;Steps involved in adclone&quot;, a:
`1) Run rapid install\n2) Copy source DB\n3) Copy source application file system\n4) Update configuration information`},
    {q: &quot;What does adpreclone do?&quot;, a:
`Collects environment info and stores templates/drivers for cloning (creates stage dirs and templates).`},
    {q: &quot;Location of adcfgclone.pl for DB and AP?&quot;, a:
`DB: $ORACLE_HOME/appsutil/clone/bin\nAP: $COMMON_TOP/clone/bin`},
    {q: &quot;Do we always run adpreclone when cloning?&quot;, a:
`Run adpreclone if customizations/patch changes exist; otherwise not required.`},
    {q: &quot;adpreclone.pl dbTier/appsTier &amp; adcfgclone.pl roles&quot;, a:
`adpreclone.pl prepares clone stage, templates and drivers. adcfgclone.pl registers ORACLE_HOME, relinks, configures homes and starts listener depending on tier argument.`}
  ],

  &quot;EBS Upgrade&quot;: [
    {q: &quot;Prepare Source System (upgrade checklist)&quot;, a:
`1) Gather stats\n2) Parameter file changes\n3) Ensure free space: APPS_TS_SEED ~5GB, SYSTEM ~25GB, SYSAUX ~5GB\n4) Apply pre-req patches per ETCC\n5) Apply any prerequisite patches`},
    {q: &quot;Upgrade Steps (R12.2 example)&quot;, a:
`1) Build R12.2 staging area\n2) Install upgraded application file system\n3) Run ETCC on DB and Apps node\n4) Patch Apps Tier using ETPAT-AT\n5) Apply AD CUP13 as needed\n6) Run configuration wizard and validate`},
    {q: &quot;EBS (DB) 19c - Upgrade notes&quot;, a:
`- Configure DB Home for EBS\n- Ensure no ADOP cycle active\n- Upgrade DB to 19c and convert to PDB\n- Run post-PDB conversion scripts (txkPostPDBCreationTasks.pl)\n- Run autoconfig on app tier and rewrite impacted customizations` }
  ]
};

/* ---------- SPA logic ---------- */
const categoryGrid = document.getElementById(&#39;categoryGrid&#39;);
const questionGrid = document.getElementById(&#39;questionGrid&#39;);
const answerContainer = document.getElementById(&#39;answerContainer&#39;);
const homeView = document.getElementById(&#39;homeView&#39;);
const categoryView = document.getElementById(&#39;categoryView&#39;);
const catTitle = document.getElementById(&#39;catTitle&#39;);
const catCount = document.getElementById(&#39;catCount&#39;);
const searchInput = document.getElementById(&#39;searchInput&#39;);

let currentCategory = null;

/* Render categories on home */
function renderCategories(){
  categoryGrid.innerHTML = &#39;&#39;;
  Object.keys(FAQ).forEach(cat=&gt;{
    const card = document.createElement(&#39;div&#39;);
    card.className = &#39;card&#39;;
    card.innerHTML = `&lt;div&gt;&lt;h3&gt;${cat}&lt;/h3&gt;&lt;p&gt;${FAQ[cat].length} Q&amp;A&lt;/p&gt;&lt;/div&gt;&lt;div style=&quot;font-size:12px;color:var(--muted)&quot;&gt;Click to open&lt;/div&gt;`;
    card.onclick = ()=&gt;openCategory(cat);
    categoryGrid.appendChild(card);
  });
}
renderCategories();

function showHome(){
  currentCategory = null;
  categoryView.style.display=&#39;none&#39;;
  homeView.style.display=&#39;block&#39;;
  answerContainer.innerHTML=&#39;&#39;;
  searchInput.value=&#39;&#39;;
  catTitle.textContent=&#39;&#39;;
  catCount.textContent=&#39;&#39;;
  window.scrollTo({top:0,behavior:&#39;smooth&#39;});
}

/* Open category =&gt; render question cards */
function openCategory(cat){
  currentCategory = cat;
  homeView.style.display=&#39;none&#39;;
  categoryView.style.display=&#39;block&#39;;
  catTitle.textContent = cat;
  catCount.textContent = `(${FAQ[cat].length} questions)`;
  answerContainer.innerHTML = &#39;&#39;;
  questionGrid.innerHTML = &#39;&#39;;
  const list = FAQ[cat];
  list.forEach((item, idx)=&gt;{
    const q = document.createElement(&#39;div&#39;);
    q.className = &#39;qcard&#39;;
    q.innerHTML = `&lt;h4&gt;${item.q}&lt;/h4&gt;&lt;p&gt;${(item.a.length&gt;220)? (item.a.slice(0,220)+&#39;...&#39;) : item.a}&lt;/p&gt;`;
    q.onclick = ()=&gt;openQuestion(idx);
    questionGrid.appendChild(q);
  });
  window.scrollTo({top:0,behavior:&#39;smooth&#39;});
}

/* Open question -&gt; show answer (accordion-like) */
function openQuestion(index){
  const qa = FAQ[currentCategory][index];
  answerContainer.innerHTML = `&lt;div class=&quot;accordion&quot;&gt;&lt;h4 style=&quot;margin:0 0 8px&quot;&gt;${qa.q}&lt;/h4&gt;&lt;p&gt;${qa.a}&lt;/p&gt;&lt;/div&gt;`;
  window.scrollTo({top: document.getElementById(&#39;app&#39;).offsetTop + 120, behavior:&#39;smooth&#39;});
}

/* Search (filters questions in current category, or categories if none selected) */
searchInput.addEventListener(&#39;keydown&#39;, function(e){
  if(e.key === &#39;Enter&#39;){
    doSearch();
  }
});
function doSearch(){
  const txt = searchInput.value.trim().toLowerCase();
  if(!txt){
    if(currentCategory) openCategory(currentCategory);
    else renderCategories();
    return;
  }
  // If in a category -&gt; filter questions
  if(currentCategory){
    const filtered = FAQ[currentCategory].map((item, idx)=&gt;({...item, idx})).filter(it=&gt; it.q.toLowerCase().includes(txt) || it.a.toLowerCase().includes(txt));
    questionGrid.innerHTML=&#39;&#39;;
    answerContainer.innerHTML=&#39;&#39;;
    if(filtered.length===0){
      questionGrid.innerHTML = `&lt;div style=&quot;padding:16px;color:var(--muted)&quot;&gt;No matches found.&lt;/div&gt;`;
    } else {
      filtered.forEach(it=&gt;{
        const q = document.createElement(&#39;div&#39;);
        q.className=&#39;qcard&#39;;
        q.innerHTML = `&lt;h4&gt;${it.q}&lt;/h4&gt;&lt;p&gt;${it.a.length&gt;220?it.a.slice(0,220)+&#39;...&#39;:it.a}&lt;/p&gt;`;
        q.onclick = ()=&gt;openQuestion(it.idx);
        questionGrid.appendChild(q);
      });
    }
  } else {
    // search across categories -&gt; show matching qcards under each category header
    homeView.style.display=&#39;none&#39;;
    categoryView.style.display=&#39;block&#39;;
    catTitle.textContent = `Search results for &quot;${txt}&quot;`;
    catCount.textContent = &#39;&#39;;
    questionGrid.innerHTML=&#39;&#39;;
    answerContainer.innerHTML=&#39;&#39;;
    let total=0;
    Object.keys(FAQ).forEach(cat=&gt;{
      const matches = FAQ[cat].map((it, idx)=&gt;({...it, idx})).filter(it=&gt; it.q.toLowerCase().includes(txt) || it.a.toLowerCase().includes(txt));
      if(matches.length){
        const header = document.createElement(&#39;div&#39;);
        header.style.gridColumn = &#39;1 / -1&#39;;
        header.innerHTML = `&lt;h4 style=&quot;margin:8px 0&quot;&gt;${cat} — ${matches.length} matching&lt;/h4&gt;`;
        questionGrid.appendChild(header);
        matches.forEach(it=&gt;{
          total++;
          const q = document.createElement(&#39;div&#39;);
          q.className=&#39;qcard&#39;;
          q.innerHTML = `&lt;h4&gt;${it.q}&lt;/h4&gt;&lt;p&gt;${(it.a.length&gt;220)?(it.a.slice(0,220)+&#39;...&#39;):it.a}&lt;/p&gt;`;
          q.onclick = ()=&gt;{ currentCategory = cat; openQuestion(it.idx); };
          questionGrid.appendChild(q);
        });
      }
    });
    if(total===0) questionGrid.innerHTML = `&lt;div style=&quot;padding:16px;color:var(--muted)&quot;&gt;No results found for &quot;${txt}&quot;.&lt;/div&gt;`;
  }
}

/* Dark/Light mode toggle */
const modeBtn = document.getElementById(&#39;modeBtn&#39;);
modeBtn.addEventListener(&#39;click&#39;, toggleMode);
function toggleMode(){
  document.documentElement.classList.toggle(&#39;dark&#39;);
  modeBtn.textContent = document.documentElement.classList.contains(&#39;dark&#39;) ? &#39;☀️&#39; : &#39;🌙&#39;;
}

/* Start at home */
showHome();
&lt;/script&gt;
</description><link>http://indiandba.blogspot.com/2025/10/ooooo.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3497728766415556428</guid><pubDate>Tue, 28 Oct 2025 18:12:24 +0000</pubDate><atom:updated>2025-10-28T23:42:37.808+05:30</atom:updated><title>Kkkkk</title><description>&lt;!-- FAQ - EBS (Boxed Dashboard) - Blogger Ready --&gt;
&lt;style&gt;
/* Reset &amp; base */
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter, &quot;Segoe UI&quot;, Arial, sans-serif;background:#eef3f7;color:#111}
.dark-mode html, .dark-mode body{background:#0f1113;color:#e6eef6}
.topbar{position:fixed;top:0;left:0;right:0;height:56px;background:#00bcd4;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1200;box-shadow:0 2px 8px rgba(0,0,0,0.12);font-weight:600}
.topbar .title{display:flex;align-items:center;gap:10px}
.topbar input{width:46%;max-width:520px;padding:8px 10px;border-radius:6px;border:none;outline:none}
.topbar button{background:#08212d;color:#fff;border:none;padding:8px 10px;border-radius:6px;cursor:pointer}

/* Centered container (boxed) */
.wrapper{max-width:1200px;margin:90px auto;padding:20px;background:#fff;border-radius:14px;box-shadow:0 8px 30px rgba(11,20,30,0.08);display:flex;gap:18px;overflow:hidden}
.dark-mode .wrapper{background:#111318;box-shadow:0 8px 30px rgba(0,0,0,0.6)}

/* Panels */
.panel{border-radius:10px;padding:14px;overflow:auto}
.left{width:23%;background:#0f1720;color:#fff;border-right:1px solid rgba(0,0,0,0.06)}
.dark-mode .left{background:#0b1220}
.mid{width:24%;background:#fbfdff;border-right:1px solid rgba(0,0,0,0.04)}
.dark-mode .mid{background:#101316}
.right{flex:1;background:transparent;padding:18px 8px}
.section-title{font-size:14px;margin:6px 6px 12px;color:#00a8c1;font-weight:700;text-align:center}
.left ul,.mid ul{list-style:none;padding:0;margin:0}
.left li,.mid li{padding:10px;border-radius:8px;margin:6px;cursor:pointer;font-size:14px}
.left li:hover,.mid li:hover{background:rgba(255,255,255,0.06)}
.left li.active{background:#00bcd4;color:#072026;font-weight:700}
.mid li.active{background:#00bcd4;color:#072026;font-weight:700}

/* Q/A list */
.qa-card{background:#fff;border-radius:10px;padding:12px;margin-bottom:12px;box-shadow:0 4px 14px rgba(13,20,30,0.04);border:1px solid rgba(0,0,0,0.03)}
.dark-mode .qa-card{background:#0f1418;border:1px solid rgba(255,255,255,0.03);box-shadow:none}
.q{font-weight:700;margin:0 0 6px}
.a{margin:0;color:#333}
.dark-mode .a{color:#d6e6ef}

/* Accordion behavior */
.toggle-btn{background:transparent;border:none;font-size:15px;padding:10px 0;display:block;text-align:left;width:100%;cursor:pointer}
.answer{display:none;padding:8px 0 0}

/* Responsive */
@media(max-width:980px){
  .wrapper{flex-direction:column;margin:80px 10px}
  .left,.mid{width:100%}
  .topbar input{width:50%}
}
&lt;/style&gt;

&lt;div class=&quot;topbar&quot;&gt;
  &lt;div class=&quot;title&quot;&gt;💼 FAQ - EBS (Boxed)&lt;/div&gt;
  &lt;input id=&quot;searchBox&quot; placeholder=&quot;Search questions or keywords...&quot; /&gt;
  &lt;div&gt;
    &lt;button id=&quot;modeBtn&quot; onclick=&quot;toggleDark()&quot;&gt;🌙 Mode&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;wrapper&quot; id=&quot;app&quot;&gt;
  &lt;!-- Left: Main Topics --&gt;
  &lt;div class=&quot;panel left&quot;&gt;
    &lt;div class=&quot;section-title&quot;&gt;Main Topics&lt;/div&gt;
    &lt;ul id=&quot;topicsList&quot;&gt;
      &lt;!-- Filled by JS --&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- Middle: Subtopics --&gt;
  &lt;div class=&quot;panel mid&quot;&gt;
    &lt;div class=&quot;section-title&quot;&gt;Subtopics&lt;/div&gt;
    &lt;ul id=&quot;subList&quot;&gt;
      &lt;li style=&quot;color:#888;text-align:center;padding:12px&quot;&gt;Select a topic&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- Right: Q&amp;A --&gt;
  &lt;div class=&quot;right&quot;&gt;
    &lt;div id=&quot;contentHeader&quot;&gt;&lt;h2 style=&quot;margin:4px 8px 10px&quot;&gt;Select topic → subtopic&lt;/h2&gt;&lt;/div&gt;
    &lt;div id=&quot;qaArea&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
/* ---------- Data (concise answers from your PDF) ---------- */
const faqData = {
  &quot;Basic&quot;: {
    &quot;Overview&quot;: [
      {q:&quot;Diff between Apps and other schemas?&quot;, a:&quot;APPS schema contains only synonyms and grants to access other schemas; it does not hold business table data itself.&quot;},
      {q:&quot;Custom Top &amp; Purpose?&quot;, a:&quot;CUSTOM_TOP stores client-specific customizations. If absent, product top can be used, but clients typically have at least one custom top.&quot;},
      {q:&quot;Find application short name &amp; basepath?&quot;, a:&quot;Query FND_APPLICATION or use Application Developer → Register Application. From backend: select basepath, application_short_name from fnd_application.&quot;},
      {q:&quot;Find release version from backend?&quot;, a:&quot;Run: SELECT release_name FROM FND_PRODUCT_GROUPS; to get product release information.&quot;},
      {q:&quot;What is GLOBAL TEMPORARY TABLE?&quot;, a:&quot;Session-scoped table whose data is private to a session and cleared at session end; useful for temporary data and performance-sensitive operations.&quot;}
    ]
  },

  &quot;ADOP&quot;: {
    &quot;Online Patching&quot;: [
      {q:&quot;Explain Online Patching (ADOP)&quot;, a:&quot;R12.2+ uses Edition-Based Redefinition to apply patches to a patch edition while users continue using run edition; cutover swaps editions with minimal downtime.&quot;},
      {q:&quot;What is File System in R12.2?&quot;, a:&quot;R12.2 uses FS1 (run), FS2 (patch copy), and FS-NE (non-edition files). Patching syncs and swaps FS1/FS2 during cutover.&quot;}
    ],
    &quot;Phases&quot;: [
      {q:&quot;Prepare Phase (summary)&quot;, a:&quot;Synchronizes run → patch filesystem, validates configuration and patch service, and creates patch edition stubs to ready the system for patching.&quot;},
      {q:&quot;Apply Phase (summary)&quot;, a:&quot;Applies patches into the patch edition; run users continue using RUN edition and are unaffected during apply.&quot;},
      {q:&quot;Finalize Phase (summary)&quot;, a:&quot;Compiles invalid objects and readies artifacts for cutover—running finalize reduces cutover downtime.&quot;},
      {q:&quot;Cutover Phase (summary)&quot;, a:&quot;Stops services, promotes patch edition to run edition, swaps file systems, and restarts services — this is when downtime occurs.&quot;},
      {q:&quot;Cleanup Phase (summary)&quot;, a:&quot;Removes redundant objects from older editions, drops forward cross-edition triggers and cleans seed data; important to reclaim space.&quot;}
    ],
    &quot;Utilities&quot;: [
      {q:&quot;What is FS_CLONE?&quot;, a:&quot;FS_CLONE recreates patch filesystem as an exact copy of run filesystem; used when patch edition lost, aborted, or manual changes exist on run filesystem.&quot;},
      {q:&quot;What is Abort Phase?&quot;, a:&quot;If a patch cycle fails, abort drops the patch edition and returns system to normal runtime; tables and FS state are restored accordingly.&quot;},
      {q:&quot;What is ADZDPATCH concurrent?&quot;, a:&quot;A concurrent program that prevents selected concurrent programs from running during patch cycles; it must be present and running to proceed with prepare.&quot;}
    ]
  },

  &quot;CM&quot;: {
    &quot;Concurrent Managers&quot;: [
      {q:&quot;What is CM?&quot;, a:&quot;Concurrent Manager handles background jobs and reports — responsible for scheduling and executing concurrent requests.&quot;},
      {q:&quot;Types of concurrent managers&quot;, a:&quot;Examples: Internal (ICM), Standard Manager, Conflict Resolution Manager, Transaction Manager — each has specific roles for job handling.&quot;},
      {q:&quot;What is RRA / FNDFS?&quot;, a:&quot;RRA (FNDFS) is Report Review Agent used to view concurrent output; FNDSM is the service manager that monitors app services under GSM.&quot;},
      {q:&quot;If FNDLIBR deleted, can it be restored?&quot;, a:&quot;Yes — relink the executable using adadmin → Maintain Application Files → Relink FND (rebuilds FNDLIBR).&quot;}
    ],
    &quot;Troubleshooting &amp; Tuning&quot;: [
      {q:&quot;Handle pending requests&quot;, a:&quot;Pending requests often mean CM down or resource shortage; restart CM, increase cache/worker counts, or kill stuck OS processes if needed.&quot;},
      {q:&quot;How to kill/hang CR session&quot;, a:&quot;Map CR ID to DB SID and serial#, then use ALTER SYSTEM KILL SESSION &#39;&lt;sid&gt;,&lt;serial#&gt;&#39; to terminate.&quot;},
      {q:&quot;Tune ICM (key knobs)&quot;, a:&quot;Tune PMON cycle, queue size, and sleep time to balance how frequently ICM checks and picks up requests.&quot;},
      {q:&quot;When to purge CR tables?&quot;, a:&quot;Purge when tables like FND_CONCURRENT_REQUEST/PROCESS exceed large thresholds (e.g., &gt;50K) to maintain performance.&quot;}
    ]
  },

  &quot;Patching&quot;: {
    &quot;Patching Types&quot;: [
      {q:&quot;Different patch types&quot;, a:&quot;One-off, Minipack, Family pack, Maintenance pack, Rollup, Consolidated — vary by scope and pre-reqs.&quot;},
      {q:&quot;How to find whether a patch is applied?&quot;, a:&quot;Query AD_BUGS and AD_APPLIED_PATCHES tables to verify applied patches and bug fixes.&quot;},
      {q:&quot;AD_BUGS vs AD_APPLIED_PATCHES&quot;, a:&quot;AD_BUGS logs bug fixes applied; AD_APPLIED_PATCHES lists distinct patch deliveries (may show multiple entries for same-named patches with different content).&quot;}
    ],
    &quot;Adpatch &amp; Files&quot;: [
      {q:&quot;What tables adpatch creates?&quot;, a:&quot;Adpatch creates helpers like FND_INSTALL_PROCESSES and AD_DEFERRED_JOBS when applying d/g/u drivers for patching control.&quot;},
      {q:&quot;Difference FND_INSTALL_PROCESSES &amp; AD_DEFERRED_JOBS&quot;, a:&quot;FND_INSTALL_PROCESSES tracks worker jobs/status; AD_DEFERRED_JOBS temporarily holds failed jobs to requeue later.&quot;},
      {q:&quot;What is .rf9, .ldt, .lct, .odf?&quot;, a:&quot;.rf9 aids patch restart; .ldt/.lct are loader data/config files for FNDLOAD; .odf describes object definitions used by the patch.&quot;},
      {q:&quot;How adpatch knows file versions?&quot;, a:&quot;Each patch contains f.ldt (file version list); adpatch compares those versions with filesystem files before applying.&quot;},
      {q:&quot;Adpatch modes &amp; reduce downtime&quot;, a:&quot;Modes: interactive, non-interactive, test, pre-install. Use preinstall, merge patches, staged APPL_TOP, and compile options to reduce downtime.&quot;}
    ]
  },

  &quot;Cloning&quot;: {
    &quot;Rapid Clone &amp; Adclone&quot;: [
      {q:&quot;What is Rapid Clone?&quot;, a:&quot;Rapid Clone is the cloning utility (introduced 11.5.8) that automates copying app file system and DB for cloning.&quot;},
      {q:&quot;adpreclone purpose&quot;, a:&quot;adpreclone collects environment info, creates templates/drivers and prepares staging areas for cloning.&quot;},
      {q:&quot;adcfgclone.pl locations&quot;, a:&quot;DB side: $ORACLE_HOME/appsutil/clone/bin; Apps side: $COMMON_TOP/clone/bin — run appropriate scripts per tier.&quot;},
      {q:&quot;Do you always run adpreclone?&quot;, a:&quot;Run adpreclone when environment has changed (patches, tech stack updates, customizations). If unchanged, not required.&quot;}
    ],
    &quot;Internal Clone Steps&quot;: [
      {q:&quot;adpreclone.pl dbTier (summary)&quot;, a:&quot;Prepares DB clone templates, datafile lists, and driver files and stages objects for DB copy and creation.&quot;},
      {q:&quot;adpreclone.pl appsTier (summary)&quot;, a:&quot;Prepares APPL_TOP templates, techstack drivers, and copies JDBC libraries to clone stage area.&quot;},
      {q:&quot;adcfgclone.pl actions&quot;, a:&quot;adcfgclone registers ORACLE_HOME, relinks, configures homes and starts listeners — different driver roles per argument.&quot;}
    ]
  },

  &quot;EBS Upgrade&quot;: {
    &quot;Application Upgrade&quot;: [
      {q:&quot;Prepare source system (high level)&quot;, a:&quot;Gather stats, adjust init params, free required tablespace, and apply pre-req patches per ETCC before upgrade.&quot;},
      {q:&quot;High-level upgrade steps&quot;, a:&quot;Create staging area, install upgraded APPL_TOP, run ETCC/ETPAT, apply required consolidated patches and run upgrade wizards.&quot;}
    ],
    &quot;DB 19c Upgrade&quot;: [
      {q:&quot;EBS DB 19c upgrade summary&quot;, a:&quot;Prepare DB home, ensure no active ADOP cycle (R12.2), convert to PDB, run post-PDB scripts and autoconfig, then health-check services.&quot;},
      {q:&quot;Post-upgrade customization notes&quot;, a:&quot;Review UTL_FILE_DIR, rewrite impacted customizations for CDB/PDB model, and validate app-tier integration after autoconfig.&quot;}
    ]
  }
};

/* ---------- UI Initialization ---------- */
const topicsList = document.getElementById(&#39;topicsList&#39;);
const subList = document.getElementById(&#39;subList&#39;);
const qaArea = document.getElementById(&#39;qaArea&#39;);
const contentHeader = document.getElementById(&#39;contentHeader&#39;);
const searchBox = document.getElementById(&#39;searchBox&#39;);

function initTopics(){
  topicsList.innerHTML = &#39;&#39;;
  Object.keys(faqData).forEach((topic, idx) =&gt; {
    const li = document.createElement(&#39;li&#39;);
    li.textContent = topic;
    li.onclick = (e) =&gt; selectTopic(topic, e.currentTarget);
    if(idx===0) li.classList.add(&#39;active&#39;), selectTopic(topic, li);
    topicsList.appendChild(li);
  });
}

/* When a topic selected: populate subtopics */
function selectTopic(topic, el){
  document.querySelectorAll(&#39;#topicsList li&#39;).forEach(x=&gt;x.classList.remove(&#39;active&#39;));
  el &amp;&amp; el.classList.add(&#39;active&#39;);

  subList.innerHTML = &#39;&#39;;
  const subs = Object.keys(faqData[topic] || {});
  if(!subs.length){
    subList.innerHTML = &#39;&lt;li style=&quot;text-align:center;color:#888&quot;&gt;No subtopics&lt;/li&gt;&#39;;
    qaArea.innerHTML = &#39;&#39;;
    contentHeader.innerHTML = `&lt;h2 style=&quot;margin:6px 8px&quot;&gt;${topic}&lt;/h2&gt;&lt;p style=&quot;margin:0 8px;color:#666&quot;&gt;No subtopics available.&lt;/p&gt;`;
    return;
  }

  subs.forEach((sidx, i) =&gt; {
    const li = document.createElement(&#39;li&#39;);
    li.textContent = sidx;
    li.onclick = (ev) =&gt; {
      selectSubtopic(topic, sidx, ev.currentTarget);
    };
    if(i===0){ li.classList.add(&#39;active&#39;); selectSubtopic(topic, sidx, li); }
    subList.appendChild(li);
  });
}

/* When a subtopic selected: render Q/A cards */
function selectSubtopic(topic, subtopic, el){
  document.querySelectorAll(&#39;#subList li&#39;).forEach(x=&gt;x.classList.remove(&#39;active&#39;));
  el &amp;&amp; el.classList.add(&#39;active&#39;);

  const questions = faqData[topic][subtopic] || [];
  contentHeader.innerHTML = `&lt;h2 style=&quot;margin:6px 8px&quot;&gt;${topic} › ${subtopic}&lt;/h2&gt;&lt;p style=&quot;margin:0 8px;color:#666&quot;&gt;${questions.length} Questions&lt;/p&gt;`;
  qaArea.innerHTML = &#39;&#39;;

  questions.forEach((qa, idx) =&gt; {
    const card = document.createElement(&#39;div&#39;); card.className=&#39;qa-card&#39;;
    const q = document.createElement(&#39;div&#39;); q.className=&#39;q&#39;; q.textContent = (idx+1)+&#39;. &#39;+qa.q;
    const togg = document.createElement(&#39;button&#39;); togg.className=&#39;toggle-btn&#39;; togg.textContent=&#39;Show answer&#39;;
    const ans = document.createElement(&#39;div&#39;); ans.className=&#39;answer&#39;;
    const a = document.createElement(&#39;p&#39;); a.className=&#39;a&#39;; a.textContent = qa.a;
    ans.appendChild(a);
    togg.onclick = () =&gt; {
      const visible = ans.style.display === &#39;block&#39;;
      ans.style.display = visible ? &#39;none&#39; : &#39;block&#39;;
      togg.textContent = visible ? &#39;Show answer&#39; : &#39;Hide answer&#39;;
    };
    card.appendChild(q);
    card.appendChild(togg);
    card.appendChild(ans);
    qaArea.appendChild(card);
  });
}

/* ---------- Search (filters visible questions) ---------- */
searchBox.addEventListener(&#39;input&#39;, function(){
  const q = this.value.trim().toLowerCase();
  if(!q){
    // show current subtopic again
    const activeTopic = document.querySelector(&#39;#topicsList li.active&#39;)?.textContent;
    const activeSub = document.querySelector(&#39;#subList li.active&#39;)?.textContent;
    if(activeTopic &amp;&amp; activeSub) selectSubtopic(activeTopic, activeSub, document.querySelector(&#39;#subList li.active&#39;));
    return;
  }

  // Gather matches across all topics/subtopics
  qaArea.innerHTML = &#39;&#39;;
  contentHeader.innerHTML = `&lt;h2 style=&quot;margin:6px 8px&quot;&gt;Search results for «${q}»&lt;/h2&gt;`;
  let found = 0;
  Object.keys(faqData).forEach(topic=&gt;{
    Object.keys(faqData[topic]).forEach(sub=&gt;{
      faqData[topic][sub].forEach((qa, idx)=&gt;{
        if((qa.q+ &#39; &#39; + qa.a).toLowerCase().includes(q)){
          found++;
          const card = document.createElement(&#39;div&#39;); card.className=&#39;qa-card&#39;;
          const header = document.createElement(&#39;div&#39;); header.className=&#39;q&#39;; header.textContent = `${topic} › ${sub} — ${qa.q}`;
          const ans = document.createElement(&#39;p&#39;); ans.className=&#39;a&#39;; ans.textContent = qa.a;
          card.appendChild(header);
          card.appendChild(ans);
          qaArea.appendChild(card);
        }
      });
    });
  });
  if(found===0) qaArea.innerHTML = &#39;&lt;p style=&quot;color:#888;padding:12px&quot;&gt;No results found.&lt;/p&gt;&#39;;
});

/* ---------- Dark mode toggle ---------- */
function toggleDark(){
  document.body.classList.toggle(&#39;dark-mode&#39;);
  const btn = document.getElementById(&#39;modeBtn&#39;);
  btn.textContent = document.body.classList.contains(&#39;dark-mode&#39;) ? &#39;☀️ Light&#39; : &#39;🌙 Mode&#39;;
}

/* ---------- Initialize ---------- */
initTopics();
&lt;/script&gt;
</description><link>http://indiandba.blogspot.com/2025/10/kkkkk.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1498764091218436613</guid><pubDate>Tue, 28 Oct 2025 18:04:00 +0000</pubDate><atom:updated>2025-10-28T23:34:19.207+05:30</atom:updated><title>Jjj</title><description>&lt;!-- Interview FAQ Portal - Boxed Dashboard Layout --&gt;
&lt;style&gt;
*{box-sizing:border-box}
body{
  margin:0;
  font-family:&#39;Segoe UI&#39;,Arial,Helvetica,sans-serif;
  background:#e9eef2;
  transition:background 0.3s,color 0.3s;
}
.dark-mode{background:#181a1b;color:#f0f0f0;}
.container{
  max-width:1200px;
  margin:70px auto;
  background:white;
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,0.1);
  overflow:hidden;
  display:flex;
  flex-direction:row;
  transition:background 0.3s;
}
.dark-mode .container{background:#222;}
.sidebar,.sub-sidebar,.content{
  padding:20px;
  overflow-y:auto;
  transition:0.3s;
}
.sidebar{
  background:#1e1e2f;
  color:white;
  width:25%;
  border-right:1px solid #333;
}
.sub-sidebar{
  background:#f9f9f9;
  width:25%;
  border-right:1px solid #ccc;
}
.content{
  flex:1;
  background:#fff;
}
.dark-mode .sidebar{background:#2b2b4f;}
.dark-mode .sub-sidebar{background:#2b2b2b;border-color:#444;}
.dark-mode .content{background:#1b1b1b;color:#eee;}
.sidebar h2,.sub-sidebar h3{text-align:center;margin-top:0}
.sidebar ul,.sub-sidebar ul{list-style:none;padding:0;margin:0}
.sidebar li,.sub-sidebar li{
  padding:10px;
  cursor:pointer;
  border-bottom:1px solid #444;
  border-radius:5px;
  margin-bottom:4px;
}
.sidebar li:hover,.sidebar li.active{
  background:#00d4ff;color:#000;
}
.sub-sidebar li:hover,.sub-sidebar li.active{
  background:#00d4ff;color:#fff;
}
.accordion{
  background:#f1f1f1;
  color:#333;
  cursor:pointer;
  padding:15px;
  width:100%;
  border:none;
  text-align:left;
  font-size:15px;
  transition:0.3s;
  border-radius:8px;
  margin-bottom:5px;
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.accordion.active,.accordion:hover{background:#ddd;}
.panel{
  display:none;
  background:#fff;
  padding:10px 15px;
  border-left:3px solid #00d4ff;
  margin-bottom:8px;
  border-radius:6px;
}
.dark-mode .accordion{background:#333;color:#eee;}
.dark-mode .panel{background:#2b2b2b;}
.topbar{
  position:fixed;
  top:0;left:0;width:100%;
  height:55px;
  background:#00d4ff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  font-weight:bold;
  z-index:1000;
  box-shadow:0 2px 8px rgba(0,0,0,0.2);
}
.topbar input{
  width:40%;
  padding:6px 8px;
  border:none;
  border-radius:4px;
}
.toggle-btn{
  background:#111;
  color:#fff;
  border:none;
  padding:6px 10px;
  border-radius:4px;
  cursor:pointer;
}
@media(max-width:900px){
  .container{flex-direction:column;}
  .sidebar,.sub-sidebar{width:100%;border:none;}
  .topbar input{width:60%;}
}
&lt;/style&gt;

&lt;div class=&quot;topbar&quot;&gt;
  &lt;span&gt;💼 Interview FAQ Portal&lt;/span&gt;
  &lt;input type=&quot;text&quot; id=&quot;searchBox&quot; placeholder=&quot;Search questions...&quot;&gt;
  &lt;button class=&quot;toggle-btn&quot; onclick=&quot;toggleDarkMode()&quot;&gt;🌙 Mode&lt;/button&gt;
&lt;/div&gt;

&lt;div class=&quot;container&quot;&gt;
  &lt;!-- Sidebar --&gt;
  &lt;div class=&quot;sidebar&quot; id=&quot;mainTopics&quot;&gt;
    &lt;h2&gt;Topics&lt;/h2&gt;
    &lt;ul&gt;
      &lt;li onclick=&quot;loadSubTopics(&#39;oracle&#39;,event)&quot;&gt;Oracle DBA&lt;/li&gt;
      &lt;li onclick=&quot;loadSubTopics(&#39;linux&#39;,event)&quot;&gt;Linux&lt;/li&gt;
      &lt;li onclick=&quot;loadSubTopics(&#39;network&#39;,event)&quot;&gt;Networking&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- Subtopic Sidebar --&gt;
  &lt;div class=&quot;sub-sidebar&quot; id=&quot;subTopics&quot;&gt;
    &lt;h3&gt;Sub Topics&lt;/h3&gt;
    &lt;ul id=&quot;subList&quot;&gt;&lt;/ul&gt;
  &lt;/div&gt;

  &lt;!-- Main Content --&gt;
  &lt;div class=&quot;content&quot; id=&quot;contentArea&quot;&gt;
    &lt;h2&gt;Interview FAQs&lt;/h2&gt;
    &lt;p&gt;Select a topic → subtopic to view questions.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
const data={
  oracle:{
    &quot;Basic Questions&quot;:[
      {q:&quot;What is an Oracle instance?&quot;,a:&quot;An Oracle instance consists of memory structures and background processes that manage the database files.&quot;},
      {q:&quot;Difference between database and schema?&quot;,a:&quot;Database is physical storage, schema is a logical structure containing objects owned by a user.&quot;}
    ],
    &quot;Performance Tuning&quot;:[
      {q:&quot;What is an AWR report?&quot;,a:&quot;AWR (Automatic Workload Repository) captures database performance data for analysis.&quot;},
      {q:&quot;How to find slow SQLs?&quot;,a:&quot;Use v$sql, AWR, or SQL Monitor reports to identify high-CPU SQLs.&quot;}
    ]
  },
  linux:{
    &quot;Basic Commands&quot;:[
      {q:&quot;How to list files?&quot;,a:&quot;Use `ls` to list files and directories.&quot;},
      {q:&quot;How to check disk usage?&quot;,a:&quot;Use `df -h` or `du -sh *` for space usage.&quot;}
    ]
  },
  network:{
    &quot;Troubleshooting&quot;:[
      {q:&quot;How to check connectivity?&quot;,a:&quot;Use `ping` or `traceroute` commands.&quot;},
      {q:&quot;What is DNS?&quot;,a:&quot;DNS translates domain names into IP addresses.&quot;}
    ]
  }
};

function loadSubTopics(topic,e){
  document.querySelectorAll(&#39;.sidebar li&#39;).forEach(li=&gt;li.classList.remove(&#39;active&#39;));
  e.target.classList.add(&#39;active&#39;);
  const subList=document.getElementById(&#39;subList&#39;);
  subList.innerHTML=&#39;&#39;;
  document.getElementById(&#39;contentArea&#39;).innerHTML=`&lt;h2&gt;${topic.toUpperCase()} FAQs&lt;/h2&gt;&lt;p&gt;Select a subtopic.&lt;/p&gt;`;
  for(let sub in data[topic]){
    const li=document.createElement(&#39;li&#39;);
    li.textContent=sub;
    li.onclick=(ev)=&gt;loadQuestions(topic,sub,ev);
    subList.appendChild(li);
  }
}

function loadQuestions(topic,sub,e){
  document.querySelectorAll(&#39;.sub-sidebar li&#39;).forEach(li=&gt;li.classList.remove(&#39;active&#39;));
  e.target.classList.add(&#39;active&#39;);
  const content=document.getElementById(&#39;contentArea&#39;);
  const list=data[topic][sub];
  content.innerHTML=`&lt;h2&gt;${sub} (${list.length} Questions)&lt;/h2&gt;`;
  list.forEach(item=&gt;{
    const btn=document.createElement(&#39;button&#39;);
    btn.className=&#39;accordion&#39;;
    btn.textContent=item.q;
    const panel=document.createElement(&#39;div&#39;);
    panel.className=&#39;panel&#39;;
    panel.innerHTML=`&lt;p&gt;${item.a}&lt;/p&gt;`;
    btn.onclick=()=&gt;{btn.classList.toggle(&#39;active&#39;);
      panel.style.display=(panel.style.display===&#39;block&#39;)?&#39;none&#39;:&#39;block&#39;;};
    content.appendChild(btn);content.appendChild(panel);
  });
}

document.getElementById(&#39;searchBox&#39;).addEventListener(&#39;input&#39;,function(){
  const val=this.value.toLowerCase();
  document.querySelectorAll(&#39;.accordion&#39;).forEach(acc=&gt;{
    const text=acc.textContent.toLowerCase();
    const panel=acc.nextElementSibling;
    if(text.includes(val)){acc.style.display=&#39;block&#39;;panel.style.display=&#39;none&#39;;}
    else acc.style.display=&#39;none&#39;;
  });
});

function toggleDarkMode(){
  document.body.classList.toggle(&#39;dark-mode&#39;);
  const btn=document.querySelector(&#39;.toggle-btn&#39;);
  btn.textContent=document.body.classList.contains(&#39;dark-mode&#39;)?&#39;☀️ Light&#39;:&#39;🌙 Mode&#39;;
}
&lt;/script&gt;
</description><link>http://indiandba.blogspot.com/2025/10/jjj.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1850756040346628526</guid><pubDate>Tue, 28 Oct 2025 14:11:00 +0000</pubDate><atom:updated>2025-10-28T19:41:46.339+05:30</atom:updated><title>AKS</title><description>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;title&gt;Oracle 19c Multitenant FAQ&lt;/title&gt;
&lt;style&gt;
body {
  font-family: &#39;Segoe UI&#39;, Arial, sans-serif;
  background-color: #f8f9fa;
  margin: 30px;
  color: #333;
}
h2 {
  text-align: center;
  color: #222;
  margin-bottom: 25px;
}
.category {
  background-color: #007bff;
  color: #fff;
  padding: 12px 18px;
  margin-top: 25px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.category:hover {
  background-color: #0056b3;
}
.category-panel {
  display: none;
  margin-top: 10px;
}

.accordion {
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
  padding: 12px 18px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.3s;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 8px;
}
.accordion:hover {
  background-color: #f1f1f1;
}
.active {
  background-color: #e9ecef;
}
.panel {
  padding: 15px 20px;
  display: none;
  background-color: #fff;
  border-left: 3px solid #007bff;
  line-height: 1.6;
  border-radius: 0 0 8px 8px;
}
code {
  background-color: #f4f4f4;
  padding: 3px 6px;
  border-radius: 4px;
  color: #c7254e;
  font-family: Consolas, monospace;
}
pre {
  background: #f8f9fa;
  padding: 8px;
  border-radius: 6px;
  overflow-x: auto;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h2&gt;Oracle 19c Multitenant – Categorized FAQ&lt;/h2&gt;

&lt;!-- BASICS CATEGORY --&gt;
&lt;div class=&quot;category&quot;&gt;🔹 Basics (Core Concepts)&lt;/div&gt;
&lt;div class=&quot;category-panel&quot;&gt;

  &lt;button class=&quot;accordion&quot;&gt;1. What is Multitenant Architecture?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;p&gt;Multitenant architecture is based on two key components — &lt;strong&gt;Container Database (CDB)&lt;/strong&gt; and &lt;strong&gt;Pluggable Database (PDB)&lt;/strong&gt;.&lt;/p&gt;
    &lt;p&gt;Multiple PDBs share the same SGA and background processes of the CDB. This design allows consolidation and resource efficiency.&lt;/p&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;2. What is a Container Database (CDB)?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Represents the full Oracle database instance.&lt;/li&gt;
      &lt;li&gt;Stores metadata for all PDBs.&lt;/li&gt;
      &lt;li&gt;Contains control files, redo logs, undo, and system data dictionary.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;3. What is a Pluggable Database (PDB)?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;A self-contained database inside a CDB.&lt;/li&gt;
      &lt;li&gt;Has its own SYSTEM, SYSAUX, and USERS tablespaces.&lt;/li&gt;
      &lt;li&gt;Shares background processes, undo, and redo with the CDB.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;4. What is Root Container?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;p&gt;The &lt;code&gt;CDB$ROOT&lt;/code&gt; container stores metadata and system objects used by the entire CDB.&lt;/p&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;5. What is Seed PDB?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;p&gt;&lt;code&gt;PDB$SEED&lt;/code&gt; is Oracle’s template PDB, used for creating new PDBs. It cannot be altered or dropped.&lt;/p&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- ADMINISTRATION CATEGORY --&gt;
&lt;div class=&quot;category&quot;&gt;🔹 Administration Topics&lt;/div&gt;
&lt;div class=&quot;category-panel&quot;&gt;

  &lt;button class=&quot;accordion&quot;&gt;6. What are the benefits of Multitenant Architecture?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Reduced memory and process overhead.&lt;/li&gt;
      &lt;li&gt;Easy patching and upgrades.&lt;/li&gt;
      &lt;li&gt;Faster cloning and provisioning.&lt;/li&gt;
      &lt;li&gt;Logical isolation between PDBs.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;7. How is file management handled?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;Datafiles:&lt;/b&gt; Separate for root and each PDB.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Control files, redo logs:&lt;/b&gt; Common for all.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Undo:&lt;/b&gt; Shared from CDB.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Temp tablespace:&lt;/b&gt; Common or separate.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Character set:&lt;/b&gt; One for all PDBs.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;8. How to check if database is Multitenant?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;pre&gt;&lt;code&gt;SQL&gt; SELECT NAME, CDB FROM V$DATABASE;&lt;/code&gt;&lt;/pre&gt;
    &lt;p&gt;If &lt;code&gt;CDB = &#39;YES&#39;&lt;/code&gt;, Multitenant option is enabled.&lt;/p&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;9. How to list all PDBs?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;pre&gt;&lt;code&gt;SQL&gt; SELECT CON_ID, NAME, OPEN_MODE FROM V$PDBS;&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;10. How to switch between containers?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;pre&gt;&lt;code&gt;ALTER SESSION SET CONTAINER=PDB$SEED;
SHOW CON_NAME;&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;!-- CLONE &amp; ENVIRONMENT CATEGORY --&gt;
&lt;div class=&quot;category&quot;&gt;🔹 Clone &amp; Environment Topics&lt;/div&gt;
&lt;div class=&quot;category-panel&quot;&gt;

  &lt;button class=&quot;accordion&quot;&gt;11. How to check current container?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;pre&gt;&lt;code&gt;SHOW CON_NAME;
SELECT SYS_CONTEXT(&#39;USERENV&#39;,&#39;CON_NAME&#39;) FROM DUAL;&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;12. How to connect to CDB or PDB?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;p&gt;&lt;b&gt;To connect to CDB:&lt;/b&gt;&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;sqlplus / as sysdba
ALTER SESSION SET CONTAINER=CDB$ROOT;&lt;/code&gt;&lt;/pre&gt;
    &lt;p&gt;&lt;b&gt;To connect to PDB:&lt;/b&gt;&lt;/p&gt;
    &lt;pre&gt;&lt;code&gt;sqlplus user/password@PDBNAME&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;13. Recommended Character Set?&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;p&gt;Oracle recommends &lt;code&gt;AL32UTF8&lt;/code&gt; for new Multitenant installations.&lt;/p&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;14. Resource Sharing Summary&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;Datafiles:&lt;/b&gt; Separate per PDB&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Redo Logs, Control Files, Undo:&lt;/b&gt; Common&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Temp Tablespace:&lt;/b&gt; Common or Separate&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;Password File:&lt;/b&gt; Shared&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;button class=&quot;accordion&quot;&gt;15. Basic Reference Query&lt;/button&gt;
  &lt;div class=&quot;panel&quot;&gt;
    &lt;pre&gt;&lt;code&gt;SQL&gt; SHOW PDBS;
SQL&gt; SELECT NAME, OPEN_MODE FROM V$PDBS;&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;script&gt;
// Main category toggle
var cat = document.getElementsByClassName(&quot;category&quot;);
for (let i = 0; i &lt; cat.length; i++) {
  cat[i].addEventListener(&quot;click&quot;, function() {
    var panel = this.nextElementSibling;
    if (panel.style.display === &quot;block&quot;) {
      panel.style.display = &quot;none&quot;;
    } else {
      panel.style.display = &quot;block&quot;;
    }
  });
}
// FAQ toggle
var acc = document.getElementsByClassName(&quot;accordion&quot;);
for (let i = 0; i &lt; acc.length; i++) {
  acc[i].addEventListener(&quot;click&quot;, function() {
    this.classList.toggle(&quot;active&quot;);
    var panel = this.nextElementSibling;
    if (panel.style.display === &quot;block&quot;) {
      panel.style.display = &quot;none&quot;;
    } else {
      panel.style.display = &quot;block&quot;;
    }
  });
}
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</description><link>http://indiandba.blogspot.com/2025/10/aks.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1050926915398581942</guid><pubDate>Thu, 20 Feb 2025 10:33:00 +0000</pubDate><atom:updated>2025-02-20T16:21:17.883+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Middleware</category><title>How to change the datasource type (e.g., from Generic to GridLink or XA) using the WLST (WebLogic Scripting Tool)</title><description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: helvetica; font-size: medium;&quot;&gt;In WebLogic, we can change the &lt;strong data-end=&quot;51&quot; data-start=&quot;32&quot;&gt;datasource type&lt;/strong&gt; (e.g., from &lt;strong data-end=&quot;75&quot; data-start=&quot;64&quot;&gt;Generic&lt;/strong&gt; to &lt;strong data-end=&quot;91&quot; data-start=&quot;79&quot;&gt;GridLink&lt;/strong&gt; or &lt;strong data-end=&quot;101&quot; data-start=&quot;95&quot;&gt;XA&lt;/strong&gt;) using the&amp;nbsp;&lt;strong data-end=&quot;177&quot; data-start=&quot;143&quot;&gt;WLST (WebLogic Scripting Tool)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRHhwBXZqH5pCU2o4j3USG3NAOHsv1MUtyviBpTFyZ0UH_qyG45tJDbtWxMigTCpP6NLeDN_trnWJrV4-GFDqPadt_bEDNfQ3F7yaxLtHBCa4OR7SXlhCcFLXUbFAzozA8-77pdatH-mcAfPOC_cJ_zw5hMWzQeZqIQYKusLz-6gakBPHI79n3irwBuec/s225/images.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;225&quot; data-original-width=&quot;225&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRHhwBXZqH5pCU2o4j3USG3NAOHsv1MUtyviBpTFyZ0UH_qyG45tJDbtWxMigTCpP6NLeDN_trnWJrV4-GFDqPadt_bEDNfQ3F7yaxLtHBCa4OR7SXlhCcFLXUbFAzozA8-77pdatH-mcAfPOC_cJ_zw5hMWzQeZqIQYKusLz-6gakBPHI79n3irwBuec/s1600/images.png&quot; width=&quot;225&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span style=&quot;font-family: helvetica; font-size: medium;&quot;&gt;Step 1: Set the environment&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span&gt;&lt;span style=&quot;font-family: helvetica; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;export ORACLE_BASE=/Middleware/oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;export DOMAIN_NAME=uatdomain&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;export DOMAIN_HOME=$ORACLE_BASE/config/domains/$DOMAIN_NAME&lt;/span&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;export WL_HOME=/Middleware/oracle/product/fmw/wlserver&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;cd $WL_HOME/common/bin&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;color: #6aa84f;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #6aa84f; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;$ $WL_HOME/common/bin/wlst.sh&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;connect(&#39;weblogic&#39;, &#39;password&#39;, &#39;t3://IP:PORP&#39;)&lt;/span&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;Step 2: Update the DataSource&lt;/span&gt;&lt;/h3&gt;&lt;div&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;Note: Change Yello highlighted Data Source Name as per your environment &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; white-space-collapse: preserve;&quot;&gt;edit()&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;startEdit()&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;cd (&#39;/JDBCSystemResources/&lt;/span&gt;&lt;a href=&quot;http://10.10.16.97:7005/console/console.portal?_nfpb=true&amp;amp;_pageLabel=JdbcDatasourcesJDBCDataSourceDispatcherPage&amp;amp;JdbcDatasourcesJDBCDataSourceDispatcherPortlethandle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DLocalSvcTblDataSource%2CType%3Dweblogic.j2ee.descriptor.wl.JDBCDataSourceBean%2CParent%3D%5Bstg_intdomain%5D%2FJDBCSystemResources%5BLocalSvcTblDataSource%5D%2CPath%3DJDBCResource%5BLocalSvcTblDataSource%5D%22%29&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;background-color: #fcff01; color: #003399; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;LocalSvcTblDataSource&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;/JDBCResource/&lt;/span&gt;&lt;a href=&quot;http://10.10.16.97:7005/console/console.portal?_nfpb=true&amp;amp;_pageLabel=JdbcDatasourcesJDBCDataSourceDispatcherPage&amp;amp;JdbcDatasourcesJDBCDataSourceDispatcherPortlethandle=com.bea.console.handles.JMXHandle%28%22com.bea%3AName%3DLocalSvcTblDataSource%2CType%3Dweblogic.j2ee.descriptor.wl.JDBCDataSourceBean%2CParent%3D%5Bstg_intdomain%5D%2FJDBCSystemResources%5BLocalSvcTblDataSource%5D%2CPath%3DJDBCResource%5BLocalSvcTblDataSource%5D%22%29&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;background-color: #fcff01; color: #003399; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;LocalSvcTblDataSource&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&#39;)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;set(&#39;DatasourceType&#39;, &#39;AGL&#39;)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; white-space-collapse: preserve;&quot;&gt;save()&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;activate()&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;color: #188038; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;exit()&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.295; margin-bottom: 6pt; margin-top: 6pt;&quot;&gt;&lt;span style=&quot;white-space-collapse: preserve;&quot;&gt;3. Restart WebLogic (If Needed)&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;</description><link>http://indiandba.blogspot.com/2025/02/how-to-change-datasource-type-eg-from.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRHhwBXZqH5pCU2o4j3USG3NAOHsv1MUtyviBpTFyZ0UH_qyG45tJDbtWxMigTCpP6NLeDN_trnWJrV4-GFDqPadt_bEDNfQ3F7yaxLtHBCa4OR7SXlhCcFLXUbFAzozA8-77pdatH-mcAfPOC_cJ_zw5hMWzQeZqIQYKusLz-6gakBPHI79n3irwBuec/s72-c/images.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-8351244010819616007</guid><pubDate>Tue, 18 Feb 2025 08:48:00 +0000</pubDate><atom:updated>2025-02-18T14:20:07.774+05:30</atom:updated><title></title><description>&lt;iframe allow=&quot;fullscreen&quot; src=&quot;https://gamma.app/embed/gdx61vup5asj4hh&quot; style=&quot;height: 700px; max-width: 100%; width: 800px;&quot; title=&quot;CDF Migration Steps in Oracle WebConnect 11.1.1.9&quot;&gt;&lt;/iframe&gt;</description><link>http://indiandba.blogspot.com/2025/02/cdf-migration-steps-in-oracle.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1370382742671149832</guid><pubDate>Sat, 26 Oct 2024 14:10:00 +0000</pubDate><atom:updated>2024-10-26T19:40:30.666+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Database Cloning</category><title>Oracle Database Cloning: A Comprehensive Study Guide</title><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; letter-spacing: var(--headline-6-default-letter-spacing); margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;Oracle Database Cloning: A Comprehensive Study Guide&lt;/h2&gt;&lt;h2 style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; letter-spacing: var(--headline-6-default-letter-spacing); margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/h2&gt;&lt;h2 style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; letter-spacing: var(--headline-6-default-letter-spacing); margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;Why is the export/import method generally considered unsuitable for cloning large databases?&lt;/strong&gt;&lt;/h2&gt;&lt;div&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-weight: 400; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;Export/import is a time-consuming process, especially for large databases, as it involves exporting the entire database, transferring the export dump file, and then importing it into the target database. This method is inefficient for frequent data refreshes.&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;Explain the fundamental concept behind the cloning method in Oracle.&lt;/strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;           &lt;/strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;Cloning essentially involves backing up and recovering the production database on the test server. A new control file is created on the target machine with a different database name, and the data files from the production backup are used for recovery.&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px;&quot;&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;Differentiate between database cloning and refreshing.&lt;/strong&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Cloning creates a complete replica of the database, including Oracle Home (binaries) and database files, on a different server. Refreshing, on the other hand, only replicates the database, leaving Oracle Home untouched.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;When cloning using a cold backup on the same host, why is it necessary to use different datafile locations and database names?&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;ol style=&quot;box-sizing: border-box; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-weight: 400; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;Using different datafile locations and database names prevents accidental overwriting of the source database files. Cloning on the same host essentially creates a separate instance of the database, so unique identifiers are crucial.&lt;/li&gt;&lt;/ol&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;Describe the key steps involved in recreating the control file on the target server during cloning with a cold backup.&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;The control file backup taken on the source server is copied to the target server. The trace file is then modified to include the new database name and datafile locations for the target database. This modified script is then executed to recreate the control file.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;How does RMAN backup simplify the cloning process compared to using cold backups?&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;RMAN backup offers a more streamlined and automated approach to cloning. It allows for online backups (hot backups) and simplifies the process of restoring and recovering the database on the target server.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;What are the two main methods of database duplication available from Oracle 11g onwards?&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;From Oracle 11g onwards, database duplication can be performed using either &quot;active database duplication&quot; or &quot;backup-based duplication&quot; methods.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;Explain the primary advantage of using the &quot;active database duplication&quot; method.&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;ol style=&quot;box-sizing: border-box; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-weight: 400; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Active database duplication eliminates the need for pre-existing RMAN backups. It directly copies the live source database over the network to the target server, streamlining the process.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;In backup-based duplication, what are the essential files that need to be transferred from the source to the target host?&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em; white-space-collapse: preserve;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;For backup-based duplication, the RMAN backup files, the PFILE for the target instance, and the password file need to be transferred to the target host.&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;Why is it important to validate the TEMP file and potentially change the database name using the NID utility after a successful cloning operation?&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;background-color: white; box-sizing: border-box; color: #131314; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;ol style=&quot;box-sizing: border-box; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-weight: 400; letter-spacing: 0.2px; margin: 0px; padding: 0px 0px 0px 1.5em;&quot;&gt;&lt;li style=&quot;box-sizing: border-box; counter-increment: list-0 1; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; list-style-type: none; padding-left: 1.5em;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;The TEMP file location might differ between the source and target environments. The NID utility ensures that the TEMP file is correctly configured on the target. Additionally, changing the database name avoids confusion and potential conflicts.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: #131314; font-family: Google Sans Text, Google Sans, Helvetica Neue, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 14px; letter-spacing: 0.2px; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;h3 style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Glossary of Key Terms&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;TermDefinitionCloning: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;The process of creating an exact replica of an Oracle database on a different server.&lt;/span&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Control File&lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A crucial file in an Oracle database that maintains the database structure, including datafile locations, redo log files, and other metadata.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Datafiles: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Physical files on disk that store the actual data of an Oracle database.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;RMAN: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Recovery Manager, a utility provided by Oracle for backup, recovery, and cloning of databases.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;NID: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;The &quot;New Instance Database&quot; utility used to change the internal identifier (DBID) and name of a cloned database, making it a unique and independent instance.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Hot Backup: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A backup taken while the database is online and actively running.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Cold Backup: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A backup taken while the database is completely shut down.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Auxiliary Instance: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A temporary instance of the database created on the target server during cloning, used for restoration and recovery operations before opening the cloned database.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;PFILE: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;Parameter file, a text-based file containing initialization parameters for starting an Oracle instance.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;RESETLOGS: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;An option used when opening a database after certain operations, such as cloning, which indicates that the database is starting with a new set of redo logs.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Tablespace: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A logical storage unit within an Oracle database, comprising one or more datafiles.&lt;/span&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;T&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;EMP Tablespace: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A special tablespace used for temporary storage during database operations, such as sorting and indexing.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Archivelog Mode: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;A database configuration mode where all redo log files are archived, allowing for complete recovery of the database to any point in time. Essential for RMAN-based cloning.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;Duplicate Database: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;An RMAN command used to create a copy of a database, either from an active database or from existing backups.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;db_file_name_convert: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;An RMAN parameter used during backup-based duplication to specify the mapping between source and target datafile locations.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;log_file_name_convert: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;An RMAN parameter used during backup-based duplication to specify the mapping between source and target redo log file locations.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box; letter-spacing: 0.2px;&quot;&gt;NOFILENAMECHECK: &lt;/strong&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;An option used with the RMAN duplicate command to suppress warnings related to datafile names when the target database is being created in a different location.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #131314; counter-reset: list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; cursor: text; font-family: &amp;quot;Google Sans Text&amp;quot;, &amp;quot;Google Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 14px; letter-spacing: 0.2px; margin: 0px; padding: 0px; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;letter-spacing: 0.2px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://indiandba.blogspot.com/2024/10/oracle-database-cloning-comprehensive.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-4042236145351239140</guid><pubDate>Fri, 10 May 2024 04:46:00 +0000</pubDate><atom:updated>2024-05-10T10:49:16.698+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Performance Tuning</category><title>How to fix Long running SQL Issue using Tuning Advisor </title><description>&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;b&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggeBvWxziojHxrs5vowCTzi-T_6WqnOMmD39QQlp-Mn09FZ0ELxSVVpheErCbWZdzEH-wT1jkizGMDvHkbzRy_jdgIkBYTKNupNTuGZnok2RdyNA-82umbTKDjCUti8YpmT5hypdfXJUPJYQ3n67WYTp0Y27P9CuM4M32pfK1PsV08ItK8mDkJ0yxruns/s279/Performance%20Tuning.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;181&quot; data-original-width=&quot;279&quot; height=&quot;181&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggeBvWxziojHxrs5vowCTzi-T_6WqnOMmD39QQlp-Mn09FZ0ELxSVVpheErCbWZdzEH-wT1jkizGMDvHkbzRy_jdgIkBYTKNupNTuGZnok2RdyNA-82umbTKDjCUti8YpmT5hypdfXJUPJYQ3n67WYTp0Y27P9CuM4M32pfK1PsV08ItK8mDkJ0yxruns/s1600/Performance%20Tuning.jpeg&quot; width=&quot;279&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;b&gt;Step 1. Identify the long running SQL ID for particular SQL Statement&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;select&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;sqa.sql_id, ss.program &quot;SOFTWARE&quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;last_call_et &quot;TIME&quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ss.username &quot;USER&quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SS.ACTION &quot;JOB&quot;,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;substr(sqa.sql_text, 1, 50) &quot;SQL&quot;&lt;br /&gt;----,SQA.SQL_FULLTEXT&lt;br /&gt;,&#39;alter system disconnect session &#39;&#39;&#39; || ss.sid || &#39;,&#39; || ss.serial# || &#39;,@&#39; || ss.inst_id || &#39;&#39;&#39; immediate;&#39;&lt;br /&gt;&amp;nbsp; fROM gv$process pr, gv$session ss, gv$sqlarea sqa&lt;br /&gt;&amp;nbsp;WHERE pr.addr = ss.paddr&lt;br /&gt;&amp;nbsp; &amp;nbsp;AND ss.username is not null&lt;br /&gt;&amp;nbsp; &amp;nbsp;AND ss.sql_address = sqa.address(+)&lt;br /&gt;&amp;nbsp; &amp;nbsp;AND ss.sql_hash_value = sqa.hash_value(+)&lt;br /&gt;AND ss.status = &#39;ACTIVE&#39;&lt;br /&gt;ORDER BY last_call_et desc;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;b&gt;Note Down SQLID&lt;/b&gt;&lt;br /&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-style: italic; font-weight: 700; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-weight: 700; white-space-collapse: preserve;&quot;&gt;Step 2: creating the tuning task&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span style=&quot;white-space-collapse: preserve;&quot;&gt;set serveroutput on&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;declare&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;l_sql_tune_task_id&amp;nbsp; varchar2(100);&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;begin&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;l_sql_tune_task_id := dbms_sqltune.create_tuning_task (&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sql_id&amp;nbsp; &amp;nbsp; &amp;nbsp; =&amp;gt; &#39;&lt;/span&gt;&lt;span style=&quot;background-color: #fcff01; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ENTER_SQL_ID&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&#39;,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;scope &amp;nbsp; &amp;nbsp; &amp;nbsp; =&amp;gt; dbms_sqltune.scope_comprehensive,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;time_limit&amp;nbsp; =&amp;gt; 10200,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;task_name &amp;nbsp; =&amp;gt; &#39;&lt;/span&gt;&lt;span style=&quot;background-color: #fcff01; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Enter_Task_Name&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&#39;,&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;description =&amp;gt; &#39;tuning task for statement your_sql_id.&#39;);&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&amp;nbsp;&amp;nbsp;dbms_output.put_line(&#39;l_sql_tune_task_id: &#39; || l_sql_tune_task_id);&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;end;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span face=&quot;Arial,sans-serif&quot; style=&quot;background-color: transparent; color: black; font-style: italic; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span face=&quot;Arial,sans-serif&quot; style=&quot;background-color: transparent; color: black; font-style: italic; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;Step 3: Executing the tuning task&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;b id=&quot;docs-internal-guid-553719f4-7fff-cfdc-ebe2-5aa8b27ad452&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;exec dbms_sqltune.execute_tuning_task(task_name =&amp;gt; &#39;&lt;/span&gt;&lt;span style=&quot;background-color: #fcff01; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ENTER_ABOVE_TASk_NAME&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&#39;);&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span face=&quot;Arial,sans-serif&quot; style=&quot;background-color: transparent; color: black; font-style: italic; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span face=&quot;Arial,sans-serif&quot; style=&quot;background-color: transparent; color: black; font-style: italic; font-variant: normal; font-weight: 700; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;Step 4: Displaying the recommendations&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;set long 100000;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;set longchunksize 1000&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;set pagesize 10000&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;set linesize 100&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;select dbms_sqltune.report_tuning_task(&#39;&lt;/span&gt;&lt;span style=&quot;background-color: #fcff01; white-space-collapse: preserve;&quot;&gt;ENTER_ABOVE_TASk_NAME&lt;/span&gt;&lt;span style=&quot;white-space-collapse: preserve;&quot;&gt;&#39;) as recommendations from dual;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: black; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;font-family: times;&quot;&gt;&lt;b&gt;Step 5: review the recommendation&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;span id=&quot;docs-internal-guid-cb09bb51-7fff-9500-a850-1c3523067f31&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2024/05/diagnose-long-running-sql-issue-and.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggeBvWxziojHxrs5vowCTzi-T_6WqnOMmD39QQlp-Mn09FZ0ELxSVVpheErCbWZdzEH-wT1jkizGMDvHkbzRy_jdgIkBYTKNupNTuGZnok2RdyNA-82umbTKDjCUti8YpmT5hypdfXJUPJYQ3n67WYTp0Y27P9CuM4M32pfK1PsV08ItK8mDkJ0yxruns/s72-c/Performance%20Tuning.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-374462217145702848</guid><pubDate>Wed, 08 May 2024 07:11:00 +0000</pubDate><atom:updated>2024-05-08T12:41:09.860+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">SQL Server</category><title>What are the SQL DBA General Responsibility?</title><description>SQL Database Administrators (DBAs) have a range of responsibilities to ensure the smooth operation, security, and efficiency of databases. Here are some general responsibilities:

1. **Database Installation and Configuration**: Setting up database systems including installing, configuring, and upgrading database server software and related products.

2. **Database Design**: Collaborating with developers to design database structures that meet the requirements of applications, ensuring data integrity, security, and performance.

3. **Performance Monitoring and Tuning**: Regularly monitoring database performance metrics such as CPU usage, disk I/O, and query execution times, and tuning the database configuration and queries to optimize performance.

4. **Backup and Recovery**: Implementing and maintaining backup and recovery strategies to ensure data integrity and minimize data loss in case of hardware failures, human error, or disasters.

5. **Security Management**: Implementing and managing database security measures such as user authentication, authorization, encryption, and auditing to protect sensitive data from unauthorized access and ensure compliance with regulations like GDPR, HIPAA, etc.

6. **Capacity Planning**: Estimating future storage and processing needs based on current usage trends and business requirements, and planning for scaling up or scaling out database systems accordingly.

7. **High Availability and Disaster Recovery**: Setting up and maintaining high availability and disaster recovery solutions such as failover clustering, replication, and Always On availability groups to minimize downtime and ensure business continuity.

8. **Patch Management**: Applying patches, updates, and service packs to database software and related components to address security vulnerabilities, bugs, and performance issues.

9. **Troubleshooting and Issue Resolution**: Investigating and resolving database-related issues such as performance bottlenecks, data corruption, connectivity problems, and application errors.

10. **Documentation and Knowledge Sharing**: Documenting database configurations, procedures, and best practices, and sharing knowledge with team members to ensure continuity and facilitate collaboration.

11. **Automation and Scripting**: Developing and maintaining scripts and automation tools to streamline routine tasks such as database backups, maintenance, and monitoring.

12. **Training and Mentoring**: Providing training and mentoring to other team members, developers, and end-users on database-related topics and best practices.

These responsibilities may vary depending on the organization&#39;s size, industry, and specific requirements, but they encompass the core duties of a SQL Database Administrator.</description><link>http://indiandba.blogspot.com/2024/05/what-are-sql-dba-general-responsibility.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-5135101736016405885</guid><pubDate>Fri, 12 Apr 2024 09:52:00 +0000</pubDate><atom:updated>2024-04-12T15:22:06.076+05:30</atom:updated><title>What is Upgrade Steps in RAC ?</title><description>&lt;p&gt;&amp;nbsp;Sure, here are the simplified steps for upgrading an Oracle Real Application Clusters (RAC) environment:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. **Backup:** Before starting the upgrade process, ensure you have a complete backup of your Oracle RAC database and configuration.&lt;/p&gt;&lt;p&gt;2. **Pre-Upgrade Tasks:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Review Oracle&#39;s documentation for the version you are upgrading to, and ensure your environment meets the prerequisites.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Check for any pre-upgrade scripts or tasks recommended by Oracle.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Stop all database instances on the cluster.&lt;/p&gt;&lt;p&gt;3. **Software Installation:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Download and install the new Oracle RAC software on all nodes in the cluster.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Run the installer and follow the prompts for upgrading the software.&lt;/p&gt;&lt;p&gt;4. **Upgrade the Database:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Start the Oracle Database Upgrade Assistant (DBUA) or perform a manual upgrade using scripts, as per your preference.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Follow the steps provided by Oracle for upgrading the database to the new version.&lt;/p&gt;&lt;p&gt;5. **Post-Upgrade Tasks:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Run any post-upgrade scripts recommended by Oracle.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Verify the integrity of the upgraded database by performing tests and checks.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Update any client configurations or applications that connect to the Oracle RAC database to ensure compatibility with the new version.&lt;/p&gt;&lt;p&gt;6. **Testing and Validation:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Conduct thorough testing of your Oracle RAC environment to ensure all features and functionalities are working as expected.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Perform performance testing to validate the upgraded system&#39;s performance.&lt;/p&gt;&lt;p&gt;7. **Documentation and Training:**&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Update documentation, including system configurations, procedures, and any changes made during the upgrade process.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;- Train relevant personnel on any new features or changes introduced in the upgraded Oracle RAC environment.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;During an interview, you can elaborate on each step based on your experience and the specifics of the Oracle RAC environment you&#39;ve worked with.&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2024/04/what-is-upgrade-steps-in-rac.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-9040914622568455486</guid><pubDate>Mon, 28 Aug 2023 10:22:00 +0000</pubDate><atom:updated>2023-08-28T15:53:05.041+05:30</atom:updated><title>Unable to shutdown database due to Active Call</title><description>&lt;p&gt;&amp;nbsp;Shutdown was hung with these messages in the alert log:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;SHUTDOWN: waiting for active calls to complete.&lt;/p&gt;&lt;p&gt;*** 2015-12-22 10:59:09.298&lt;/p&gt;&lt;p&gt;SHUTDOWN: waiting for active calls to complete.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Why its happned?&lt;/p&gt;&lt;p&gt;The message &quot;SHUTDOWN: waiting for active calls to complete&quot; typically appears in the database alert file. This message indicates that the Oracle Database is in the process of shutting down, but it is waiting for existing connections or active sessions to complete their ongoing tasks before it can completely shut down.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;When you initiate a shutdown of the database, the DBMS tries to ensure that all ongoing transactions are completed or rolled back properly to maintain data integrity. If there are active connections or sessions that are still performing operations, the shutdown process will wait for those operations to finish before it can finalize the shutdown.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here are a few points to consider:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. **Patience:** Depending on the nature of the active operations and their progress, the shutdown process might take some time to complete. Be patient and allow the system to finish its activities.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2. **Identifying Active Sessions:** It&#39;s a good idea to monitor the active sessions on the database using management tools like Oracle Enterprise Manager or SQL queries. This will help you understand what tasks are causing the shutdown delay.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. **Emergency Shutdown:** If you need to shut down the database immediately and cannot wait for active sessions to complete, you might need to perform a forced or emergency shutdown. However, this should be a last resort, as it can potentially lead to data corruption or loss.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;4. **Investigating Long-Running Transactions:** If you frequently encounter delays during shutdown due to long-running transactions, you should investigate the cause. This might involve optimizing queries, tuning the database, or redesigning certain processes to prevent such delays.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;5. **Graceful Shutdown:** Whenever possible, try to perform a graceful and planned shutdown of the database during maintenance windows to allow ongoing tasks to complete normally.&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2023/08/unable-to-shutdown-database-due-to.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3176332174457275392</guid><pubDate>Wed, 17 May 2023 04:10:00 +0000</pubDate><atom:updated>2023-05-17T09:40:44.299+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">EBS</category><title>How To Determine Which File System is the Run or Patch File System Using a SQL Query?</title><description>&lt;p&gt;&amp;nbsp;&lt;strong style=&quot;background-color: white; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10pt;&quot;&gt;To determine the RUN file system:&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: small;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;SELECT EXTRACTVALUE(XMLType(text),&#39;//oa_context_file_loc&#39;)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;appl_top, status&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;FROM fnd_oam_context_files&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;WHERE name NOT IN (&#39;TEMPLATE&#39;,&#39;METADATA&#39;,&#39;config.txt&#39;)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;AND CTX_TYPE=&#39;A&#39;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;AND (status IS NULL OR UPPER(status) IN (&#39;S&#39;,&#39;F&#39;))&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;AND EXTRACTVALUE(XMLType(text),&#39;//file_edition_type&#39;) = &#39;run&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: small;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt; text-decoration-line: underline;&quot;&gt;&lt;strong&gt;To determine the PATCH files system:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: small;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;SELECT EXTRACTVALUE(XMLType(text),&#39;//oa_context_file_loc&#39;)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;appl_top, status&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;FROM fnd_oam_context_files&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;WHERE name NOT IN (&#39;TEMPLATE&#39;,&#39;METADATA&#39;,&#39;config.txt&#39;)&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;AND CTX_TYPE=&#39;A&#39;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;AND (status IS NULL OR UPPER(status) IN (&#39;S&#39;,&#39;F&#39;))&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&amp;nbsp;&amp;nbsp;AND EXTRACTVALUE(XMLType(text),&#39;//file_edition_type&#39;) = &#39;patch&#39;;&lt;/span&gt;&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2023/05/how-to-determine-which-file-system-is.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-9066544822412484694</guid><pubDate>Fri, 05 May 2023 09:04:00 +0000</pubDate><atom:updated>2023-05-05T14:37:20.978+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Patching in 19C RAC Environment</title><description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 24pt; white-space: pre-wrap;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/w400-h240/RAC-Learn.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 24pt; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Patching in 19C RAC &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 32px; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Environment&lt;/b&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-d56fbec3-7fff-7956-a9de-98b3765eca75&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span face=&quot;&amp;quot;Open Sans&amp;quot;, sans-serif&quot; style=&quot;background-color: white; font-size: 13.5pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download: &lt;/span&gt;&lt;span face=&quot;Tahoma, sans-serif&quot; style=&quot;color: #333333; font-size: 10.5pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Patch 34762026: GI RELEASE UPDATE 19.18.0.0.0 (REL-JAN230131)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1.&amp;nbsp; Perform pre-checks&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep pmon&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep tns&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep d.bin&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep mrp&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/kfod op=patches #Check applied patches&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/kfod op=patchlvl&amp;nbsp; #Check Current Patch Level&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl query crs activeversion -f #Check active version&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl query crs softwarepatch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl stat res -t&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;From Grid Home&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/grid/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lspatches&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv | grep -i applied&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lspatches | sort -nr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;From DB Home&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;srvctl status database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select name,open_mode,database_role from v$database;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/db/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=/oracle/db/19c/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=/oracle/db/19c/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lspatches&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv | grep -i applied&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;On ORACLE_HOME validate the database component&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select name,open_mode,database_role from V$database;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;show parameter cluster&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;set lines 200 pages 500&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col owner for a15&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col OBJECT_NAME for a35&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select owner,object_name,object_type,status from dba_objects where status=&#39;INVALID&#39;;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col COMP_NAME for a40&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select COMP_ID,COMP_NAME,VERSION,STATUS from dba_registry;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col ACTION_TIME for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col action for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col version for a10&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col BUNDLE_SERIES for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col COMMENTS for a47&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select ACTION_TIME,ACTION,VERSION,BUNDLE_SERIES,COMMENTS from dba_registry_history;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Perform Conflict Checks on each nodes before patching&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;GRID Home&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/grid/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32904851&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32916816&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32915586&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32918050&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32585572&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DB Home&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/db/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32904851&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle/32900083/32895426/32916816&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckConflictAgainstOHWithDetail -phBaseDir /home/oracle//32900083/32876380&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Run OPatch SystemSpace Check&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;GRID HOME&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check if enough free space is available on the ORACLE_HOME filesystem for the patches to be applied as given below:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;For Grid Infrastructure Home, as home user:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create file /tmp/patch_list_gihome.txt with the following content:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;% cat /tmp/patch_list_gihome.txt&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32904851&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32916816&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32915586&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32918050&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32585572&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the opatch command to check if enough free space is available in the Grid Infrastructure Home:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckSystemSpace -phBaseFile /tmp/patch_list_gihome.txt&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;############&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DB HOME&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;############&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create file /tmp/patch_list_dbhome.txt with the following content:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cat /tmp/patch_list_dbhome.txt&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32904851&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32895426/32916816&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;/home/oracle/32900083/32876380&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run opatch command to check if enough free space is available in the Database Home:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch prereq CheckSystemSpace -phBaseFile /tmp/patch_list_dbhome.txt&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;######################################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;5. Stop Oracle HOME in rolling manner&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;######################################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/bin/srvctl stop home -o /oracle/db/19c -s RACNODE1_JUL21_PSU_08Sept.txt -n racnode1 &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-weight: 700; white-space: pre-wrap;&quot;&gt;If there are any application specific listeners please stop it.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#######################&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; white-space: pre-wrap;&quot;&gt;&lt;b&gt;6. Unlock GI Stack (AS root user)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#######################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;/oracle/grid//19c/crs/install/rootcrs.sh -prepatch&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#########################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;7.&amp;nbsp; Apply Patches on GI Home in Rolling manner from grid user&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#########################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/grid/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/OPatch/opatch apply -oh /oracle/grid/19c -local -silent /home/oracle/34762026/34863894&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/OPatch/opatch apply -oh /oracle/grid/19c -local -silent /home/oracle/34762026/34768569&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/OPatch/opatch apply -oh /oracle/grid/19c -local -silent /home/oracle/34762026/34768559&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/OPatch/opatch apply -oh /oracle/grid/19c -local -silent /home/oracle/34762026/34765931&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/OPatch/opatch apply -oh /oracle/grid/19c -local -silent /home/oracle/34762026/33575402&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;8. Verification&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch lsinv | grep -i applied&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch lspatches | sort -nr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#################################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;9. Run Pre-script for DB Component from oracle user&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#################################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;/home/oracle/34762026/34765931/custom/scripts/prepatch.sh -dbhome /oracle/db/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/home/oracle/34762026/34768559/custom/scripts/prepatch.sh -dbhome /oracle/db/19c&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;--- Due to patch conflict, If require need to perform rollback of patch ####&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;##############################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;10. Apply Patches on RDBMS Home from oracle user&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;##############################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/OPatch/opatch apply -oh /oracle/db/19c -local -silent /home/oracle/34762026/34863894&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/OPatch/opatch apply -oh /oracle/db/19c -local -silent /home/oracle/34762026/34768569&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/OPatch/opatch apply -oh /oracle/db/19c -local -silent /home/oracle/34762026/34768559&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/OPatch/opatch apply -oh /oracle/db/19c -local -silent /home/oracle/34762026/34765931&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/OPatch/opatch apply -oh /oracle/db/19c -local -silent /home/oracle/34762026/33575402&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;11. Verification&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch lsinv | grep -i applied&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ORACLE_HOME/OPatch/opatch lspatches | sort -nr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#################################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;12. Run Post-script for DB Component from Oracle USER&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#################################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/home/oracle/34762026/34768559/custom/scripts/postpatch.sh -dbhome /oracle/db/19c&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;##########################################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;13. Post patch rootadd_rdbms script execution from root user:&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;##########################################&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/rdbms/install/rootadd_rdbms.sh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/crs/install/rootcrs.sh -postpatch&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Issue:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-1705: Found 0 configured voting files but 1 voting files are required, terminating to ensure data integrity; details at (:CSSNM00065:) in /home/oracle/app/oracle/diag/crs/racnode1/crs/trace/ocssd.trc&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-2883: Resource &#39;ora.cssd&#39; failed during Clusterware stack start.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4406: Oracle High Availability Services synchronous start failed.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-41053: checking Oracle Grid Infrastructure for file permission issues&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4000: Command Start failed, or completed with errors.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2023/05/05 11:06:05 CLSRSC-117: Failed to start Oracle Clusterware stack from the Grid Infrastructure home /oracle/grid/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Died at /oracle/grid/19c/crs/install/crspatch.pm line 1899.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The command &#39;/oracle/grid/19c/perl/bin/perl -I/oracle/grid/19c/perl/lib -I/oracle/grid/19c/crs/install -I/oracle/grid/19c/xag /oracle/grid/19c/crs/install/rootcrs.pl -postpatch&#39; execution failed&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;14. Start DB Homes from oracle user&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###############&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/db/19c/bin/srvctl start home -o /oracle/db/19c -s RACNODE1_JUL21_PSU_08Sept.txt&amp;nbsp; -n racnode1&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;If there are any application specific listeners please start it.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###########################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;15. Perform on NODE2&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###########################&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Preform above Steps from 5 to 14 on second node.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;16. Verify below for Cluster status post patching all nodes&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;######&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep pmon&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep&amp;nbsp; tns&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep d.bin&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ps -ef | grep mrp&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/kfod op=patches&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/kfod op=patchlvl&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl query crs activeversion -f&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl query crs softwarepatch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/19c/bin/crsctl stat res -t&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/grid/19c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=/oracle/grid/19c/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=/oracle/grid/19c/OPatch:$PATH&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lspatches&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;opatch lsinv | grep -i applied&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;########&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;17. Perform Post Patch Task&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;###########&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Post patching task only on prod after completion of patching on all nodes:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /oracle/db/19c/OPatch&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./datapatch -verbose&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; white-space: pre-wrap;&quot;&gt;##############################&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;18. Validate the result&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;##############################&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select name,open_mode,database_role from V$database;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;show parameter cluster&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;set lines 200 pages 500&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col owner for a15&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col OBJECT_NAME for a35&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select owner,object_name,object_type,status from dba_objects where status=&#39;INVALID&#39;;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col COMP_NAME for a40&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select COMP_ID,COMP_NAME,VERSION,STATUS from dba_registry;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col ACTION_TIME for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col action for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col version for a10&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col BUNDLE_SERIES for a30&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;col COMMENTS for a47&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;select ACTION_TIME,ACTION,VERSION,BUNDLE_SERIES,COMMENTS from dba_registry_history;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#############################################&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/05/patching-in-19c-rac-environment.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-w400-h240-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1598885057771151975</guid><pubDate>Thu, 20 Apr 2023 12:10:00 +0000</pubDate><atom:updated>2023-04-20T17:40:19.859+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Performance Tuning</category><title>What to do with a query, if a query is generating more redo/archive log?</title><description>&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; color: #374151; font-family: Söhne, ui-sans-serif, system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, Cantarell, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; margin: 0px 0px 1.25em; text-align: justify; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;If a query is generating excessive redo/archive logs in Oracle, it is important to identify the root cause and address it. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; color: #374151; font-family: Söhne, ui-sans-serif, system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, Cantarell, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; margin: 0px 0px 1.25em; text-align: justify; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Here are some steps you can take:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; color: #374151; counter-reset: item 0; display: flex; flex-direction: column; font-family: Söhne, ui-sans-serif, system-ui, -apple-system, &amp;quot;Segoe UI&amp;quot;, Roboto, Ubuntu, Cantarell, &amp;quot;Noto Sans&amp;quot;, sans-serif, &amp;quot;Helvetica Neue&amp;quot;, Arial, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;, &amp;quot;Noto Color Emoji&amp;quot;; list-style-image: initial; list-style-position: initial; margin: 1.25em 0px 0px; padding: 0px 0px 0px 1rem; white-space: pre-wrap;&quot;&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Review the query execution plan to identify any full table scans or other expensive operations that may be causing excessive log generation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Check if the query is updating or inserting a large number of rows, as this can result in significant log generation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Review the database configuration settings, such as the log buffer size and log file size, and adjust them if necessary.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Consider partitioning tables or indexes if the query is accessing large tables or indexes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Tune the database parameters to optimize performance and reduce log generation. This may include adjusting the buffer cache size, increasing the number of redo log groups, or adjusting the log writer parameters.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Consider using the NOLOGGING option for the query if data loss is acceptable and log generation needs to be minimized.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; padding-left: 0.375em;&quot;&gt;&lt;p style=&quot;--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-ring-color: rgba(59,130,246,0.5); --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-offset-width: 0px; --tw-ring-shadow: 0 0 transparent; --tw-rotate: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-scroll-snap-strictness: proximity; --tw-shadow-colored: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-skew-x: 0; --tw-skew-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; border: 0px solid rgb(217, 217, 227); box-sizing: border-box; margin: 0px; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;Finally, if none of the above steps resolve the issue, consider contacting Oracle support for further assistance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;</description><link>http://indiandba.blogspot.com/2023/04/what-to-do-with-query-if-query-is.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-8599412688906660799</guid><pubDate>Wed, 15 Mar 2023 06:22:00 +0000</pubDate><atom:updated>2023-03-15T11:52:47.531+05:30</atom:updated><title>ORA-15137 After Rolling Back Failed Patch at GI_HOME</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;strong style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: small;&quot;&gt;Case 1&lt;/strong&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: small;&quot;&gt;. Update the patch level on all nodes, As root user&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;background-color: #e0eaf1; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;/span&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$ clscfg -patch&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# &amp;lt;GRID_HOME&amp;gt;/bin/clscfg -patch&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;clscfg: -patch mode specified&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;clscfg: EXISTING configuration version 5 detected.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;clscfg: version 5 is 12c Release 1.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Successfully accumulated necessary OCR keys.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Creating OCR keys for user &#39;root&#39;, privgrp &#39;root&#39;..&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Operation successful.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;And validate as root user&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$ crsctl query crs softwarepatch&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# &amp;lt;GRID_HOME&amp;gt;/bin/crsctl query crs softwarepatch&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle Clusterware patch level on node host01 is [1964077727].&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# &amp;lt;GRID_HOME&amp;gt;/bin/crsctl query crs softwarepatch&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Oracle Clusterware patch level on node host02 is [1964077727].&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;If both were at same level,stop rolling patch mode from one of the node as root user&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;$ crsctl stop rollingpatch&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Then startup the cluster and create asm diskgroup.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.7px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;# &amp;lt;GRID_HOME&amp;gt;/bin/crsctl stop rollingpatch&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: small;&quot;&gt;CRS-1161: The cluster was successfully patched to patch level [1964077727].&lt;/span&gt;&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2023/03/ora-15137-after-rolling-back-failed.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3852676021027384651</guid><pubDate>Fri, 24 Feb 2023 10:49:00 +0000</pubDate><atom:updated>2023-02-24T16:19:45.474+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Enable Archive Log Mode In Oracle RAC</title><description>&lt;p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; color: #383838;&quot;&gt;1. stop the database service.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp; &amp;nbsp; srvctl stop database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #383838; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;2. start the database in mount state.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #383838; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;srvctl start database -d PROD -o mount&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: #383838;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;3. enable archive log mode.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;alter database archivelog;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #383838; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;4. Restart the database service (using srvctl)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;srvctl stop database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;srvctl start database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; color: #383838; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;5. set the archive destination to a ASM DISK&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;SQL&amp;gt; alter system set log_archive_dest_1=&#39;LOCATION=+ARCH/&#39; scope=both sid=&#39;*&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;System altered.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: large;&quot;&gt;SQL&amp;gt; archive log list&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: large;&quot;&gt;SQL&amp;gt; alter system switch logfile;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;background-color: white; box-sizing: border-box; margin: 0px 0px 24px;&quot;&gt;&lt;span style=&quot;color: #383838; font-family: verdana; font-size: medium;&quot;&gt;System altered.&lt;/span&gt;&lt;/p&gt;</description><link>http://indiandba.blogspot.com/2023/02/enable-archive-log-mode-in-oracle-rac.html</link><author>noreply@blogger.com (Anup)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3821796786250785016</guid><pubDate>Fri, 24 Feb 2023 09:46:00 +0000</pubDate><atom:updated>2023-02-24T15:22:43.123+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title> How to setup Domain Name System (DNS) on Solaris 10</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2n9vxLujCjyTOUVzD185Zj-vswCmuHa8P5dCwS25rc9b4PCKA6M2MUD3baxjl1ur27UpQMwXFU7rMH_IrbwmHnRdRbXCml5t0Jr1PzQeBV44yJhEe4mKLANNmvY2vLYL8-kTo5UhuUI2cY7NI9-ABSALT07uoOpwL0_79zRUL5w7ZWZbswO_KMHtL/s290/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;174&quot; data-original-width=&quot;290&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2n9vxLujCjyTOUVzD185Zj-vswCmuHa8P5dCwS25rc9b4PCKA6M2MUD3baxjl1ur27UpQMwXFU7rMH_IrbwmHnRdRbXCml5t0Jr1PzQeBV44yJhEe4mKLANNmvY2vLYL8-kTo5UhuUI2cY7NI9-ABSALT07uoOpwL0_79zRUL5w7ZWZbswO_KMHtL/s1600/RAC-Learn.jpg&quot; width=&quot;290&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-6e4e2f29-7fff-ed41-5d71-21ed06bcb670&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;We will use &lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perl script&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; called “h2n” that creates the appropriate files for a DNS server.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download h2n Scripts---&lt;/span&gt;&lt;a href=&quot;https://docs.google.com/file/d/0ByGyzovcEGWVRVVLZ0ZPdEx1ZTA/edit?usp=sharing&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click Here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1:- Edit /etc/hosts file&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The new domain server will be on system &lt;/span&gt;&lt;span style=&quot;color: red; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.137.25&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; which is called &lt;/span&gt;&lt;span style=&quot;color: red; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SCAN&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The following /etc/host file has been edit to contain all the DNS entries that are required:&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.137.25&amp;nbsp; scan.indiandba.com&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Assume domain name is to be&lt;/span&gt;&lt;span style=&quot;color: red; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Assume network is &lt;/span&gt;&lt;span style=&quot;color: red; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.137&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create a domain run directory to contain the Named services files called &lt;/span&gt;&lt;span style=&quot;color: red; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/var/named&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2:- Create named directory and copy h2n script&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ mkdir -p /var/named&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ cp &amp;lt;from the ./h2n-2.56 directory&amp;gt;/h2n /var/named&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 3:- Run the h2n script file as follows:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$cd /var/named&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./h2n -d indiandba.com -n 192.168.137 -u &lt;/span&gt;&lt;a href=&quot;mailto:oracle@indinadba.com&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;oracle@indinadba.com&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 4:- Download “&lt;/span&gt;&lt;a href=&quot;https://docs.google.com/file/d/0ByGyzovcEGWVSnBZd2hhWFgzWlE/edit?usp=sharing&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;named.root&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;” file, rename the file to db.cache and copy to the /var/named directory.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 5:- Copy named.conf file to /etc directory&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ cp /var/named/named.conf /etc&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 6:- Edit the file &lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/etc/nsswitch.conf&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; and add the entry dns to the host entry as follows:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;====================================================================&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# /etc/nsswitch.files:&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# does not use any naming service.&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;#&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# &quot;hosts:&quot; and &quot;services:&quot; in this file are used only if the&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# /etc/netconfig file has a &quot;-&quot; for nametoaddr_libs of &quot;inet&quot; transports.&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;passwd: &amp;nbsp; &amp;nbsp; files&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;group:&amp;nbsp; &amp;nbsp; &amp;nbsp; files&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;hosts:&amp;nbsp; &amp;nbsp; &amp;nbsp; files&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;dns&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;networks: &amp;nbsp; files&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;protocols:&amp;nbsp; files&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;=====================================================================&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 7:- Create or edit a file called&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; /etc/defaultdomain&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; and add the single entry:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$vi /etc/defaultdomain&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 8:- Execute the &lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domainname&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; command to set the domain as follows:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$domainname ‘cat /etc/defaultdomain’&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 9:- Edit /etc/resolv.conf file&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$vi /etc/resolv.conf&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domain indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;nameserver&amp;nbsp; &amp;nbsp; &amp;nbsp; 192.168.137.25&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 10:- Start Named Services&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$/usr/sbin/in.named &amp;amp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 11:- To enabled the respository use&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$svcs -a | grep dns&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disabled&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:15:21 svc:/network/dns/server:default&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disabled&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:15:22 svc:/network/dns/client:default&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$svcadm enable /network/dns/server&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$svcs -a | grep dns&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;online &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:15:21 svc:/network/dns/server:default&lt;/span&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;online &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:15:22 svc:/network/dns/client:default&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: red; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Note:---- /network/dns/server must be online for DNS to run properly and initiate if the DNS server is rebooted.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 12:- Configurating Clients to use DNS To use DNS, clients need to modify the /etc/resolv.conf, and /etc/nsswitch.conf as above. The /etc/defaultdomain file must also be created and establsihed as above.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Reference: -&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;http://www.logiqwest.com/dataCenter/Demos/RunBooks/DNS/DNSsetup.html&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;left&quot; dir=&quot;ltr&quot; style=&quot;margin-left: 0pt;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;205&quot;&gt;&lt;/col&gt;&lt;col width=&quot;419&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 0pt;&quot;&gt;&lt;td style=&quot;overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/how-to-setup-domain-name-system-dns-on.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2n9vxLujCjyTOUVzD185Zj-vswCmuHa8P5dCwS25rc9b4PCKA6M2MUD3baxjl1ur27UpQMwXFU7rMH_IrbwmHnRdRbXCml5t0Jr1PzQeBV44yJhEe4mKLANNmvY2vLYL8-kTo5UhuUI2cY7NI9-ABSALT07uoOpwL0_79zRUL5w7ZWZbswO_KMHtL/s72-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-1839454944291033486</guid><pubDate>Fri, 24 Feb 2023 09:45:00 +0000</pubDate><atom:updated>2023-02-24T15:23:34.674+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Create Infrastructure for Oracle RAC on Solaris 11 using VMWARE.</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR5ZFm7j6Q5vbS3-UA1HL4kx7lLvdRJ5Hfti7WnzRu16Nu7LPKN9CXOyQKLLDrF1Kn2dcqVg4u-S4_hAC04HPR99lD4NTAISfBrQSlLnmoGTzeX0duHs6hKj4I3_nk2dtb5ivH3Q5xsmIGITOECteq52v_ycvWq9d7g55bFZTFXe4lnYbnJhe5SYD0/s290/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;174&quot; data-original-width=&quot;290&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR5ZFm7j6Q5vbS3-UA1HL4kx7lLvdRJ5Hfti7WnzRu16Nu7LPKN9CXOyQKLLDrF1Kn2dcqVg4u-S4_hAC04HPR99lD4NTAISfBrQSlLnmoGTzeX0duHs6hKj4I3_nk2dtb5ivH3Q5xsmIGITOECteq52v_ycvWq9d7g55bFZTFXe4lnYbnJhe5SYD0/s1600/RAC-Learn.jpg&quot; width=&quot;290&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-1aaef055-7fff-656a-910a-2e938d9d0c16&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: A (Create first Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Create the windows folders to house the first virtual machines and the shared storage.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;F:\&amp;gt;mkdir RAC1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;F:\&amp;gt;mkdir SHARED-STORAGE&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Open VMWARE Console and Click on New Virtual Machine and click next.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Select Virtual Machine Configurations: Custom&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 523px; overflow: hidden; width: 496px;&quot;&gt;&lt;img height=&quot;523&quot; src=&quot;https://lh4.googleusercontent.com/6xDkSSnRgjOSxAQ5ZqS5b-hDGVF3NTaBHjmIg5Kzstceh628pmhoPXRlhOCTTxFvjAZIkNS8uriEKxDe9-4Dcc8_0n7xW40L24xzMPNA6cK73KN4W0QhXMn_VWbgI5Ck72_9vNCqP9QJTjCEPFlVJ48&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Choose Vm Machine Compatibility&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 495px;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh6.googleusercontent.com/K3J_bwapdrnM3bEx_6NOUxV-oXjxYR1fg13kk3wSt8V5KF6E2L4XjdI9S8XCYM2AXo2J8l63bioQoZEUIgq8XG46g5Zl-GipLKobPRg7c5xFR-fijjblB19JW4dPS6jsEjrD2rPzZo697LwMnSBGbBc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;495&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 492px;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh3.googleusercontent.com/f_jzkS5fAbl_fYC8KI2fgncLUFmG1rQOg64wwQm5nWUZYfyH3dvPkv8nNzN3Z9Iaxie30lCknlNTciv58HzxsHKsdOhKg7Arz4JXdFDnPrItCM05pGSx0btRCwPLQhAsNsbfDcy4Cde4peJTmM0yEJA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;492&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 528px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;528&quot; src=&quot;https://lh4.googleusercontent.com/sD5IQCPyl6XULLcMBA6qvrFe0Jr80-Z-wCFei4ofm_qL59GQ0pwWQhYwQddUMIldQw4ZuKaj05B1tsj7sedZE4GXEan0_Oc8U7PLggxos2uyRfGTZrsV2BNxxpXCQpecchgjqKIw2CdC2aqAwD6zahQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 535px; overflow: hidden; width: 496px;&quot;&gt;&lt;img height=&quot;535&quot; src=&quot;https://lh4.googleusercontent.com/J4uzrlR07XrjKbdWhYjgqlifqHjD6gIb0UVbntKE61bBqt-7fr78ZEey5pzc9-TmTZ8pFV318VefxIRPYj8Gno6onItiqtHTs9wHlwbjIBRgYWeyFDDhOa5GOaDXQ5uqO8BNFeu_ZQm95n37CMWWCJc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh6.googleusercontent.com/oTedduGz_CcStMg2eSlcMEQFhbxSBTk9aO0Nsx81CMVYztCEBAE8cnGxIEcDbw5L10Fq_pZY2zL4u45cJXGgKVBsU-IIyFmirWd009s2Ngul7Ll4x0WPPV50kMe2rgH6sA-Ads687WceqzLY0pzTRfc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on the Finish button.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Now your virtual machine is ready to install Solaris 11 OS&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: B (Install Solaris 11 OS on first Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Double Click on CD-ROM Devices. Select Use ISO image when you planning to install OS through ISO image otherwise Use physical drive.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 337px; overflow: hidden; width: 367px;&quot;&gt;&lt;img height=&quot;337&quot; src=&quot;https://lh4.googleusercontent.com/5SllFxazeGvan08GgB6DhkB85202tgOq4UpXE5Gqk8S1VDnnK-pFYL4nHCqNbqHwTl8bJ6RnV6WJG_WTFdZu5YzWOijMUxkiIQBP4CnAvCulOsUWmAKDHk7TOMrxS3IzjVOU_T3A2H9dGZoaZQ_wXGg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;367&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 533px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;533&quot; src=&quot;https://lh6.googleusercontent.com/JSod2o3JaeI1s0jNZ3sbU-T9GymQFMMgqKn8PSLVEyGoEbSN_KI8OklHVsLAa30QasLuqNQzkdIE4jrwAUEChXmgWqb77SvowBrAHLRrAL-FMAfknFnoAPL0VNpzY72AFQ6aEcafMQPzwq2nf4avcIU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Click on Start the Virtual Machine.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Select Solaris Interactive (Default) installation&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 13pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;GUI Installer&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 396px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;396&quot; src=&quot;https://lh4.googleusercontent.com/2xlpiG1u7F3a_Qq4vmFKLp8LaZ-eRyRLLAAq4GKZVLnE7rIIPqFrrFCB9aUg8iiTT843-fjNSV48f90hXkBVhir5tOBoJWRBe-pRzNR8l3Ig9tLH2xECV4dU_eMTMfk7jXd393OjLcb_sioqSMuTnAg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 296px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;296&quot; src=&quot;https://lh5.googleusercontent.com/GpPnkpdQOioZ1jcuumNOJQas-NYNhX4O0_MsmbzudbZZ0S4hGp-7zAJH83L6Wkoa0H4lH1b1iEw-6W3WFM8bkqY9iHUIj7ZwN7TU0joE1RnmFscYsoZlPhsfbEWibkW5SYhdW-N_JxoHY8ODnyhCkqY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 165px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;165&quot; src=&quot;https://lh4.googleusercontent.com/5VdqTudJEiJHNl7AhA_3j4dAg7xyW3DwFlZUYWozUXD9YjOpJ15WXO1FUj9rNu_vULx6qNUCwidi4SL44CsU-yCXm5qpxYnW_YIzlZOoIIOC7rbvSaRlLlTmTh6W3BY8NkKgK-HAzq3arzWv_ogAvlg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 503px; overflow: hidden; width: 309px;&quot;&gt;&lt;img height=&quot;503&quot; src=&quot;https://lh4.googleusercontent.com/Evxavvzc9OanCThVxwU2_QpfLd5g2Ou_oxqsX-nvn9tt2p5tEc14-O11Gy6yh4Je5XlqarInAM38UR1kprGirjP0vL7SzVy1VesIf_k3NCxcavgDKE6hImHbLK8yDD1PUrGsUXRkbZjaUJZTXrZ33d0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;309&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 429px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;429&quot; src=&quot;https://lh3.googleusercontent.com/Or8hjj1Oi6_SFnwcH3DV_BrS93iXRfCly_EhMeyFC99YZ6wa0QSacHLb2kaVX0CwXaR-sJv1lhUCxR1YQMQgNAHab4CYD1OgUUBxzswVHd3t8hBcJsmluCb2RkZ7AFC8q41nb_scWDGLK_r0Vd_DiHc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 435px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;435&quot; src=&quot;https://lh6.googleusercontent.com/6m6gS2KSKZ8JZwx2UriUkjvLuJurkK2PBBZo5GA65GXtr0EXCz5T1KRbw8_mhkuAYM-XwQ8oY692NZc3nBR6mDFHhOwiWBmWHjhxpMuS3HEyaofPnODteW5x9PKd-43-eiu7-SWVIeK6aXLLFy9fPoc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 429px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;429&quot; src=&quot;https://lh5.googleusercontent.com/Uzga36cKNanp4DFs5pfumFKmaPfkvdwWotEbZSoOyTwSkB0NHM7aglC8Lx1VRpKOP03rT1GjmjsBIW14JZ776lJUnONksFD5udayPq6SNjnleNP2_uH-xdNFBm37PQ2a68EFTB5oBNRVpPXe8I5E8zU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 428px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;428&quot; src=&quot;https://lh4.googleusercontent.com/-L-4fWnsilsRz3FtDivl3Wm5ERrHKP0q9l-8lveK0UEmglwKYFlLInGAKT34nNLK0Mztg3ML42un0aEuEUTGlh_0jDrc1IvTF2q9rtKpEa_cgc52KLSZAapXGUTQNt-U84hTtvwpAJ3FaCxnfpJLoGE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 429px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;429&quot; src=&quot;https://lh6.googleusercontent.com/gBZRBn4RI85-MAIlxGr_XcTJ6yFWu5hkqHIH9xPeP3n3OPPsNamr9YZU8sI-SJMFXIGyDuhFP-1aEUU2LNiAtrq5qniP8NyZPHdmS8KHvUfQfeMTTGEQjcvMG3nDy39xOGRyQoeG39UZGdtFEDdjRvg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 427px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;427&quot; src=&quot;https://lh5.googleusercontent.com/vDFGGtuN-8iuOP38cdmy5l9vX7M1Dsyk8PVQyMR7i4GhpEV5GynQPSxe4-3-3y-mcra88DYHes__g6esEIlrlALUg3_jxQluNSJgVHrFeS20SccfqTvGTeRgHhd6Qnb58lRUzSevkcjbfMF4m93EPjA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 452px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;452&quot; src=&quot;https://lh5.googleusercontent.com/MwdR-m6_s6tNd7Y6wuHGszbltjCJOdu0t1nEdwOd9o2NPPbu3Q3GUslgW2wWP2ERRrSOhgCyA09_-Y-fpQfnjlTrApR-LoFkyKpIc52RFaynL92DloD6-COpnJS5NVN5Do_o3FFtTL91j0MpAzpUbQU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 13pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Test Installer&lt;/span&gt;&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 277px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;277&quot; src=&quot;https://lh5.googleusercontent.com/g_qml-SD0ggVhrY0oHb1LnTqO1Enu6a10JrIhwAWSwGIO-BaS7ZRbEFN43VNi7mUAlhPEVZRwAGfLt4wRIDB9sa3XJnhuBtohhh8k0rkYhiuEs-wxThLQgqNLxkZHyUJeuFZ7yEl4jJXacpEdAbMeJ0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 156px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;156&quot; src=&quot;https://lh5.googleusercontent.com/-zfqfWVRi60osFcBRZUnHRhjEvL5-Lv9uYsGo-ju0wct3FD4r2ZuaECZsTv3UqUhVt8rFxnA5w1DtIkE6Fu0SzR-MDJtGm58-PemAa0f6nTF_cMUa8sNk2xi5AFl6SGU3l1SMv6edpPCnww2cavD5zs&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 165px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;165&quot; src=&quot;https://lh5.googleusercontent.com/xNFMI2r9by3Tb7TBe2HIfLOpC7IL3ZK0LLqgt5bgNOBQntv2kR_V68zZKLAns_8i_DKGuUg2TPsRTf0BFns6qhHzcFvUEWWhkFtGo7kXFz8pA_hWc5-oFZHLmGiu9o1sFhbTzlMbKouwiv1moEvESuE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 412px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;412&quot; src=&quot;https://lh6.googleusercontent.com/g-avtbURnMcyE5jg4381QdMmE4ocK4AVdYhrtzwNeDCWlZZPPFx9EVtYt5jl1kSh0MpQb56150GL3_pe_RNHkSkXgxU-PF3ZZMKU8JGqZp5_fErdfxqVjWRxlI1GJ8v1EI-J5aunOgtz9YCEsWd-8VQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh3.googleusercontent.com/Te5JELNnIv64nziuHL1tAO5wpgzZshj6r6geKeopgdnH1ZUCmRTip4iZ3zjw2_xDR1cXimMIJiDAMQI0C3D_SqlBZj-FZEQximgGyylVTxew7EwDnhk2taIWV3SWJHaB_iQUg5-eJcUNomU2Zq6Fz3w&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh3.googleusercontent.com/I4J2NkC2B7FQHATH6NKCHu8oxLtVrL8j2QDN_9ad8dy5RQ0n_Oz1tOpI-MHGlL8EIi46SvOqDToGRnfnpoms2oCk7b1EDYE98P1MtUFKXjdTYrHXj5yN9tW2Nj-UcdwW7qv0jL3COlg2aqgpMgmmySg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 412px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;412&quot; src=&quot;https://lh4.googleusercontent.com/uKVmLpFUjzKvVI0f8lAA0AyxZl4QtpqZf9HkJQk7f5te7-Wq5t6-dQ5d4HmVxABHpjmiSBGWHq2AojiQy7PsVqsOnJEAsnqpIFfOiF8YU4tfWgoGGWL8np1Vfbjf-ty24VGWpwnU6WAelurNsNMzNXc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 409px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;409&quot; src=&quot;https://lh4.googleusercontent.com/sErIxTb7RKbGBnEGEkUEas-FLYNU4M_HkVyyTSKnAht_rW5oViWKM3YpEYEncWbMJFQj_UHyRO3sHcC7vgw58uWHUf3QrZI9piDvslGun0N2m2SaLY5zVA3eI62gYNGzuwrms5YEpfuY7NCaJKgHu1Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh4.googleusercontent.com/_oXnKzwCbq8buR3u8ptr-iXLzvwhVKGhqixnGBoaPuZj86ARN6RnZyubL1ZnMGP-1t8Fxrew8AIzwaARSvcJa42nIM5IvgZIKQxoQ2umtK3ULQwjp3E1l2ko0lBsvtRtNsG892fu1iVTSxS3gKYq9-U&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 136px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;136&quot; src=&quot;https://lh6.googleusercontent.com/bl0snMP9SVTc3d_muwNjLe7AJ35jHfsQNKALUVnm07Snk3bNxpzA8KFV8Efb4UkXPNgndXIGAefAT2Ho-UaNH2WQoBZKFBp8_z15b60SdfYBhd-BCwn840gKFKRa82OoabvUfSei3GGO-Adio6gNsGU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 411px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;411&quot; src=&quot;https://lh4.googleusercontent.com/r80zo2Rx8CiKXXPpOBEZwZWlNAfeYA4hk-OvOSRL97hVk0HOsG2MFhQKa5s0N6zNirFDl-xmln3uoU0TsZD-VZYO-TNyJ8g27Gd0vimYyZ-m5KS46GjDTfGTjyhSSIbKSU3JwdO-mrvLW0RQlCiylQQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 411px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;411&quot; src=&quot;https://lh3.googleusercontent.com/fn_Xg5LZny3FZIN_93b83M6DgkPD_Ma-j9j29l0sSI6sTmPTTu7ZTjuzhAt5TjPGWfNFPKN8_T-dLC-moEgGbc38hu_zKFQ_Xl1EeScqWir5-6rMTXL07tQ2OtdxSVo50zmDkp2zqD9actBYjeWbqec&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh3.googleusercontent.com/vkYY7GM4ePPTySQo6LUAmkmjLNhLEiCki0n0T0TXIiCB5QSGEHZ6RoQfRbb2aLcm5YRox92oqAX27lSE8M1LhfS2XiwdwH0KQO30qk8RncHnkcjCeWz9R3KHCM0sBaq7_zqJBnieNMbE5GcYgZ4KVkI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Update the packages on OS&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 64px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;64&quot; src=&quot;https://lh3.googleusercontent.com/BWLDXv09CcDRz5TeVl5uSjcvPFVwFYt9NVHMm_NoBUwzAESdvT_9lqb0a_gEvLNipq3zwxE2D7lGsHEIrxt1C4LSxpxEgCHGpMHar0Pd4eKMhN9Vo9x8SduMAqsFv7VAtjrnjn1pfY3VzVbZ39DH-VE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 57px; overflow: hidden; width: 508px;&quot;&gt;&lt;img height=&quot;57&quot; src=&quot;https://lh3.googleusercontent.com/IYHpB6J2czFoC0oLZm-9RaokkEp5GFFufBBbIQMtA_fKIle0dOTiNKYXus9vSpBxve29JRkDeBM-dS2AjrqTgeDl_ULNcb0F_KVOwQfF35Soij8dh0q248J48lBeLzrvRS0WjPuyNWJdf56nxtD1P2Y&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;508&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;reboot machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perform below steps to enable desktop GUI&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# beadm create be-name&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# beadm mount be-name /mnt&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# pkg -R /mnt install group/system/solaris-desktop&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# bootadm update-archive -R /mnt&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# beadm umount be-name&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# beadm activate be-name&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Enable root login over SSH&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;background-color: whitesmoke; color: #151515; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/etc/ssh/sshd_config&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add a line in the Authentication section &lt;/span&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PermitRootLogin yes&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 13pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add &lt;/span&gt;&lt;span style=&quot;font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;network interface for private connectivity&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Click on Edit virtual machine setting&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Click Add button and select Ethernet Adapter&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Select NAT Network type&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Reboot Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start the Machine and configure network settings.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perform below steps to configure network interface&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;to get installed ethernet details&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm show-addr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 97px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;97&quot; src=&quot;https://lh6.googleusercontent.com/zkriOK8UovNfgXmJxvq3PfRJr-yg2eG41mBUaWIIdPcI_uRTY4AGoXSRZoJhmSy_VurxX1o7rgza0f2kA6CGo6t9w0CyX8mQkNr7MTASF5K-xFVrjKU2gyEo29NFsoL9JyTwTHP90_emhfvmhb6JEXM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;2&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Delete interface&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm delete-addr net0/v4&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm delete-addr net0/v6&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;3&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create private interface&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm create-ip net1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;4&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Configure public and private interface&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm create-addr -T static -a 192.168.157.111/24 net0/v4&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm create-addr -T static -a 192.168.157.11/22 net1/v4&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;5&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Verify the both public and private interface&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm show-addr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 100px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;100&quot; src=&quot;https://lh4.googleusercontent.com/N86_0WfKxNht5RbE8MupALaWN0oDsNRm0VSRdPw8e4_uB1qLjzdmwPfzJW6l5SxKG1_Sh0m8z-l8M3o23oh5ms94u9inJMNfhTsjnFI7tAmHpFOFE1__t2-QPeOotI2S249u_au1Dd4VU2j-6dEfhyc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 15pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Reboot Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 14pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;validate and Change Hostname on&amp;nbsp; machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To list the current hostname&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node listprop config&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/enable_mapping &amp;nbsp; &amp;nbsp; &amp;nbsp; boolean &amp;nbsp; &amp;nbsp; true&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/ignore_dhcp_hostname boolean &amp;nbsp; &amp;nbsp; false&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/nodename &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; astring &amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/loopback &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; astring &amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To set nodename and loopback machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node setprop config/nodename=&quot;racnode1&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node setprop config/loopback=&quot;racnode1&quot;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svcadm refresh system/identity:node&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svcadm restart system/identity:node&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node listprop config&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Power off machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: C (Create Shared Storage and Configure)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;►Create virtual disks for storage usage, which is shared by Both Machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. down the virtual Machine (RAC1)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Go to VMware Server Console. Click on Edit virtual machine settings.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Machine Settings: Click on Add.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add Hardware Wizard: Click on Next.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Hardware types: Select Hard Disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk: Select create a new virtual disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk Type:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Disk Type: Select IDE (Recommended).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk Capacity:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk capacity: Enter “10GB.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select Allocate all disk space now.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk File:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk file: Enter “F :\&amp;gt; SHARED-STORAGE\DISK1.vmdk.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on Advanced&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add Hardware Wizard:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual device node: Select IDE0.1.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Mode: Select Independent, Persistent for all shared disks.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Click on Finish.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;► &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Modify virtual machine configuration file.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Additional parameters are required to enable disk sharing between the two virtual RAC nodes. Open the configuration file, F:\&amp;gt;SUNOS-1\ Solaris 10.vmx.vmx and add the bold parameters listed below.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;priority.grabbed = &quot;normal&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;priority.ungrabbed = &quot;normal&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disk.locking = &quot;FALSE&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;diskLib.dataCacheMaxSize = &quot;0&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.sharedBus = &quot;virtual&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:0.redo = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ethernet0.addressType = &quot;generated&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ethernet0.connectionType = &quot;hostonly&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.present = &quot;TRUE&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.fileName = &quot;E:\SHARED-DISK.vmdk&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.redo = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;checkpoint.vmState = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.mode = &quot;independent-persistent&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scsi0:1.deviceType= &quot;disk&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disk.locking = &quot;FALSE&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;diskLib.dataCacheMaxSize = &quot;0&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scsi0:1.sharedBus = &quot;virtual&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;floppy0.present = &quot;FALSE&quot;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Save it.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: E (Create&amp;nbsp; Second Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Create the windows folders to house the second virtual machines.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;E:\&amp;gt;mkdir RAC2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Shutdown the First Virtual Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Copy all the files from F:\RAC1 to E:\RAC2&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Open VMware Server Console, press CTRL-O to open the second virtual machine, E:\RAC2\Solaris 10.vmx.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;5. Rename the second virtual machine name from RAC1 to RAC2.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on Start this virtual machine to start RAC2, leaving RAC1 powered off.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;RAC2 – Virtual Machine: Select create a new identifier.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start Second Machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Configure network/Domain on Second Machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start the second Machine only and configure network settings on second&amp;nbsp; machines.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perform below steps on second node:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;to get installed ethernet details&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm show-addr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 97px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;97&quot; src=&quot;https://lh6.googleusercontent.com/zkriOK8UovNfgXmJxvq3PfRJr-yg2eG41mBUaWIIdPcI_uRTY4AGoXSRZoJhmSy_VurxX1o7rgza0f2kA6CGo6t9w0CyX8mQkNr7MTASF5K-xFVrjKU2gyEo29NFsoL9JyTwTHP90_emhfvmhb6JEXM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;6&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Delete interface&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm delete-addr net0/v4&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm delete-addr net1/v4&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;7&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Configure public and private interface&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm create-addr -T static -a 192.168.157.222/24 net0/v4&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm create-addr -T static -a 192.168.157.22/22 net1/v4&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;8&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Verify the both public and private interface&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ipadm show-addr&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 100px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;100&quot; src=&quot;https://lh4.googleusercontent.com/N86_0WfKxNht5RbE8MupALaWN0oDsNRm0VSRdPw8e4_uB1qLjzdmwPfzJW6l5SxKG1_Sh0m8z-l8M3o23oh5ms94u9inJMNfhTsjnFI7tAmHpFOFE1__t2-QPeOotI2S249u_au1Dd4VU2j-6dEfhyc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Change Hostname on second machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol start=&quot;2&quot; style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To list the current hostname&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node listprop config&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/enable_mapping &amp;nbsp; &amp;nbsp; &amp;nbsp; boolean &amp;nbsp; &amp;nbsp; true&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/ignore_dhcp_hostname boolean &amp;nbsp; &amp;nbsp; false&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/nodename &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; astring &amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;config/loopback &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; astring &amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To set nodename on second machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node setprop config/nodename=&quot;racnode2&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node setprop config/loopback=&quot;racnode2&quot;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svcadm refresh system/identity:node&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svcadm restart system/identity:node&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svccfg -s system/identity:node listprop config&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: F (Create Internal Storage for /oracle mount point )&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. down the virtual Machine (RAC1)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Go to the VMware Server Console. Click on Edit virtual machine settings.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Machine Settings: Click on Add.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add Hardware Wizard: Click on Next.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Hardware types: Select Hard Disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk: Select create a new virtual disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk Type:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Disk Type: Select IDE (Recommended).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk Capacity:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk capacity: Enter “25GB.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select Allocate all disk space now.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk File:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk file: Enter “F :\&amp;gt; RAC1\DISK1.vmdk.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Click on Finish.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Create Partition and mount point&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start First / Second Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create Domain name on Both node&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create or edit a file called&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; /etc/defaultdomain&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; and add the single entry:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$vi /etc/defaultdomain&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Execute the &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domainname&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; command to set the domain as follows:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$domainname ‘cat /etc/defaultdomain’&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Put the following entry in /etc/hosts file on Both Node.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.111&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.222&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.11&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.22&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.50&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.60&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.20&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.30&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.40&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section H (Create Oracle User and Group)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create Oracle Users and Group (in all Nodes)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in as a root and execute:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# groupadd oinstall&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# groupadd dba&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# mkdir -p /export/home/oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# useradd -d /export/home/oracle -g oinstall -G dba oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# chown oracle:dba /export/home/oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# passwd oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;New Password:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Re-enter new Password:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;passwd: password successfully changed for oracle&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: G (Prepare Disk for OCR, Voting and ASM Storage)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Run below mention command on &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;first node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$devfsadm&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Log on to RAC1 node and complete bellow mention procedure.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here we will create following partition:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0d1s0 for&amp;nbsp; OCR Disk&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0d1s1 for Voting Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s3 form ASM Disk&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s4 from ASM Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s5 from ASM Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Complete bellow mention steps for creating partition&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$format&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 352px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;352&quot; src=&quot;https://lh6.googleusercontent.com/OboEy5DF6MClk76T_Sz9BHHzljFvH6oY7b0RMm62Le0v9qAtL4ShgHpSVIY6LcUCLBdocKXKcE6eAjhdXX2yY49_sZcc3bIyHEXdjUpRWTZuXcNGj7XKdffOPlTMeFBaLmXbESa_XEzulXxom12WbuU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 360px; overflow: hidden; width: 513px;&quot;&gt;&lt;img height=&quot;360&quot; src=&quot;https://lh5.googleusercontent.com/lfUrPoZADKf4rAzWRN27Hp0BAokTIiZF8X0IN4edZfsqvvvJfWsCsHaHiCUrtU2hlMD0_BRw4CvrWU_0DH6NUCrn7lem9DFYbxNeikz6i9tcbPKY-teyvlr7UuChhqCSNN-XhRmMCHaA-sREcDXVPlk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;513&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 378px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;378&quot; src=&quot;https://lh4.googleusercontent.com/uDagg9eNBJ7dWRjZElg6SDVB9cOrXT6yq3R92fVCqtlhLO7mouv8ZWnTbeEbKbhElaWQzmd6UJK3tuSJ85sL16cYWUE5KrYhsH-SXU0Za3gmPlUHuaTKXeX81gYRkk57mnVVv5vomK0h-288PpzKDfU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 226px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;226&quot; src=&quot;https://lh4.googleusercontent.com/Ipgwg7c_qBpkucGsxhITBvK4lZG5Wbmdz_tTBDuktHwJwt6ftM3g_ESljCXu3zhAzUofjsBEcHuzMow_L30XLu7zRfmwSKfSWBw1lLYd09ZpV_LpMIiC_xwRjFNmmzfjbgHRtmTnHmqNsZBEIPKdCXo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Set ownership of Disk (Note: This will be done after creating Oracle user and dba group)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Default owner is root:sys needs to be changed to oracle:dba .We need to set oracle:dba ( here oracle is a Oracle owner and dba is a group) ownership of the disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check ownership of Disk. Execute following command for all slice as a root user.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ls -lhL /dev/rdsk/c0d1s0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;crw-r----- &amp;nbsp; 1 root &amp;nbsp; &amp;nbsp; sys&amp;nbsp; &amp;nbsp; &amp;nbsp; 118, 64 Feb 16 02:10 /dev/rdsk/c0d1s0&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;chown oracle:dba /dev/rdsk/c0d1s0&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section H (Configure SSH)&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create .SSH, and Create RSA Keys &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;on Each Node&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in as an Oracle/CRS user and execute bellow steps&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ mkdir ~/.ssh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ chmod 700 ~/.ssh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ cd .ssh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ /usr/bin/ssh-keygen -t rsa&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;At the prompts:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Accept the default location for the key file (press Enter).&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Enter and confirm a pass phrase unique for this installation user.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add All Keys to a Common authorized_keys File&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;On the primary node (RAC1), change directories to the .ssh directory. Then, add the RSA key to the authorized_keys file.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ cd .ssh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ ls&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;In the .ssh directory, you should see the id_rsa.pub keys that you have created, and the file authorized_keys.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 3&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Copy authorized_key file to all cluster node (RAC2)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ scp authorized_keys RAC2:/export/home/oracle/.ssh/&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The authenticity of host &#39;rac2 (192.168.0.222)&#39; can&#39;t be established.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;RSA key fingerprint is c0:1f:20:34:54:b2:cd:9f:42:f2:d6:25:36:2f:3e:db.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Warning: Permanently added &#39;rac2,192.168.0.222&#39; (RSA) to the list of known hosts.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Password:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;authorized_keys&amp;nbsp; &amp;nbsp; &amp;nbsp; 100% |*****************************| &amp;nbsp; 221 &amp;nbsp; &amp;nbsp; &amp;nbsp; 00:00&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 4 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in on second node (RAC2) and Add the RSA keys for the second node (RAC2) to the authorized_keys file:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$cd .ssh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$cat id_rsa.pub&amp;nbsp; &amp;gt;&amp;gt; authorized_keys&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 5 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Copy authorized_key file to all cluster node (RAC2)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ scp authorized_keys RAC1:/export/home/oracle/.ssh/&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 6&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Enabling SSH User Equivalency on Cluster Member Nodes. On the system where you want to run OUI, log in as the ORACLE/CRS user and execute:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ ssh RAC1 date&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ ssh RAC2 date&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ ssh RAC1-PRIV date&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ ssh RAC2-PRIV date&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section I (Configure DNS Client)&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;background-color: red; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;(Optional Steps)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DNS Server IP : 192.168.157.10&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Domain Name : indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Prepare a list of domains to search and the IP addresses of the DNS name servers on your network.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ svccfg -s network/dns/client&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client&amp;gt; setprop config/search = astring: (&quot;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domain1&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&quot; &quot;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domain2&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&quot;)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client&amp;gt; setprop config/nameserver = net_address: (&lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;address1&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;address2&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; color: #444444; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domain&lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;* refers to domain names such as &lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;example.com&lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #444444; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;sales.my-example.com&lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;, and so on. &lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; color: #444444; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;address&lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;* are IP addresses of your DNS servers.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client&amp;gt; select network/dns/client:default&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client:default&amp;gt; refresh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client:default&amp;gt; validate&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Specify the name service switch to use DNS.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/network/dns/client:default&amp;gt; select name-service/switch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/system/name-service/switch&amp;gt; setprop config/host = astring: &quot;files dns&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/system/name-service/switch&amp;gt; select system/name-service/switch:default&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/system/name-service/switch:default&amp;gt; refresh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/system/name-service/switch:default&amp;gt; validate&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;svc:/system/name-service/switch:default&amp;gt; quit&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Start the services that are needed to run the DNS client&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: #efefef; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ svcadm enable dns/client&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span style=&quot;background-color: #efefef; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ svcadm enable name-service/switch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Validate /etc/resolv.conf&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 9pt;&quot;&gt;&lt;a href=&quot;https://solaris-scripting-judi.blogspot.com/2018/03/How-to-Configure-DNS-Client-on-Solaris-11.html&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;background-color: transparent; color: #1155cc; font-size: 9pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Solaris &amp;amp; Scripting: Configure DNS in Solaris 11 (solaris-scripting-judi.blogspot.com)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section C (Specify default gateway)&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;specifying the default gateway to some dummy ip address (same subnet) in both virtual machines.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ vi /etc/defaultrouter and add the IPADDRESS of your router.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;EXAMPLE:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;vi /etc/defaultrouter&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.100&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;reboot to test. or netstat -r&amp;nbsp; (This will show the current routing table)&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Another Example: route add destination gateway&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# route add default 192.168.157.100&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;netstat –r (This will now show your &#39;new&#39; default gateway).&lt;/span&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/create-infrastructure-for-oracle-rac-on_57.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR5ZFm7j6Q5vbS3-UA1HL4kx7lLvdRJ5Hfti7WnzRu16Nu7LPKN9CXOyQKLLDrF1Kn2dcqVg4u-S4_hAC04HPR99lD4NTAISfBrQSlLnmoGTzeX0duHs6hKj4I3_nk2dtb5ivH3Q5xsmIGITOECteq52v_ycvWq9d7g55bFZTFXe4lnYbnJhe5SYD0/s72-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3835970086543841492</guid><pubDate>Fri, 24 Feb 2023 09:36:00 +0000</pubDate><atom:updated>2023-02-24T15:24:05.796+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Create Infrastructure for Oracle RAC on Solaris 10 using VMWARE.</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-0c35aee4-7fff-1211-3066-2e7bfc562291&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: A (Create first Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Create the windows folders to house the first virtual machines and the shared storage.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;F:\&amp;gt;mkdir RAC1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;F:\&amp;gt;mkdir SHARED-STORAGE&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Open VMWARE Console and Click on New Virtual Machine and click next.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Select Virtual Machine Configurations: Custom&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 496px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh6.googleusercontent.com/UXMiY5t_gMD0o90SotSSrrRcyIEVlW5ClGuRvDkppqzPqLkNLVfW5iQvudUzrBQA2yKXyJ4kvGD55TAN7ebJeMj_ya2XhgBr7XSah_Xm-mRIbKqUG-IdOIje6U4ufRpDYSRyAJQv_XUHJCy4yerV-S4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Choose Vm Machine Compatibility&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 491px;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh5.googleusercontent.com/YttRWJbftjTfAmNOXz0nXI2trDbRxcN45JS-2zVmRnJe6ddKQLQ73CIY0M2lCMDJO-ISbb5__Puj4TdXbyHkk5FbhMgV5rZjfEOkXAB9BxTA_DmNBQh9i6WXSy7TqI9bX-xzt9pxXCabslXhY7KjeIA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;491&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 495px;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh3.googleusercontent.com/mGzGyDwuFQrf6fsT6v8r_Z2ZNGdoVJRFAaZmkFN6p04Go89o82ABqK7ciBhLyhHln950urHk_dZ8vVpyQhweo-u6qruc6Y9_owb2nRJDHX8zYJQLTwZjxaxXFtDP05Qh3YcSfbNuteTNtS3mAxvGV_s&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;495&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 526px; overflow: hidden; width: 496px;&quot;&gt;&lt;img height=&quot;526&quot; src=&quot;https://lh5.googleusercontent.com/JdWXdfO6SpPkp44gPZPZn-ly9uTfOT8McK5xQ2kuVcSTfJZCeH3UljvUBHeDxojlgE_kzG_uSLJpSB47tP6CON7B38f2j7sXAwhkb6-8CH9x1Al5HtyTKpYs4pZ8A24yBWO2tkc7dPfmMEZ34IUWR1g&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 528px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;528&quot; src=&quot;https://lh3.googleusercontent.com/cIndSp82MrblGIFVgZsBzAszoMcYrRyK6vAk_Zpet0tF0daSQAV3TZaMTlJbibMGA0kcjgPQELcLj838vvdlxaAvrKyY_qybenpuU4GkCXb_ZnE0WKXg6z_KY87t6epCSjDCaTBdDhfN2aowwRxbOls&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 498px;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh5.googleusercontent.com/EHQk8YTbYm4hk07FEt8dQIh_nhYS9uBcvM2r8uIeMV_oiJciCLspkYxwGmdq0SQ10QnwgyI0NTzB1u-rY6cUjRRIb4aeIhiDCHAg7LJwYuWqGqN9ClNGkS2vruJXiHBbaI-JVgTZ5cY3Vf6x4uhvpBA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;498&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh5.googleusercontent.com/F2lT-oRFaI78biubSwbuoVCY05RDfNlT_1Tw8tLz8Dxy6kuLl9hMmho_ymM6o73N4Ttw6G4FH5Lj8s7SL29p5hIfwzEcQGFtnYRNPQYSxymNllMB8sDesm2nusi_bvoQLcecX2dtdVxJmYfEgGsFz-s&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh5.googleusercontent.com/iUjvO-tJF3d5OBbuepIkxwXH7vJv5uYjoO1qNY627C3EkhNQEa9vl_PHlEptJEDhq99whtSrsfhTsvsVlwWzXtY9X6IuaxoOg54l-8xyOOpBHflTWejoMH03jYrEMVuMqWXslrkxOplGQgEzDDHd-0Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 530px; overflow: hidden; width: 492px;&quot;&gt;&lt;img height=&quot;530&quot; src=&quot;https://lh6.googleusercontent.com/z1PTmZrGwuAkLyAOs1xW_GZukDFsVAMdMyCibptygzvsGmNolU4SVOIZXjiphuTrJoJenjMZNYqU45bqgdZ3ksxxSn_1U7tJLUB7Mt2sArRhO_qZM8AI-cU2EaY_yY2vyoR8IE4R755fe8ofNYXPS7s&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;492&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 528px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;528&quot; src=&quot;https://lh6.googleusercontent.com/i80iz3kFFz0-TFX-7_TJ7W6KWGYstA_LnxBEr_quZakoW-iNYdaT9YNJAnKmSkU3ubPQH1_noX6wlt2yUQo3ZG3U-4r3845Of-hgPDHn2QPkNkKIOWrSkXEQCiOE-4Ekt35H4zYeKdcJN6N4w4YITKc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 525px; overflow: hidden; width: 493px;&quot;&gt;&lt;img height=&quot;525&quot; src=&quot;https://lh5.googleusercontent.com/_tPCunA3UJa_ByAxlKUSwD6Wk9gQCayXmwUHReywi5E6_DzlM9fTedJyk2E09bHQ2LwvMF6k_tWBcip7wxI75FaTY38pLI8EckiPFPshHRHcRYqSCMA_q3t_sjvo6elBsBvY0hqof7YqXIqLPOjbzfk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;493&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 520px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;520&quot; src=&quot;https://lh4.googleusercontent.com/yVOW_QhfzVhpzfHn-yvqGLslOhkb9zx06JpniTVJDs6BlIPZ7Dgj_s7rROvGG_DIhOSDaFRtKbLiF6lFdaLtQQrttiu1OxGlpr-Da_2LUdn-2AaGgy3lMIE8Iiaajb1IX7f0Q0MwFjtkHsNK9TNvX7E&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh3.googleusercontent.com/1fXThDI6dLsocX976dcp4Pkqs5nrLUtu9yriUoIQ173cu1Pxw3aHCfQ4qx55jMAJcp-VTZeiwwyVuDEuCoG6Rp825AGXY4stSeETZ6FQ2Y4HKf4ZjvVu5C4MOHW0ZUiswgedYKIOVHseEvRYTtX6Slg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 527px; overflow: hidden; width: 497px;&quot;&gt;&lt;img height=&quot;527&quot; src=&quot;https://lh5.googleusercontent.com/fCh6iPE1hVFWrqVPkfg1QabSwJdXuRNk1737I9xte6j6I4PSKAxgvh1KqM0qDeRBnLDXIGdbduPJOI-mXuXmZCd58OGYmFhgbxRI8fwlN0V1KRn0RUAMPfLM_-FstMgJ8Xr2fod4SjvVVDoxRiTA82A&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on the Finish button.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Now your virtual machine is ready to install Solaris 10 OS&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: B (Install Solaris 10 OS on first Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Double Click on CD-ROM Devices. Select Use ISO image when you planning to install OS through ISO image otherwise Use physical drive.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 337px; overflow: hidden; width: 367px;&quot;&gt;&lt;img height=&quot;337&quot; src=&quot;https://lh6.googleusercontent.com/-HxMoR5QP3Xp9xNr2CvXV5FIutSyTc0w4B4-prK5NW-kX-OjXyyx0ZK5d1elKEVN_opu857ovUyaskYMYzCAnrOMQiibxIfylkGXaIKs_aLPLq8MHnXnbRKl-fpYCK2YV4jRvIwv3Dv9MT1IKd_tcAs&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;367&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 271px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;271&quot; src=&quot;https://lh6.googleusercontent.com/rH9aE4lNnyZMv8NdhruDSiSmncCypdF9z69Rs6csxo1eJBBKRQdxN23J0sbIXHGCZ3vGhaouD7fvqwebp9twxGC08Vr6nQZ8pdZvR7PLpVWKkLgTd6ZvEo-iqUOArSCJuQBPHzm6ctz_NXpKjq6k90s&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Click on Start the Virtual Machine.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Select Solaris Interactive (Default) installation&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 277px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;277&quot; src=&quot;https://lh6.googleusercontent.com/AO_aopEwov7MpvFzVHuYk6FvNWZ_XhkaTiH230cMUbWpNGwjh-MeeTwiqPW5pQssQOttoy9YO3r8gvw63nD32mzroOOA5mvaWdQ0FVT5rc8W482ljUoiZVOuLuDxD0XZ5atq0YgfxnI5IUPdcX4eDRs&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 221px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;221&quot; src=&quot;https://lh6.googleusercontent.com/RaKTEnLQVdj5vt3VUMv7_EZr-m5r-G63mlNHBT1AIyOm2_jcjYXiLOFKHGZ8KJdKHNfu43Bw28QsTX228JbHz0N-PvktevndG7Gs76sAe9NTvKbbvGYIgBJrZZ37126FhyB-JLxxe7fw-2VP9GAfXBE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;press 1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Configure keyboard Layout screen appear (press F2)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;5 Select a language English&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;6 welcome screens appear (Click Next)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;7 Select network connectivity and (Click Next).&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 385px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;385&quot; src=&quot;https://lh5.googleusercontent.com/gMTqp1exQ6p5oR_X8KLxQpVx0YQe81h3GVLvl09O61zBJasueqIzXix6rDIt7bGlCc5WLjilUAvpKRl5LLHY68GGAM0ZeY7of5U-q-g_Wx_lM4B8wSIN5F_3A9qRxMRzGm8f5-hd8RPWo0Jxha4MLKg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;8. DHCP Screen appears select No and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh4.googleusercontent.com/1fbVXOU2ZoLHTw5L5HgxD50GHYQogtcprAAcjbVfp1LyOHHy5xFCspDkjQpDEaYw7-bA6N_xsiRJ4zM9kqdNs4BvCW5Jlib5drZSRZHJG7R7TZ6D-DxfLf6TflUpZOEDsxjaIA2gpRVpHPQoXTxthug&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;9. Type Host Nome and (Click Next) ------racnode1&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 388px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;388&quot; src=&quot;https://lh3.googleusercontent.com/cWXb7Szd9Nriy762FD9H8xlmkpdu224qX4C8S1rzym3541QaFXHr9_pC8AXcjle-sXgRpbRcU-5JJI4W9ddaL70Nmcn9rEnyS5Mkf4of1gbwj5Amy-WJp0_sybkqEsU-ig3mqseA-kXd-0aCLP8kktc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;10. Type IP Address and (Click Next) ------192.168.0.111&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 383px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;383&quot; src=&quot;https://lh5.googleusercontent.com/8-VODcAvFc8YwASRXdQTPQhfbDlB5Ov7IDfkIB90FaHP9wGh6JxTyPeawwXQfK4Mu2QSGMyyrwHvHLvLpMk3U1etZ022WUO5ytn5TgqJbF89pm4n_VXYIa19RGCvtmi1vEVXqgMNJwd90pbVOO7Uq20&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;11. Type NETMASK (Select default) and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 388px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;388&quot; src=&quot;https://lh6.googleusercontent.com/85wbnslFe8yR9oeZKUBnLctPx5n6FVml2hOrfSbSwkPFTZX7rD8vwD6Z3TwoWMHhsRV4TDvb3ricPohoC_FKGCSf1g2-AojK2Z2KHLw1vEe7jhvyolJEp54wmnY5X7ppfMzBqaSqk5cqAs9V_Xw9LPc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;12. Select No for Enable Ipv6 for pcn0 and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh6.googleusercontent.com/eKbKzFOmV29KPqSvPDzBChVFP59CBYE9byfRrwTsYmDRqytI5TS95C5ptOQdTWg_V4FOZs3TEc0D4LgDApt2lRMwhdaFfkhZpYJtat0__6dm7zYQipa9wGH3SzXkNkqhiKOi8B-XnQv7KmsUMc0thHo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;13. Select None for Default Route and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 387px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;387&quot; src=&quot;https://lh5.googleusercontent.com/QJjKvuzgKD_VBdCOWRuBYYsxALmiTq5YiJKHCkVtsBpwr6N6TrMtQB15ZJNvLtqXPzprgp_mhzydO5LFzM8ZZmqClrCPxkrLQBsXQz4uDeJWcApfqsUysP6TjvWN41OnbkZPzeZZOxipYNbuVVSp_N8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;14. Select No for Enable Kerberos security and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 381px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;381&quot; src=&quot;https://lh3.googleusercontent.com/Sbnkj_6LBKBHNjWrxHmlBt-sxFYXAkUw8gfwqmc6Ly-D_6Oi0P7mFupsGG61SkBTOGx2NOSThYVpPRDGgyY6La_z7h7H1eq6dsU4a6H8trMSlAXR-WDErUAXX7mRdS-g_NEsLH_gw7I3GPCLn63SnxY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;15. Select None for Name Services and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh4.googleusercontent.com/GONTjJVl6T00dtM9GUpqEYNHXLgFoCH8KbHz-RfCI3EtnDQ-k68_HvEPx0lfh_nU9ZpVr0IzLtlvekY0uSjvX923PgedbXOO754_iAM5-mwsCOmdHb6i48DwJjEcZ10Sc90MhKdh-59Rg76EJQL1wRg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;16. NFSv4 Domain Name select Default and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 387px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;387&quot; src=&quot;https://lh6.googleusercontent.com/Kn7QPDJ4FPM7xolRcMn2LCmAo3byWz_8nV-fbn7cr2Zdfvlcu6wm2JV0LBykfPNgUI05ykWpDBJDd3jCJKjC1RCHHSqJsJVO_IYXuxPhk4lx3ALBP1A0okXzdrARwTRolxp7zsziScAnyn1sPeSFFgE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;17. Select Geographic Time Zones and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 379px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;379&quot; src=&quot;https://lh5.googleusercontent.com/jZf8xSJud8hKQfn5MDFY2zWfApVUYBLaxxfX6LYTl599VtiXTkC5XEgDQq0FiRm3KXOx73LFXRSOOGZABqsNMIBIzctw8Be3pA3AL3kZX0KYJvBISFW2ovpz6Hom0TB8Hp1m9h3hCml48r5VLFKv0ns&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;18. Continent and Country (INDIA) and (Click Next)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 389px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;389&quot; src=&quot;https://lh4.googleusercontent.com/_6SWQ39DYZc-3BfEmMh2bnpG3J4Po9o4DymiyDUCV-bgXbHPK6WwrjXOWq6nzghYewKsVLIn2huIMppUF5YNVa9zBlI3BWuaXL9r2Y20tXWk990GLyCoU37jtBktbN-HTmqElsUrvuGfRxGWisAvfQw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;19. Accept the default date and time and (Click Next)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 385px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;385&quot; src=&quot;https://lh6.googleusercontent.com/y0G8OmnuI2S3ImMhgXU9KK3iT0wQFvs9f16rcz5lTtqxW_NBcYFUyFtZbY8Aq2z6RTHskqdTcKv_wTxRI3qGD-7xSr53ReuMzeRVlGNL-EvMfsPXcsRRUG4tXcVE0ev4WfDf8MEGwuytrePLa2uWZDk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;20. Enter ROOT password and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh6.googleusercontent.com/Hcqp7UY3JFhecrqx-w2iy2II1l2SnbbnGMwdazVIpo9ZFIsCOXU6SwKtHM_ylzQY-sX-QNvqUjRhEhroZ_B-R48nky9BD4I3F-pfm6QjShJ3D30ENrK30JJTWFUh--DU9_-bwZdvZLbqp9wNAdcK-ZI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;21. Select Yes for Enabling Remote Services and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 381px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;381&quot; src=&quot;https://lh4.googleusercontent.com/I1Snd-WNe29GgPRC6R8jR9wd3E9FjbPJiYsVpTqN9jMoN5zlUODsdSZeG4f01mDrFKHO4kdfIOZiTjZOkHyCZ3KB4kUb7Umrs2gcK74UbNccaKlTevvM55De72IgNx0_tzQoklfPMHIt6fQBL4r_v1Y&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;22. Confirm Information and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh5.googleusercontent.com/Ue-HQrvVAD0O1cWsyVwmi4vMqWpQ0rkXTIr2d0j_-iFdOm2DeHRcn6WUd29iUBo2hjb7ENdrjPAon5vbOdhmP6_7vKyrSTs6QB5nxQFjVybG7tsICMm2vt6hcoEBdyZblrAthLYWE4CxX0Vt4nB1umE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;23 Select Custom Install option and (Click Next)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh5.googleusercontent.com/_t1byxfwT7n80lkFuAgO8pDcv0C-frYwTBa3nZSHWMiTLSeIzzinVNdE7TIDeUmsoDyGSc_fkuLc75Kt2KzdgbPBzqbqHFaye55jqTZmhTpQBIaqsyEqwSUpYAVOJhCyeqvdX5ZP1hxQ-wEht53rEZo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 385px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;385&quot; src=&quot;https://lh5.googleusercontent.com/_ZB04R5dtCiwKxdyN85Dfqiuu-mT7L07dajO3oGt-w1xuemF2GORQ34TXxPQhtoHrvmfUJ4vwODi1qnDEy22LWjY-ZbKb8c6LBszqQRxBPqK9IG30ob1ps82bwDytipzzBoldcQkXtbtBxJNld3ni2E&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 391px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;391&quot; src=&quot;https://lh6.googleusercontent.com/DaTVFiAwNTN7TReDqr-KtO9CdfCkvyrepQNZ2tHFtS1VjvID5MyJg8pwqoqdAUGh58jQsiUAy6lTp6DSmEdW7362MHe-MM6FBEQe8GThQ75WsnwUBA72iVQU1uZVgQZkWiMuUww5knjy846OejTx1G4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 387px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;387&quot; src=&quot;https://lh3.googleusercontent.com/j-s8sxT2VqIj_V4Kkr0Mclp0omC9ZzCvtzkzft2brAXsFy5dmcNa2FdT0-pkgmdJ4J5L3QKUK04mFqqOcNHYhj6xeW0YbHsDS26JQ1zb6PJgxrXc-cF_77hJboXn0Qiv82_0DH3f3Ki97lXthGdKo98&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh4.googleusercontent.com/doNmt6PS1UTNw_eI7e9K0fk-PokcFaHcBN95GH3o25GtMyby8lqU-BXP1j4odQdgqI80S7ub5JdBVWUKhGnELyRNLZgMJWEkNUIvDgWQn8_uLzo49jl8pJGf3IH60qALptPt-t_UP7HWsa-OMXqh_2Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 388px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;388&quot; src=&quot;https://lh3.googleusercontent.com/1UjCXN5f-zxCtbMPIZcZf_3-LGq-2stb1lewd4Ypwj1SaynX60DMO5g-0I3IYiHv7L05ZIFruroH-ei-nTAqIcugGwWbEr-dFzy2RUh8iXop9waJ18G0vB8P8eMDqwccBGRzntHmBXydse0LFv9ke20&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 381px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;381&quot; src=&quot;https://lh3.googleusercontent.com/X-3BIrtLDgJFB1xo18G0a86wn3iiYaexMq3ojC5RZRf7o2Jv2-C4fNbanuCY7en8WC_FCaaaV0AvV3QfHyuXSaWUV6ioH8NvwqehklUwXD2pb4-jjvR6ZpF6TB5Vf0RzY7fRMLkImypfweucwEVzVxE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh6.googleusercontent.com/1wV8JgrZEtFGkrxh_sH-XoYk5eaT7Cqct-Mcr05UNQvrR53HkD1vkTyMQAmpUV5FJpBsUZho0jpMblhed_u9oaOBEIt0IFGaka6iocNUeCHszwj_zQQLcl0Ji3AIHBpDeVkUDiYfl-l2vGjO3tzb6Ks&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Adjust Swap space .&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 490px; overflow: hidden; width: 402px;&quot;&gt;&lt;img height=&quot;490&quot; src=&quot;https://lh6.googleusercontent.com/1g7HPnKv9Q8DpLgtgGaiZp4xA1UjbFDA7ZKH6iGJa8dkbGUIYYC7b4vmWP_H1UJEOhVe3WU5bu_LTNaguOyCOw7s5Wa0RujHDjwcSqLAmWI71c72YWDWZgfxbPapF8xgFMYZj8TIimHdXMkbUaP81Lc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;402&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh5.googleusercontent.com/PoSK275jfYs7jAFLaQLHYZnoiIiV2IvDtSSUjzDlObgB-6RNJBnIX0UOj6EMUCQME0P83zL-xt_uGZDRkP51ZLHJ5sDTh9HO_lr2f73aDNQCVkGObqhsxRQHvnSftijX4QQbadIHc5Td5dQGGNb3kz0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;After that the system is being analyzed. Please wait for the screen to appear and select the Type of Installation. Now Installer Install the OS…&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: C (Create Shared Storage and Configure)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;►Create virtual disks for storage usage, which is shared by Both Machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. down the virtual Machine (RAC1)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Go to VMware Server Console. Click on Edit virtual machine settings.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Machine Settings: Click on Add.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add Hardware Wizard: Click on Next.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Hardware types: Select Hard Disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk: Select create a new virtual disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select a Disk Type:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual Disk Type: Select IDE (Recommended).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk Capacity:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk capacity: Enter “10GB.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Select Allocate all disk space now.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Specify Disk File:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk file: Enter “F :\&amp;gt; SHARED-STORAGE\DISK1.vmdk.”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on Advanced&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add Hardware Wizard:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Virtual device node: Select IDE0.1.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Mode: Select Independent, Persistent for all shared disks.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Click on Finish.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;► &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Modify virtual machine configuration file.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Additional parameters are required to enable disk sharing between the two virtual RAC nodes. Open the configuration file, F:\&amp;gt;SUNOS-1\ Solaris 10.vmx.vmx and add the bold parameters listed below.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;priority.grabbed = &quot;normal&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;priority.ungrabbed = &quot;normal&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disk.locking = &quot;FALSE&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;diskLib.dataCacheMaxSize = &quot;0&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.sharedBus = &quot;virtual&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:0.redo = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ethernet0.addressType = &quot;generated&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ethernet0.connectionType = &quot;hostonly&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.present = &quot;TRUE&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.fileName = &quot;E:\SHARED-DISK.vmdk&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.redo = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;checkpoint.vmState = &quot;&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.mode = &quot;independent-persistent&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ide0:1.deviceType= &quot;disk&quot;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;floppy0.present = &quot;FALSE&quot;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: D (Enable root login over SSH)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Enable root login over SSH on both machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;background-color: whitesmoke; color: #151515; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/etc/ssh/sshd_config&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add a line in the Authentication section &lt;/span&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PermitRootLogin yes&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #eeeeee; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Reboot the RACNODE 1 Machine&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section : E (Setup domain name)&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create or edit a file called&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; /etc/defaultdomain&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; and add the single entry: &lt;/span&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;On both Node&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$vi /etc/defaultdomain&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;indiandba.com&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Execute the &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;domainname&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; command to set the domain as follows:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$domainname ‘cat /etc/defaultdomain’&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: F (Create and Configure the Second Virtual Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Create the windows folders to house the second virtual machines.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;E:\&amp;gt;mkdir RAC2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Shutdown the First Virtual Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Copy all the files from F:\RAC1 to E:\RAC2&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Open VMware Server Console, press CTRL-O to open the second virtual machine, E:\RAC2\Solaris 10.vmx.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;5. Rename the second virtual machine name from RAC1 to RAC2.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Click on Start this virtual machine to start RAC2, leaving RAC1 powered off.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;RAC2 – Virtual Machine: Select create a new identifier.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;6. Log in as the root user and modify the network configuration.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Follow below step for modifying Host Name and IP&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$&lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; ifconfig &amp;lt;Ethernat&amp;gt; &amp;lt;new IP&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; (eg: $ifconfig pcn0 192.168.157.222)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$&lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; ifconfig &amp;lt;Ethernet&amp;gt; up&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; (eg: $ifconfig pcn0 up)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ go to&lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; /etc/hosts file and change IP and host&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; (eg 192.168.157.222 rac2 racnode2)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ go to&lt;/span&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/etc/nodenames file and change host name&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; (eg: RAC2)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ go to &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/etc/hostname.&amp;lt;Ethernet&amp;gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; (eg: /etc/hostname.pcn0) and change host name (eg: RAC2)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;7. Restart the Second Virtual Machine.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;8. Start the First virtual Machine&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;9. Verify all changes and Enjoy.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: E (Add EtherNet Adapter for Private Network in Both Machine)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Put the following entry in /etc/hosts file on &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Both Node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.111&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.222&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.11&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.22&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.50&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.60&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Power off both machines&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;(Note: Complete step 3 to 8 on both node one by one)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Click on Edit virtual machine setting&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Click Add button and select Ethernet Adapter&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;5.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Select Host-Only Network type&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;6.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Start the Both Machine and check network settings on both machines.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;7.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Go to RAC1 node: (Plumb Ethernet)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig pcn1 plumb 192.168.0.11 netmask 255.255.255.0&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig pcn1 up&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ go to /etc/hostname.pcn1 and change host name (eg: rac1-priv)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig –a (This will show all Ethernet Adapter)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;8.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Go to RAC2 node: (Plumb Ethernet)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig pcn1 plumb 192.168.0.22 netmask 255.255.255.0&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig pcn1 up&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ go to /etc/hostname.pcn1 and change host name (eg: rac2-priv)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ifconfig –a (This will show all Ethernet Adapter)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;9. &lt;/span&gt;&lt;span style=&quot;background-color: #ff9900; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Power on both machine and verify your network setting&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section F (Create Oracle User and Group)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create Oracle Users and Group (in all Nodes)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in as a root and execute:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# groupadd oinstall&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# groupadd dba&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# mkdir -p /export/home/oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# useradd -d /export/home/oracle -g oinstall -G dba oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# chown oracle:dba /export/home/oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# passwd oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;New Password:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Re-enter new Password:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;passwd: password successfully changed for oracle&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 19pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section: G (Prepare Disk for OCR, Voting and ASM Storage)&lt;/span&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Run below mention command on &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;both node&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$devfsadm&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Log on to RAC1 node and complete bellow mention procedure.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here we will create following partition:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0d1s0 for&amp;nbsp; OCR Disk&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0d1s1 for Voting Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s3 form ASM Disk&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s4 from ASM Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;c0s1s5 from ASM Disk&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3. Complete bellow mention steps for creating partition&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$format&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 352px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;352&quot; src=&quot;https://lh4.googleusercontent.com/vc_d9jBZ4dXuJmmrUuiXIxWUG4nQiPwrayYB2tyxgQLT_PA-Gt9AlzYqp6Tvb1-O3nBIYLNoI5NdyK0JqhRMmpgiovAqdkR2Fdr9BxbP-iAmpfIAPcZ5bzlw86htdUDJ9lIL1DMxNw8o7Y2BnnyW8-Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 360px; overflow: hidden; width: 513px;&quot;&gt;&lt;img height=&quot;360&quot; src=&quot;https://lh6.googleusercontent.com/H27s9il8mZevOYs711rN6UYVPV8dg5wWYgTmnKEdwtuGPpWthZSEQrtuGqn9r-8Ai5mo18lfnGRrcRdRCMLTghgJ-d4jaAYYmFVrFqZPe_AORE7TeXpSK1KD0WtfagRFaEppn0iSQw-PQzABaL__8FQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;513&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 378px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;378&quot; src=&quot;https://lh4.googleusercontent.com/rSAEoIitf2B2k6_a8LKYmd83M0AC2jr_2Awo6orRSZ6w7tk-3telH9egCfw4Qg2aIrXWgxMb9cJONxPuV7NZ9P6ZLZLPJ2K1Z7mMug-kKSGk8DtXhB5wfvAQeoqZniYgVOJtPyIF5GXHHWIp0n5dM8o&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 226px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;226&quot; src=&quot;https://lh3.googleusercontent.com/XagPPUsuxxQJu0bZsyk5-txj-Gw91AqYgxdcZ_zaZaC_vV9SdMl3Tb8GZgQdCWvEjmWlNqehrlTQn_vBh5mSuGhQtthUflT3l-K8y51jb4H1DoA0XDQfiRGdLWfpJPRRXigIzfUrkxWBsqT5ioT8_b0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Set ownership of Disk (Note: This will be done after creating Oracle user and dba group)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Default owner is root:sys needs to be changed to oracle:dba .We need to set oracle:dba ( here oracle is a Oracle owner and dba is a group) ownership of the disk.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check ownership of Disk. Execute following command for all slice as a root user.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Example:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ls -lhL /dev/rdsk/c0d1s0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;crw-r----- &amp;nbsp; 1 root &amp;nbsp; &amp;nbsp; sys&amp;nbsp; &amp;nbsp; &amp;nbsp; 118, 64 Feb 16 02:10 /dev/rdsk/c0d1s0&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;chown oracle:dba /dev/rdsk/c0d1s0 &lt;/span&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/create-infrastructure-for-oracle-rac-on_24.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-2702761529389393465</guid><pubDate>Fri, 24 Feb 2023 09:31:00 +0000</pubDate><atom:updated>2023-02-24T15:26:10.092+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Create Infrastructure for Oracle RAC On RHEL 7.9 using VMWARE</title><description>&lt;p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-35d44785-7fff-e0af-e90a-927c11c31c8f&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;a href=&quot;https://drive.google.com/file/d/13hXs_jof2Rnu71uz4j_XawgCJ3u0nuaK/view?usp=share_link&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Download Linux 7.9&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Section: A (Create first Virtual Machine)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;1. Create the windows folders to house the first virtual machines and the shared storage.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;F:\&amp;gt;mkdir RAC1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;F:\&amp;gt;mkdir RAC2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;F:\&amp;gt;mkdir SHARED-STORAGE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Open VMWARE Console and Click on New Virtual Machine and click next.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;3. Select Virtual Machine Configurations: Custom&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 523px; overflow: hidden; width: 496px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;523&quot; src=&quot;https://lh4.googleusercontent.com/iIFq5dnSGxpYYX3tbWPpmNJn5RJGiqMIsKDp046ep7KCMfONr-sYY7RaojjqZGHnbF50io5Ow_yNMzjBeFoUhSxlEfHfi6Pk1E-2hO_aix8OvykI9gpIokxZhOHEMkEE-19aqFShEUMVPVVL9lqgJ2A&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;4. Choose Vm Machine Compatibility&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 522px; overflow: hidden; width: 495px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;522&quot; src=&quot;https://lh5.googleusercontent.com/u2kKSIIPxlttkoiiDLzvzxNfTTv1vse4sVFDJkGFUPXKRWNvDaerJxe06DnDsj6GrQXkqAgvM_WM5cvNIU4c_lCaYiOj_EiNtbX4-u1IbLJ2O3QamBN4dOyU60MRro2HARfcp7I3gf_bcjVxSNwFNZo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;495&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 525px; overflow: hidden; width: 496px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;525&quot; src=&quot;https://lh5.googleusercontent.com/t2XQJYRKMm_73RjlgI0gXXMFG7IKE_mVoIb0nT-3TwptdGHUyr9VOG94NZhlF-ULlgf6SJVXk-52qCBrJFHDgDUONZe8nn62_leMyJ-cVcC_-NKR3WsHRjQVzvzccJqD33_Qcu3bmhCg3u0el_9DyG8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;496&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 528px; overflow: hidden; width: 497px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;528&quot; src=&quot;https://lh5.googleusercontent.com/wEkGvX6eUuyKvl4sXK7dbdRtDIxyqYz3eZaOtF2RrdvncGmx-te6gNsVdbR1GSwJSF7ajk7JVoVcZPwVgjg3FoUC_vcISVlCqtZIIZ50gYHQk43IfnR7-KHOOGva-ognbTNSslypzTkTfi2n14h9II0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 528px; overflow: hidden; width: 497px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;528&quot; src=&quot;https://lh6.googleusercontent.com/MANkdQ8LMeJc3t0aLOH3GvL_ca99qw7_YVWX69r9lbzem1G448zuDyS7g10xYoKkB_r3I4VqssjXybr1axAE6wuZh_WdSFS6IBOb8n8x_0XTDSmK97apZO69AsHHIjJTB1t8nCSSaoW-ub5XO-sltEc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;497&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Click on the Finish button.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Now your virtual machine is ready to install Linux 7.9 OS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Section: B (Install Linux 7.9 OS on first Virtual Machine)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;1. Double Click on CD-ROM Devices. Select Use ISO image when you planning to install OS through ISO image otherwise Use physical drive.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 337px; overflow: hidden; width: 367px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;337&quot; src=&quot;https://lh6.googleusercontent.com/q0Xnz4ogVFnziIrZ9kjxoN4903JI3yWhBUAAGO5oqHlg1_eqKlapmKG9Yhs9es-7oGEhLeTk_Xt7k9QikY68iHtZ0N_aPcFXd4GlXUnPk3OCZw7zNRCCBhxf0Qm-hLpfaKlCsYc4VymWHGoB9bjfqso&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;367&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 329px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;329&quot; src=&quot;https://lh5.googleusercontent.com/TWq1rw2niJK6W7xLlMCLAcVu7Qm7hAPgp_n6cxqDhb63vQZRj4WaqitL8y5C4WvQ2RhJF8qpuTi7xem1wnHuX1vlFBUZH2vFxIYF-kvyyu3M0hq4O_MHBryvKS3-MDZDsf2eoN0DGkd7TaEpVCNUnG8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 520px; overflow: hidden; width: 397px;&quot;&gt;&lt;img height=&quot;520&quot; src=&quot;https://lh4.googleusercontent.com/VYtA37_tIsLTqQOn-3HUpYS-tYT6WnMEI9r0zbrSVZEOOBlN-gImsHaDXuStkQ6d6ROnTRNIaUzErciMve0hnRRZMHa7RjKmaKyDnmXCkSzwz8lpo17_n256P9GsL0PcgliYWMqplSlrfSkr3trZ8Xk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;397&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;2. Click on Start the Virtual Machine.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 469px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;469&quot; src=&quot;https://lh5.googleusercontent.com/XOnUYB8dtxZymuzxu2IJn0veJg0WTwdkb_WZFOKunWpTo6NOBclkJcn3NlkjL5FfMClYgQXaQeK9Sjxk7WSC5jdusi0jkwFiPnreXBVl0XcPd068EHnNaj9R1aSypr4ePUi_8UEIRPfbxXhq_gnk8zM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Click on&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 98px; overflow: hidden; width: 271px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;98&quot; src=&quot;https://lh4.googleusercontent.com/JB7r5007wpgOOEa1qJsqfGQUbnLHwtBgFJbWNRtO91QQfmZN9f1vzvtPna-Jhphwrd5vXZUt95sinn9mOAv22xGGNN1HDgbj97dBXb5h9x5dy_xR8n1CFetnUYMPpjB0ZYyTCbGYzSKunSAC0914UJA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;271&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 78px; overflow: hidden; width: 372px;&quot;&gt;&lt;img height=&quot;78&quot; src=&quot;https://lh4.googleusercontent.com/_J83otB0MCF6vl3iF9Z8sjG6gy3n4nWKwbPlMV3KPdUppDPw9RgybedqJQ8AOa1I-dtcRFgmp5bhewWHSZ8qvqJJbk7RhQ5R8mDZ3tlSm1CuQ8Hr0r88Lml7smVnVvW4qslVK6Y5B1fiR_nqc2rfCmE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;372&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 82px; overflow: hidden; width: 310px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;82&quot; src=&quot;https://lh4.googleusercontent.com/VO60_Kxb1xlV3SJnXVyCy5Qfy2_RCOSgvpd8EsH7MqcQteVp12iJVCqLm00jo9-XbDKfflM3W6rcIbRw9Qhdc_-Eop85CCQKDXHpqZtFwPF4V_gEOOhcDDtwCxMNShlhawCdPLIt-vmxg51F9XjmgfQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;310&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 396px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;396&quot; src=&quot;https://lh6.googleusercontent.com/SfFT7sNzjsBc9YcXsW3Cv-dKc4CaC547QWpMsNIAXtSg3gNwWY9V6wJGrqcfkx3nGZa8Jic6mBiCVC3LRVsbpRh7tnpGobcF-6bu9BmkqX9SIJV_IvOVK-EoWPlC75jERS3dKgKfrl6DpUiDq4p5hp8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 72px; overflow: hidden; width: 328px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;72&quot; src=&quot;https://lh6.googleusercontent.com/bYzkJLhVjnYdtJAgEDqjY6z2OFuGscfZ4rVN71nmNjU-qdWDJAmCqZ-XO58rhCwxV675MY2D6fhENYF9qyAnJiTzJtKENfXlvTkZBzA6-G2Yh_QVbUiBoqkHfyBd_n-sRR48oKFO7_CCgeFHIf0K2xE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;328&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 113px; overflow: hidden; width: 487px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;113&quot; src=&quot;https://lh6.googleusercontent.com/aqnRk7n6ikula3tBfZfp8zTP5FwHtoNrFolTsBHEA0MxUYJHhFyWw1kWz4jM-mubvngMBZ1sAYYi4FAExyD1hxHj2sr2BQyzFhj9Eh35KlH4N6k0j2-EdqH9AE9mGQy97ly8in41OZ6VsfE6Jsiug0Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;487&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/10GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/boot 500MB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/var 6GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/swap 10GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/home 20GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/oracle 156 GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 57px; overflow: hidden; width: 157px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;57&quot; src=&quot;https://lh6.googleusercontent.com/-uUErVsL7dKMCDnIb5frsXF_yOknulE90TmTF35ESLqFLJHgADxXR12b3h7W_Xojg0Ay1N1L_HHPe7P__Zt5dGg4ogmLuhbYrjJoksdbzMXe685QS9ADdL6GGYAB52lGjGMZAQyb7s_f0pc4YRjYGhE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;157&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;reboot machine&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Perform below steps&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1: &lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the internet connectivity and network adapters are enabled.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ping google.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2 : &lt;/span&gt;&lt;span style=&quot;background-color: transparent; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the YUM is working by using the below command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;yum repolist&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 1pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 3:&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Install Pre-installed packages&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;First thing is to install a pre-install package for the database.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd /etc/yum.repos.d&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;wget https://yum.oracle.com/public-yum-ol7.repo&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Using a text editor for Oracle Linux 6 or 7, change the field &#39;enabled=0&#39; to &#39;enabled=1&#39; for the repositories corresponding to the machine&#39;s operating system while also enabling the &#39;addons&#39; channel. Here&#39;s an example of a repo file&#39;s entries:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #6aa84f; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[ol7_latest]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;name=Oracle Linux $releasever Latest ($basearch)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgcheck=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #6aa84f; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;enabled=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #6aa84f; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[ol7_addons]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;name=Oracle Linux $releasever Add ons ($basearch)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgcheck=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #6aa84f; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;enabled=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[ol6_UEK_latest]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;gpgcheck=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;enabled=1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt 10pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;For Oracle Linux 6 or 7, update all packages and then install the preinstallation rpm by running the following yum commands:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;yum update&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Install Required RPM’s for Database&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;yum install elfutils-libelf*&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;For 11g:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.5; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #161513; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;yum install oracle-rdbms-server-11gR2-preinstall&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;For 12c:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;yum install oracle-rdbms-server-12cR1-preinstall&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: large; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 5 :-&lt;/span&gt;&lt;span style=&quot;font-family: verdana; font-size: large; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Disable secure linux by editing the “/etc/selinux/config” file, making sure the SELINUX flag is set as follows.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SELINUX=disabled&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Change &lt;/span&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Enforcing&lt;/span&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; to &lt;/span&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;disabled&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: white; color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Section : C (&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;network interface for private connectivity)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;1. Click on Edit virtual machine setting&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Click Add button and select Ethernet Adapter&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;3.&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Select Bridge Network type&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Shutdown the machine and close it from VM Console&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Section: D (Create Shared Storage and Configure)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;►Create virtual disks for storage usage, which is shared by Both Machine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;1. down the virtual Machine (RAC1)&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Go to VMware Server Console. Click on Edit virtual machine settings.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Virtual Machine Settings: Click on Add.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Add Hardware Wizard: Click on Next.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Hardware types: Select Hard Disk.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Select a Disk:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disk: Select create a new virtual disk.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Select a Disk Type:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Virtual Disk Type: Select IDE (Recommended).&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Specify Disk Capacity:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disk capacity: Enter “100GB.”&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Select Allocate all disk space now.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Specify Disk File:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disk file: Enter “F :\&amp;gt; SHARED-STORAGE\DISK1.vmdk.”&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Click on Advanced&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Add Hardware Wizard:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Virtual device node: Select IDE0.1.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Mode: Select Independent, Persistent for all shared disks.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;3. Click on Finish.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;► &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Modify virtual machine configuration file.&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Additional parameters are required to enable disk sharing between the two virtual RAC nodes. Open the configuration file, F:\&amp;gt;SUNOS-1\ Solaris 10.vmx.vmx and add the bold parameters listed below.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;priority.grabbed = &quot;normal&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;priority.ungrabbed = &quot;normal&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;disk.locking = &quot;FALSE&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;diskLib.dataCacheMaxSize = &quot;0&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:1.sharedBus = &quot;virtual&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:0.redo = &quot;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ethernet0.addressType = &quot;generated&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ethernet0.connectionType = &quot;hostonly&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:1.present = &quot;TRUE&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:1.fileName = &quot;E:\SHARED-DISK.vmdk&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:1.redo = &quot;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;checkpoint.vmState = &quot;&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ide0:1.mode = &quot;independent-persistent&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;scsi0:1.deviceType= &quot;disk&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;disk.locking = &quot;FALSE&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;diskLib.dataCacheMaxSize = &quot;0&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;scsi0:1.sharedBus = &quot;virtual&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;floppy0.present = &quot;FALSE&quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Save it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Section: E (Create&amp;nbsp; Second Virtual Machine)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;1. Create the windows folders to house the second virtual machines.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;E:\&amp;gt;mkdir RAC2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Shutdown the First Virtual Machine&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;3. Copy all the files from F:\RAC1 to E:\RAC2&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;4. Open VMware Server Console, press CTRL-O to open the second virtual machine, E:\RAC2\Solaris 10.vmx.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;5. Rename the second virtual machine name from RAC1 to RAC2.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Click on Start this virtual machine to start RAC2, leaving RAC1 powered off.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;RAC2 – Virtual Machine: Select create a new identifier.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Start First Machine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Configure network on first Machine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 532px; overflow: hidden; width: 527px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;532&quot; src=&quot;https://lh3.googleusercontent.com/2QEVTY3mr4ZBCXLlYHnRRoijRZy5Lm4OCQ4XsbnOpXdhcaBZgVYu8V7ajBEZX6RXeTdwhYWk2QtfkgwAbUA7u_cd57lLDB668w1AHChu5HT3QvXbW_My5n_72LFToYhjBtXpS50kSA-VI6eZSzRGELM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;527&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 375px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;375&quot; src=&quot;https://lh5.googleusercontent.com/PfWAV4soKe-SZypbzzcqE0Y-BSvX5RTUjtebFKvXezL1s--RN4ttUI1UJ_hMrS3voP2eBBk4BtBWQxxfTph3i_uinItISQgzqp801wutM4nNmTV6WwQEpeiV-O1WqywobvMsyrWukkgC0JS069dSiEc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 348px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;348&quot; src=&quot;https://lh3.googleusercontent.com/pgLn0aaNnuzEeRWBw5-jQgRD1FCt9iVSuddpip1s1e9_1JJL_HI7XyfJyV75nUQGMu4P2IYi7EL2u-2oBlHYCG0CNqQe_dFBM_vZT2mfIjV6g7NbgK0oCmv2QHs5Jf5McRGimDrK30HCeE18t-cbWnE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 388px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;388&quot; src=&quot;https://lh4.googleusercontent.com/fIkx_UeIjZzZWetc0M2DGxqMtqJgxEuoNcyISyDwa3_rwCiCUfcqNM4Y78HmU_qmtC0fFDAT1AnE2dWxwyTesDrrKYsDCenM3LxdsApI6Ix4NgavtDbYsCWfttsIB9WrNn3Fq9FRKAIimC7izSk2JpU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;validate and if need to change&amp;nbsp; hostname in /etc/hostname file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;validate /etc/resolv.conf file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 88px; overflow: hidden; width: 432px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;88&quot; src=&quot;https://lh3.googleusercontent.com/cxd4kIaSbfijcDpZkNxZSGfXtnmM8EUvtfLZn41bakSZSoLePimAU2ZbgnnovClSySYch9NpfoK_aq0EePp9IJXBJrY6QtJCbLEzwnHWKg975E-Okyqi5m8SYaEPGBK_e7Mkz1mX-iQzh7ZE3hmId-w&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;432&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Put the following entry in the /etc/hosts file on First node Node.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.111&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.222&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.158.11&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.158.22&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.50&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.60&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.20&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.30&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.40&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Configure network on Second Machine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 532px; overflow: hidden; width: 527px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;532&quot; src=&quot;https://lh3.googleusercontent.com/2QEVTY3mr4ZBCXLlYHnRRoijRZy5Lm4OCQ4XsbnOpXdhcaBZgVYu8V7ajBEZX6RXeTdwhYWk2QtfkgwAbUA7u_cd57lLDB668w1AHChu5HT3QvXbW_My5n_72LFToYhjBtXpS50kSA-VI6eZSzRGELM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;527&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 375px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;375&quot; src=&quot;https://lh5.googleusercontent.com/PfWAV4soKe-SZypbzzcqE0Y-BSvX5RTUjtebFKvXezL1s--RN4ttUI1UJ_hMrS3voP2eBBk4BtBWQxxfTph3i_uinItISQgzqp801wutM4nNmTV6WwQEpeiV-O1WqywobvMsyrWukkgC0JS069dSiEc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 300px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;300&quot; src=&quot;https://lh6.googleusercontent.com/0M6Clcqe5c1c-wOkznESKdoITDNOIlrxutcNf88B3lxr5DqFDiv3BLlPp4a1KOnUC3AtUUs2oHXpDnJmFySZHS5Vj-fFJpbXDHcAu4aR8m19iNxqFgmaWmZwmvhVsCXhL505gdQomzlkLb1VgFpCsQw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 291px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;291&quot; src=&quot;https://lh3.googleusercontent.com/sM8pF5BBVgMXQqflxQ2A5mtGFxftMn430KD41ZFJ9_NIPEyE1BgZ8dgPtiVt3w4jGKNHB5X1p9QVngA1yxZVAQ3SZPzJL_UdqnjKWqm1iEQV0Z_JYJPMxK91If0j6IRgqdPNaw_CyRUe5rMN5wZMNG0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;change hostname in /etc/hostname file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;validate /etc/resolv.conf file&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 88px; overflow: hidden; width: 432px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;88&quot; src=&quot;https://lh3.googleusercontent.com/cxd4kIaSbfijcDpZkNxZSGfXtnmM8EUvtfLZn41bakSZSoLePimAU2ZbgnnovClSySYch9NpfoK_aq0EePp9IJXBJrY6QtJCbLEzwnHWKg975E-Okyqi5m8SYaEPGBK_e7Mkz1mX-iQzh7ZE3hmId-w&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;432&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Put the following entry in the /etc/hosts file on Secondnode Node.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.111&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.222&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.158.11&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-priv&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.158.22&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-priv&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.50&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1-vip&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.60&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip.indiandba.com&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2-vip&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.20&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.30&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;192.168.157.40&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;scan.indiandba.com&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Reboot both machine&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Start First / Second Machine&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;Section: G (Prepare Disk for OCR, Voting and ASM Storage)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1. Run below mention command on &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;first node&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$fdisk -l&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 97px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;97&quot; src=&quot;https://lh6.googleusercontent.com/JSmbNjg4Kq54fXBsPVgkLMQmf7PScsjmLmym6rwPGKofmBVk4XnrJ7_FUHRNeMvGNXmpQcB2NoLZrjhkH6TUoTjS2XooxIr2FAFm-kyGkSrz1acHhajfBsZM14gRhHIeV1NzIrGHJOitqAgyYS7MGTY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Log on to RAC1 node and complete bellow mention procedure.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[root@racnode1 ~]# fdisk /dev/sdb&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Welcome to fdisk (util-linux 2.23.2).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Changes will remain in memory only, until you decide to write them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Be careful before using the write command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Device does not contain a recognized partition table&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Building a new DOS disklabel with disk identifier 0xb5629e2e.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Command (m for help): n&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition type:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;p &amp;nbsp; primary (0 primary, 0 extended, 4 free)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;e &amp;nbsp; extended&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Select (default p): p&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition number (1-4, default 1):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;First sector (2048-52428799, default 2048):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Using default value 2048&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Last sector, +sectors or +size{K,M,G} (2048-52428799, default 52428799): &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;+6GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition 1 of type Linux and of size 5.6 GiB is set&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Command (m for help): w&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;The partition table has been altered!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Calling ioctl() to re-read partition table.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Syncing disks.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[root@racnode1 ~]# fdisk /dev/sdb&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Welcome to fdisk (util-linux 2.23.2).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Changes will remain in memory only, until you decide to write them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Be careful before using the write command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Command (m for help): n&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition type:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;p &amp;nbsp; primary (1 primary, 0 extended, 3 free)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;e &amp;nbsp; extended&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Select (default p): p&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition number (2-4, default 2):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;First sector (11720704-52428799, default 11720704):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Using default value 11720704&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Last sector, +sectors or +size{K,M,G} (11720704-52428799, default 52428799): &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;+10GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Partition 2 of type Linux and of size 9.3 GiB is set&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Command (m for help): w&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;The partition table has been altered!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Calling ioctl() to re-read partition table.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Syncing disks.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[root@racnode1 ~]#&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;validate partition on second node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 172px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;172&quot; src=&quot;https://lh4.googleusercontent.com/V0HH5zDRpcc3CLTw0NpyeuaBEuogZv-WDvfu9FgtntjTtNLY8GwhC9uZr4UhoBG2oGdYZCo-acejOCk-BLwroh2DsOPhbT6WgSgDb2a03vWINhqVhNBfuNxZ3-cnIb2ae4uEAPHmuBhCG4W57fVxoII&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Perform on both node&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Map raw devices for ASM disks. &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;A raw device mapping is required &lt;/span&gt;&lt;span style=&quot;font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;only &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;if you are planning on creating ASM disks using standard Linux I/O. An alternative to creating ASM disks is to use the ASM library driver provided by Oracle. You will configure ASM disks using ASM library driver later.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Perform the following tasks to map the raw devices to the shared partitions created earlier. The raw devices have to bind with the block devices each time a cluster node boots.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;To make the mapping effective immediately, execute the following commands as the root user:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.71428; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: whitesmoke; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/bin/raw /dev/raw/raw1 /dev/sdb1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.71428; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: whitesmoke; color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/bin/raw /dev/raw/raw2 /dev/sdb2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# chown oracle:dba /dev/raw/raw[1-3]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# chmod 660 /dev/raw/raw[1-3]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# ls -lat /dev/raw/raw*&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;crw-rw---- 1 oracle dba 162, 3 Nov 4 07:04 /dev/raw/raw3&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;crw-rw---- 1 oracle dba 162, 2 Nov 4 07:04 /dev/raw/raw2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;crw-rw---- 1 oracle dba 162, 1 Nov 4 07:04 /dev/raw/raw1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.56; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Section: H (Configure SSH)&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1 &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Create .SSH, and Create RSA Keys &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;on Each Node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Log in as an Oracle/CRS user and execute bellow steps&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ mkdir ~/.ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ chmod 700 ~/.ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ cd .ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ /usr/bin/ssh-keygen -t rsa&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;At the prompts:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Accept the default location for the key file (press Enter).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Enter and confirm a pass phrase unique for this installation user.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 5pt; margin-top: 5pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2 &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Add All Keys to a Common authorized_keys File&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;On the primary node (RAC1), change directories to the .ssh directory. Then, add the RSA key to the authorized_keys file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ cd .ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ cat id_rsa.pub &amp;gt;&amp;gt; authorized_keys&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ ls&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;In the .ssh directory, you should see the id_rsa.pub keys that you have created, and the file authorized_keys.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 3&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Copy authorized_key file to all cluster node (RAC2)&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ scp authorized_keys RAC2:/export/home/oracle/.ssh/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;The authenticity of host &#39;rac2 (192.168.0.222)&#39; can&#39;t be established.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;RSA key fingerprint is c0:1f:20:34:54:b2:cd:9f:42:f2:d6:25:36:2f:3e:db.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Warning: Permanently added &#39;rac2,192.168.0.222&#39; (RSA) to the list of known hosts.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Password:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;authorized_keys&amp;nbsp; &amp;nbsp; &amp;nbsp; 100% |*****************************| &amp;nbsp; 221 &amp;nbsp; &amp;nbsp; &amp;nbsp; 00:00&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 4 &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in on second node (RAC2) and Add the RSA keys for the second node (RAC2) to the authorized_keys file:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$cd .ssh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$cat id_rsa.pub&amp;nbsp; &amp;gt;&amp;gt; authorized_keys&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 5 &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Copy authorized_key file to all cluster node (RAC2)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ scp authorized_keys RAC1:/export/home/oracle/.ssh/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 6&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Enabling SSH User Equivalency on Cluster Member Nodes. On the system where you want to run OUI, log in as the ORACLE/CRS user and execute:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ ssh racnode1 date&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ ssh racnode2 date&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ ssh racnode1-priv date&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ ssh racnode2-priv date&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Validate /etc/resolv.conf&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disable Firewall on both node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;systemctl status firewalld&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;systemctl stop firewalld&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;systemctl disable firewalld&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/create-infrastructure-for-oracle-rac-on.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-6669575169834493547</guid><pubDate>Fri, 24 Feb 2023 09:20:00 +0000</pubDate><atom:updated>2023-02-24T15:26:32.277+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Upgrade Clusterware &amp; Database from 12cR1 to 12cR2</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;a href=&quot;https://drive.google.com/file/d/1cgwr2Gqx90g-iRuxGpQYHeFuZS8HPvBq/view?usp=share_link&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download Grid Software&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-ad016bdf-7fff-9c34-905d-1d3e44649b96&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 11pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;heck GRID Infrastructure software version and Clusterware status:&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd $CRS_HOME/bin&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ ./crsctl query crs activeversion&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Oracle Clusterware active version on the cluster is [12.1.0.2.0]&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ ./crsctl check crs&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4638: Oracle High Availability Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ ./crs_stat -t&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 521px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;521&quot; src=&quot;https://lh4.googleusercontent.com/elU9cZqnK-rFzMY_SzYcmY84kfIgcMuh75dgkC0HrgGOyCbfm0HhnbltUhQPCoMcKsIEFjJQTq0RPa00se3rULi7VsAOG-V3Gd7a-xPIz2olTYogpTNm0K3szNe3_7iCkCpyuCavv0e0QyxI1iJyGRM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check Database status and configuration :&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ ./srvctl status database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 363px; overflow: hidden; width: 511px;&quot;&gt;&lt;img height=&quot;363&quot; src=&quot;https://lh3.googleusercontent.com/JaevpI3plgGR8lLAdwSTxvsHgy_eagHC26kOjPgGT9R00xsdB2JXAKSHPuV2485Nb4s9hvYuPjV_cdJeBM-2BzrV0smNMddisCsg4L-wmgllWa8biJFlGC70kUcdkACxuugy-gz5YT80ehCi0h55IkE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;511&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perform local backup of OCR&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[root@racpb1 ~]# cd $GRID_HOME/bin/&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[root@racpb1 bin]# ./ocrconfig -export /home/oracle/ocrfile_bkp_121&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Move the 12cR2 GRID Software to the server and unzip the software :&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;unzip &lt;/span&gt;&lt;span face=&quot;&amp;quot;Helvetica Neue&amp;quot;, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;V840012-01_GRID.zip&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; -d /oracle/grid/12cr2&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run cluvfy utility to pre-check&amp;nbsp; any errors :&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/12cr2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /oracle/grid/12cr1 -dest_crshome /oracle/grid/12cr2 -dest_version 12.2.0.1.0 -verbose&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Validate the result and work on missing component&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #93c47d; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Need to Apply patch 21255373&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download Latest O&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: Verdana; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Patch &lt;/span&gt;&lt;a href=&quot;https://drive.google.com/file/d/1gAD2U02COucaNh2pJ8FrPqTlY3wgMGMA/view?usp=share_link&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;background-color: white; color: #1155cc; font-family: Verdana; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;6880880&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: Verdana; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Move OPatch director from GI and Db Home on all rac node&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: Verdana; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Copy Latest OPatch utility to GI and DB Home on all rac node&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: Verdana; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;First Apply patch on First Node&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the pre root script as root user in GI Home&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;lt;GI_HOME&amp;gt;/crs/install/rootcrs.sh -prepatch&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Apply the GI patch using as GI user&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./opatch apply -oh /oracle/grid/12cr1 -local /home/oracle/12c/21255373/21255373&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Apply the DB patch using as oracle user &lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;As the database home owner execute:&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: Arial; font-size: 11pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./opatch apply -oh /oracle/db/12cr1 -local /home/oracle/12c/21255373/21255373&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.5; margin-bottom: 10pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the post script as root user&lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# &amp;lt;GI_HOME&amp;gt;/rdbms/install/rootadd_rdbms.sh&lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# &amp;lt;GI_HOME&amp;gt;/crs/install/rootcrs.sh -postpatch&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.5; margin-bottom: 0pt; margin-top: 10pt; padding: 0pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Now Perform above steps for Second node&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.5; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the datapatch Utility&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SQL&amp;gt; Connect / as sysdba&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;startup&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;% cd $ORACLE_HOME/OPatch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./datapatch -verbose&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Agian Run cluvfy utility to pre-check&amp;nbsp; any errors :&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/12cr2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /oracle/grid/12cr1 -dest_crshome /oracle/grid/12cr2 -dest_version 12.2.0.1.0 -verbose&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Review the Result:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Verifying Package: cvuqdisk-1.0.10-1 ...FAILED (PRVG-11551)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Solution: Perform on both node&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;log in as a ROOT user and go to Grid Home&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /oracle/grid/12cr2/&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;find ./ -name cvuqdisk*&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./cv/rpm/cvuqdisk-1.0.10-1.rpm&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./cv/remenv/cvuqdisk-1.0.10-1.rpm&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rpm -Uv ./cv/rpm/cvuqdisk-1.0.10-1.rpm&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Preparing packages...&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cvuqdisk-1.0.10-1.x86_64&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cvuqdisk-1.0.9-1.x86_64&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rpm -qa | grep cvuqdisk&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-left: 36pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cvuqdisk-1.0.10-1.x86_64&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Issue:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Verifying Disk group ASM compatibility setting ...FAILED&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DATA: PRVE-3175 : ASM compatibility for ASM disk group &quot;DATA&quot; is set to&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;11.2.0.0.0&quot;, which is less than the minimum supported value &quot;11.2.0.2.0&quot;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;OCR: PRVE-3175 : ASM compatibility for ASM disk group &quot;OCR&quot; is set to&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;11.2.0.0.0&quot;, which is less than the minimum supported value &quot;11.2.0.2.0&quot;.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Solution:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 2.05715; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 21pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the compatibility of a ASM diskgroup&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 2.4; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 21pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SELECT name AS diskgroup, substr(compatibility,1,12) AS asm_compat, substr(database_compatibility,1,12) AS db_compat FROM V$ASM_DISKGROUP;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DISKGROUP&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASM_COMPAT &amp;nbsp; DB_COMPAT&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;------------------------------ ------------ ------------&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;OCR&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.2.0.0.0 &amp;nbsp; 10.1.0.0.0&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DATA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11.2.0.0.0 &amp;nbsp; 10.1.0.0.0&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the ASM attribute&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;column value for a20&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;column name for a20&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SELECT group_number, name, value FROM v$asm_attribute ORDER BY group_number, name;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;select NAME,VALUE from v$asm_attribute where name like &#39;%com%&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Alter command only used to increased value&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ALTER DISKGROUP OCR SET ATTRIBUTE &#39;compatible.asm&#39; = &#39;11.2.0.2.0&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SQL&amp;gt; alter diskgroup DATA set attribute &#39;compatible.asm&#39;=&#39;11.2.0.2.0&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Diskgroup altered.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;SQL&amp;gt; ALTER DISKGROUP DATA SET ATTRIBUTE &#39;compatible.rdbms&#39; = &#39;11.2.0.2.0&#39;;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Diskgroup altered.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Upgrade 12cR2 by executing runInstaller :&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;div align=&quot;left&quot; dir=&quot;ltr&quot; style=&quot;margin-left: 0pt;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;528&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 62.5pt;&quot;&gt;&lt;td style=&quot;background-color: white; overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: right;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;How to Apply a Grid Infrastructure Patch Before Grid Infrastructure Configuration (before root.sh or rootupgrade.sh or gridsetup.bat) is Executed (Doc ID 1410202.1)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Update OPatch to latest version&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Make Sure OCR size not less than 35 GB&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download and unzip latest PSU Patch &lt;/span&gt;&lt;span style=&quot;background-color: #fafafa; font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;33583921&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;go to /oracle/grid/12cr2&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;To apply only Release Updates:&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./gridSetup.sh -applyPSU &amp;lt;PSU_PATC_LOCATION&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./gridSetup.sh -applyPSU /home/oracle/&lt;/span&gt;&lt;span style=&quot;background-color: #fafafa; font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;33583921&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log Location : /oracle/grid/12cr2/cfgtoollogs/opatch&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/p2294ffk2XujrPk_oX0-VhtMpSEF6_R1uGkk1M5n18PlkI5JutuPDjSTmx00Sy3NKBCDQpdDoEfus1ER54OKYDQP2RwTIylJeNI54h24QDF74fOEF6x6rm7fZk6Gz0JWmSl5THIngE-fSjRvL3QT7WM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/YeupKSYy8vv2In-VpmacM7NaK7P2KQLr2t8067M4jh2-CiP4uJpU-8YGm6GOsdqRR_6kZk0zIDG-Q2fyqLmRdKnS4hXebws6IWAYUTgQrrtpY4m9yiJVM6NBNhjBVU5BpdPyBeJG7SwAKdb6VTGg3Nk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh6.googleusercontent.com/35wvb92okYP69wqMPB7kA2HjmkH19P0yDyqXTOxkh5xJfhACHFvpAvnc8DAl3FRPVEthBHsT4xyukl9GyS7Rm_homw19MyJFQ-hQnP2A4r_Ucts9V5uvGykZayOgNtbAn6PKwepqN0En_WDw3DFsr_g&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/uhuSbqms3eXe3c4tWy1dXlyWfRcLjbuKL-NmcvhdrP7H4DsuAQRUw6FZH4glTpzy9qWWyooH0rfeOHvQKuaDPEkhV2BETJ_HXiiCoYWKj-ZAs2kTYHk_NfCFQXNYYVXK6tQj784SlMf2BPScgp3EYRA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/8iD4CxfTULpEHWa1wQ3HEkxJ1lxtvDcZn2_MW70A9tUxXpRcxZMH_f7uvP1urdwYDcaqiky8Yn4zabBrtOq4peIVIxs4ElVOyk9sOfVX1HYLh1nIVO1hXtw_2Gxm7O-9dnMb7Wbll-t4xI0oL9p3hJI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/eHApMw7CIu2IKdxg2JMm1W4wJ3BK3tRkQaBeim1f8PcK6R_hQROavhCGDVhu6Qqu8DD92Lu_W5fvdYVa7lpTBmt2BjMxeHPqeFIl3yQNJvQNsZn00iE104II4e_PTqqFE6I2B8H2us9iG9XpCWW5_l0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Issue:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: red; color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PRVG-10091 : failed to retrieve the ASM password file location for an ASM instance&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Solution:&lt;/span&gt;&lt;/p&gt;&lt;div align=&quot;left&quot; dir=&quot;ltr&quot; style=&quot;margin-left: 0pt;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;528&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 49.75pt;&quot;&gt;&lt;td style=&quot;background-color: white; overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PRVG-10091 : failed to retrieve the ASM password file location for an ASM instance (Doc ID 2256199.1)&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: right;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;How to recreate shared ASM password file in GI clusterware (Doc ID 1929673.1)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;a href=&quot;https://shivanandarao-oracle.com/2013/12/30/ora-15221-asm-operation-requires-compatible-asm-of-string-or-higher/&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-family: Verdana; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ORA-15221: ASM operation requires compatible.asm of string or higher | Shivananda Rao (shivanandarao-oracle.com)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh6.googleusercontent.com/gVisMElHGGWGmt9-DkQEnEcKM3HyCjT0sFQ8pB_Xj5GN2tIDcpmDXt3i4anBF3DR0uc0IlWL4zRjsXPwws-c7KbgjRDPtpQE3t3d4mhyT8_v2uMHLrKINPuJDpZOLR2UNNk6Nk6m9xtXmOcE-QO4qHU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;left&quot; dir=&quot;ltr&quot; style=&quot;margin-left: 0pt;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;528&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 36.25pt;&quot;&gt;&lt;td style=&quot;background-color: white; overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh6.googleusercontent.com/q-afyiY--aieK83c7fOIuBuKrs9BAKIppgGIL5bzlvOwfiErN0mEzZDlZSPw1z6i2kArSv0FJvcmCHTkJUQB8ygiKLAPrXFl5gjKdv5OjtcRtrH4POXmKZsAUooXy9m4mAOHwdjLtZXi2O1SbmteGp8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 323px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;323&quot; src=&quot;https://lh5.googleusercontent.com/SG0tFWxNjGPS07lgk3ygJLIjhg1kdyQi3L_uw4hsuzospYx15Zgdr8k9oLTiTWd2h_bRqHwElVqs6sLYe54kRNb9x3ZcPrOkc9AFlfUaOsqTYIJdQj_ABVMUj6wSU_-CG6m4hDQC6hTgZs6Mo7r0ynE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;When prompted, run the &lt;/span&gt;&lt;span style=&quot;background-color: #eeeeee; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh&lt;/span&gt;&lt;span style=&quot;color: #222222; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; script on each node in the cluster that you want to upgrade.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the script on the local node first.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 30pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The script shuts down the earlier release installation, replaces it with the new Oracle Clusterware release, and starts the new Oracle Clusterware installation.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;color: #0a0a0a; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;After running rootupgrade.sh script,Click the OK button.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrdae.sh failed&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: black; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;validate the Log File: $GRID_HOME/cfgtoollogs/crsconfig/rootcrs_xxxx.log&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;fix the issue and rerun &lt;/span&gt;&lt;span style=&quot;background-color: #f9f9fb; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh -force&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #f9f9fb; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 425px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;425&quot; src=&quot;https://lh5.googleusercontent.com/nsPFU30Rl_fb6QxnxhXtvMyMt7SkQfy_fu0vbpRckV--IwumOV5E5-uqM-K3GVYpXFvwTPCVqItf98uyMODFluP-FdDUog3SPRudKWBZXMUqaPWMeZB2c8btw7FJCB7i8Dju_eQ52aeZkGRMRKi6b3M&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #f9f9fb; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 20pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Ignore&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the Clusterware upgrade version:&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /oracle/grid/12cr2/bin/&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./crsctl query crs activeversion&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Oracle Clusterware active version on the cluster is [12.2.0.1.0]&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;srvctl status database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Validate the services after CRS upgrade:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: #e0eaf1; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: -6pt 0pt 0pt 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./crsctl status resource -t&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Then check the status of the clusterware globally as follows:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;# crsctl check cluster -all&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode1:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;racnode2:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt 10pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Install RAC database from 12cR1 to 12cR2&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;a href=&quot;https://drive.google.com/file/d/17kCq8zmqjKNd-AfoNolar7_8i40yTV0H/view?usp=share_link&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download DB Software&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check the preupgrade status&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /home/oracle/12c&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./runcluvfy.sh stage -pre dbinst -upgrade -src_dbhome /oracle/db/11g -dest_dbhome /oracle/db/12cr1 -dest_version 12.1.0.2.0&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span face=&quot;&amp;quot;Open Sans&amp;quot;, sans-serif&quot; style=&quot;background-color: white; font-size: 13.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;go to the 12cR2 database dump directory&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /home/oracle/12c/database&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./runInstaller&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/iJywlMF3UTxlDEUsNzkmWOdNEJy-VHQB0gotBC2sn7rk3qogicFYsbGUVtp_ANs4edupB4XtZ3wrapPHUQhvXINYGmx6Km0_rCAat6KxWePKU83k0OZojySi8-NhNQAunEoB6pqsmIp2Oan0v4J4V_A&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh3.googleusercontent.com/4IFcdSeNHBUbdMx_HzcJb1PpdjnhijAQ28CJsm3emn1LJrCCKKaYDTHEoN4RLuttOinRKzvp1u7ApWtVaolU0ELP1GmJLeiXxVkOCL3jAW11jiFsImcHe00War7avKc9ngTaUfPx42o-VAmAhUSyUlw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh3.googleusercontent.com/Yy3VSV4gtUkchFFL7gyUh4mvsrG-R9IMvBf_jesuDdN9S6pcWLx2wRpZKO_katuOqVqse0-bCeH9IqLDPIc8wqO1k7mBJ2EckBk5TO4PN7WRmJs2rdshafc0Q4BGEZtrh2SX7EgQU27nLMS7FUlkp_U&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/-hZLhDKxNzlcyrP5vjAhcuAQEtdX-zCnO6ld4i-REi60F28edKFNLrmvBUUKMQhLdmLwnp7XrRNdBXaQWmPXytbIxK514oaMhrNjmJd-CduwF6n5RngMMHnV3GtGmKDzNdMjz1jxdataHe53RBDYweM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/YY8sCwqcRdGeJdFLkKaA7PQiaOa9HeKdZoK8Ev9M2wd4xqHRgJwBupyCPlskXCky24zp6aRvqwiYec-rYrmlOa0-7qxMt2cnXBcgElYYmqnylAGO_yqhdhWl9hlQIzgTBkJEig9nAqwXY_NlEdFjT44&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/SJpW1WArzDAdj_yd5iGJWC5myeYU0KVam8JqY_OJLrSmFD7RgPJ2zgsTJvHditMiKxYzo74XVZLPnm-mlXHlc5QH5OEHmervN1wYUN0Ndc4-N4u5hIi0rZ_C6hG3q2Dnxyuc2Ao-tSoEvGxula5Kj7M&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/1HJK6Zf7_4m10WEsF5M8NSq0f-jYjjH3g-al35hDxRG9AAsFsM-UDjwDn2N0m8tHWnn4fvnie1d-eI5xKpRP2nPBnNZ3pxCJaY2fNRJb1WI1lCuFA8B8TDwPasrAORnATsgYz6ZQbpPf0mNKy3rrdEA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/etkiOSQzItafIt64MJKG4NWSGQMb7ncLj2ZckImwipVFcFz-WLesjPMEnUJ0fZ6jBgmkWBFRVQ77-2WsKDZZxpA6GRpNbWG-G3h63Yo_w07J0G-7H68lIZcMuqRyp5JbYW4X7rVdh1sJtvounx8j_tI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh5.googleusercontent.com/QVP3ODsXqN0YsKl585BIYBE05yF6v1tLa0T0uiQHEZAvM1ct8uAgzKardqAzUvG7GKz6DPGE8eDov3DUaPyZxIfwoDJo4b0XwitSZa9Q643_wHcqxL6iW4gb5v-aSpFH8S2Ur_jFGEfQOLEQKsKSp8o&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh5.googleusercontent.com/XayvEmUs_W8A0D0ohoT0jYWVwYqk-uM_E_tPD45hIRnXgg_WlzyFc_-w9tk0hq70k9qEnouPDLW2HxxXnl033Ay_eOT2VuxpFApOqf-edCuKbmtMbKgdhZ_2OynuDX4VoXY01sobgE-fradLciJmUhI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Upgrade RAC database&lt;/span&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Run the DBUA to start the database upgrade&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_HOME=/oracle/db/12cr2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;export ORACLE_SID=PROD1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;invoke&amp;nbsp; —----&amp;gt;&amp;gt; dbua&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh3.googleusercontent.com/bO6VP4zX9q_CKQbfZ7szjRctPrVWVlWzhtr97OOuYlWej9JbCccY1oDu5Nv58JfIkSJ2F3cX09pHs4epaavdvKKDdOvlTG-6AP4aLL6f2-rORKkLcgUGEyM39WloMshRIQ7S0ALXbLe-obqO59gYOlU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh4.googleusercontent.com/rsTUSjFCLlqlLMKnXJto2BEMPxWhBagW-NeYndzdVUI6chsITRdFimXHojdvsSqI6B-v84TAHKKW_KLtI-DMPyYAh716U0e-PrVSnh5TV3TbHE6rOkQao5bHT0CrxWRvejDj6An4LTRkIcNpluU0txk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/FpOPgHdoLuKWNIHQ2xLo9QGLXhplwPPfmKVySMVmjmprgNlf_U7lE9Lol3ctU6HxBYMLNFkX14UlrarVJTIMHEnePWuXfcZ_v_st3_p86T2L1G99BLFKd5H4iqvg5zH_8G2iU1goO4uueYQ4UrU7cHI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/XroTtfNDfddLXSnOUiuge5GqUXo386RZ_nj6Cz5GPw4GeY9lkjvk-D8Zj6Cpk1ZkXpC7O2L2jE1aQK5ZgrP_kKmdYsEOKJo6fCL-8Bvts1sv06gO_O9mveVTkNnKhS6nA8GxCAUzsuxs9gKt_TitT14&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/a8erhZqaJDCPbr2R5DKkO2IPNhjmnbc-HIBkWk4LHbEbYqMHpFi2tQVWUAJ394QCIZqi-7gmRLvNVHJOsYDO4QYQdlhQyBPrKO50dQV0yLAtEsy7YiQhwla-Cn30sj6eCGFnvN3slJ2SZv7tu4KKRs8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh3.googleusercontent.com/BrxUsleOzGrT0lCMsrNq3rFPCmgNmWw7LAT2zUh2xTqvRvYr8I0XZ8iHQPfjTUVTHiyDEBHFFaCxqI-fXX9izK83uqw8a4lKTpa6P0DKjPlEeMqr9wtMn1Nyl8esduDO6dIjWU5mon9pLpBOvdue0Lk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check Database status and configuration :&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ &lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./srvctl status database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$&lt;/span&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; ./srvctl config database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[oracle@racnode1 bin]$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Database unique name: PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Database name: PROD&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Oracle home: /oracle/db/12cr1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Oracle user: oracle&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Spfile: +DATA/prod/spfileprod.ora&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Password file:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Domain:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start options: open&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Stop options: immediate&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Database role: PRIMARY&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Management policy: AUTOMATIC&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Server pools:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Disk Groups: DATA&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Mount point paths:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Services:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Type: RAC&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Start concurrency:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Stop concurrency:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;OSDBA group: dba&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;OSOPER group:&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Database instances: PROD1,PROD2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Configured nodes: racnode1,racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Database is administrator managed&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./crs_stat -t&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target&amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; Host&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;------------------------------------------------------------&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.DATA.dg&amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....ER.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....N1.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....N2.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....N3.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.MGMTLSNR &amp;nbsp; ora....nr.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.OCR.dg &amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.asm&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.asm.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.cvu&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.cvu.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.mgmtdb &amp;nbsp; &amp;nbsp; ora....db.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....network ora....rk.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.oc4j &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.oc4j.type&amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.ons&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.ons.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.prod.db&amp;nbsp; &amp;nbsp; ora....se.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....SM1.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....E1.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....de1.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....de1.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....SM2.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....E2.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....de2.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora....de2.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.scan1.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.scan2.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ora.scan3.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[oracle@racnode1 bin]$&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;color: #252525; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/upgrade-clusterware-database-from-12cr1_24.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-2528451640110000479</guid><pubDate>Fri, 24 Feb 2023 09:18:00 +0000</pubDate><atom:updated>2023-02-24T15:25:53.853+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Upgrade Clusterware &amp; Database from 12cR1 to 19c</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;a href=&quot;https://drive.google.com/drive/folders/1R56C1Dl-NTBFtu_Aex5gEPOTwktR6l3H?usp=share_link&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-skip-ink: none; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #1155cc;&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;Download Grid, DB and Latest CPU &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;text-align: left; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-family: verdana; font-size: medium;&quot;&gt;&lt;u&gt;software.&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-f0546c65-7fff-f58f-f11b-733bad0db76f&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;div dir=&quot;ltr&quot; style=&quot;margin-left: 0pt; text-align: left;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;528&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 49.75pt;&quot;&gt;&lt;td style=&quot;background-color: white; overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;19c Grid Infrastructure and Database Upgrade    steps for Exadata Database Machine running on Oracle Linux (Doc ID 2542082.1)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span style=&quot;font-family: verdana; font-size: large; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Prerequisite:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;81 GB space in mount point.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;You have downloaded and copied the Oracle Grid Infrastructure&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 35pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;You have all the disk group’s ASM COMPATIBLE set to 12 at least.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;go to 19c RAC dump &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;directory.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;unzip the V982068-01 grid setup using below command&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;unzip &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;V982068-01.zip -d /oracle/grid/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;go to /oracle/grid/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Verify the clusterware&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /oracle/grid/12cr2 -dest_crshome /oracle/grid/19c&amp;nbsp; -dest_version 19.0.0.0.0 -fixup -verbose&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Issue:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 280px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;280&quot; src=&quot;https://lh5.googleusercontent.com/qWqX5IbtSuk-6RvYS53-whu9y3PKOsNun6l-CDjnyaK_67CvHeTqBZLjOVHeNdtubrNEy_hRBHAdKGPA7edWRhfZTd0ITetaf-2GZipZP7zw92XqvCIGac33b9J0a3gtwjBVl-jVb1YxHI6pgFg-U5Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Ignore&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.8144; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 1pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Check GRID Infrastructure software version and Clusterware status:&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;cd /oracle/grid/12cr2/bin&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #252525;&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;bash-3.2$./crsctl query crs activeversion&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle Clusterware active version on the cluster is [12.2.0.1.0]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;bash-3.2$ ./crsctl check crs&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4638: Oracle High Availability Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;bash-3.2$ ./crs_stat -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target&amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; Host&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.DATA.dg&amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....11.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....N1.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.asm&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.asm.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.cvu&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.cvu.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.gsd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.gsd.type &amp;nbsp; OFFLINE &amp;nbsp; OFFLINE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....network ora....rk.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.oc4j &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.oc4j.type&amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.ons&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.ons.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.prod.db&amp;nbsp; &amp;nbsp; ora....se.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....SM1.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E1.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E1.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de1.gsd application&amp;nbsp; &amp;nbsp; OFFLINE &amp;nbsp; OFFLINE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de1.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de1.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....SM2.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E2.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E2.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de2.gsd application&amp;nbsp; &amp;nbsp; OFFLINE &amp;nbsp; OFFLINE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de2.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de2.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....ry.acfs ora....fs.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.scan1.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Check Database status and &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;color: #252525; font-family: verdana; font-size: medium;&quot;&gt;&lt;b&gt;configuration:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;bash-3.2$ ./srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;bash-3.2$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database unique name: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database name:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle home: /oracle/db/11.2.4&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle user: oracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Spfile: +DATA/prod/spfileprod.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Domain:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Start options: open&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Stop options: immediate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database role: PRIMARY&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Management policy: AUTOMATIC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Server pools: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database instances: PROD1,PROD2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disk Groups: DATA&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Mount point paths:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Services:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Type: RAC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database is administrator managed&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Upgrade 12cR2 by executing runInstaller:&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Update OPatch to latest version&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Make mount point size&amp;nbsp; 85 GB&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Download and unzip latest PSU &lt;/span&gt;&lt;span style=&quot;background-color: #fafafa; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Patch 34416665: GI RELEASE UPDATE 19.17.0.0.0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;go to /oracle/grid/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;To apply only Release Updates:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./gridSetup.sh -applyPSU &amp;lt;PSU_PATC_LOCATION&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Example:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./gridSetup.sh -applyPSU /home/oracle/&lt;/span&gt;&lt;span style=&quot;background-color: #fafafa; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;34416665&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Log Location : /oracle/grid/19c/cfgtoollogs/opatch&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/KX8PsjHEUszFSSn--qGOLL_A-poyTIWwDVHBrHXm_Zoi-AlJpiW7HfI3tFFfFVdIo1RIK_gGUT7VISzJDXf2oxlzIVhyun3lKC9rkUGfw0E4HJ-wkc7DHOjPW5Qgj5-SWWPSJZG5kW8BtYoMEBKr--s&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;490&quot; src=&quot;https://lh3.googleusercontent.com/zce6a64h1n0nCI-cav1o8yZlWK3dthNq7M8K6yHAkGbilQA_LjYmv4FGLCg593rx6CoJ7iqzELazNhp4fWwqFKpjM1-H6TqNYs_qL4f4iPT8sDaIRQQATN03t_jenYgY0MzH00k4AZ57WktCgSJ2IMk=w620-h490&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;620&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/piPr3hf_IEl8gghVYzogOFsPGmVNWUovaHwL9IYcYmhpY1G3EAD15z3vYtgx2ycOeqnJq0eaTiGXCT7js_aMloLO0JQx7dcMaEcXOQO6tslTcegNDxrxaWwJ4-eaEjxQ2oAisWgFxCn-UQMP2W9dNOY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh5.googleusercontent.com/EKm_28jmtjnm7cKUF2UPBpf2zBtauIvssqxYt0wgzBAPiDF669Z_ePecSguEVwMhttTtmxcPcZnt21WnF2FYWa1bfff0i_luiWmEQ0TnXQz-RCVcbsjNMS8joMO0X-wHSnSKknFEk_qwRbQ4AuQrYjs&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/FiSG_nPudiK4jkr4_mOf_OfEUgM_8H9UczwzCgTIa5JoetM8JpiUgdbl3cAHMTeebmcTlp49cG8T0gjJrCxBJ-UBFAUvsDKmx5EoQDjRtVY-ry1qtF7VlHYzAx-E-dTOyQ5WV7Yo7ozPzT4p8geqEOA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh5.googleusercontent.com/DM4Ez5WKPOaePYQ62VXp0RAAtfMPAhJOZjSUF4-X04a5IYS208qDuf6tIuhGs64Jeb7M-J1CCkU98v7KuRVtB7TBviaTtX_WWHW8i7bmYb969teoLBE1PVaZDbV8C3QATrAT0ZkrXrvIss8NPvgUP-Q&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Issue:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;PRCT-1011 : Failed to run &quot;asmcmd&quot;. Detailed error: kgfnGetConnDetails requires 4 parameters at&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;1.&lt;/span&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check &#39;asmcmd&#39; login on both node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/grid/12cr2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_SID=+ASM2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;asmcmd&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;kgfnGetConnDetails requires 4 parameters at /oracle/grid/12cr2/lib/asmcmdbase.pm line 5704. —---&amp;gt;&amp;gt;&amp;gt; this is the error&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2. Execute the following in the both node.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-style: italic; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/usr/bin/make -f /oracle/grid/12cr2/rdbms/lib/ins_rdbms.mk client_sharedlib libasmclntsh12.ohso libasmperl12.ohso ORACLE_HOME=/oracle/grid/12cr2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;3.&amp;nbsp; Executed again &quot;root.sh&quot; on both node&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/oracle/grid/12cr2/root.sh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. &lt;/span&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check &#39;asmcmd&#39; login on both node&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/grid/12cr2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_SID=+ASM2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;asmcmd&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh3.googleusercontent.com/EYWn1Bd2fSGM0I-pi5gdHE00Li_24K59gdldSg2U4DNV1LwyH5ubM1EfO5dm8g6W4emy7-yCMqlTeSRUdiLyHAE1Zw1vWK-0MWZbYM5g4V8l441RKU1qqM5K-yCDTSJ0566OX4nG7eqp8kHDp0lCK64&quot; style=&quot;background-color: white; color: #252525; font-family: verdana; font-size: large; margin-left: 0px; margin-top: 0px; white-space: pre-wrap;&quot; width=&quot;528&quot; /&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh5.googleusercontent.com/xj9EiL2qqvM0Cssidpy4kbXFYOSDg_ebMZlW2D6fSC8bKk98pqzlfXR2kCSq4Rq9r1XSesDqlLmf9b3O746ZnXMLpnxWTTf41O1UxE3M6m4jHBKppH3lZahh1wbLu4IkWt8Ytnm9AmpJrUh2y-7HR1A&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 313px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;313&quot; src=&quot;https://lh3.googleusercontent.com/gkssRvnk1d6tD1OBCGXdvoGMDO_-n1RBAcFpM2aODoYdX9RJ-1yX6MCWDpUSoEuZPr5hDrPl98HtbqfLBK87iu4IprXvulTZdhz7hrFTDU_W_v2oSgnRDoWlIlqrlsiojDibgpH-tGaQ1dRnMpRUnnY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;When prompted, run the &lt;/span&gt;&lt;span style=&quot;background-color: #eeeeee; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh&lt;/span&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; script on each node in the cluster that you want to upgrade.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Run the script on the local node first.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 30pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;The script shuts down the earlier release installation, replaces it with the new Oracle Clusterware release, and starts the new Oracle Clusterware installation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;After running rootupgrade.sh script,Click the OK button.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;rootupgrdae.sh failed&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: black; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;validate the Log File: $GRID_HOME/cfgtoollogs/crsconfig/rootcrs_xxxx.log&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;fix the issue and rerun &lt;/span&gt;&lt;span style=&quot;background-color: #f9f9fb; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh -force&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;/p&gt;&lt;div align=&quot;left&quot; dir=&quot;ltr&quot; style=&quot;margin-left: 0pt;&quot;&gt;&lt;table style=&quot;border-collapse: collapse; border: none;&quot;&gt;&lt;colgroup&gt;&lt;col width=&quot;528&quot;&gt;&lt;/col&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style=&quot;height: 49.75pt;&quot;&gt;&lt;td style=&quot;background-color: white; overflow-wrap: break-word; overflow: hidden; padding: 5pt; vertical-align: top;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Issue:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-1705: Found 0 configured voting files but 1 voting files are required, terminating to ensure data integrity; details at (:CSSNM00065:) in /home/oracle/app/oracle/diag/crs/racnode1/crs/trace/ocssd.trc&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-2883: Resource &#39;ora.cssd&#39; failed during Clusterware stack start.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4406: Oracle High Availability Services synchronous start failed.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-41053: checking Oracle Grid Infrastructure for file permission issues&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4000: Command Start failed, or completed with errors.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;2023/02/23 12:24:59 CLSRSC-117: (Bad argc for has:clsrsc-117)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Died at /oracle/grid/19c/crs/install/crsupgrade.pm line 1675.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #f9f9fb; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Solutio:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #f9f9fb; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Reboot the node1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Rerunning rootupgrade.sh after failures&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: #f7f7f7; color: #3366ff; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./rootupgrade.sh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh3.googleusercontent.com/M9YoKRDU1RenMJxjQsWFpY5eMoS7EzQbInNr6kqf2L5OKLq6_LnMosnr5p1ea-s_npDzNNVWy6r6YugtazWIOOeaWa6QlX9o20kDlHKhsU35YV9J_yGGGDKUJy2QZS0NQ1kGLUqguk7W1wMRLxjHArg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 12pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Check the Clusterware upgrade version:&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd /oracle/grid/19c/bin&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./crsctl query crs activeversion&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle Clusterware active version on the cluster is [19.0.0.0.0]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Validate the services after CRS upgrade:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: #e0eaf1; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: -6pt 0pt 0pt 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./crsctl status resource -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Then check the status of the clusterware globally as follows:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# crsctl check cluster -all&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;racnode1:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;racnode2:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Install RAC database from 12cR1 to 12cR2&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Check the preupgrade status&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd /home/oracle/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: yellow; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./runcluvfy.sh stage -pre dbinst -upgrade -src_dbhome /oracle/db/11g -dest_dbhome /oracle/db/12cr1 -dest_version 12.1.0.2.0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;go to the 19c database dump directory&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd /home/oracle/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;unzip V982063-01-DB.zip -d /19c/db&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./runInstaller&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh3.googleusercontent.com/BtkoHNLGGyav-zGe4k3hbf1iK3hJrPWBDnMg5ZGiDMlDu9H_Wmv-25cy-jfPvctaVpKbRZ51Y9w3Ch6tdWnIL_2PreYI9rCZyQY9OjNFt4ZaiStZfQG3vqOyQr0mkJqLSxXoy0AGPYFS8xii5eIxg0o&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/IzG2KyhrvwgUVq6xLF7sXT55FhmyjU80T6o7Nknn4buYWubduTFpJDL4nzqYn6XvTLLDcWliawm0QflMxJlWG4qTAxdDXtOEWl5UVfjcCIh0w6qtykoZrA8_149gwv7VMcz5rSd3mvmlOnzp07-KHq8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh5.googleusercontent.com/IxaFkFidQyQ_baYAUNXeaGabgTyTc6zxBRwXOmt9Ty95cM82HhZcWRaFaO0ZkeazFpApQEeqNC-Cx8KoyHW8t59XEIqc0gRhZvnxqkO_CsEW7Ia4W9vFBXKbwJxp0N90G6iyppuHGrfqpdLR_0ddKws&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/Jlkrr9KQAX012mvuF857i_iyqMRrrRRZhKK0r-qt8vpbTjWSzb3BG54nzEkcZgvOTc614DKc7JM1VuhmErkOuVvMlMZYGtrccOo5woRYOYC4r7mjhxxLhhNJHMdWaXcGJJBf1Gjo9LhY4t0rhxIcVOs&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/4NH3J7Pw_yc1KJ3wFYyZd0jnram1COqudtRNKaooGUnvzpF6fNOpN-BJFRV0TgKvO1fPNuAXyNcuAwcoC2NmQDJDK0LA4qQuKyoIcezm_nbx9Uq-QSMmpw6KmStoETR1VIAUyhlxNwkZg7gQ1yt2maY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh6.googleusercontent.com/clnGArZM5CRQQel4nMjSTjt1OFFK7789GGsth5rr4QC8AYupb-KfyICLdLDCYzE_6E5BjNyPbRCth_HYPg0_Ojf5JYsx4Ny3FIIAOaoMxRMXG-mA5mzuhh9nDiUcszsgtNdIsUpegsJW3PTM7nww6ps&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/dBm3TAnSA1k6LLYeMOdAw6HVdQa5MVMA8AUdibJy_dEO9D2QBtV4Q_yayK3pXKpXgQs3dPaXZ73u95AYFNSv-hGZal8n1DnAKrsOyu2TJKtQNm4d-5wRG16t26j25XTYyC6j-i64uvqYdeMdaTSADBg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/J0pkNE-s8snZYGRJ8ztBODuDeL2E4d2_W_parUlPhdInU_75j62xy3PLiminj5g8LGRc9X2yxVRp4Qw7-8QJILXEUQxb5Alz10MhHRHskXDI4soIziIhwj69bHDILKI6xcxX_FLJnhO-RXwIf_8PLok&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh3.googleusercontent.com/aYIHdT0k9z-E_dWVXA8wVKekwYRo6E-6LukFstlxzLWeufXQ5U9ahmQTHc6RvIrtI1nGgtOVuLLXWR8ZKCjSrPU9vqoQGZRtQYlARH7_2_Bpa6A4aJEjgeHbEH01Pz9JsBcYPj_coJv7ko9ZPeSggrU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 423px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;423&quot; src=&quot;https://lh3.googleusercontent.com/RX1m4xG4US1hlG_6jhmNlE8j-7PjW3m-4qmyKAEUZGRgjTqs84iR_RJn_U5NxaIuiUS3AJi72HL8tXe-qZGRDz3lkwjE4OeyWv79xAhvmJF6F2VcsxiFENFrFEK_1id2TIyOJz5rhYThloHjNw-577I&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Upgrade RAC database Manually&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;a href=&quot;https://infraxpertzz.com/step-by-step-oracle-grid-rac-database-upgrade-from-12-2-0-1-to-19c-in-silent-method/&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Step by Step Oracle Grid + RAC Database upgrade from 12.2.0.1 to 19c in Silent Method - Infra Xpertzz&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Run preupgrade utility after setting the 12c environment variables&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/db/12cr2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_SID=PROD1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/oracle/db/19c/jdk/bin/java -jar /oracle/db/19c/rdbms/admin/preupgrade.jar TERMINAL TEXT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 8pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Run the before upgrade steps along with preupgrade_fixups.sql&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Copy dbs and network files from old home to new home ( both the servers )&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Make changes in the pfile with oracle 19c location from Node 1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ASMCMD&amp;gt; pwd&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;+DATA/PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ASMCMD&amp;gt; cp spfileprod.ora /home/oracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;copying +DATA/PROD/spfileprod.ora -&amp;gt; /home/oracle/spfileprod.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Also make cluster database=false in node 1 pfile from Node 1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SQL&amp;gt; alter system set cluster_database=False scope=spfile sid=&#39;PROD1&#39;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;System altered.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Enable RAC on new 19c home in node1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/db/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_SID=PROD1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd $ORACLE_HOME/rdbms/lib&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;make -f ins_rdbms.mk rac_on&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;make -f ins_rdbms.mk ioracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Shutdown database from old home and remove database from OCR from old home&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/db/12cr2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_SID=PROD1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;srvctl stop database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;srvctl remove database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Remove the database infra? (y/[n]) y&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 8pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Upgrade database from new home on 1st node only&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export ORACLE_HOME=/oracle/db/19c&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;sqlplus / as sysdba&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;create pfile from spfile;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;startup upgrade pfile=initPROD1.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;exit;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;You can run the upgrade using either of the following commands.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# Regular upgrade command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;cd $ORACLE_HOME/rdbms/admin&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/rdbms/admin/catctl.pl $ORACLE_HOME/rdbms/admin/catupgrd.sql&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# Shorthand command.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;$ORACLE_HOME/bin/dbupgrade&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[oracle@jack bin]$ &lt;/span&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./dbupgrade&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Update timezone , gather stats and run post script that will be generated by preupgrade utility tool&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #cc0000; color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Update timezone&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SHUTDOWN IMMEDIATE;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;STARTUP UPGRADE pfile=initPROD1.ora;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SET SERVEROUTPUT ON&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DECLARE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;l_tz_version PLS_INTEGER;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;BEGIN&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SELECT DBMS_DST.get_latest_timezone_version&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;INTO l_tz_version&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;FROM dual;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_OUTPUT.put_line(&#39;l_tz_version=&#39; || l_tz_version);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_DST.begin_upgrade(l_tz_version);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;END;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SHUTDOWN IMMEDIATE;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;STARTUP pfile=initPROD1.ora;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;--&amp;gt; Do the Upgrade&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SET SERVEROUTPUT ON&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DECLARE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;l_failures PLS_INTEGER;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;BEGIN&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_DST.upgrade_database(l_failures);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_OUTPUT.put_line(&#39;DBMS_DST.upgrade_database : l_failures=&#39; || l_failures);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_DST.end_upgrade(l_failures);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DBMS_OUTPUT.put_line(&#39;DBMS_DST.end_upgrade : l_failures=&#39; || l_failures);&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;END;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-- Check new settings.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SQL&amp;gt; SELECT * FROM v$timezone_file;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;FILENAME&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;VERSION &amp;nbsp; &amp;nbsp; CON_ID&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;-------------------- ---------- ----------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;timezlrg_32.dat &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; 32 &lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; 0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;COLUMN property_name FORMAT A30&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;COLUMN property_value FORMAT A20&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;SELECT property_name, property_value&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;FROM &amp;nbsp; database_properties&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;WHERE&amp;nbsp; property_name LIKE &#39;DST_%&#39;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ORDER BY property_name;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;PROPERTY_NAME&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; PROPERTY_VALUE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;------------------------------ --------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DST_PRIMARY_TT_VERSION&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 32&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;DST_SECONDARY_TT_VERSION &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;DST_UPGRADE_STATE&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; NONE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;sqlplus / as sysdba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;EXECUTE DBMS_STATS.GATHER_FIXED_OBJECTS_STATS;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&amp;nbsp;EXECUTE DBMS_STATS.GATHER_DICTIONARY_STATS;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;exit;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;# AUTOFIXUP&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;sqlplus / as sysdba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;@12chome/cfgtoollogs/PROD/preupgrade/postupgrade_fixups.sql&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;exit;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 11pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; color: #e02b20; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Enable cluster mode to true&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;+DATA/PROD/spfileprod.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;alter system set cluster_database=true&amp;nbsp; scope=spfile ;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; color: #e02b20; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Shutdown the database&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; color: #e02b20; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Add database to crs from new home&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;srvctl add database -d PROD -o /oracle/db/19c -p &#39;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;+DATA/PROD/spfileprod.ora&lt;/span&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&#39;&amp;nbsp; -role PRIMARY&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;srvctl add instance -d PROD&amp;nbsp; -i PROD1 -n racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #f6f6f6; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;srvctl add instance -d PROD-i PROD2 -n racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 8pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh6.googleusercontent.com/y02TecxCnnfb8SbegSrdwtvsSJTTFrni4WLzmxitFv2M12ruDXgx6B-E2xX0EoiSLepZwW9P1cqPVQKEhyjaWDvTwCKqwcTvjY2KMhCzw5rVHJjU8PgXzIoobVEdE7UKpy5QedWKV1KYUTbC_5PxqW4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/uEY3IFPoUphHoz24l8b0VOMgSud-egwjzH08fqWYtMJCp5N9dYPZ0DKSGEYXIvqMkEpKwrJo6sNf1a76km2UO6jUzWA-amiwA4B2_fVcVwyPoMYbGuhyi5Wr_vJQB9yjRYdvEjb6bDTybT6XrN_U2ZE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh4.googleusercontent.com/2suh5PID03nm9bVx8wCTzfzM5GmY7nw6m2M7opys5N_yqhi66DPBQl8Gz_erWtOtVuvuQu-SrHd7tAswXizg0iNGdhKu5K8F2XEipMAI70ZB55LjZZ2XVfaWxPJ1h296LXJAWPrIi6A3nV--n6zMFyg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh5.googleusercontent.com/J_hSRFzE2OtMTOgXI-1x8vPV8XRg154EKcMJusQBs-PkD7UBin8rKY5FdEB_a6rZGTpuMm4dEcPuc16sMcno6Jse6yJuWmQeERdarYB0B1YvEAlMxJ5IaLJ6ok3yhcFXXzGxf1gaTLLnBvELyyCpvJ4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 421px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;421&quot; src=&quot;https://lh5.googleusercontent.com/Y0gMwg1Z_aJ4GxX98uvaCFdXkZUV_CkbHkT-ab0wQeRQwFEkfv-qllNQbPt2hdDloJtvtaOFZAac5ewFMW_9Sfkp9E6PKE_4AZLcRdoGiKnMBwTuGolyCrKlawbDVMs36J35EzYhKz7Zj1-ZeFpEFsQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 412px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;img height=&quot;412&quot; src=&quot;https://lh3.googleusercontent.com/PMwuTCs-3W_sCK_A-5E5dY0oDwIhOhaqfgzVK8B6tDOuCOzg72MSP-mMQPOhrBQuQgSdraxnvp_pRnABZIE05D3qWjbk7UlYFT8B9fL2fiElkDNoKMAiAHkr9YVqiQ_t40zdVxco3cLgOvC2BUNztoE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Check Database status and configuration :&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ &lt;/span&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$&lt;/span&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[oracle@racnode1 bin]$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database unique name: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database name: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle home: /oracle/db/12cr1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Oracle user: oracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Spfile: +DATA/prod/spfileprod.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Password file:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Domain:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Start options: open&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Stop options: immediate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database role: PRIMARY&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Management policy: AUTOMATIC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Server pools:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Disk Groups: DATA&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Mount point paths:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Services:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Type: RAC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Start concurrency:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Stop concurrency:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;OSDBA group: dba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;OSOPER group:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database instances: PROD1,PROD2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Configured nodes: racnode1,racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Database is administrator managed&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./crs_stat -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target&amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; Host&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.DATA.dg&amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....ER.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....N1.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....N2.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....N3.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.MGMTLSNR &amp;nbsp; ora....nr.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.OCR.dg &amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.asm&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.asm.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.cvu&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.cvu.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.mgmtdb &amp;nbsp; &amp;nbsp; ora....db.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....network ora....rk.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.oc4j &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.oc4j.type&amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.ons&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.ons.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.prod.db&amp;nbsp; &amp;nbsp; ora....se.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....SM1.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E1.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de1.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de1.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....SM2.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....E2.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de2.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora....de2.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.scan1.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.scan2.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;ora.scan3.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;[oracle@racnode1 bin]$&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 2pt; margin-top: 2pt;&quot;&gt;&lt;span style=&quot;color: #494949; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;./crsctl stop cluster -all&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana; font-size: medium;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/upgrade-clusterware-database-from-12cr1.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-3277791814107564443</guid><pubDate>Wed, 22 Feb 2023 11:00:00 +0000</pubDate><atom:updated>2023-02-24T15:25:29.178+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Upgrade Clusterware &amp; Database from 11.2.0.4 to 12cR1</title><description>&lt;p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-b6f33d32-7fff-d90e-cf0c-d6e6532460aa&quot;&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;a href=&quot;https://drive.google.com/drive/folders/1qaY-Tb5r4HU-VGdVm6BZcGCvd6FO6y1s?usp=share_link&quot; style=&quot;text-decoration-line: none;&quot;&gt;&lt;span style=&quot;color: #1155cc; font-variant-east-asian: normal; font-variant-numeric: normal; text-decoration-line: underline; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Download ClusterWare and DB Software 12.1.0.2&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-family: verdana; white-space: pre-wrap;&quot;&gt;On Grid :-&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Important: Validate ORACLE INVENTORY in both nodes .&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 11pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;C&lt;/span&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline;&quot;&gt;&lt;span style=&quot;white-space: pre-wrap;&quot;&gt;heck GRID Infrastructure software version and Cluster ware status:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd $CRS_HOME/bin&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;bash-3.2$ ./crsctl query crs activeversion&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Oracle Clusterware active version on the cluster is [11.2.0.4.0]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;bash-3.2$ ./crsctl check crs&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4638: Oracle High Availability Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;bash-3.2$ ./crs_stat -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 521px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;521&quot; src=&quot;https://lh3.googleusercontent.com/QU979QM8EBaMrRXKR-lVs1OM-Xt4yJChQkubLcXM1fwZQOo_XvXd4_ed_SwIn32pX5OxNYpBwTbWTAiR_GbJ2FdyHY6WJ0zZTg5hO-Bp6Uih2rjUM7J3dDGCow5RF6e5jaPPx9oHhgY6iH-bfTxNJFE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Check Database status and configuration :&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;bash-3.2$ ./srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;bash-3.2$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 363px; overflow: hidden; width: 511px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;363&quot; src=&quot;https://lh4.googleusercontent.com/nBFe-r0D3FjLGPUZhLkXiaCOh5IBh_GfKYenGtNYi22YMLzmO2GU38Bl3E0C9R1N5PhTVjxWj6tZYQF8IVOZm_8ztMwxBGLGLhGZa92gPsXucZR3-NwUBZf1xGgwryvjLT6K4nut18VdKRNiDdHjrGw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;511&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Perform local backup of OCR&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd $CRS_HOME/bin/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;[root@racpb1 bin]# ./ocrconfig -export /home/oracle/ocrfile_bkp&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Move the 12c GRID Software to the server and unzip the software :&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Run cluvfy utility to pre-check&amp;nbsp; any errors :&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd /home/oracle/grid&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./runcluvfy.sh stage -pre crsinst -upgrade -rolling -src_crshome /oracle/grid/11g -dest_crshome /oracle/grid/12cr1 -dest_version 12.1.0.2.0 -verbose&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #070808; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 141px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;141&quot; src=&quot;https://lh5.googleusercontent.com/8nLX9lrf_8ggYtsbs1_tiLGCewgHEIz_GScaTaX6RIOJkdiy7Jjh0SXhp4uVZVo-tRqZdGLlh-J_FPQRTD42wIyqkktgUySMTWFJxLG0h53igmg67dNhoA9ARIbU2_rMYjPsV20qpGN_Ar0i2RC5ZXk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #070808; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[root@racnode1 grid]# &lt;/span&gt;&lt;span style=&quot;color: maroon; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl status&amp;nbsp; avahi-daemon&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[[root@racnnode1 grid]# &lt;/span&gt;&lt;span style=&quot;color: maroon; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl stop avahi-daemo&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #333333; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[[root@racnode1 grid ~]# &lt;/span&gt;&lt;span style=&quot;color: maroon; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl disable avahi-daemon&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana; text-align: left; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Upgrade 12c by executing runInstaller :&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;go to &amp;lt;software Dump Directory&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./runInstaller.sh&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 412px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;412&quot; src=&quot;https://lh6.googleusercontent.com/VZLzT7wOLNN_9TiBDu2Atq_pUnrCNdpdTaru1AjjVOyHna3g_Cgg9DZqrjNeJKuXhBE_9nojNTqbL6G6iIEx_ralmlIqwsNmqvvaImiYYPqWHaQkyGXTSXx4bzpaD1bXwG62VuAsDZHOHuWuf_N28d4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh3.googleusercontent.com/lN1vwmvoOhWSQGgYzIK8So_kxDtNOTZEyYmxXwNHAoN86iu_3MdAfeB7aj4wjlwhnWj0P2anr9NroYx6XOU1RyC5GDYr7IQL2C2TUyLY-JvhQvf7vVAr2kkZJJUphpl9V-sZRzOX678l8jwtiqesw0g&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/SMF3ekX8NYkm4CPG3mV4mNazpFAoMAJcbm4lXI8CHVyiigJDTLjLQMC2FUspT-QX66J7sKm4ohVy_0yHBugJ9pYBfbeu9SArA49gYPtaGqRsrLYXp-FxsCFirlkA1gDdsqEYIXOWESxdtlNBnJsS6co&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/tHMQFxB1XizALvwblutj1VpcPa3F7R7EKxVBLu_tkhUNL3S4_gYVpNyQ_Zy3GNDDm75D0FlgPFnyQCMp7EmVxsxxrzgMsCGePnGxeJY901AmJbyc5OKfh3VDoM00be32zeKvba_U5X_w3yUtDHK-mUY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh6.googleusercontent.com/v-E3GspXCWQJmPrOvGZfErruuyUGF1y0ixJ7SyUNZzcDagpUimj7RE-mU8oEih7HIiyIVQNvR9amPM-lVHXATZmwzORfCpemg5_UorWl7pf-Pg0fLebRNgju1g1aMNTOK0PkeUgqdM391iirDwEltpY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/PGAe8iNGPD5V4SN_5dKSkNPUnPBt4k3WqV2pJ3ZqShH8lyKNg2UADDEd-aCAB4yNXq6TX1xfANuEACx02VMSPQTXoTcyw8P72AelGZvXBoqegYYmB53T1QalutNfBr-GfsTrXKoAqofvcVkBZhHGFI0&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/j6wyUw2l12W_8TY1V3cxTine23iiBHq0TpQgaogQoFzTrUiCbirCOrqYJMnbvt31AJM6ks8LWr0FcBjB5RgAAW5t0naf-licaFyYR3vJ7-GFM7pQv7hTuOWXcw_KN1w9ukuC3k_5HMmwjcH5XKKUbAg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/cTdF1K4nrlYtAPQ64kRtduKgurU60_H1uuEU8U11wGyjWMAF6oYJSn4XuhgU1H07GowdSbxg2-UPzEqFToSvO_2ocuPNlmKEc7e30o5jj64xnPJEHibR8pbb2oB2NSogF1Om86vT_LWzpA54cPlxQ98&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh5.googleusercontent.com/JKPX4j8vkrRx9hQ1zKvK-LuIqsT7r1sBayH0b0x4qwgNsxjo3OGJkX10JPKtGbXwC-0mn83Q0woMl4pO6SoY5uL1bir_qdkr8SZzrxUr01NqfsQgRxlnGwSUdV_BoW5KMJ3tQM-xfurABaPjXWyUP3o&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 435px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;435&quot; src=&quot;https://lh5.googleusercontent.com/wR_xO6TMbcPybPBizFRoIZ1toupvUTsAog_dBRHjqwFrk2pPhq-b0NiA232MthyoRg8YRAoWXIF_h6y5l2yS14wQydvxv-W26t2KhSD61GqC5UYFxGrV25cBVmHd0HPJAAxAn32P1TxuxB-PtVCSsVI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Issue:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Failed to write the key pair (SYSTEM.rootcrs.checkpoints.firstnode:FAIL) to OCR&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;2023/02/21 08:34:35 CLSRSC-115: Start of resource &#39;ora.cssd&#39; failed&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;2023/02/21 08:34:35 CLSRSC-117: Failed to start Oracle Clusterware stack&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;2023/02/21 08:34:35 CLSRSC-244: Failed to start Cluster Synchronization Service in clustered mode&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Died at /oracle/grid/12.1/crs/install/crsupgrade.pm line 794.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;The command &#39;/oracle/grid/12.1/perl/bin/perl -I/oracle/grid/12.1/perl/lib -I/oracle/grid/12.1/crs/install /oracle/grid/12.1/crs/install/rootcrs.pl&amp;nbsp; -upgrade&#39; execution failed&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;background-color: white; color: #161513; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;go to the &lt;/span&gt;&lt;span style=&quot;background-color: white; color: #e83e8c; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$GRID_HOME/crs/install&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #6d737d; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; directory and execute the sh &lt;/span&gt;&lt;span style=&quot;background-color: white; color: #e83e8c; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootcrs.sh –downgrade&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #6d737d; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; script on failed node or all nodes in a cluster&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 8pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;When prompted, run the &lt;/span&gt;&lt;span style=&quot;background-color: #eeeeee; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh&lt;/span&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; script on each node in the cluster that you want to upgrade.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Run the script on the local node first.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;background-color: white; line-height: 1.92; margin-bottom: 30pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #222222; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;The script shuts down the earlier release installation, replaces it with the new Oracle Clusterware release, and starts the new Oracle Clusterware installation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;color: #0a0a0a; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;After running rootupgrade.sh script,Click the OK button.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;rootupgrdae.sh failed&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: black; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;validate the Log File: $GRID_HOME/cfgtoollogs/crsconfig/rootcrs_xxxx.log&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 38pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;fix the issue and rerun &lt;/span&gt;&lt;span style=&quot;background-color: #f9f9fb; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;rootupgrade.sh -force&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: -26pt 0pt 15pt 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Check the Clusterware upgrade version:&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd /oracle/grid/12cr1/bin/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./crsctl query crs activeversion&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Oracle Clusterware active version on the cluster is [12.1.0.2.0]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Validate the services after CRS upgrade:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: #e0eaf1; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: -6pt 0pt 0pt 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./crsctl status resource -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Then check the status of the clusterware globally as follows:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;# crsctl check cluster -all&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;racnode1:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;racnode2:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4537: Cluster Ready Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4529: Cluster Synchronization Services is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;CRS-4533: Event Manager is online&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;**************************************************************&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 9pt 0pt 10pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Install RAC database from 11gR2 to 12cR1&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Check the preupgrade status&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd /home/oracle/grid&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./runcluvfy.sh stage -pre dbinst -upgrade -src_dbhome /oracle/db/11g -dest_dbhome /oracle/db/12cr1 -dest_version 12.1.0.2.0&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;go to the 12c database dump directory&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;cd /home/oracle/database&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./runInstaller&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/BQoe91CNH8m7eJxzSPll2d7VzupWJIczI4VHZw7osFRZP2_41fmfeSwLR-AxvYFydFlCwJNJjlfZNhsKiJMZ7uLWuCBrdyU7ggECeWqbRJlTaucrfFjK22vIcl2hI0hVlOBoRaQ6w0SXNROnPeqKksc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/DsXryB3RG3_P7ZK6MpQYeCo2wIqK2E6aCTsBLxAuhFaim5q9cA_iyjw4-TmwPM9ruL5UxFdIa-7OJhqz2Ndrp5TRAVIOzC1r4sLdvBNEOTlWZA8svHFVkhS6uCx3LCKQOaVv8r00MOv6eWfiOS-BwX8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh5.googleusercontent.com/PLQnEU0JCk8vVKLjSC7uKqLbmFjRVxkhOnoqv2Bm2GGkEOwg5tv5eMoy_pN28m51_57AEVurNrOIIo2vdrOt-UxZ0DtYPmq0Z2wUZAcjWmpFKhReFxKJAuCL41KZFun0p8J1XymX34qBVbCyeKsfFC4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/J1-_M5BTq57vtSu6Xe_gRNQoV3Rj1WibhNF1YaYKIxEAC4NQDZjwUNNsDJtOH7MBBwNfaERUURdWiRKhjRI5t_9_pvB9-Q-fYkvojTsUImL93iI6yUmsdz26I2071pDLSpshU56OzC9-FQNbWNzU50A&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/Z36WY5pJtvmC0MYzIWUWCd3GwPdJAdu0-6otxMnb9HtX1WDxKqqrB5OWzHRUyacJ873kUG_H9bSJsbQTIrnkfq2tOmzNn7A3UHnx1JcgUiBwef1o_y3nhR64h3NgB6VBV0ehsREV69PRZXvlWL_bH3o&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh5.googleusercontent.com/Jcl8FwQNmD5syAn6E2h9LjPSman-_695lF73LASiCyLtb55OiUNpevJeW8WR_ismJfnZn09wta0eXMUeZVsBwsEvVbCoxFe7EB_Pif-URcmK37CW0V9o09XVbFZLbb5y2SB3pywHmIgqCziwESgh1VI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/ppA7S9j_-MSN2Y0ejmDx7g_AIWaybNUmShnNpY9X__41zSXTdrZrLeWJUPDd6O5bYOhZwtjzo0ceY19OhhjxiMgdYc_AVav9RBSNHbTc6nf99ruwZt2QYjHjfhcUTE9NywRQ85FIMEpB2woF4P-X7H4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh5.googleusercontent.com/qnCZk-wPEfhrqiFBlemvsEkqp86BV7PpPjb-IFxblitlo2S8Htctu1f4qgwL0-gVH4eq1MKr3mLDlf9Vps4Qnozl6ru9NntSHlTKdgccx0YTy_Uf56QLQ5YEQF0478ocuaYRoQtqZmec5NeEcnZDLRI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh5.googleusercontent.com/45YP0mBM2R0QqyZ0Sf1Tpswix05duvyvQccm9ATYeI5ZDyOGcZlCzRJAGUNPHNjHlXVtrrLOuAzofWHEds3R_CuAZSYZScpqSdxb8SzBAogymafETl9L6TRmEC_vc1HUPl0M1bdjLstw_ioYg0MLPuQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh4.googleusercontent.com/cloQXka1SHi1a_UIDKrU-4cLeUWKSJ9ytFWohAqO9U75eS6KdUPAwv2V7uZASTfAW0hwPO6RcH1jrTXPOE9O2uXMGlMZPKwjYdAAJo4CTQ7KC9lGzfvsn1xNCNQ3jIUoahRRDg68rNM6WwSUYEtxLX4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: white; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh6.googleusercontent.com/4eP2n153KzaOOGRutbfFOR0McGbMoMWBQGbeVW4ZqfsKuKUnhoY4Sj9lPD7a1wxGsu_1X_2W1lOx3UcdTnhzQk5nr0kDl4cPs4-F3T4q0gmNWEmXxZAdm5ZDXoOo06qL3C8qDaFIaGoXazhFDTwP6LE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;Upgrade RAC database&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-weight: 700; white-space: pre-wrap;&quot;&gt;Run the DBUA to start the database upgrade&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;export ORACLE_HOME=/oracle/db/12cr1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;export ORACLE_SID=PROD1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;invoke&amp;nbsp; —----&amp;gt;&amp;gt; dbua&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh5.googleusercontent.com/TRNgv96hBYIfWrRfO00IrCOZYJ88xhrC-86q_NQdGqtub1IFxDS5nfJXeepRpAl8e7xYltow3fHVQKW0sYIss-zoC1b5n85dGHNgMBk6niUQhMGq7AASLdtUTXyR91kf8HkakYXpZDCmcGQVk-G9aFI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh4.googleusercontent.com/dSeBsslUudP8Q0myXYhcsbgeiY27NelhzLztRZ_3cRp11azritlT1tNN-O-ipFIwM3sbyK-PsP-z9_HeydbAnWdX7_oIA5YLKdK_pZ84LGUa41PnvI1gFzQH8_ErMlcZF2528fCSkEOSlOjPw7SNhNI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh4.googleusercontent.com/vpqK2lWk7eTIUzqVj6VkPTMSoutBXlDC9hmWAvnitey7cAiGr7MWmeEzKUrNApHCZa0fPW0zDT51hPoa1gyxouCzNTdh9DLrTYETjMAUGEdTXBx6qDpzwQUXL3FA9rFuTHymya655JLri3Us1pmdtoY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh4.googleusercontent.com/hL6iRhxymbyh_MPl2bUIshGfICAuxBzV5LuLQKMSTwCel-5VIttYOuNuhvifAcL9VJLsi6sKgMXzIduWxVAvK237-NwL-q7JCuQBm0rxk9gVWCIsI-xE12QTAJWEhHYUhQ5Km4MAYFRd7jCAH1GyRPA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh6.googleusercontent.com/3d0NQw6onn8_Wu3XSj-HK4GdDdiPIQb-QuBNrd_5iC6IbxeP_iASTSaIBCqZOyKX6_VZjAP2b21oyRCIZqCwN6eMpB-TKGzJqkjG6rxtPBBRl4_XvQoj15VlNIW2Pp7kz47ZT0QQHQQQL0rfldo8msA&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 413px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;413&quot; src=&quot;https://lh5.googleusercontent.com/RtAgELBtYGdx1xNOpZtTzEYF6Q9oDsVJqQHMLtAUmlQCWdvDl1ZFNRKD-0Rx4HDDbFArkiWFyoxOOpT5lIiEYV8lIsWEkxmgRUCfClvOOQ2F-SrwLHSJ7W8TAxtse74RzUYKR00B3KQz7tLfEj9jPGY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh4.googleusercontent.com/tjVK2-thx_ObgWQOhI8afCs_INzitmu32tZCn7ToTWOIwn8cCk4v3d5TY6b460XZol3fuol6sKssiW00WZooGCDTAMRH2n2OgCeXBgH-m5kAEaSlABq6PC_R3zf38nKJhJ8ww0DGJHX1wCmYIk_vRO4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh6.googleusercontent.com/x3rTVBGAXW2_OwuUXiYLpX0W7HBXvSgfoN3zYGc_9hjKgrA62IaKIJ_0WiVoI9hZGB8P9U5TVG7mFarKMtCUBSiHiExXNPtAPSwym0UpLOx1GFcA77oaEHeDdtb7jOkKqnoQb3ZnmhyYdXM7J9yybDU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh6.googleusercontent.com/xFoQwqkEuV-3cxVw22FSG9zfeLSDWsZFjB4TfcewzWEsQ53cClfIqRBUe6EH0yKoYtVFHD_SsP1wZ-D7ThAGI8x-WTmBFQfCU-feghofxBrhFoJE6w9ouWCHI0i4H8eRk_8CYu57u3heTGJZgX9ilQg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.73333; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 15pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Check Database status and configuration :&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$ &lt;/span&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;./srvctl status database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;bash-3.2$&lt;/span&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD1 is running on node racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Instance PROD2 is running on node racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;[oracle@racnode1 bin]$ ./srvctl config database -d PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Database unique name: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Database name: PROD&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Oracle home: /oracle/db/12cr1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Oracle user: oracle&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Spfile: +DATA/prod/spfileprod.ora&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Password file:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Domain:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Start options: open&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Stop options: immediate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Database role: PRIMARY&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Management policy: AUTOMATIC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Server pools:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Disk Groups: DATA&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Mount point paths:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Services:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Type: RAC&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Start concurrency:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Stop concurrency:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;OSDBA group: dba&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;OSOPER group:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Database instances: PROD1,PROD2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Configured nodes: racnode1,racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Database is administrator managed&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./crs_stat -t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Target&amp;nbsp; &amp;nbsp; State &amp;nbsp; &amp;nbsp; Host&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;------------------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.DATA.dg&amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....ER.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....N1.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....N2.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....N3.lsnr ora....er.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.MGMTLSNR &amp;nbsp; ora....nr.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.OCR.dg &amp;nbsp; &amp;nbsp; ora....up.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.asm&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.asm.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.cvu&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.cvu.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.mgmtdb &amp;nbsp; &amp;nbsp; ora....db.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....network ora....rk.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.oc4j &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.oc4j.type&amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.ons&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ora.ons.type &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.prod.db&amp;nbsp; &amp;nbsp; ora....se.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....SM1.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....E1.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....de1.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....de1.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....SM2.asm application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....E2.lsnr application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....de2.ons application&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora....de2.vip ora....t1.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.scan1.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.scan2.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;ora.scan3.vip&amp;nbsp; ora....ip.type ONLINE&amp;nbsp; &amp;nbsp; ONLINE&amp;nbsp; &amp;nbsp; racnode1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;[oracle@racnode1 bin]$&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 2pt; margin-top: 2pt;&quot;&gt;&lt;span style=&quot;color: #494949; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./crsctl stop cluster -all&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 2pt; margin-top: 2pt;&quot;&gt;&lt;span style=&quot;color: #494949; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 2pt; margin-top: 2pt;&quot;&gt;&lt;span style=&quot;color: #494949; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;-webkit-text-stroke-width: 0px; color: black; font-family: verdana; font-size: medium; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;-webkit-text-stroke-width: 0px; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium; font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: 400; letter-spacing: normal; line-height: 1.38; margin-bottom: 2pt; margin-top: 2pt; orphans: 2; text-align: left; text-decoration-color: initial; text-decoration-style: initial; text-decoration-thickness: initial; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span style=&quot;color: #494949; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./crsctl start cluster -all&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/upgrade-clusterware-database-from-11204.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-9132782770187928691</guid><pubDate>Tue, 21 Feb 2023 13:31:00 +0000</pubDate><atom:updated>2023-02-24T15:25:08.783+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Install Oracle 11g (11.2.0.4) Database + Configure ASM by ASMCA + Create Oracle Database by DBCA in 11g RAC</title><description>&lt;div style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&amp;nbsp;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Task (Install Oracle 11.2.0.4 Software/binary)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span id=&quot;docs-internal-guid-88afdb4a-7fff-18b9-9eb2-2f1ddc9d41a8&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.04; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-weight: 700; white-space: pre-wrap;&quot;&gt;unzip Database Software&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Execute runInstaller&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1 &lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Log in as an ORACLE user and execute the run installer.&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$./runInstaller&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh5.googleusercontent.com/xGcfrHxur60aZOZskOu4TQ30FgDq6FANcQwX0Fntn6HAAUixnrQU6kInmkSu30aqSIqc4Xoy1PdQ2JKnWfmKUS1k2h4GzqfulGvCK0l1uIhSkBjpZp4j_IsWvZ2r_ZzLBBhYf2-eirI0z0avUDFV_YE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh6.googleusercontent.com/xoHAUy5oWli3_O7hIK55HFPo8a8an5zMF6cSKQFhr4FEBDkUnFnXULgGvlLAjjv9U9aewhg7m7UH1yW6Rrb3twClen0QbxQ3x1UpQk1sEZ_CisgJdUcXxQTe_y5tVZZBGUpH5bBlTGHthtw_vcbDBWo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh5.googleusercontent.com/Rnl4hudVFK-mi8kAWxkccED-E6UK0cbFNjprLFfwXlmrFhMUT1iwzoQvvl5uDFUHRkD10Py2cXhFV5x_9IEhOuAvZ45Xy6hn8Um_FfArVzsjPWWO730iBT1s2getTe3lcsdcUDg9TpsV5PVOmCT_Nsc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 416px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;416&quot; src=&quot;https://lh4.googleusercontent.com/xgKeNnv5RhQ0Xl8uAnx2VtNuGbgvDAFmwK1fwun4DxguC0yogiHG4QP_g6oy8c-mNSf4eON4cK_-Xp9EzjQqhitCElw4mJafzCd0cowLGhzvOD7JOo01IGRP2JE-QEZfR4N3ncDdnTSQ24MI9BKxqgE&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/5o7mhpYdkkb2cvse82SeOp4muoTHu8LwUdZd-N4VS0dJip6is8x8p6eMdrxOs5M1duSht9-yf7kJkBBmJg8Aa1Hlv0xMszwdf3cpZHJeaGI9Y7gTcAPFGy3Yt92Jz25LsKCzjI3enaZpEIihRO4n_WI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 419px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;419&quot; src=&quot;https://lh3.googleusercontent.com/JYvO5le_SwMj6pClniytOsNCgtUi766H1_52JjgeYpY1tWzXuzejs_Ea9fUmG2BO4fHyoP-zFmHreAL3KYAaKi8Kd2Y7ezemAmks3DEsj4sbh6sdhzNMw1zKqgKUyH_NSZfY9EJhNg3rqfQQ5snkuBw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 421px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;421&quot; src=&quot;https://lh6.googleusercontent.com/f2uMBKGtNmRK49wEoMd7ymo9NFO1Vy7e3gtLAF4VvUZhoA5edVRXHRV0ZUxQp7rnShCjelPAY_bNpsU3KSq2N_u2KxisFO3d_pviZOuw5YX3iyW6MRPwGgmaDUrA7M2n1ZFOWoxalyXVe_wdt684jys&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 420px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;420&quot; src=&quot;https://lh4.googleusercontent.com/b0HGBznHFFyeBCktUYAReFtBc--sdeRgxm685SK869YmVYhZ2nzw780LV7_MOqD2R_uvzxOzGktMmbiIl9zcUb8f3i7Ar59RlZsa1C_S3RwjezUvbHLPWQh2-KfPK9yAlKdhbJpW8Wur7bwLsJXbItM&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh3.googleusercontent.com/SJl_1KILY-j4TcLbJQmcBkPDJiYYlD7N0gU13FR_GKcKfJmbuKgI2oBMz4maIS98SPzCJBtR2rvDB1bCETxwnxT2GhmT9oHzVGItoxfViXdUuNVsPjsMLUKKt3iUO46UflTKGUEm43Dp6XwqEY-w__Y&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 417px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;417&quot; src=&quot;https://lh3.googleusercontent.com/vlTEV6sRC0_U9HPeTouC3SSkjWW0Q0zs3ydpUAqBc0SjjdrC3BBDqHx4rpB2AtOCgC7ZxacJIKlbP5oIfc_QGF7TC9dc8nX4gPBBGK4k1Ud4oxeAw8XxPxKGg7T7WW6rjGF3R4e_7u_Ihqk454eTN8k&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Error:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 195px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;195&quot; src=&quot;https://lh4.googleusercontent.com/tFVQC9EjjL4cdocoB9JJEgKNOgYByWYtN-LqxzYEPGJH3ZC_l7SMEB5SAt6uvUvr9vrFSyAwF9poa5NBoZwKEFLqqXuktvFLxflGzmJp66Hi7wVrAxOFR13wAGkEkuA4v9Nc_bSVk4vCzRvltT3SrzU&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: #ff9900; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;collect2: error: ld returned 1 exit status&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;INFO: make[1]: Leaving directory `/oracle/db/11g/sysman/lib&#39;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;INFO: make[1]: *** [/oracle/db/11g/sysman/lib/emdctl] Error 1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;make: *** [emdctl] Error 2&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;INFO: End output from spawned process.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;INFO: ----------------------------------&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;INFO: Exception thrown from action: make&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Exception Name: MakefileException&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Exception String: Error in invoking target &#39;agent nmhs&#39; of makefile &#39;/oracle/db/PM.log&#39; for details.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Link error on &quot;ins_emagent.mk&quot;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Solution:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Edit $ORACLE_HOME/sysman/lib/ins_emagent.mk, search for the line&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: #e0eaf1; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: -6pt 0pt 0pt 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;$(MK_EMAGENT_NMECTL)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Then replace the line with&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: #e0eaf1; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: -6pt 0pt 0pt 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: white; color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;$(MK_EMAGENT_NMECTL) -lnnz11&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 10pt 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Then click “Retry” button to continue.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 10pt; text-align: justify;&quot;&gt;&lt;span style=&quot;color: #252525; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 415px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;415&quot; src=&quot;https://lh5.googleusercontent.com/l3k-zqom53WlxsqIlliZoutqZqhPzkfqD44WdfihvJHgNvlz_txj4-w0A4CG3OdzV-o0NNXPN0ZBk7ZRWwMc60Pg8GtmPL28LFwm6Uf_-EZDrbF6b52cehAdR2qR8L9sWjXl2yY-ATghb9MLPmdZpLc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;(Create Configure ASM DISK Groups for Storing Database Data)&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;By “ASMCA”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; log in as a ORACLE user , set following environment and invoke ASMCA:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$export ORACLE_HOME=&amp;lt;GROD_HOME&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;./asmca&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 336px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;336&quot; src=&quot;https://lh3.googleusercontent.com/siea-8qQrIOq0gKydmvVB-uTrSrWQrz9558_HA7PYXluKkVF3h8jQVZI1FAfSak1A20PR5atOKS6uAOUqxVCHveazVF_-fIl8o_f3HApON_yFHfww318MLoYYSxvGmJ4Fv-vH9OVRuSVNufXwX2mWyQ&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;Click on Create Button&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 384px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;384&quot; src=&quot;https://lh4.googleusercontent.com/W2l3b_y2D38WUj1Gn0oSe15Pxpgm0uwzylCRvWakzgxatbJTWFpdjPFrCjSC4hpE9_wMwUGGZkWBV6sGgIiuhLse7ZffgEMquURid1O0OuyZso6Goz299qKpTJWqrORURsX50EdcK0Cl_ooyiZe-xLw&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 383px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;383&quot; src=&quot;https://lh6.googleusercontent.com/aApGDc_y9jZlDh-eHN2RZrC3QJEiqIQMeqStzEjMkexdnOaK-uSbWp7nz-suSQgkH_6Ftga-Q9_bkj2HDminhalf428fjukRg49J7-x5v90fvAy-ENfKetjwuREdv4UAi_98TY1S0sMrZgj2-DWgIBY&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 387px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;387&quot; src=&quot;https://lh4.googleusercontent.com/Wn9yvoon8C11YvYeBHaw_UPCW18JnPhkrYY0pJc74a9jdEoilYjxmC9q5gCXBuWQcNq2-H9qPF5GVb2fJ-08y7meJp6KIBB2_b-PWIB7A8ph_LOGaGDWLtZ4bEYBH746_gVfbASCTKiiRzQS_xyhRVg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 3pt; margin-top: 12pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana; font-size: small;&quot;&gt;(Create Database)&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;We can use two methods “DBCA” or “Manual”, for creating RAC Enable Database. Here I will describe both methods. You can choose one of them.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;By “DBCA”&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; log in as a ORACLE user , set following environment and invoke DBCA :&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$export ORACLE_HOME=&amp;lt;DB_HOME&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;$export PATH=$ORACLE_HOME/bin:$PATH&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-indent: 36pt;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;$dbca&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2&lt;/span&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Follow Screen Shot&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh3.googleusercontent.com/zKIQGv4teSBZdbRXDKURwX3YadUfz6XMAhCDgWvKU2RP0bhhajCNanlOpIDtp8GKd7NMPzjDe2h1u0XA_7f0SMb_9EUqZG5aQAMMzG71r9y616I80riKoJFIlFtbIlV-3CNMvyo7lQp17HH_bL0Z4tk&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh5.googleusercontent.com/xIhPEs-ZHERoKJr5IOQr2MjMwvCkwRr-CLpzjgxTb1SdFVyklElO0E-Tu71e_usTL9giLrrmnmuy2ZV4gE_dM3oq7RZuJ-TXtQgRPmJA8c9SE9-93TNc-ZANEGQ-YoHe8CJtQCWa0ERnLCy6s7vCcq4&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 379px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;379&quot; src=&quot;https://lh5.googleusercontent.com/YH-pIXng2R64329BBtOcI3p3WIPHFM3gO3XtsyJMEvTVvqR4L9HUqWQpuYRuoyTqbzPb3XNwBE_KfBKchmQLaOLZHd4J75FCmt4-0NA_BSP4t1o9gmtnQccQcpuQ0GNFLwa25xH-XqTVRmsThCKkA9E&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 381px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;381&quot; src=&quot;https://lh5.googleusercontent.com/saNNbXA4NHRVmtoUT9JtG5OcNcvhXGrYV5VQWdDfOgf_3k0H_yxc_dJagKOeXJt9oCEvZkG8nuNwB2C7DAtNY7VGN5VDK1E21j3O3Ed5eiNfxkqdCgNAS0jp3wgk28s8ifO2f9PFp9cSw_FEnp2sxyg&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 375px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;375&quot; src=&quot;https://lh3.googleusercontent.com/TLFJ4bdn4WyM-4y8FFX9_N1-oTfNdYl3E29T-28IkyDy6hieroJ2KuHVlz8sYjNjztwQ1ZTBmo1y5R2nxwMkS1q671Fm1iMWvGq16HgnUoefdG7c4n--BPuD259qyUx8YfMDYttFt_-Q8NoBzrNEUyc&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 381px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;381&quot; src=&quot;https://lh3.googleusercontent.com/2k94txyucJ0r5tcbX-09wSzU8QgCRVSp9NJfP6lxSGjrvy9TpX8SDmqOViggSSQ1XNc1CeVd34WLiULuthAyYzgVqj76EUc5FXLqLUlpzYIgRGrOrDnbrXrDfSAw0dA7GR8aZTBX0tEniBVh2WeRBuI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 377px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;377&quot; src=&quot;https://lh4.googleusercontent.com/et1bltTBdmv_bB6pk0mKelGEg5VOxdQ75-JHZJvWWkS6n4w1Dp8_I2zonUjnzV5-Hnh6DLdZqS95pPsFJ-WLODg2yh7AR0NqJ2ZNSsleClWig-jy1s0RveKrlxAxL6yeVuc31PQEQJESfZE7_poaExo&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh5.googleusercontent.com/MLJ-8nHQZBw_DW6Hpy8_C6tjcMnaHfA9uljM-Uwjw5gjUpLt6nz6KndVUubdj1mq9d8t1gQy43JgyuFMYa2hhkNjlzonsR-Tx2hfEUaGE2SU-YL0zPAOia1Vwt23A-Qdj1rSj12YyvSIGZ_5_Cu_i-k&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 383px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;383&quot; src=&quot;https://lh5.googleusercontent.com/vN7h-fUqwaIqAT7D5kOlN07uej9b6R9Q2vUcJsOjBB2UYmcUEaRSM43a1gUGGIzb2W0SZ7dBhX1O9o8podOGjLrMQF2wdpJvyfn-SqNaI0763G4o10qLkR0MB8o0jv8dGH5ZW50IL95DHg6IBL6FSL8&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh5.googleusercontent.com/Bf4QKdVbVYlzECViZPMvAK8ItdcKgzzXvSqQRJl12X6m5e_eTRVsW4hQWKOvxYPkSy3ifLdSW4aBga_J9z0f7aQ-Ui5V2fuJs3QwFn_JCIj3LfY5ueh0L7dV-oglkv_NH3U2nFMpiaEyy_bvvrYCLZI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 380px; overflow: hidden; width: 528px;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;img height=&quot;380&quot; src=&quot;https://lh6.googleusercontent.com/Xt87UEW09FQN-JhOAAuPesa_CVZFV78MH1YVujftvoA3a6BimlD5RsWLJf21M3a_u6oz_pij_QsnRxrYCvtEb3tvmIyYJVHigkZsiremoMGvrStbTmega6x69PQRPS3GXiB9boTIsb_XritsMux9Eks&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;After creating Database. Verify the Services.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;$&amp;lt;CRS_HOME&amp;gt;/bin/crs_stat –t&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/install-oracle-11g-11204-database.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-3349757598813902860.post-619868736990770628</guid><pubDate>Mon, 20 Feb 2023 12:52:00 +0000</pubDate><atom:updated>2023-02-24T15:24:53.097+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">RAC</category><title>Failed to start Oracle OHASD service during root.sh</title><description>&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s200/RAC-Learn.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;120&quot; data-original-width=&quot;200&quot; height=&quot;120&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/h120/RAC-Learn.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; white-space: pre-wrap;&quot;&gt;Issue:&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-068ffcf6-7fff-ac50-8c1e-bb8f7a5be023&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 87px; overflow: hidden; width: 528px;&quot;&gt;&lt;img height=&quot;87&quot; src=&quot;https://lh4.googleusercontent.com/8Oe4cRPPr9w20WdTr8nobmMvjr3UrbyhoRhrQX8TdUGzZ1_SQXRJm1ryNuhgQ8qVVh0hfsmUVbjR--RWYB9cp6Q_0dtZmQ4sIrYy31hyzjPyVpz327vSzMPEFNP66jHkryUTBpzyDn1_xrvJ5gWMNtI&quot; style=&quot;margin-left: 0px; margin-top: 0px;&quot; width=&quot;528&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;^CFailed to write the checkpoint:&#39;ROOTCRS_BOOTCFG&#39; with status:FAIL.Error code is 33280&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;INT at /oracle/grid/11g/crs/install/crsconfig_lib.pm line 1446.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;/oracle/grid/11g/perl/bin/perl -I/oracle/grid/11g/perl/lib -I/oracle/grid/11g/crs/install /oracle/grid/11g/crs/install/rootcrs.pl execution failed&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Oracle root script execution aborted!&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Solution:&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 10pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;border-bottom: 0.75pt solid rgb(238, 236, 232); line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt; padding: 0pt 0pt 18.4pt;&quot;&gt;&lt;span style=&quot;background-color: #e69138; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Failed to start Oracle OHASD service during root.sh&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;During the installation of 11gr2 RAC on RHEL 7, when running root.sh script getting error as Failed to start Oracle OHASD service when gone through the DOC came to know that its knows issue for 11gr2 with RHEL 7, This happens since RHEL 7 onwards, it uses systemd rather than initd for starting or restarting processes and runs them as a service. And in current software install of 11.2.0.4 will not succeed because the ohasd process does not start properly. Hence you can use following work around&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Perform below steps on both node&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt; text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 1: Login as&amp;nbsp; ROOT user&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;cd /etc/systemd/system/&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;touch ohasd.service&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step 2: Edit the file ohasd.service and add the following text&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[Unit]&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Description=Oracle High Availability Services&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;After=syslog.target&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[Service]&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;ExecStart=/etc/init.d/init.ohasd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 Type=simple&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Restart=always&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;[Install]&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;WantedBy=multi-user.target&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Step3 : Run the following commands (as root):&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl daemon-reload&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl enable ohasd.service&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;systemctl start ohasd.service&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 700; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;4. Now run root.sh from the Grid $OH and it should succeed&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 0pt; margin-top: 0pt; padding: 0pt 0pt 1pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;background-color: white; line-height: 1.2; margin-bottom: 1pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Refer Doc ID 1959008.1&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;background-color: transparent; color: #192930; font-family: &amp;quot;Book Antiqua&amp;quot;, serif; font-size: 12pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</description><link>http://indiandba.blogspot.com/2023/02/failed-to-start-oracle-ohasd-service.html</link><author>noreply@blogger.com (Anup)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieJqvCYxrzFJZnHMtLD5WPxK769R1yGQv1JPwEQX9-BTjBH8WhCUh59j1P8QUAmWMmleR6VXtEp7CzKAzrcwuTKldOlFV1l7-14BrezsrvCwPS2JCH-Y3RUqIw5rObOete7CrIerY6om4/s72-h120-c/RAC-Learn.jpg" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>