03. (). ( oracle )..

Size: px
Start display at page:

Download "03. (). ( oracle ).."

Transcription

1 03 () ( oracle )

2 chkconfig --level xinetd off chkconfig --level sendmail off chkconfig --level cups off chkconfig --level cups-config-daemon off chkconfig --level smartd off chkconfig --level iptables off chkconfig --level ip6tables off chkconfig --level bluetooth off chkconfig --level yum-updatesd off rpm -q binutils-2* rpm -q compat-libstdc++-33-* rpm -q elfutils-libelf-0* rpm -q elfutils-libelf-devel-* rpm -q gcc-4* rpm -q gcc-c++-4* rpm -q glibc-2* rpm -q glibc-common-2* rpm -q glibc-devel-2* rpm -q glibc-headers-2* rpm -q ksh-2* rpm -q libaio-0* rpm -q libaio-devel-0* rpm -q libgcc-4* rpm -q libstdc++-4* rpm -q libstdc++-devel-4* rpm -q make-3* rpm -q sysstat-7* rpm -q unixodbc-2* rpm -q unixodbc-devel-2* host /etc/hosts DNS host DNS

3 vi /etc/hosts ### Public rac1localdomain rac rac2localdomain rac2 ### Private rac1-privlocaldomain rac1-priv rac2-privlocaldomain rac2-priv ### Virtual rac1-viplocaldomain rac1-vip rac2-viplocaldomain rac2-vip ### DNS dnslocaldomain dns DNS dnsmasq DNS, dnsmasq host SCAN IP Grid 'Oracle ' vi /etc/hosts ### Public rac1localdomain rac rac2localdomain rac2 ### Private rac1-privlocaldomain rac1-priv rac2-privlocaldomain rac2-priv ### Virtual rac1-viplocaldomain rac1-vip rac2-viplocaldomain rac2-vip ### SCAN rac-scanlocaldomain rac-scan OS umount tmpfs mount -t tmpfs shmfs -o size=1500m /dev/shm vi /etc/fstab /etc/fstab tmpfs #

4 vi /etc/fstab #tmpfs /dev/shm tmpfs defaults tmpfs /dev/shm tmpfs size=1500m 0 0 vi /etc/sysctlconf fsaio-max-nr = fsfile-max = kernelshmmni = 4096 # semaphores: semmsl, semmns, semopm, semmni kernelsem = netipv4ip_local_port_range = netcorermem_default = netcorermem_max = netcorewmem_default = netcorewmem_max = /sbin/sysctl -p /etc/security/limitsconf oracle soft nproc 2047 oracle hard nproc oracle soft nofile 1024 oracle hard nofile vi /etc/security/limitsconf session required pam_limitsso vi /etc/pamd/login SELinux

5 SELINUX=disabled # disabled cat /etc/selinux/config vi /etc/modprobeconf options hangcheck-timer hangcheck_tick=30 hangcheck_margin=180 hang check /sbin/modprobe hangcheck-timer vi /etc/rclocal CTSS NTP () NTP mv /etc/sysconfig/ntpd /etc/sysconfig/ntpdoriginal mv /etc/ntp /etc/ntporiginal mv /etc/ntpconf /etc/ntpconforiginal, oracle-validated

6 ### mkdir -p /u01/app/1120/grid mkdir -p /u01/app/oracle/product/1120/db_1 chown -R oracle:oinstall /u01 chmod -R 775 /u01 ### groupadd oper groupadd asmadmin groupadd asmdba groupadd asmoper groupadd vboxsf ## VirtualBox ( ) ### oracle usermod -g oinstall -G dba,oper,asmadmin,asmdba,asmoper,vboxsf oracle ## vboxsf ### oracle passwd oracle ## oracle oracle su - oracle oracle oracle /home/oracle

7 oracle vi bash_profile ### Oracle Settings TMP=/tmp TMPDIR=$TMP EDITOR=vi ORACLE_HOSTNAME=rac1localdomain # rac2localdomain ORACLE_UNQNAME=racdb ORACLE_BASE=/u01/app/oracle GRID_HOME=/u01/app/1120/grid DB_HOME=$ORACLE_BASE/product/1120/db_1 ORACLE_HOME=$DB_HOME ORACLE_SID=racdb1 # racdb2 ORACLE_TERM=xterm BASE_PATH=/usr/sbin:$PATH PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$GRID_HOME/bin:$BASE_PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib NLS_LANG=AMERICAN_KOREAAL32UTF8 if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p ulimit -n else ulimit -u n fi fi bashrc alias /home/oracle alias grid_env=' ~/grid_env' alias db_env=' ~/db_env' alias ss='sqlplus / as sysdba' alias ltr='ls -ltr' oracle vi bashrc Grid /home/oracle

