Add Missing VIP on Node 2

Size: px
Start display at page:

Download "Add Missing VIP on Node 2"

Transcription

1 Add Missing VIP on Node 2 While Installing Grid, it failed for Cluster verification Utility as above: Manually ran Cluvfy to check for the issues:./runcluvfy.sh stage -post crsinst -n mgracsolsrv64bit1, mgracsolsrv64bit2 -verbose tee /export/home/grid/cvulogs/node1.post-crs-check.txt Checking existence of VIP node application Node Name Required Status Comment mgracsolsrv64bit2 yes unknown failed mgracsolsrv64bit1 yes online passed Result: Check failed From /etc/hosts #VIRTUAL mgracsolsrv64bit1-vip mgracsolsrv64bit1-vip.mgdom.com mgracsolsrv64bit2-vip mgracsolsrv64bit2-vip.mgdom.com 1 P a g e

2 Node 2 failed to create the VIP, Let s Check Existing VIPS: mgracsolsrv64bit2:/export/home/grid: crsctl stat res -t egrep 'net vip' ora.net1.network ora.mgracsolsrv64bit1.vip ora.scan1.vip ora.scan2.vip ora.scan3.vip mgracsolsrv64bit2:/export/home/grid: srvctl config nodeapps -a VIP exists.:mgracsolsrv64bit1 VIP exists.: /mgracsolsrv64bit1-vip/ / /e1000g0 OR mgracsolsrv64bit1:/export/home/grid: srvctl config vip -n mgracsolsrv64bit1 VIP exists.:mgracsolsrv64bit1 VIP exists.: /mgracsolsrv64bit1-vip/ / /e1000g0 Node 1 : Network interfaces: mgracsolsrv64bit1:/export/home/grid: ifconfig -a lo0: flags= <up,loopback,running,multicast,ipv4,virtual> mtu 8232 index 1 inet netmask ff e1000g0: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g0:1: flags= <up,broadcast,running,multicast,deprecated,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g1: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 3 inet netmask ffff0000 broadcast e1000g2: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 4 inet netmask ffffff00 broadcast From above we see only One VIP is running, and its running on network interface e1000g0:1 :1 => stands for Virtual IP Even crsctl (cluster) resources showed only One VIP and Nodeapp status show VIP does not exist for node 2 as below. mgracsolsrv64bit2:/export/home/grid: crsctl stat res t. ora.mgracsolsrv64bit1.vip 1 ONLINE ONLINE mgracsolsrv64bit1. 2 P a g e

3 mgracsolsrv64bit2:/export/home/grid: srvctl status nodeapps VIP mgracsolsrv64bit1-vip is enabled VIP mgracsolsrv64bit1-vip is running on node: mgracsolsrv64bit1 Network is enabled Network is running on node: mgracsolsrv64bit1 Network is running on node: mgracsolsrv64bit2 GSD is disabled GSD is not running on node: mgracsolsrv64bit1 GSD is not running on node: mgracsolsrv64bit2 ONS is enabled ONS daemon is running on node: mgracsolsrv64bit1 ONS daemon is running on node: mgracsolsrv64bit2 eons is enabled eons daemon is running on node: mgracsolsrv64bit1 eons daemon is running on node: mgracsolsrv64bit2 mgracsolsrv64bit2:/u01/app/grid: srvctl status nodeapps -n mgracsolsrv64bit2 -n <node_name> option has been deprecated. Network is enabled Network is running on node: mgracsolsrv64bit2 GSD is disabled GSD is not running on node: mgracsolsrv64bit2 ONS is enabled ONS daemon is running on node: mgracsolsrv64bit2 eons is enabled eons daemon is running on node: mgracsolsrv64bit2 PRKO-2165 : VIP does not exist on node(s) : mgracsolsrv64bit2 Let s us ADD VIP Manually 1) Make sure VIP is not pingable mgracsolsrv64bit2:/u01/app/orainventory/logs: ping -s mgracsolsrv64bit2-vip PING mgracsolsrv64bit2-vip: 56 data bytes ^C ----mgracsolsrv64bit2-vip PING Statistics packets transmitted, 0 packets received, 100% packet loss As above it did not give any response so I have to CTRL+C. 2) Check Current network interface, in my case node 2. mgracsolsrv64bit2:/u01/app/orainventory/logs: ifconfig -a lo0: flags= <up,loopback,running,multicast,ipv4,virtual> mtu 8232 index 1 inet netmask ff e1000g0: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g1: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 3 inet netmask ffff0000 broadcast P a g e

