MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE

Size: px
Start display at page:

Download "MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE"

Transcription

1 MIGRATION FROM RAW DEVICES TO ASMLib, STEP BY STEP EXAMPLE Alejandro Vargas Oracle Israel PRE MIGRATION STEPS... 1 Install and configure ASMLib on both servers... 1 MIGRATION STEPS... 4 REMOVE RAW DEVICES CONFIGURATION (Except for OCR, Voting Disk and ASM spfile)... 4 STOP SERVICE RAWDEVICES AND REBOOT BOTH SERVERS... 6 LABEL EMC DEVICES AS ORACLE ASM DISKS on Node SCAN DISKS ON SECOND NODE... 8 RESTART NODE APPLICATIONS AND ASM INSTANCE RECONFIGURE DISCOVERY DISK STRING STOP ASM RESTART ALL RAC COMPONENTS CHECK ASM CHECK DATABASE END OF THE PROCEDURE PRE MIGRATION STEPS Install and configure ASMLib on both servers On Linux platforms, ASM can use raw devices or devices managed via the ASMLib interface. Oracle recommends ASMLib over raw devices for ease-of-use and performance reasons. ASMLib 2.0 is available for free download

2 from OTN. This section walks through the process of configuring a simple ASM instance by using ASMLib 2.0 and building a database that uses ASM for disk storage. Determine Which Version of ASMLib You Need ASMLib 2.0 is delivered as a set of three Linux packages: oracleasmlib the ASM libraries oracleasm-support utilities needed to administer ASMLib oracleasm - a kernel module for the ASM library Each Linux distribution has its own set of ASMLib 2.0 packages, and within each distribution, each kernel version has a corresponding oracleasm package. The following paragraphs describe how to determine which set of packages you need. First, determine which kernel you are using by logging in as root and running the following command: uname -rm Ex: [root@proddb1 root]# uname -rm EL i686 The example shows that this is a kernel for a box using Intel i686 CPU. Use this information to find the correct ASMLib packages on OTN: 1. Point your Web browser to 2. Select the link for your version of Linux. 3. Download the oracleasmlib and oracleasm-support packages for your version of Linux 4. Download the oracleasm package corresponding to your kernel. In the example above, the oracleasm EL i686.rpm package was used. Next, install the packages by executing the following command as root on all nodes, one after the other: rpm -Uvh oracleasm-kernel_version-asmlib_version.cpu_type.rpm \ oracleasmlib-asmlib_version.cpu_type.rpm \ oracleasm-support-asmlib_version.cpu_type.rpm Ex: [root@proddb1 ASMlib]# ls -ltr

3 total 116 -rwxrwxrwx Apr oracleasm-support i386.rpm -rwxrwxrwx Apr oracleasm el i686.rpm -rwxrwxrwx Apr oracleasmlib i386.rpm [root@proddb1 ASMlib]# rpm -Uvh oracleasm el i686.rpm \ > oracleasmlib i386.rpm \ > oracleasm-support i386.rpm Preparing... ########################################### [100%] 1:oracleasm-support ########################################### [ 33%] 2:oracleasm EL ########################################### [ 67%] 3:oracleasmlib ########################################### [100%] Configuring ASMLib Before using ASMLib, you must run a configuration script to prepare the driver. Run the following command as root, and answer the prompts as shown in the example below. Run this on each node in the cluster. [root@vmractest1 ASMlib]# /etc/init.d/oracleasm configure Configuring the Oracle ASM library driver This will configure the on-boot properties of the Oracle ASM library driver. The following questions will determine whether the driver is loaded on boot and what permissions it will have. The current values will be shown in brackets ('[]'). Hitting <ENTER> without typing an answer will keep that current value. Ctrl-C will abort. Default user to own the driver interface []: oracle Default group to own the driver interface []: dba Start Oracle ASM library driver on boot (y/n) [n]: y Fix permissions of Oracle ASM disks on boot (y/n) [y]: y Writing Oracle ASM library driver configuration: [ OK ] Creating /dev/oracleasm mount point: [ OK ] Loading module "oracleasm": [ OK ]