8 oracle vi /home/oracle/grid_env ORACLE_SID=+ASM1 # +ASM2 ORACLE_HOME=$GRID_HOME PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$GRID_HOME/bin:$BASE_PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib DB /home/oracle oracle vi /home/oracle/db_env ORACLE_SID=racdb1 # racdb2 ORACLE_HOME=$DB_HOME PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$GRID_HOME/bin:$BASE_PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib VirtualBox VirtualBox VirtualBox >

9 VM VBoxLinuxAdditionsrun

10 CD

11 [ ] VM

Oracle Database 12c R1

Oracle Database 12c R1 Oracle Database 12c R1 I. II. III. 1. Software 2. A) B) C) 3. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. A) B) C) D) 1. VirtualBox Guest Addition 2. 3. 4. IV. DB V. VI. Database I. Click here to expand...

More information

Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi

Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi Build Your Own Oracle RAC 11g Release 2 Cluster on Red Hat 4 and iscsi Here is my setup which I have used for Installing Oracle RAC 11gR2 Laptop windows XP To access linux1 and linux2 There are 2 operating

More information

Oracle Database 11g Release 2 ( ) RAC On Oracle Linux 6.3 Using VirtualBox

Oracle Database 11g Release 2 ( ) RAC On Oracle Linux 6.3 Using VirtualBox 1 z 35 2014-05-11 19:13 Home Articles Scripts Forums Blog Certification Misc Search About Printer Friendly Oracle 8i Oracle 9i Oracle 10g Oracle 11g Oracle 12c Miscellaneous PL/SQL SQL Oracle RAC Oracle

More information

by guotao zhong August 2006

by guotao zhong August 2006 The installation of Oracle RAC 10g Release 2 on Asianux 2.0(x86-64) by guotao zhong August 2006 1. Introduction One Oracle RAC is a cluster database with a shared cache architecture that provides highly

More information

Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox ) VirtualBox setup and Linux 6.4 Installation for Oracle RAC 12c R1

Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox ) VirtualBox setup and Linux 6.4 Installation for Oracle RAC 12c R1 Install Oracle RAC 12c R1 on Oracle Linux 6.4 using VirtualBox 4.2.16 The following documents are a step by step guide to install Oracle Real Application Clusters 12c on Oracle Linux 6 using VirtualBox.

More information

OEM 13cR2 Installation on RHEL 6.9

OEM 13cR2 Installation on RHEL 6.9 OEM 13cR2 Installation on RHEL 6.9 Oracle Enterprise Manager 13c R2 Installation on Red Hat Enterprise Lnux 6.9. The database installation is custom - without using templates. 2018 KADIR ILKER TAYSI ALL

More information

Step by Step Oracle i-learning installation:

Step by Step Oracle i-learning installation: 1 P a g e A. Prerequests: Step by Step Oracle i-learning installation: Oracle ilearning is certified with the following product stack: 1. UNIX operating system : Linux Intel x86: Red Hat Enterprise Linux

More information

Install and Configure Enterprise Linux on the First Virtual Machine

Install and Configure Enterprise Linux on the First Virtual Machine Install and Configure Enterprise Linux on the First Virtual Machine Download Enterprise Linux from Oracle and unzip the files: Enterprise-R4-U4-i386-disc1.iso Enterprise-R4-U4-i386-disc2.iso Enterprise-R4-U4-i386-disc3.iso

More information

JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017

JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017 JD Edwards EnterpriseOne High Availability Architecture ORACLE WHITE PAPER MAY 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

#########oracle 11g installation on RHEL 5################

#########oracle 11g installation on RHEL 5################ #########oracle 11g installation on RHEL 5################ ********DAY-1 5April2011************** Step 1: Network settings: vi /etc/hosts For

More information

Upgrade to a Dell EMC PowerEdge R740xd database server that harnesses the power of Toshiba HK4R SATA solid-state drives

Upgrade to a Dell EMC PowerEdge R740xd database server that harnesses the power of Toshiba HK4R SATA solid-state drives A Principled Technologies report: Hands-on testing. Real-world results. The science behind the report: Upgrade to a Dell EMC PowerEdge R740xd database server that harnesses the power of Toshiba HK4R SATA

More information

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호