4 3) As per /etc/hosts find your VIP name From /etc/hosts #VIRTUAL mgracsolsrv64bit1-vip mgracsolsrv64bit1-vip.mgdom.com mgracsolsrv64bit2-vip mgracsolsrv64bit2-vip.mgdom.com 4) Add the VIP now as user root from Node2 Usage: srvctl add nodeapps { { -n <node_name> -A <name ip>/<netmask>/[if1[ if2...]] } { -S <subnet>/<netmask>/[if1[ if2...]] } } [-p <portnum>] [-m <multicast-ipaddress>] [-e <eons-listen-port>] [-l <ons-local-port>] [-r <ons-remote-port>] [-t <host>[:<port>][,<host>[:<port>]...]] [-v] -n <node_name> Node name -A <vip_name ip>/<netmask>/[if1[ if2...]] VIP address spec for node applications -S <subnet>/<netmask>/[if1[ if2...]] NET address spec for network -m <multicast-ip-address> The multicast IP address for eons -p <multicast-portnum> The port number for eons -e <eons-listen-port> Local listen port for eons daemon (Default port number is 2016) -l <ons-local-port> ONS listening port for local client connections -r <ons-remote-port> ONS listening port for connections from remote hosts -t <host>[:<port>][,<host>[:<port>]...] List of remote host/port pairs for ONS daemons outside this cluster -h Print usage -v Verbose output srvctl add nodeapps -n mgracsolsrv64bit2 -A mgracsolsrv64bit2- vip/ /e1000g0 PRCN-2018 : Current user grid is not a privileged user su - root Password: Oracle Corporation SunOS 5.10 Generic Patch January 2005 mgracsolsrv64bit2:[root]$ /u01/app/ /grid/bin/srvctl add nodeapps -n mgracsolsrv64bit2 -A mgracsolsrv64bit2-vip/ /e1000g0 mgracsolsrv64bit2:[root]$ OR srvctl add vip -n node_name -A {name ip}/netmask[/if1[if2...]] [-k network_number] [-v] srvctl add vip -n mgracsolsrv64bit2 -A mgracsolsrv64bit2-vip/ /e1000g0 -k 1 4 P a g e

5 5) Check the Status of VIP mgracsolsrv64bit2:/export/home/grid: crsctl stat res ora.mgracsolsrv64bit2.vip NAME=ora.mgracsolsrv64bit2.vip TYPE=ora.cluster_vip_net1.type TARGET=OFFLINE STATE=OFFLINE mgracsolsrv64bit2:/export/home/grid: srvctl config nodeapps -a VIP exists.:mgracsolsrv64bit1 VIP exists.: /mgracsolsrv64bit1-vip/ / /e1000g0 VIP exists.:mgracsolsrv64bit2 VIP exists.: /mgracsolsrv64bit2-vip/ / /e1000g0 mgracsolsrv64bit2:/export/home/grid: ifconfig -a lo0: flags= <up,loopback,running,multicast,ipv4,virtual> mtu 8232 index 1 inet netmask ff e1000g0: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g1: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 3 inet netmask ffff0000 broadcast ) From above we see nodeapps show VIP now, but ifconfig command still does not showed the VIP, it happened because we have not started the VIP/nodeapps. mgracsolsrv64bit2:/export/home/grid: srvctl start nodeapps -n mgracsolsrv64bit2 PRKO-2421 : Network resource is already started on node(s): mgracsolsrv64bit2 PRKO-2422 : ONS is already started on node(s): mgracsolsrv64bit2 PRKO-2423 : eons is already started on node(s): mgracsolsrv64bit2 OR mgracsolsrv64bit2:/export/home/grid: srvctl start vip -n mgracsolsrv64bit2 PRKO-2420 : VIP is already started on node(s): mgracsolsrv64bit2 7) Now check the resource status mgracsolsrv64bit2:/export/home/grid: crsctl stat res ora.mgracsolsrv64bit2.vip NAME=ora.mgracsolsrv64bit2.vip TYPE=ora.cluster_vip_net1.type TARGET=ONLINE STATE=ONLINE on mgracsolsrv64bit2 5 P a g e