4 Mounting ASMlib driver filesystem: [ OK ] Scanning system for ASM disks: [ OK ] MIGRATION STEPS REMOVE RAW DEVICES CONFIGURATION (Except for OCR, Voting Disk and ASM spfile) On servers PRODDB1 and PRODDB2 edit file /etc/sysconfig/rawdevices; comment all lines pointing to ASM disks, leave open OCR, Voting Disk and ASM spfile raw devices: /dev/raw/votingdisk /dev/emcpowerl1 /dev/raw/ocr.dbf /dev/emcpowerl2 /dev/raw/spfile+asm.ora /dev/emcpowerl3 #/dev/raw/asm1 /dev/emcpowerk1 #/dev/raw/asm2 /dev/emcpowerj1 #/dev/raw/asm3 /dev/emcpoweri1 #/dev/raw/asm4 /dev/emcpowerh1 #/dev/raw/asm5 /dev/emcpowerg1 #/dev/raw/asm6 /dev/emcpowerf1 #/dev/raw/asm7 /dev/emcpowere1 #/dev/raw/asm8 /dev/emcpowerd1 #/dev/raw/asm9 /dev/emcpowerc1 #/dev/raw/asm10 /dev/emcpowerb1 On servers PRODDB1 and PRODDB2 edit file /etc/udev/scripts/raw-dev.sh; comment all lines pointing to ASM disks, leave open OCR, Voting Disk and ASM spfile raw devices:

5 MAKEDEV raw mv /dev/raw/raw1 /dev/raw/votingdisk mv /dev/raw/raw2 /dev/raw/ocr.dbf mv /dev/raw/raw3 /dev/raw/spfile+asm.ora #mv /dev/raw/raw4 /dev/raw/asm1 #mv /dev/raw/raw5 /dev/raw/asm2 #mv /dev/raw/raw6 /dev/raw/asm3 #mv /dev/raw/raw7 /dev/raw/asm4 #mv /dev/raw/raw8 /dev/raw/asm5 #mv /dev/raw/raw9 /dev/raw/asm6 #mv /dev/raw/raw10 /dev/raw/asm7 #mv /dev/raw/raw11 /dev/raw/asm8 #mv /dev/raw/raw12 /dev/raw/asm9 #mv /dev/raw/raw13 /dev/raw/asm10 chmod 660 /dev/raw/votingdisk chmod 660 /dev/raw/ocr.dbf chmod 660 /dev/raw/spfile+asm.ora #chmod 660 /dev/raw/asm1 #chmod 660 /dev/raw/asm2 #chmod 660 /dev/raw/asm3 #chmod 660 /dev/raw/asm4 #chmod 660 /dev/raw/asm5 #chmod 660 /dev/raw/asm6 #chmod 660 /dev/raw/asm7 #chmod 660 /dev/raw/asm8 #chmod 660 /dev/raw/asm9 #chmod 660 /dev/raw/asm10

6 chown oracle:dba /dev/raw/votingdisk chown oracle:dba /dev/raw/ocr.dbf chown oracle:dba /dev/raw/spfile+asm.ora #chown oracle:dba /dev/raw/asm1 #chown oracle:dba /dev/raw/asm2 #chown oracle:dba /dev/raw/asm3 #chown oracle:dba /dev/raw/asm4 #chown oracle:dba /dev/raw/asm5 #chown oracle:dba /dev/raw/asm6 #chown oracle:dba /dev/raw/asm7 #chown oracle:dba /dev/raw/asm8 #chown oracle:dba /dev/raw/asm9 #chown oracle:dba /dev/raw/asm10 STOP SERVICE RAWDEVICES AND REBOOT BOTH SERVERS # service rawdevices stop # init 6 After reboot only CRS, Voting and Asm Spfile are up: [root@proddb1 scripts]# service rawdevices status /dev/raw/raw1: bound to major 120, minor 177 /dev/raw/raw2: bound to major 120, minor 178 /dev/raw/raw3: bound to major 120, minor 179