Oracle Database 10g R2. Installation Guide for OEL5(x86) Writer : 이경호 Oracle Database 10g R2 Installation Guide for OEL5(x86) Writer : 이경호 목차 1. 시스템구성... - 2-1.1. 개요... - 2-1.1.1. 정의... - 2-1.1.2. 목적... - 2-1.1.3. 환경... - 2-2. 준비사항... - 2-3. Oracle Install configuration...

More information

Oracle Database 12c Installation Procedure

Oracle Database 12c Installation Procedure Oracle Database 12c Installation Procedure Step 0: Preparation Step 0.1: Fully patch the system. Run: # yum update -y Step 0.2: Install the EPEL repo. Run: # yum install epel-release Step 0.3: Prepare

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 11g Release 2 (11.2) for Linux x86-64 E24326-09 September 2017 This guide describes how to quickly install Oracle Database 11g Release 2 (11.2) on Linux x86-64

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E54543-04 October 2014 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on Linux x86-64 systems.

More information

Oracle 11g R2. Installation and Configuration Guide. Abstract

Oracle 11g R2. Installation and Configuration Guide. Abstract Oracle 11g R2 Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g R2 for IMC on the Linux operating system. Part

More information

Installation Oracle Applications R on OEL 5.2

Installation Oracle Applications R on OEL 5.2 Installation Oracle Applications R12.1.1 on OEL 5.2 Metalink Note Oracle E-Business Suite Release 12 Installation Guidelines [ID 405565.1] Oracle E-Business Suite Installation and Upgrade Notes Release

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E54543-10 July 2017 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on Linux x86-64 systems.

More information

Oracle Database. Quick Installation Guide. November g Release 2 (10.2) for Linux on POWER B

Oracle Database. Quick Installation Guide. November g Release 2 (10.2) for Linux on POWER B Oracle Database Quick Installation Guide 10g Release 2 (10.2) for Linux on POWER B25148-01 November 2005 Oracle Database Quick Installation Guide, 10g Release 2 (10.2) for Linux on POWER B25148-01 Copyright

More information

INTRODUCTION AND TERMINOLOGY

INTRODUCTION AND TERMINOLOGY BUILDING A RAC TEST ENVIRONMENT ON VMWARE FOR FREE Dan Norris, dnorris(at)piocon.com, Piocon INTRODUCTION AND TERMINOLOGY This paper offers a recipe for creating a RAC environment suitable for testing

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Quick Installation Guide 12c Release 1 (12.1) for IBM: Linux on System z E56895-04 May 2017 This guide describes how to quickly install Oracle Database 12c Release 1 (12.1) on IBM: Linux

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Database Quick Installation Guide 10g Release 2 (10.2) for IBM zseries Based Linux B28935-01 May 2006 This guide describes how to quickly install Oracle Database 10g on IBM zseries Based

More information

Oracle 11g R2. Installation and Configuration Guide. Abstract

Oracle 11g R2. Installation and Configuration Guide. Abstract Oracle 11g R2 Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g R2 for IMC on the Linux operating system. Part

More information

Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2

Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2 Install Oracle 10g Cluster RCS on Redhat Advance 3.0 Update 2 By: Loc Huynh Date: 15 June 2004 This outlines some basic instruction on installing Oracle 10g on RedHat Advance 3.0 with update 2 Cluster

More information

(RHEL4 and SLES9 covered)

(RHEL4 and SLES9 covered) DBA: Linux Installing Oracle Database 10 g Release 2 on Linux x86 (RHEL4 and SLES9 covered) by John Smiley DOWNLOAD Oracle Database 10g Release 2 TAGS linux, database, installation, All Learn the basics

More information

Oracle Audit Vault. Server Installation Guide Release for Linux x86 E September Beta Draft

Oracle Audit Vault. Server Installation Guide Release for Linux x86 E September Beta Draft Oracle Audit Vault Server Installation Guide Release 10.2.3 for Linux x86 E11055-03 September 2008 Beta Draft Oracle Audit Vault Server Installation Guide, Release 10.2.3 for Linux x86 E11055-03 Copyright

More information

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E Oracle Audit Vault Server Installation Guide Release 10.2.3.2 for Linux x86-64 E14464-01 October 2009 Oracle Audit Vault Server Installation Guide, Release 10.2.3.2 for Linux x86-64 E14464-01 Copyright

More information

RAC Attack Lab Handbook

RAC Attack Lab Handbook RAC Attack Lab Handbook Jeremy Schneider Chicago, Illinois, United States http://www.ardentperf.com Contributers DAN NORRIS (DANNORRIS.COM) PARTO JALILI This work includes screenshots and text output,