6 mgracsolsrv64bit2:/export/home/grid: ifconfig -a lo0: flags= <up,loopback,running,multicast,ipv4,virtual> mtu 8232 index 1 inet netmask ff e1000g0: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g0:1: flags= <up,broadcast,running,multicast,deprecated,ipv4> mtu 1500 index 2 inet netmask ffffff00 broadcast e1000g1: flags= <up,broadcast,running,multicast,ipv4> mtu 1500 index 3 inet netmask ffff0000 broadcast From above we see the VIP is running and its running on network interface e1000g0:1 similar to node 1 :1 => stands for Virtual IP 8) Re-run clufvy to Test existence of VIP node application./runcluvfy.sh stage -post crsinst -n mgracsolsrv64bit1,mgracsolsrv64bit2 -verbose tee /export/home/grid/cvulogs/node1.post-crs-check.txt Checking node application existence... Checking existence of VIP node application Node Name Required Status Comment mgracsolsrv64bit2 yes online passed mgracsolsrv64bit1 yes online passed Result: Check passed. 9) Resource Details : crsctl stat res ora.net1.network -p mgracsolsrv64bit1:/export/home/grid: crsctl stat res ora.net1.network -p NAME=ora.net1.network TYPE=ora.network.type ACL=owner:root:rwx,pgrp:root:r-x,other::r--,group:oinstall:r-x,user:grid:r-x ACTION_FAILURE_TEMPLATE= ACTION_SCRIPT= AGENT_FILENAME=%CRS_HOME%/bin/orarootagent%CRS_EXE_SUFFIX% ALIAS_NAME= AUTO_START=restore CHECK_INTERVAL=1 DEFAULT_TEMPLATE= DEGREE=1 DESCRIPTION=Oracle Network resource 6 P a g e

7 ENABLED=1 LOAD=1 LOGGING_LEVEL=1 NLS_LANG= NOT_RESTARTING_TEMPLATE= OFFLINE_CHECK_INTERVAL=60 PROFILE_CHANGE_TEMPLATE= RESTART_ATTEMPTS=5 SCRIPT_TIMEOUT=60 START_DEPENDENCIES= START_TIMEOUT=0 STATE_CHANGE_TEMPLATE= STOP_DEPENDENCIES= STOP_TIMEOUT=0 UPTIME_THRESHOLD=1d USR_ORA_AUTO= USR_ORA_ENV= USR_ORA_IF=e1000g0 USR_ORA_NETMASK= USR_ORA_SUBNET= VERSION= mgracsolsrv64bit1:/export/home/grid: crsctl stat res ora.mgracsolsrv64bit1.vip -p NAME=ora.mgracsolsrv64bit1.vip TYPE=ora.cluster_vip_net1.type ACL=owner:root:rwx,pgrp:root:r-x,other::r--,group:oinstall:r-x,user:grid:r-x ACTION_FAILURE_TEMPLATE= ACTION_SCRIPT= ACTIVE_PLACEMENT=1 AGENT_FILENAME=%CRS_HOME%/bin/orarootagent%CRS_EXE_SUFFIX% AUTO_START=restore CARDINALITY=1 CHECK_INTERVAL=1 DEFAULT_TEMPLATE=PROPERTY(RESOURCE_CLASS=vip) DEGREE=1 DESCRIPTION=Oracle VIP resource ENABLED=1 FAILOVER_DELAY=0 FAILURE_INTERVAL=0 FAILURE_THRESHOLD=0 HOSTING_MEMBERS=mgracsolsrv64bit1 LOAD=1 LOGGING_LEVEL=1 NLS_LANG= NOT_RESTARTING_TEMPLATE= OFFLINE_CHECK_INTERVAL=0 PLACEMENT=favored PROFILE_CHANGE_TEMPLATE= RESTART_ATTEMPTS=0 SCRIPT_TIMEOUT=60 7 P a g e

8 SERVER_POOLS=* START_DEPENDENCIES=hard(ora.net1.network) pullup(ora.net1.network) START_TIMEOUT=0 STATE_CHANGE_TEMPLATE= STOP_DEPENDENCIES=hard(ora.net1.network) STOP_TIMEOUT=0 UPTIME_THRESHOLD=1h USR_ORA_ENV= USR_ORA_VIP=mgracsolsrv64bit1-vip VERSION= P a g e

SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com

SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com SCAN,VIP,HAIP,etc. By Riyaj Shamsudeen Blog: orainternals.wordpress.com OraInternals Riyaj Shamsudeen Who am I? 19 years using Oracle products/dba OakTable member Oracle ACE Director Certified DBA versions

More information

Oracle Database Failover Cluster with

Oracle Database Failover Cluster with Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 Robert Bialek Principal Consultant, MU-IMS Oracle Certified Master robert.bialek@trivadis.com DOAG Regional Meeting Munich, 13.12.2010

More information

Oracle Database Failover Cluster with Grid Infrastructure 11g R2

Oracle Database Failover Cluster with Grid Infrastructure 11g R2 Oracle Database Failover Cluster with Grid Infrastructure 11g R2 Robert Bialek Trivadis GmbH Munich, DE Keywords Oracle Grid Infrastructure, Oracle Clusterware, Failover Cluster, Oracle Database High Availability,

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

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E Oracle Clusterware Administration and Deployment Guide 11g Release 2 (11.2) E10717-08 March 2010 Oracle Clusterware Administration and Deployment Guide, 11g Release 2 (11.2) E10717-08 Copyright 2007, 2010,

More information

Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2

Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 DOAG Conference 2011 Robert Bialek Principal Consultant Trivadis GmbH BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG

More information

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E Oracle Clusterware Administration and Deployment Guide 11g Release 2 (11.2) E41959-04 June 2015 Oracle Clusterware Administration and Deployment Guide, 11g Release 2 (11.2) E41959-04 Copyright 2007, 2015,

More information

Configuring an Application as a Clustered Resource

Configuring an Application as a Clustered Resource Configuring an Application as a Clustered Resource By Bill Pritchett, Senior Consultant, Advizex Technologies - Managed Services Growing infrastructure costs and reduced budgets have led at times to a

More information

www.informatik-aktuell.de Infrastructure at your Service. Oracle Grid Infrastructure Cold failover cluster Infrastructure at your Service. About me Jérôme Witt Senior Consultant Mobile +41 79 961 27 73

More information

Using Oracle Clusterware to Protect 3rd Party Applications. An Oracle White Paper February 2008

Using Oracle Clusterware to Protect 3rd Party Applications. An Oracle White Paper February 2008 Using Oracle Clusterware to Protect 3rd Party Applications An Oracle White Paper February 2008 Using Oracle Clusterware to Protect 3 rd Party Applications Introduction... 3 Considerations for successfully

More information

10g R2 Clusterware 를이용한 3 rd Application Fail-Over 일시 :

10g R2 Clusterware 를이용한 3 rd Application Fail-Over 일시 : 10g R2 Clusterware 를이용한 3 rd Application Fail-Over 일시 : 2006. 10. Contents I. Introduction II. The HA Framework III. Fail-Over Sample Test IV. WebServer Fail-Over Test V. 기타내용및 QnA 2 I. Introduction Oracle

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

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

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 VM 3: Using Oracle Clusterware to Protect Oracle VM Manager O R A C L E W H I T E P A P E R F E B R U A R Y

Oracle VM 3: Using Oracle Clusterware to Protect Oracle VM Manager O R A C L E W H I T E P A P E R F E B R U A R Y Oracle VM 3: Using Oracle Clusterware to Protect Oracle VM Manager O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 1. Introduction... 1 2. Oracle Grid Infrastructure 12c Requirements for Oracle

More information

1z0-058.exam.75q. 1z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration

1z0-058.exam.75q.   1z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration 1z0-058.exam.75q Number: 1z0-058 Passing Score: 800 Time Limit: 120 min 1z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Exam A QUESTION 1 Which two Cluster

More information

Changing the IP Address and Host Name

Changing the IP Address and Host Name Changing the IP Address and Host Name For Solaris version 10: cat /etc/release Oracle Solaris 10 9/10 s10x_u9wos_14a X86 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. Assembled

More information

Oracle Database Appliance: Virtual Local Area network O R A C L E W H I T E P A P E R M A R C H