7 LABEL EMC DEVICES AS ORACLE ASM DISKS on Node 1 [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerk1 VOL1 Renaming disk "/dev/emcpowerk1" to "VOL1": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerj1 VOL2 Renaming disk "/dev/emcpowerj1" to "VOL2": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpoweri1 VOL3 Renaming disk "/dev/emcpoweri1" to "VOL3": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerh1 VOL4 Renaming disk "/dev/emcpowerh1" to "VOL4": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerg1 VOL5 Renaming disk "/dev/emcpowerg1" to "VOL5": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerf1 VOL6 Renaming disk "/dev/emcpowerf1" to "VOL6": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowere1 VOL7 Renaming disk "/dev/emcpowere1" to "VOL7": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerd1 VOL8 Renaming disk "/dev/emcpowerd1" to "VOL8": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerc1 VOL9 Renaming disk "/dev/emcpowerc1" to "VOL9": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm force-renamedisk /dev/emcpowerb1 VOL10 Renaming disk "/dev/emcpowerb1" to "VOL10": [ OK ] [root@proddb1 ~]# /etc/init.d/oracleasm listdisks VOL1 VOL10 VOL2 VOL3 VOL4

8 VOL5 VOL6 VOL7 VOL8 VOL9 oracleasm]# pwd /dev/oracleasm oracleasm]# ls -l disks/ total 0 brw-rw oracle dba 120, 161 Apr 11 23:57 VOL1 brw-rw oracle dba 120, 17 Apr 12 00:01 VOL10 brw-rw oracle dba 120, 145 Apr 11 23:58 VOL2 brw-rw oracle dba 120, 129 Apr 11 23:58 VOL3 brw-rw oracle dba 120, 113 Apr 11 23:58 VOL4 brw-rw oracle dba 120, 97 Apr 11 23:59 VOL5 brw-rw oracle dba 120, 81 Apr 11 23:59 VOL6 brw-rw oracle dba 120, 65 Apr 12 00:00 VOL7 brw-rw oracle dba 120, 49 Apr 12 00:00 VOL8 brw-rw oracle dba 120, 33 Apr 12 00:01 VOL9 SCAN DISKS ON SECOND NODE [root@proddb2 ~]# /etc/init.d/oracleasm scandisks Scanning system for ASM disks: [ OK ] [root@proddb2 ~]# [root@proddb2 ~]# /etc/init.d/oracleasm listdisks VOL1 VOL10

9 VOL2 VOL3 VOL4 VOL5 VOL6 VOL7 VOL8 VOL9 ~]# cd /dev/oracleasm/ oracleasm]# ls -l disks/ total 0 brw-rw oracle dba 8, 65 Apr 12 00:03 VOL1 brw-rw oracle dba 8, 209 Apr 12 00:03 VOL10 brw-rw oracle dba 8, 81 Apr 12 00:03 VOL2 brw-rw oracle dba 8, 129 Apr 12 00:03 VOL3 brw-rw oracle dba 8, 97 Apr 12 00:03 VOL4 brw-rw oracle dba 8, 145 Apr 12 00:03 VOL5 brw-rw oracle dba 8, 113 Apr 12 00:03 VOL6 brw-rw oracle dba 8, 177 Apr 12 00:03 VOL7 brw-rw oracle dba 8, 193 Apr 12 00:03 VOL8 brw-rw oracle dba 8, 161 Apr 12 00:03 VOL9 RESTART NODE APPLICATIONS AND ASM INSTANCE 1 {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start nodeapps -n PRODdb1 {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start nodeapps -n PRODdb2 {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start asm -n PRODdb1