More information

Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0

Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0 Oracle 11gR2 Two Node Real Application Cluster installation step by step guide on Linux using Vmware Server 2.0 Mohamed Azar. Database Administrator, Blogger, Contributor,Book Reviewer. http://mohamedazar.wordpress.com

More information

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux

Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux 1 Best Practices Deployment Guide: Oracle Validated Configuration with Cisco UCS, Nimble Storage, and Oracle Linux This document

More information

Supplemental Implementation Guide

Supplemental Implementation Guide Dell EqualLogic Best Practices Series Supplemental Implementation Guide Sizing and Best Practices for Deploying Oracle 11g Transaction Processing Databases on Dell EqualLogic Storage Chidambara Shashikiran

More information

RAC Attack - Oracle Cluster Database at Home

RAC Attack - Oracle Cluster Database at Home RAC Attack - Oracle Cluster Database at Home Edited by Jeremy Schneider Wikibooks.org Sponsored by Pythian April 5, 2013 On the 28th of April 2012 the contents of the English as well as German Wikibooks

More information

Oracle Real User Experience Insight

Oracle Real User Experience Insight Oracle Real User Experience Insight Installation Guide Release 5.0 for Linux x86-64 E12487-08 April 2009 Oracle Real User Experience Insight Installation Guide, Release 5.0 for Linux x86-64 E12487-08 Copyright

More information

Deploying Oracle Database 12c on Red Hat Enterprise Linux 6

Deploying Oracle Database 12c on Red Hat Enterprise Linux 6 Deploying Oracle Database 12c on Red Hat Enterprise Linux 6 Best Practices Roger Lopez, Principal Software Engineer RHCE Version 1.1 February 2015 100 East Davie Street Raleigh NC 27601 USA Phone: +1 919

More information

HP Intelligent Management Center

HP Intelligent Management Center HP Intelligent Management Center Oracle 11g Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g for IMC on the

More information

Author A.Kishore Introduction Oracle RAC Software Oracle VirtualBox Software... 4

Author A.Kishore   Introduction Oracle RAC Software Oracle VirtualBox Software... 4 CONTENTS Introduction... 2 Oracle RAC Software... 3 Oracle VirtualBox Software... 4 Oracle Enterprise Linux 6.7 software... 4 Oracle VirtualBox Installation... 8 Virtual Machine Setup... 8 Guest Operating

More information

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Inhaltsverzeichnis Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices... 1 1. Installation

More information

Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators

Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators Enabling IBM Storwize V7000 Unified storage for Oracle x86 Linux RAC databases A reference guide for storage and database administrators Shashank Shingornikar IBM Systems and Technology Group ISV Enablement

More information

Preserve user response time by ensuring data availability

Preserve user response time by ensuring data availability A Principled Technologies report: Hands-on testing. Real-world results. Preserve user response time while ensuring data availability Dell EMC VMAX 250F all-flash storage and Dell EMC PowerEdge servers

More information

v7.0 HP Intelligent Management Center

v7.0 HP Intelligent Management Center v7.0 HP Intelligent Management Center Oracle 11g Installation and Configuration Guide Abstract This guide contains configuration information for installing and managing an Oracle Database 11g for IMC on

More information

Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a

Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a Making the transition from a Sun SPARC Solaris server to a newer and faster Intel based Dell PowerEdge server running Red Hat Enterprise Linux is a complex process. This guide will highlight key steps

More information

Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x

Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x Deploying Oracle Real Application Clusters 11g R2 on Red Hat Linux 6.x Application Note Version: 1.0 Abstract: This application note covers key operations in detail to help you better understand how to

More information

Oracle Application Server

Oracle Application Server Oracle Application Server Quick Installation Guide 10g Release 2 (10.1.2) for Linux x86 B19311-01 August 2005 Oracle Application Server Quick Installation Guide 10g Release 2 (10.1.2) for Linux x86 B19311-01

More information

Oracle 11g RAC on Dell Compellent Storage Center. Dell Best Practices

Oracle 11g RAC on Dell Compellent Storage Center. Dell Best Practices Oracle 11g RAC on Dell Compellent Storage Center Dell Document Revision Table 1. Revision History Date Revision Description 1/16/2012 A Initial 4/19/2012 B Content and format change THIS TECHNICAL TIP

More information

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E

Oracle Audit Vault. Server Installation Guide Release for Linux x86-64 E Oracle Audit Vault Server Installation Guide Release 10.2.3.2 for Linux x86-64 E14464-08 November 2011 Oracle Audit Vault Server Installation Guide, Release 10.2.3.2 for Linux x86-64 E14464-08 Copyright