Oracle Database Appliance: Virtual Local Area network O R A C L E W H I T E P A P E R M A R C H Oracle Database Appliance: Virtual Local Area network O R A C L E W H I T E P A P E R M A R C H 2 0 1 7 Table of Contents Introduction 3 Trunk and access ports 4 Access Port Untagged (or Native) 4 Trunk

More information

Oracle GoldenGate Microservices Architecture with Oracle Real Application Clusters Configuration Best Practices

Oracle GoldenGate Microservices Architecture with Oracle Real Application Clusters Configuration Best Practices Oracle GoldenGate Microservices Architecture with Oracle Real Application Clusters Configuration Best Practices O R A C L E W H I T E P A P E R A U G U S T 2 0 1 8 ORACLE GOLDENGATE MICROSERVICES ARCHITECTURE

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

More information

Oracle Grid Infrastructure Agents

Oracle Grid Infrastructure Agents An Oracle Reference Guide February 2018 Oracle Grid Infrastructure Agents Version 9.1 11.2.0.4 and later 12.1.0.1 and later 12.2.0.1 and later 18 and later Table of Contents High Availability Components

More information

1Z Oracle. Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration

1Z Oracle. Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Oracle 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-058 Creating an Oracle RAC Database

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

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

lab rip experiences with RIPv2 distance vector protocol

lab rip experiences with RIPv2 distance vector protocol lab rip experiences with RIPv2 distance vector protocol hosts need routing each host with a network stack performs some elementary routing ip layer nic eth0? lo the network stack may be used to access

More information

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Duration: 40Hrs (8 Hours per Day * 5 Days) Oracle 11g Clustering Overview Introduction to Oracle 11g Clusters for Administrators

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

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide An Oracle White Paper March 2011 Configuration of SAP NetWeaver for Oracle Grid Infrastructure 11.2.0.2 and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide Configuration of SAP NetWeaver

More information

1z Number: Passing Score: 750 Time Limit: 105 min File Version: 2.0. Oracle 1z0-058

1z Number: Passing Score: 750 Time Limit: 105 min File Version: 2.0. Oracle 1z0-058 1z0-058 Number: 000-000 Passing Score: 750 Time Limit: 105 min File Version: 2.0 http://www.gratisexam.com/ Oracle 1z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

More information

Oracle 1Z Number: 1Z0-058 Passing Score: 800 Time Limit: 120 min File Version: 1.0

Oracle 1Z Number: 1Z0-058 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Oracle 1Z0-058 Number: 1Z0-058 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Oracle 1Z0-058 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure

More information

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand)

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand) Oracle 11gR2 New Features for RAC OTN APAC Tour - 2011 (Thailand, China, Philippines, New Zealand) About me Independent Oracle Consultant - Summersky Enterprises e-mail: murali.vallath@summersky.biz blog:

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

Oracle GoldenGate Best Practices: Configuring Oracle GoldenGate with Oracle Grid Infrastructure Bundled Agents (XAG)

Oracle GoldenGate Best Practices: Configuring Oracle GoldenGate with Oracle Grid Infrastructure Bundled Agents (XAG) An Oracle White Paper September 2012 Oracle GoldenGate Best Practices: Configuring Oracle GoldenGate with Oracle Grid Infrastructure Bundled Agents (XAG) EXECUTIVE OVERVIEW... 4 INTRODUCTION... 4 PREREQUISITES

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

Load Balancing in Oracle Database Real Application Cluster

Load Balancing in Oracle Database Real Application Cluster IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 2, Ver. II (Mar.-Apr. 2017), PP 01-06 www.iosrjournals.org Load Balancing in Oracle Database Real Application

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 1Z Oracle Real Application Clusters 12c Essentials.

Oracle 1Z Oracle Real Application Clusters 12c Essentials. Oracle 1Z0-432 Oracle Real Application Clusters 12c Essentials http://killexams.com/exam-detail/1z0-432 QUESTION: 74 The DISK_REPAIR_TIME attribute has expired after a transient disk error. What happens

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

A case study of IPv6 deployment. tcd.ie. David Malone. 22 May 2003

A case study of IPv6 deployment. tcd.ie. David Malone. 22 May 2003 A case study of IPv6 deployment tcd.ie David Malone 22 May 2003 1 Introduction TCD: University 17000 students/staff. Focused on central campus. Maths: 1000 students/staff.