10 RECONFIGURE DISCOVERY DISK STRING {oracle} /PRODdb/app01/oracle/product [PRODdb1] > 10asm /PRODdb/app01/oracle/product >sts +ASM1 SQL> alter system set asm_diskstring='orcl:vol*' SCOPE=SPFILE SID='*'; System altered. STOP ASM {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl stop asm -n PRODdb1 RESTART ALL RAC COMPONENTS {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start asm -n PRODdb1 {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start asm -n PRODdb2 {oracle} /PRODdb/app01/oracle/product [PRODdb1] > srvctl start database -d refldb {oracle} /PRODdb/app01/oracle/product [PRODdb1] > chkcrs HA Resource Target State ora.proddb1.asm1.asm ONLINE ONLINE on PRODdb1 ora.proddb1.listener_proddb1.lsnr ONLINE ONLINE on PRODdb1 ora.proddb1.gsd ONLINE ONLINE on PRODdb1 ora.proddb1.ons ONLINE ONLINE on PRODdb1 ora.proddb1.vip ONLINE ONLINE on PRODdb1 ora.proddb2.asm2.asm ONLINE ONLINE on PRODdb2 ora.proddb2.listener_proddb2.lsnr ONLINE ONLINE on PRODdb2

11 ora.proddb2.gsd ONLINE ONLINE on PRODdb2 ora.proddb2.ons ONLINE ONLINE on PRODdb2 ora.proddb2.vip ONLINE ONLINE on PRODdb2 ora.refldb.proddba.cs ONLINE ONLINE on PRODdb1 ora.refldb.proddba.reflprod1.srv ONLINE ONLINE on PRODdb1 ora.refldb.proddba.reflprod2.srv ONLINE ONLINE on PRODdb2 ora.refldb.db ONLINE ONLINE on PRODdb1 ora.refldb.reflprod.cs ONLINE ONLINE on PRODdb2 ora.refldb.reflprod.reflprod1.srv ONLINE ONLINE on PRODdb1 ora.refldb.reflprod.reflprod2.srv ONLINE ONLINE on PRODdb2 ora.refldb.reflprod1.inst ONLINE ONLINE on PRODdb1 ora.refldb.reflprod2.inst ONLINE ONLINE on PRODdb2 CHECK ASM {oracle} /PRODdb/app01/oracle/product [PRODdb1] > 10asm /PRODdb/app01/oracle/product >sts +ASM1 /PRODdb/app01/oracle/product >asmcmd lsdg State Type Rebal Unbal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Name MOUNTED EXTERN N N PRODARCHDG/ MOUNTED EXTERN N N PRODDATADG/ {oracle} /PRODdb/app01/oracle/product [PRODdb2] > 10asm /PRODdb/app01/oracle/product >sts +ASM2 /PRODdb/app01/oracle/product >asmcmd lsdg State Type Rebal Unbal Sector Block AU Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Name MOUNTED EXTERN N N PRODARCHDG/ MOUNTED EXTERN N N PRODDATADG/

12 CHECK DATABASE {oracle} /PRODdb/app01/oracle/product [PRODdb1] > 10db /PRODdb/app01/oracle/product >sts reflprod1 /PRODdb/app01/oracle/product >sql SQL*Plus: Release Production on Thu Apr 12 00:32: Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, Real Application Clusters, OLAP and Data Mining options SQL> set pages lines 120 SQL> select file_name from dba_data_files; FILE_NAME PRODDATADG/refldb/datafile/tbs_refl_client PRODDATADG/refldb/datafile/undotbs PRODDATADG/reflprod/datafile/system PRODDATADG/reflprod/datafile/undotbs PRODDATADG/reflprod/datafile/sysaux PRODDATADG/reflprod/datafile/refl_data PRODDATADG/reflprod/datafile/refl_index PRODDATADG/reflprod/datafile/undotbs PRODDATADG/refldb/datafile/undotbs PRODDATADG/refldb/datafile/tbs_refl PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/tbs_refl_data

13 +PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/tbs_refl_data PRODDATADG/refldb/datafile/refl_data PRODDATADG/refldb/datafile/refl_data PRODDATADG/refldb/datafile/refl_data PRODDATADG/refldb/datafile/refl_index PRODDATADG/refldb/datafile/refl_index PRODDATADG/refldb/datafile/refl_index PRODDATADG/refldb/datafile/users PRODDATADG/refldb/datafile/tbs_snap_data PRODDATADG/refldb/datafile/tbs_oper PRODDATADG/refldb/datafile/tbs_quest rows selected. END OF THE PROCEDURE

How to Migrate ASM based on Raw Devices to ASMLib

How to Migrate ASM based on Raw Devices to ASMLib How to Migrate ASM based on Raw Devices to ASMLib Alejandro Vargas February 2006 I started to work with ASM before ASMLib was available for RH4 64 bits, so I did configure ASM with raw devices. Now that

More information

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system

ASM ON LINUX. May Author: Esteban Bernal. Automatic Storage Management Industry's first and only database file system ASM ON LINUX. May 2008 Automatic Storage Management Industry's first and only database file system Author: Esteban Bernal ASM ON LINUX Configuring Automatic Storage Management On Linux. There are 3 storage

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

05. 5GB 7. cmd. VM E:\. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable. ASM3.vdi 5GB Fixed / Shareable

05. 5GB 7. cmd. VM E:\. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable. ASM3.vdi 5GB Fixed / Shareable 05. 5GB 7. ASM1.vdi 5GB Fixed / Shareable Data (shareable) Fixed Size. ASM2.vdi 5GB Fixed / Shareable ASM3.vdi 5GB Fixed / Shareable ASM4.vdi 5GB Fixed / Shareable ASM5.vdi 5GB Fixed / Shareable FRA1.vdi

More information

ASM migration process

ASM migration process Management on Dell/EMC Storage Arrays By Zafar Mahmood, Uday Datta Shet, and Bharat Sajnani ASM migration process The process for migrating an Oracle Real Application Clusters (RAC) database from Oracle

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

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2;

See the disks inside ASM ASM> select name,label,path,header_status,os_mb,free_mb from v$asm_disk order by 2; -- Demystifying ASM REQUIRED_MIRROR_FREE_MB and _FILE_MB -- See the available ASMLIB disks ASM>!oracleasm listdisks ACFS DATA JBOD01 JBOD02 JBOD03 JBOD04 JBOD05 JBOD06 RECO -- See the disks inside ASM

More information

ASMLib. Hakim Benameurlaine. Janvier Hakim Benameurlaine 1

ASMLib. Hakim Benameurlaine. Janvier Hakim Benameurlaine 1 ASMLib Hakim Benameurlaine Janvier 2014 2014 Hakim Benameurlaine 1 Table of Contents 1 ASMLib... 3 1.1 Installer ASMLib... 3 1.2 Configurer ASMlib... 5 1.3 Créer les disques ASM... 7 2014 Hakim Benameurlaine

More information

Oracle Database 10g Linux Deployment Guide Version 2.0

Oracle Database 10g Linux Deployment Guide Version 2.0 Dell PowerEdge Systems Oracle Database 10g Linux Deployment Guide Version 2.0 www.dell.com support.dell.com Notes and Notices NOTE: A NOTE indicates important information that helps you make better use

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

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

Oracle 12c Flex ASM & Flex Cluster

Oracle 12c Flex ASM & Flex Cluster Oracle 12c Flex ASM & Flex Cluster PRESENTER Yenugula Venkata Ravikumar OCM, Head-Database Practice, 8th NOVEMBER 2014 BENGALURU, INDIA 1 2 ABOUT ME AGENDA The History of ASM Benefits Of ASM Automatic

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Alejandro Vargas Oracle Israel March 15, 2007 Conversion steps in brief...2 Convert Single Instance Database To Cluster

More information

1 Certification Information

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

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

A Deep Dive into ASM Redundancy in Exadata

A Deep Dive into ASM Redundancy in Exadata Emre Baransel Advanced Support Engineer - Oracle About Me Oracle ACE Alumni Advanced Customer Support Engineer Founding member of Turkish Oracle User Group Author of Data Guard Administration 11gR2 (Packt)

More information

Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS

Automatic Storage Management (ASM) Best Practices OUGN Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS Automatic Storage Management (ASM) Best Practices OUGN 27.05.2009 Marie-Louise Lindstrøm Service Delivery Engineer Oracle Support ACS Agenda Concepts, Architecture New Features in Database Release 11g

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

Installing and Patching Oracle

Installing and Patching Oracle APPENDIXA This section provides supporting information to assist you with the Oracle 11g installation. Note Oracle 11g is available only for a 64-bit architecture. Use the information in this section in

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

2 Latest Upgrade Information

2 Latest Upgrade Information Oracle Database Release Notes 11g Release 2 (11.2) for HP-UX E23561-06 December 2013 This document contains information that was not included in the platform-specific or product-specific documentation

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for IBM zseries Based Linux B25399-06 January 2008 This document contains important information that was not included in the platform-specific or product-specific

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

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

2 Unsupported Products

2 Unsupported Products Oracle Database Release Notes 10g Release 2 (10.2) for Linux x86-64 B15666-06 September 2006 This document contains important information that was not included in the platform-specific or product-specific

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

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

1Z0-593 Exam Questions Demo Oracle. Exam Questions 1Z0-593

1Z0-593 Exam Questions Demo   Oracle. Exam Questions 1Z0-593 Oracle Exam Questions 1Z0-593 Oracle Real Application Clusters 11g Essentials Version:Demo QUESTION NO: 1 Once OUI recognizes a set of nodes in a cluster, which three choices does it offer when installing

More information

Steps how to duplicate a database to a new machine. Version 10gR2

Steps how to duplicate a database to a new machine. Version 10gR2 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down

More information

Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska

Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska Oracle DB 11gR2 - što je novo? Antun Vukšić, Principal Consultant Oracle Hrvatska Table of Contents Storage management challenges Extending ASM to manage general purpose files ASM volume manager ASM Cluster

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

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product.

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product. Oracle EXAM - 1Z0-593 Oracle Real Application Clusters 11g Essentials Buy Full Product http://www.examskey.com/1z0-593.html Examskey Oracle 1Z0-593 exam demo product is here for you to test the quality

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn In this intensive course, students will learn about the Oracle Grid Infrastructure products. This includes

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN I could not find any relevant documanet of RAC - Flashback on the net. So, I want to share my experiances with you. Check crs status. ora...t2.inst application ONLINE ONLINE rcnode2 Shutdown the database

More information

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Image courtesy of Mammoth-WEBCO, Inc. Image courtesy of ADEPT Airmotive (Pty) Ltd. Courtesy of KlingStubbins Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Alan Williams Database Administrator

More information

Learning ASM Using a Single Disk Drive On the Apple OS X and Linux Platforms

Learning ASM Using a Single Disk Drive On the Apple OS X and Linux Platforms Learning ASM Using a Single Disk Drive On the Apple OS X and Linux Platforms An ATS HOWTO Paper by Kent Stroker July 2005 Advanced Technology Services, Inc. Oracle Technology Delivered Learning ASM Using

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

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

es T tpassport 㗴㓸 ఝ Ȉ ʼ ȋ ȿ Ⱥ ɺ ɖ ȳ ఝ Ȉ ʼ ȋ Ʌ ɣ ɉ ᐕ䬶ήᢱㅴ 䬨䭚䬢䬷䬺ឭଏ䬨䭚 *VVR YYY VGUVRCUURQTV LR

es T tpassport 㗴㓸 ఝ Ȉ ʼ ȋ ȿ Ⱥ ɺ ɖ ȳ ఝ Ȉ ʼ ȋ Ʌ ɣ ɉ ᐕ䬶ήᢱㅴ 䬨䭚䬢䬷䬺ឭଏ䬨䭚 *VVR YYY VGUVRCUURQTV LR Testpassport Exam : 1Z0-058J Title : Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Version : DEMO 1 / 8 1. 3 B. "Oracle CSSD " / var / log/ messages C. crsctl OCSSD

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Oracle RAC SIG Web Seminar Thursday, August 5, 2010 Kai Yu, Sr. System Engineer Consultant Dell Global Solutions Engineering

More information

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying Oracle Database 10g R2 Standard Edition Real Application Clusters with Red Hat Enterprise Linux 4 Advanced Server x86_64 on Dell PowerEdge Servers and

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

Oracle Real Application Clusters Handbook

Oracle Real Application Clusters Handbook ORACLE Oracle Press Oracle Database 11 g Oracle Real Application Clusters Handbook Second Edition K Copalakrishnan Mc Gnaw Hill McGraw-Hill New York Chicago San Francisco Lisbon London Madrid Mexico City

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use 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

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Volume I Student Guide D59999GC10 Edition 1.0 September 2010 D65405 Authors James Womack James Spiller Technical Contributors David Brower Jean-Francois

More information

Arup Nanda Longtime Oracle DBA (and now DMA)

Arup Nanda Longtime Oracle DBA (and now DMA) Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator (DMA) How much do you have to learn?

More information

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA)

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA) Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator (DMA) How much do you have to learn?

More information

1.3 What does Ctrl-D, Ctrl-A, Ctrl-F and Ctrl-T do in terms of command line editing? (6)

1.3 What does Ctrl-D, Ctrl-A, Ctrl-F and Ctrl-T do in terms of command line editing? (6) Question 1 2 ICT2631 1.1 How do you switch between virtual consoles? (3) Hold down CTRL and ALT keys and press F1 through F7 to switch between consoles. 1.2 Give three reasons why you may opt to use a

More information

Linux Command Line Primer. By: Scott Marshall

Linux Command Line Primer. By: Scott Marshall Linux Command Line Primer By: Scott Marshall Draft: 10/21/2007 Table of Contents Topic Page(s) Preface 1 General Filesystem Background Information 2 General Filesystem Commands 2 Working with Files and

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

ExpressCluster for Linux Ver3.0

ExpressCluster for Linux Ver3.0 ExpressCluster for Linux Ver3.0 Cluster Installation and Configuration Guide (Shared Disk) 2004.06.30 1st Revision Revision History Revision Revision date Descriptions 1 2004/06/30 New manual 2 EXPRESSCLUSTER

More information

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices

Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices Oracle Database 11g Release 1 and 10g Release 2 Automatic Storage Management Overview and Technical Best Practices 7/30/09 1 Table of Contents Introduction... 3 Overview of Oracle Database 10g Release

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2017-11-15 2016-2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING Alejandro Vargas Oracle Support Israel Principal Support Consultant TEST OBJECTIVES...2 COMMENTS...3 DESCRIPTION OF THE TESTS...3 1)