More information

DELL POWEREDGE M820 BLADE SERVER SOLUTION: SOFTWARE COST ADVANTAGES WITH ORACLE DATABASE 11g R2

DELL POWEREDGE M820 BLADE SERVER SOLUTION: SOFTWARE COST ADVANTAGES WITH ORACLE DATABASE 11g R2 DELL POWEREDGE M820 BLADE SERVER SOLUTION: SOFTWARE COST ADVANTAGES WITH ORACLE DATABASE 11g R2 Upgrading a data center requires more than just selecting new equipment considerations range from performance

More information

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux PART 1 of 4 - GRID INFRASTRUCTURE INSTALLATION Environment details: Red Hat Enterprise Linux Server release 6.4 (Santiago) Oracle 11.2.0.3 PSU4 Preinstallation Steps ## Information provided by OS admin:

More information

Oracle RAC 12C ohsdba

Oracle RAC 12C ohsdba Step by Step Install Oracle RAC 12.1.0.2 On OEL7.2 Oracle RAC 12C ohsdba 1 Prerequisites... 1 Hardware... 1 Software... 1 Install Summary... 1 Oracle Certification information... 2 Oracle Clusterware 12.1.0.2.0

More information

Check the FQDN of your server by executing following two commands in the terminal.

Check the FQDN of your server by executing following two commands in the terminal. LDAP or Lightweight Directory Access Protocol, is a protocol designed to manage and access related information in a centralized, hierarchical file and directory structure. An LDAP server is a non-relational

More information

DATABASE PERFORMANCE IN BLADE ENVIRONMENTS: DELL POWEREDGE M1000E VS. CISCO UCS 5108

DATABASE PERFORMANCE IN BLADE ENVIRONMENTS: DELL POWEREDGE M1000E VS. CISCO UCS 5108 p DATABASE PERFORMANCE IN BLADE ENVIRONMENTS: DELL POWEREDGE M1000E VS. CISCO UCS 5108 When selecting a blade environment, strong performance is essential: It must support the increasing demands of your

More information

Preparing Your Environment

Preparing Your Environment Overview, page 1 Hardware Requirements, page 1 Operating System Installation, page 1 Overview This chapter describes the requirements and dependencies for installing Prime Home successfully. It includes

More information

Oracle 11g RAC on Linux- CRS Inderpal S. Johal. Inderpal S. Johal

Oracle 11g RAC on Linux- CRS   Inderpal S. Johal. Inderpal S. Johal ORACLE CRS INSTALLATION : INSTALLATION AND CONFIGURATION GUIDE Inderpal S. Johal INTRODUCTION This document will gives details of Oracle Clusterware installation on RHEL 4. CRS INSTALLATION STEPS 1. Cluster

More information

Oracle Audit Vault. Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B

Oracle Audit Vault. Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B Oracle Audit Vault Server Installation Guide 10g Release 2 (10.2.2) for Linux x86 B25322-02 August 2007 Oracle Audit Vault Server Installation Guide, 10g Release 2 (10.2.2) for Linux x86 B25322-02 Copyright

More information

Oracle9i Real Application Clusters Quick Installation Guide for Linux x86. October 2003

Oracle9i Real Application Clusters Quick Installation Guide for Linux x86. October 2003 Oracle9i Real Application Clusters Quick Installation Guide for Linux x86 October 2003 Oracle9i Real Application Clusters Quick Installation Guide for Linux x86 Introduction 1 Release 2 Updates and Changes

More information

The TRELLIS Real-Time Infrastructure Optimization Platform

The TRELLIS Real-Time Infrastructure Optimization Platform The TRELLIS Real-Time Infrastructure Optimization Platform Pre-Installation Installer/User Guide Technical Support Site If you encounter any installation or operational issues with your product, check

More information

Oracle Cloud Control 13c. ohsdba

Oracle Cloud Control 13c. ohsdba Oracle Cloud Control 13c Oracle Cloud Control 13c ohsdba Oracle Cloud Control 13c PREREQUISITES... 1 HARDWARE... 1 SOFTWARE... 1 INSTALL GUIDE... 1 INSTALL SUMMARY... 1 CREATE VM SERVER... 2 INSTALL OEL

More information

Oracle Database Vault

Oracle Database Vault Oracle Database Vault Installation Guide 10g Release 2 (10.2) for Linux on POWER B32494-02 February 2007 Oracle Database Vault Installation Guide, 10g Release 2 (10.2) for Linux on POWER B32494-02 Copyright