More information

Exam Name: Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration

Exam Name: Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Vendor: Oracle Exam Code: 1Z0-058 Exam Name: Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Version: Demo QUESTION 1 Which three actions would be helpful in determining

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

FlashGrid Cloud Area Network Version 17.05

FlashGrid Cloud Area Network Version 17.05 FlashGrid Cloud Area Network Version 17.05 Deployment Guide rev. 2017-11-17 2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 OS Compatibility... 3 3 Defining CLAN Subnets... 3 4 Client to Database

More information

Author A.Kishore

Author A.Kishore Enable AutoConfig on Applications Database Tier Steps to Perform On All Oracle RAC Nodes 1> Execute $AD_TOP/bin/admkappsutil.pl on the applications tier to generate an appsutil.zip file for the database

More information

Experimenting Internetworking using Linux Virtual Machines Part I

Experimenting Internetworking using Linux Virtual Machines Part I Experimenting Internetworking using Linux Virtual Machines Part I Hui Chen Previous Release on October 27, 2014 Lastly revised on November 4, 2015 Revision: Copyright c 2016. Hui Chen

More information

2 Unsupported Products

2 Unsupported Products Oracle Database Release Notes 10g Release 2 (10.2) for Microsoft Windows (64-Bit) on Intel Itanium B14265-05 November 2007 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

Null Interface Commands

Null Interface Commands This module provides command line interface (CLI) commands for configuring null interfaces on the Cisco CRS Router. interface null 0, page 2 show controllers null interface, page 3 show interfaces null0,

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide

WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide Release v1.1 December 2006 How to Contact Wasabi Wasabi Systems Inc. 500 E. Main Street, Suite 1520 Norfolk, VA 23510 USA EMAIL: info@wasabisystems.com

More information

ORACLE TROUBLESHOOTING CLUSTERWARE INTRODUCTION AND TERMINOLOGY CLUSTERWARE ARCHITECTURE AND PROCESSES. Dan Norris, DanNorris.com

ORACLE TROUBLESHOOTING CLUSTERWARE INTRODUCTION AND TERMINOLOGY CLUSTERWARE ARCHITECTURE AND PROCESSES. Dan Norris, DanNorris.com TROUBLESHOOTING ORACLE CLUSTERWARE Dan Norris, DanNorris.com INTRODUCTION AND TERMINOLOGY Oracle Clusterware is present in all Oracle RAC configurations, but it is often overlooked as a managed piece of

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

HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris

HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris HOL6749: Deploy Oracle RAC in Minutes on Oracle OpenStack for Oracle Solaris Bruno Philippe Sales Consultant, Oracle France Christophe Pauliat Sales Consultant, EMEA Solution Center, Oracle Eric Bezille

More information

A Case Study of IPv6 Deployment in tcd.ie

A Case Study of IPv6 Deployment in tcd.ie A Case Study of IPv6 Deployment in tcd.ie David Malone 22 May 2003 1 What is IPv6? 1. Current version of IP is version 4. 2. IPv6 is an evolution of IPv4. 3. Not backwards

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

1 IPMP-Tutorial Sneak Preview

1 IPMP-Tutorial Sneak Preview Failure is not an option... January 21, 2010-19:36 (Gene Kranz, Flight Director Apollo 13) 1.1 The bridges at SuperUser Castle root was sitting in SuperUser castle and everything was fine in the kingdom.

More information

IT341 Introduction to System Administration Project II Setting up our LAN

IT341 Introduction to System Administration Project II Setting up our LAN IT341 Introduction to System Administration Project II Setting up our LAN Before we start, please make sure that you have a snapshot of your finished VM/base installation from Project 1, so that you can

More information

Exam Questions 1Z0-880

Exam Questions 1Z0-880 Exam Questions 1Z0-880 Oracle Solaris 10 Network Administrator Certified Expert Exam https://www.2passeasy.com/dumps/1z0-880/ 1.Company A owns, and is authoritative, for the domain aco.com. Company A is

More information

Real4Test. Real IT Certification Exam Study materials/braindumps