More information

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس:

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس: Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 (48 hrs.) This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle Grid Infrastructure

More information

COMPRESS TEST FOR HISTORIC DATABASES

COMPRESS TEST FOR HISTORIC DATABASES COMPRESS TEST FOR HISTORIC DATABASES Alejandro Vargas Oracle Israel TABLE OF CONTENTS About the Test... 6 List of Tested Scenarios... 7 Scenario #1. Alter Table Move Compress into ASM Based Tablespace...

More information

Installing the Product Software

Installing the Product Software CHAPTER 1 The Cisco Configuration Engine is a network management software that acts as a configuration service for automating the deployment, management, and upgrading of network devices and services.

More information

RAC DATABASE HIGH AVAILABILITY ARCHITECTURE

RAC DATABASE HIGH AVAILABILITY ARCHITECTURE ENSURE THE RAC HIGH AVAILABILITY: STORAGE AND NETWORK SIDE STORY Infrastructure Technologies Kai Yu, Dell Oracle Solutions Engineering, Dell Inc. While Oracle RAC technology provides the high level of

More information

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service

Supported Browsers. Known Issues. Topics. Oracle Cloud. Known Issues for Oracle Database Cloud Service Oracle Cloud Known Issues for Oracle Database Cloud Service E56337-42 April 2018 Supported Browsers Oracle Cloud supports the following the minimum requirements for web browsers. Web Browser Microsoft