More information

Preinstallation Tasks

Preinstallation Tasks Pre-installation Tasks on Linux Creating group and user su root groupadd dba useradd -g dba -d /d01/oracleas/asinf asinf mkdir p /d01/oracleas chown asinf :dba /d01/oraceas Preinstallation Tasks The following

More information

Installing Oracle Database 10g Release 2 for Asianux2.0 on Power. Aug 10, 2006

Installing Oracle Database 10g Release 2 for Asianux2.0 on Power. Aug 10, 2006 Installing Oracle Database 10g Release 2 for Asianux2.0 on Power Aug 10, 2006 Copyright 2006 ORACLE Corporation. All rights reserved. Printed 8/10/2006 Author: Qiuhui Ling Oracle China Development Center

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 11g Release 2 (11.2) for IBM: Linux on System z E24327-03 November 2016 This guide describes how to quickly install Oracle Database Client 11g Release 2

More information

DELL POWEREDGE R930 WITH ORACLE: THE BENEFITS OF UPGRADING TO PCIE STORAGE USING SANDISK DAS CACHE

DELL POWEREDGE R930 WITH ORACLE: THE BENEFITS OF UPGRADING TO PCIE STORAGE USING SANDISK DAS CACHE DELL POWEREDGE R930 WITH ORACLE: THE BENEFITS OF UPGRADING TO PCIE STORAGE USING SANDISK DAS CACHE Responsive and high- performing Oracle database applications, required for smooth business operations,

More information

Configuring SAP NetWeaver with Storage Foundation for Oracle RAC Application Note. Linux

Configuring SAP NetWeaver with Storage Foundation for Oracle RAC Application Note. Linux Configuring SAP NetWeaver with Storage Foundation for Oracle RAC Application Note Linux Veritas InfoScale Availability Agents Last updated: 2017-11-17 Legal Notice Copyright 2017 Veritas Technologies LLC.

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux x86 B15659-17 March 2012 This document contains important information that was not included in the platform-specific or product-specific documentation

More information

BUSINESS-CRITICAL APPLICATIONS ON VMWARE VSPHERE 6, VMWARE VIRTUAL SAN, AND VMWARE NSX

BUSINESS-CRITICAL APPLICATIONS ON VMWARE VSPHERE 6, VMWARE VIRTUAL SAN, AND VMWARE NSX BUSINESS-CRITICAL APPLICATIONS ON VMWARE VSPHERE 6, VMWARE VIRTUAL SAN, AND VMWARE NSX Business-critical applications need a virtualization platform that s reliable and flexible while providing the high

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information

Prerequisites for Oracle FLEXCUBE Installer Oracle FLEXCUBE Universal Banking Release [April] [2014]

Prerequisites for Oracle FLEXCUBE Installer Oracle FLEXCUBE Universal Banking Release [April] [2014] Prerequisites for Oracle FLEXCUBE Installer Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. PREREQUISITES FOR ORACLE FLEXCUBE INSTALLER... 1-1 1.1 ENVIRONMENT SETUP...

More information

Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux

Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux Deploying Oracle 11g RAC Release 2 with IBM Storwize V7000 on Red Hat Enterprise Linux IBM Systems and Technology Group ISV Enablement October 2010 Copyright IBM Corporation, 2010. All Rights Reserved.

More information

Building a RAC Test Environment on VMWare For Free. Dan Norris Thanks to Tim oracle-base.

Building a RAC Test Environment on VMWare For Free. Dan Norris  Thanks to Tim oracle-base. Building a RAC Test Environment on VMWare For Free Dan Norris dnorris@piocon.com http://www.dannorris.com/ Thanks to Tim Hall @ oracle-base.com Agenda Who is Dan? VMWare Orientation Importance of prerequisite

More information

Deploying Oracle Enterprise Manager 13c on Oracle Cloud Infrastructure. Quick Start White Paper October 2016 Version 1.0

Deploying Oracle Enterprise Manager 13c on Oracle Cloud Infrastructure. Quick Start White Paper October 2016 Version 1.0 Deploying Oracle Enterprise Manager 13c on Oracle Cloud Infrastructure Quick Start White Paper October 2016 Version 1.0 Disclaimer The following is intended to outline our general product direction. It

More information

Reference Architectures 2017 Deploying Oracle Database 12c Release 2 on Red Hat Enterprise Linux 7