Real4Test.   Real IT Certification Exam Study materials/braindumps Real4Test http://www.real4test.com Real IT Certification Exam Study materials/braindumps Exam : CX-310-200 Title : Oracle Solaris 10 System Administrator Certified Professional Exam, Part I Vendors : Oracle

More information

Lab I: Using tcpdump and Wireshark

Lab I: Using tcpdump and Wireshark Objectives To get the student familiar with basic network protocol analyzer, tools and equipment used in later labs, including tcpdump and Wireshark. Lab Readings Go to http://www.tcpdump.org/tcpdump_man.html

More information

For personnal use only

For personnal use only Network Namespaces in RHEL7 Finnbarr P. Murphy (fpm@fpmurphy.com) Linux namespaces are somewhat like Solaris zones in many ways from a user perspective but have significant differences under the hood.

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

User Guide Infoblox IPAM Driver for Docker. Version 1.1

User Guide Infoblox IPAM Driver for Docker. Version 1.1 User Guide Infoblox IPAM Driver for Docker Version 1.1 Copyright Statements 2017, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form, in whole

More information

Networking Fundamentals IPv6 APNIC 44. TAICHUNG, TAIWAN 7-14 September 2017

Networking Fundamentals IPv6 APNIC 44. TAICHUNG, TAIWAN 7-14 September 2017 Networking Fundamentals IPv6 APNIC 44 TAICHUNG, TAIWAN 7-14 September 2017 What is IPv6? IP stands for Internet Protocol which is one of the main pillars that supports the Internet today Current version

More information

Configuring the System

Configuring the System CHAPTER 5 Configuring the System This chapter discusses the initial configuration of the Catalyst 1200 series switch and describes how you configure such functions as IP addressing and SNMP management.

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 One Node 11gR2 DOAG November Bernhard de Cock Buning

Oracle Rac One Node 11gR2 DOAG November Bernhard de Cock Buning Oracle Rac One Node 11gR2 DOAG November 2012 Bernhard de Cock Buning Introduce myself Bernhard de Cock Buning Working as independent Consultant/Member of GRID- IT Area of aaenbon: HA/RAC/ASM/CRS/MAA 16

More information

EDB Failover Manager Guide

EDB Failover Manager Guide December 17, 2013 EDB Failover Manager Guide, Version 1.0 by EnterpriseDB Corporation EnterpriseDB Corporation, 34 Crosby Drive Suite 100, Bedford, MA 01730, USA T +1 781 357 3390 F +1 978 589 5701 E info@enterprisedb.com

More information

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch By Falko Timme Published: 2009-01-04 17:28 Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch Version 1.0 Author: Falko Timme

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

Static Routing Exercise. Scalable Infrastructure Workshop AfNOG 2011

Static Routing Exercise. Scalable Infrastructure Workshop AfNOG 2011 Static Routing Exercise Scalable Infrastructure Workshop AfNOG 2011 What will the exercise involve? Unix network interface configuration Cisco network interface configuration Static routes Default route

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

NetMon Installation and Administrators Guide. For NetMon Version Introduction. High-Availability.Com Limited

NetMon Installation and Administrators Guide. For NetMon Version Introduction. High-Availability.Com Limited Introduction NetMon Installation and Administrators Guide For NetMon Version 2.2.16 High-Availability.Com Limited Grenville House, Unit 1, Haig Court, Knutsford, Cheshire, WA16 8XZ, United Kingdom. http://www.high-availability.com

More information

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

Static routing KTHNOC/SUNET. January 18, 2004

Static routing KTHNOC/SUNET. January 18, 2004 Static routing KTHNOC/SUNET January 18, 2004 The goal with this lab is to introduce you to configuring a Cisco router and your workstation. You will also learn how to set up the router for static routing.

More information

Oracle GoldenGate with Oracle Real Application Clusters Configuration Best Practices O R A C L E W H I T E P A P E R J U N E

Oracle GoldenGate with Oracle Real Application Clusters Configuration Best Practices O R A C L E W H I T E P A P E R J U N E Oracle GoldenGate with Oracle Real Application Clusters Configuration Best Practices O R A C L E W H I T E P A P E R J U N E 2 0 1 8 Introduction 1 Configuration Overview 2 Oracle GoldenGate 2 Oracle Real

More information