More information

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

ASM New Features for Release 12.2

ASM New Features for Release 12.2 ASM New Features for Release 122 Uwe Kirchhoff 05122017 ASM 122 Features 1 2 Flex Disk Group Extended Cluster Why the Flex Diskgroup? Deployment inflexibility Storage administrator must choose disk group

More information

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I D59999GC30 Edition 3.0 December 2012 D78226 Authors James Womack James Spiller Technical Contributors David Brower Jean-Francois

More information

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB

Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Demystifying ASM REQUIRED_MIRROR_FREE_MB and USABLE_FILE_MB Harald van Breederode Oracle University 3-JUN-2016 1 Who Am I #include Senior Principal Trainer Oracle University 35 years

More information

SnapManager for Oracle

SnapManager for Oracle SnapManager 3.3.1 for Oracle Administration Guide for UNIX For Clustered Data ONTAP NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support

More information

Oracle Ksplice for Oracle Linux

Oracle Ksplice for Oracle Linux Oracle Ksplice for Oracle Linux Oracle Corporation Oracle Ksplice Oracle Ksplice is an exciting new addition to the Oracle Linux Premier Support subscription. The Oracle Ksplice technology allows customers

More information

Installing the Patches for PSN

Installing the Patches for PSN Installing the Patches for PSN-2008-07-029 For SBR version 5.x, perform the following steps as root. Go to the installation directory. (This is usually /opt/funk/radius) # cd /opt/funk/radius # mv./radadmin.so