Reference Architectures 2017 Deploying Oracle Database 12c Release 2 on Red Hat Enterprise Linux 7 Reference Architectures 2017 Deploying Oracle Database 12c Release 2 on Red Hat Enterprise Linux 7 Last Updated: 2018-04-05 Reference Architectures 2017 Deploying Oracle Database 12c Release 2 on Red

More information

About Cisco Validated Designs

About Cisco Validated Designs Last Updated: October 23, 2015 About Cisco Validated Designs Executive Summary Solution Overview Introduction Audience Purpose of this Document FlexPod Program Benefits FlexPod System Overview Solution

More information

Installing and Patching Oracle

Installing and Patching Oracle CHAPTER 4 The Oracle procedures described in this section should be performed only as directed in the checklist provided in 1.3.1 Installation Scenarios and Checklists, page 1-3 for the installation setup

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for IBM: Linux on System z E56896-01 November 2014 This guide describes how to quickly install Oracle Database Client 12c Release 1

More information

The article performs the following task:-

The article performs the following task:- This RAC installation article is based on RAC Attack hands-on learning lab https://en.wikibooks.org/wiki/rac_attack_-_oracle_cluster_database_at_home/rac_attack_12c The article performs the following task:-

More information

Oracle Communication Policy Controller. Lab Environment Preparation

Oracle Communication Policy Controller. Lab Environment Preparation Oracle Communication Policy Controller Edition 1.0 April 2013 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary information and is protected

More information

MAXIMIZING ORACLE DATABASE PERFORMANCE WITH INTEL SSD DC P3600 SERIES NVMe* SSDs ON THE DELL POWEREDGE

MAXIMIZING ORACLE DATABASE PERFORMANCE WITH INTEL SSD DC P3600 SERIES NVMe* SSDs ON THE DELL POWEREDGE f MAXIMIZING ORACLE DATABASE PERFORMANCE WITH INTEL SSD DC P3600 SERIES NVMe* SSDs ON THE DELL POWEREDGE For critical database workloads that require a high volume of transactions, administrators must

More information

1 Reviewing Information About This Guide

1 Reviewing Information About This Guide Oracle Database Client Quick Installation Guide 12c Release 1 (12.1) for Linux x86-64 E55098-08 July 2017 This guide describes how to quickly install Oracle Database Client 12c Release 1 (12.1) on Linux

More information

1 Reviewing Information About this Guide

1 Reviewing Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Linux Itanium B15677-01 November 2005 This guide describes how to quickly install Oracle Database Client on Linux x86-64 systems.

More information

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1

Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Oracle Grid Infrastructure RAC Provisioning - Using OEM GC 11.1 Author: Rob Zoeteweij Date: July 14 2010 http://oemgc.wordpress.com Using the OEM GC Provisioning and Automated Patching Pack, you are able

More information

CA CloudMinder. Installation Guide 1.51

CA CloudMinder. Installation Guide 1.51 CA CloudMinder Installation Guide 1.51 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Installing and Configuring Oracle9i RAC with Sistina GFS

Installing and Configuring Oracle9i RAC with Sistina GFS Installing and Configuring Oracle9i RAC with Sistina GFS Corporate Headquarters Sistina Software, Inc. 720 Washington Ave. SE, Suite 200 Minneapolis, MN 55414 USA http://www.sistina.com Tel: 612-638-0500

More information

Preparing for the Prime Home Installation

Preparing for the Prime Home Installation Prerequisites and Verifications, page 1 Verify Default OS Configurations, page 1 Additional OS Configurations, page 7 Prerequisites and Verifications Before installing Prime Home, verify that the servers

More information

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM)

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) V1.0 Contents 1. Prepare Operating System 2. GRID Infrastructure Installation 3. RDBMS Installation 4. Container Database Creation

More information

Step-by-Step guide to setup an IBM WebSphere Portal and IBM Web Content Manager V8.5 Cluster From Zero to Hero (Part 1.)

Step-by-Step guide to setup an IBM WebSphere Portal and IBM Web Content Manager V8.5 Cluster From Zero to Hero (Part 1.) Step-by-Step guide to setup an IBM WebSphere Portal and IBM Web Content Manager V8.5 Cluster From Zero to Hero (Part 1.) Summary STEP BY STEP GUIDE TO SETUP AN IBM WEBSPHERE PORTAL AND IBM WEB CONTENT

More information

Configuring OGG with OGI Bundled Agents (XAG) for HA