Succession Multimedia Xchange Succession MX 4-server Installation and Commissioning Guide NN Standard Succession MX 1.1 (01.

Succession Multimedia Xchange Succession MX 4-server Installation and Commissioning Guide NN Standard Succession MX 1.1 (01. Succession Multimedia Xchange Succession MX 4-server Installation and Commissioning Guide NN10287-301 Standard Succession MX 1.1 (01.02) July 2003 ii NN10287-301 Standard Succession MX 1.1 (01.02) July

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for HP Tru64 UNIX B25299-06 February 2012 This document contains important information that was not included in the platform-specific or product-specific

More information

Monospace $ ls -latr pictures # less /var/log/messages $ # ipchains turboclusteradmin # mount /mnt/cdrom # cd /mnt/cdrom TLCS-install #./TLCS-install redhat turbolinux

More information

Natlog. For this exercise you must again be root. Login and obtain root privileges:

Natlog. For this exercise you must again be root. Login and obtain root privileges: 1 For this exercise you must again be root. Login and obtain root privileges: sudo su Caveat: this exercise requires at least one computer with two network interfaces. 2 Make sure natlog is installed First

More information

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux

Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Boost local network performance (Increase network thoroughput) by enabling Jumbo Frames on GNU / Linux Author : admin So what is Jumbo Frames? and why, when and how it can increase the network thoroughput

More information

TCP/IP Network Essentials

TCP/IP Network Essentials TCP/IP Network Essentials Linux System Administration and IP Services AfNOG 2012 Layers Complex problems can be solved using the common divide and conquer principle. In this case the internals of the Internet

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 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

Oracle 11g Real Application Clusters for Administrators. Student Workbook

Oracle 11g Real Application Clusters for Administrators. Student Workbook Oracle 11g Real Application Clusters for Administrators Student Workbook Oracle 11g RAC for Administrators Published by ITCourseware, LLC., 7245 South Havana Street, Suite 100, Centennial, CO 80112 Contributing

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 OpenFiler To access linux1 and linux2 Linux1 4 GB 250 GB Linux2

More information

Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting. Kai Yu Dell Inc

Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting. Kai Yu Dell Inc Best Practices of Oracle 10g/11g Clusterware: Configuration, Administration and Troubleshooting Kai Yu Dell Inc About Author: Kai Yu Senior System Consultant in Dell Oracle Solutions Engineering lab: kai_yu@dell.com,

More information

Oracle Database 11g: RAC Administration Release 2 NEW

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

More information

IP Network Multipathing Administration Guide. Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA U.S.A.

IP Network Multipathing Administration Guide. Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA U.S.A. IP Network Multipathing Administration Guide Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, CA 94303-4900 U.S.A. Part Number 806-6547 10 January 2001 Copyright 2001 Sun Microsystems, Inc. 901 San

More information

Domain Services Clusters Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner

Domain Services Clusters Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner s Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner BASLE BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA

More information

High Availability for Cisco RAN Management Systems

High Availability for Cisco RAN Management Systems First Published: 2014-10-13 Last Modified: 2016-06-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

RAC Installation and Configuration. Oracle Database 10g

RAC Installation and Configuration. Oracle Database 10g RAC Installation and Configuration Oracle Database 10g 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. DATABASE INSTALLATION...

More information

Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07 Host Configuration (Linux)

Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07 Host Configuration (Linux) Central America Workshop - Guatemala City Guatemala 30 January - 1 February 07 Host Configuration (Linux) Miguel Baptista(miguel.baptista@fccn.pt) Piers O'Hanlon (p.ohanlon@cs.ucl.ac.uk) Pedro Lorga (lorga@fccn.pt)

More information

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC

Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC An Oracle Technical White Paper July 2012 Installing Oracle RAC 11gR2 on the Oracle Solaris 11 OS by Using Oracle VM Server for SPARC This paper describes how to install Oracle Real Application Clusters

More information

Focus: Technical overview of VRRP, configuration, and troubleshooting

Focus: Technical overview of VRRP, configuration, and troubleshooting Technical Reference Guide: Introduction to VRRP Focus: Technical overview of VRRP, configuration, and troubleshooting Table of Contents Using This Book...1 VRRP overiew...1 Monitored Circuit...3 Working

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 11g Release 1 (11.1) for AIX Based Systems B32075-12 July 2010 This document contains important information that was not included in the platform-specific or product-specific

More information