More information

Reduce Infrastructure costs with Oracle Clusterware

Reduce Infrastructure costs with Oracle Clusterware Reduce Infrastructure costs with Oracle Clusterware How to Reduce License Cost without losing High Availability Presented By: Bill Pritchett, Senior Consultant Discussion Topics Advantages of having a

More information

What you will learn. interface clients. Learn To:

What you will learn. interface clients. Learn To: Oracle Uni Contact Us: 08 Oracle 11g: RAC and Grid Infrastructure Admin Durat5 Da What you will learn This Oracle 11g: RAC and Grid Infrastructure Administr Oracle Grid Infrastructure products, including

More information

Working with Basic Linux. Daniel Balagué

Working with Basic Linux. Daniel Balagué Working with Basic Linux Daniel Balagué How Linux Works? Everything in Linux is either a file or a process. A process is an executing program identified with a PID number. It runs in short or long duration

More information

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite 11i on RAC: Sweating the Details Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite Acronyms and Glossary Terms RAC: Real Application Clusters OATM: Oracle Application

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

EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE

EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE EMC OPEN REPLICATOR MIGRATION FROM HP 3PAR TO EMC VMAX3 USING ORACLE DATABASE ABSTRACT This white paper describes data transfer using EMC Solution Enabler Open Replicator pull software to transfer disk-to-disk

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

More information

2 Unsupported Products