Configuring OGG with OGI Bundled Agents (XAG) for HA Configuring OGG with OGI Bundled Agents (XAG) for HA New York Oracle User Group (NYOUG) 7th Dec 2017 Y V Ravi Kumar Oracle ACE Director Oracle Certified Master (OCM) Oracle ACE Spotlight Co-Author of Upgrade

More information

CA CloudMinder. Installation Guide 1.52

CA CloudMinder. Installation Guide 1.52 CA CloudMinder Installation Guide 1.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

FlashGrid Reference Architecture and Deployment Guide for Highly Available Oracle E-Business Suite in AWS

FlashGrid Reference Architecture and Deployment Guide for Highly Available Oracle E-Business Suite in AWS FlashGrid Reference Architecture and Deployment Guide for Highly Available Oracle E-Business Suite in AWS rev. 2018-01-14 2018 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Architecture Highlights...

More information

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER O RACLE E-BUSINESS B ENCHMARK R EV. 1.1 E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER As a global

More information

Upgrade Grid Infrastructure from to on Linux

Upgrade Grid Infrastructure from to on Linux Upgrade Grid Infrastructure from 11.2.0.2 to 11.2.0.3 on Linux Created by : Hans Camu Date : 29 August 2012 http://camoraict.wordpress.com In this article I will describe the steps to upgrade an Oracle

More information

Author A.Kishore Installation Guide for Oracle on Sun Solaris 8

Author A.Kishore   Installation Guide for Oracle on Sun Solaris 8 Installation Guide for Oracle 9.2.0.5 on Sun Solaris 8 HISTORY Rev Author Description 1.0 A.Kishore Draft 2.0 A.Kishore Included the screen shots and the upgrade screen shot from 9.2.0.1 to 9.2.0.5 on

More information

Version 1.1 February 14, 2002 By: Tim Spencer Stephen Poon IBM / Oracle International Competency Center San Mateo, California

Version 1.1 February 14, 2002 By: Tim Spencer Stephen Poon IBM / Oracle International Competency Center San Mateo, California Installing Oracle9i RAC on IBM xseries running SuSE Linux Enterprise Server 7 Version 1.1 February 14, 2002 By: Tim Spencer Stephen Poon IBM / Oracle International Competency Center San Mateo, California

More information

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP

Deploying Rubrik Datos IO to Protect MongoDB Database on GCP DEPLOYMENT GUIDE Deploying Rubrik Datos IO to Protect MongoDB Database on GCP TABLE OF CONTENTS INTRODUCTION... 1 OBJECTIVES... 1 COSTS... 2 BEFORE YOU BEGIN... 2 PROVISIONING YOUR INFRASTRUCTURE FOR THE

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux Itanium B15673-08 September 2008 This document contains important information that was not included in the platform-specific or product-specific

More information

Systemwalker Software Configuration Manager. Installation Guide. Windows/Linux

Systemwalker Software Configuration Manager. Installation Guide. Windows/Linux Systemwalker Software Configuration Manager Installation Guide Windows/Linux B1X1-0127-04ENZ0(00) January 2013 Preface Purpose of this Document This document explains how to install and uninstall Systemwalker

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Installation Guide 11g Release 2 (11.2.2) E21632-12 September 2013 Oracle TimesTen In-Memory Database Installation Guide, 11g Release 2 (11.2.2) E21632-12 Copyright 2013,

More information

Oracle VM. Installation and Upgrade Guide for Release 3.0.3

Oracle VM. Installation and Upgrade Guide for Release 3.0.3 Oracle VM Installation and Upgrade Guide for Release 3.0.3 E18548-04 January 2012 Oracle VM: Installation and Upgrade Guide for Release 3.0.3 Copyright 2009, 2012, Oracle and/or its affiliates. All rights

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux x86-64 B15666-19 March 2012 This document contains important information that was not included in the platform-specific or product-specific

More information

Using Fluentd as an alternative to Splunk

Using Fluentd as an alternative to Splunk Using Fluentd as an alternative to Splunk As infrastructure within organizations grows in size and the number of hosts, the cost of Splunk may become prohibitive. I created this document to demonstrate,

More information

Lab on User administration

Lab on User administration Lab on User administration To add user #useradd [options] -c Change the comment field. This is often the users full name. -d Change the home directory -e Set

More information

The Zenoss Enablement Series:

The Zenoss Enablement Series: The Zenoss Enablement Series: Zenoss Service Dynamics Impact and Event Management on Red Hat Cluster Suite Configuration Guide Document Version 424-P1 Zenoss, Inc. www.zenoss.com Copyright 2013 Zenoss,

More information