2 Unsupported Products Database Release Notes 10g Release 2 (10.2) for Solaris Operating System (SPARC 64-Bit) B15689-04 August 2006 This document contains important information that was not included in the platform-specific

More information

Oracle RAC Database 11g Documentation

Oracle RAC Database 11g Documentation Oracle RAC Database 11g Documentation User Name = root Password = dks2010 Username = oracle Password = oracle Enterprise Manager user name = system Password = manager, profile = Normal Final Migration

More information

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ s@lm@n Oracle Exam 1z0-068 Oracle Database 12c: RAC and Grid Infrastructure Administration Version: 7.0 [ Total Questions: 91 ] Question No : 1 Which three types of patches and upgrades are supported for

More information

ZENworks Linux Management Version 6.5 Release Notes

ZENworks Linux Management Version 6.5 Release Notes ZENworks Linux Management Version 6.5 Release Notes These are the release notes for version 6.5 of ZENworks Linux Management, last updated on June 3 rd 2004. Contents 1. Platform Support 2. New features

More information

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying an Oracle Optimized Warehouse With Oracle Database 10g and Enterprise Linux 4 on Dell PowerEdge Servers and Dell/EMC Storage Abstract This white paper

More information

Oracle Grid Infrastructure

Oracle Grid Infrastructure Oracle Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux E17212-09 December 2010 Oracle Grid Infrastructure Installation Guide, 11g Release 2 (11.2) for Linux E17212-09 Copyright 2007,

More information

9i RAC: Manual Backup and Recovery Shankar Govindan

9i RAC: Manual Backup and Recovery Shankar Govindan 9i RAC: Manual Backup and Recovery Shankar Govindan Introduction When we plan to move a large database or a heavily used OLTP database to a cluster setup, to get enough mileage from the horizontal scaling

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

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

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit

Stop all processes and then reboot - same as above startx. Log in as superuser from current login exit Starting & Stopping shutdown -h now Shutdown the system now and do not reboot shutdown -r 5 Shutdown the system in 5 minutes and reboot shutdown -r now Shutdown the system now and reboot reboot Stop all

More information

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6

Users Manual. OP5 System 2.4. OP5 AB. Page 1 of 6 Users Manual OP5 System 2.4 OP5 AB. Page 1 of 6 Table of Contents INTRODUCTION...3 FUNDAMENTALS...3 SYSTEM...3 ACCESS...3 ACCOUNTS...3 CONFIGURATION...4 NETWORK...4 SHUTDOWN...4 SERVICES...5 UPGRADE /

More information

Ex.no:2 Date: Kernel Configuration, Compilation and Installation

Ex.no:2 Date: Kernel Configuration, Compilation and Installation Ex.no:2 Date: Kernel Configuration, Compilation and Installation AIM: To download latest Linux kernel from the web configure the source, compile the kernel and install the kernel in client machine. Procedure:

More information

Databases Clone using ACFS. Infrastructure at your Service.

Databases Clone using ACFS. Infrastructure at your Service. Infrastructure at your Service. About me Infrastructure at your Service. David Hueber COO Principal Consultant +41 79 963 43 68 david.hueber[at]dbi-services.com Page 2 Who we are dbi services Experts At

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config. Figure 1.

There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config. Figure 1. There are three separate utilities for configuring Linux kernel and they are listed below: Command-line interface # make config Character-based menu interface # make menuconfig Figure 1 Figure 2 X-window

More information

ORACLE REFERENCE 11GR2 MANUAL DOCUMENT

ORACLE REFERENCE 11GR2 MANUAL DOCUMENT 09 May, 2018 ORACLE REFERENCE 11GR2 MANUAL DOCUMENT Document Filetype: PDF 483.77 KB 0 ORACLE REFERENCE 11GR2 MANUAL DOCUMENT A MANUAL setting does not prevent Oracle Restart from monitoring the service

More information

ExpressCluster for Linux Version 3 ExpressCluster LAN Installation Guide

ExpressCluster for Linux Version 3 ExpressCluster LAN Installation Guide ExpressCluster for Linux Version 3 ExpressCluster LAN Installation Guide Revision 5us EXPRESSCLUSTER is a registered trademark of NEC Corporation. Linux is a trademark or registered trademark of Linus

More information

ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide

ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide ExpressCluster for Linux Version 3 ExpressCluster SAN Installation Guide Revision 5us EXPRESSCLUSTER is a registered trademark of NEC Corporation. Linux is a trademark or registered trademark of Linus

More information