RAC Networking Lab.

Slides:



Advertisements
Similar presentations
RAC I/O Lab. 1. Run Database Load Script Your instructor will provide you with a directory containing database schema creation and data loading scripts.
Advertisements

INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Oracle High Availability Solutions RAC and Standby Database Copyright System Managers LLC 2008.
NetOp School Your Interactive Classroom Help instructors optimize, manage and control their teaching environment. Consists of two modules: o the teacher.
1 of 3 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Optimised Desktop Paul Butterworth Enterprise Technology Strategist Microsoft Corporation.
WCLCT03 Windows Vista Security and UAC Chalk Talk Russ Humphries Mike Chan.
Getting Started with Linux: Novell’s Guide to CompTIA’s Linux+ (Course 3060) Section 2 Use the Linux Desktop.
Module 1: Database and Instance. Overview Defining a Database and an Instance Introduce Microsoft’s and Oracle’s Implementations of a Database and an.
X2O Server Installation
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
Microsoft Office Project 2003 Resource Kits James Scott & Roy Riley Technical Content Development Microsoft Corporation.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Gopal Ashok Program Manager Microsoft Corp Session Code: DAT 312.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
VPN Scenarios © N. Ganesan, Ph.D.. Chapter Objectives.
Using The WDK For Windows Logo And Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
INTRODUCTION TO ORACLE Lynnwood Brown System Managers LLC Client-Server – Lecture 4 Copyright System Managers LLC 2007 all rights reserved.
5 Copyright © 2007, Oracle. All rights reserved. Configuring the Oracle Network Environment.
12 Copyright © 2004, Oracle. All rights reserved. Oracle Net Services.
11 Copyright © 2005, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Using the WDK for Windows Logo and Signature Testing Craig Rowland Program Manager Windows Driver Kits Microsoft Corporation.
Oracle10g RAC Service Architecture Overview of Real Application Cluster Ready Services, Nodeapps, and User Defined Services.
SUSE Linux Enterprise Desktop Administration Chapter 2 Use the Linux Desktop.
Module 9: Preparing to Administer a Server. Overview Introduction to Administering a Server Configuring Remote Desktop to Administer a Server Managing.
SQL2005 Cluster Build. IP Request Request 6 IP Addresses – One for EACH SQL virtual server (2) – One for the cluster – One for Distributed Transaction.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
6 Copyright © 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment.
Installing Oracle9i RAC Release 2 on HP OpenVMS Systems.
Oracle 10g Database Administrator: Implementation and Administration Chapter 2 Tools and Architecture.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
7. Replication & HA Objectives –Understand Replication and HA Contents –Standby server –Failover clustering –Virtual server –Cluster –Replication Practicals.
3 Copyright © Oracle Corporation, All rights reserved. Basic Oracle Net Server Side Configuration.
3 Copyright © 2004, Oracle. All rights reserved. Controlling Access to the Oracle Listener.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
Donna C. Hamby Sr. Principal Instructor Oracle University Oracle Corporation.
03 | Manage Team Foundation Server Steven Borg | Co-founder & Strategist, Northwest Cadence Anthony Borton | ALM Consultant, Enhance ALM.
Module 9: Preparing to Administer a Server
Greg Seidel Technology Specialist – SQL Server
Administration Tools Cluster.exe is a command line tool that you can use for scripting or remote administration through slow WAN links. Cluadmin.exe is.
Microsoft Virtual Academy
Microsoft Office SharePoint Server 2007 Enterprise Search
6/5/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
6/16/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Network Load Balancing
Configuring the network environment
RMS with Microsoft SharePoint
11/11/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Windows PowerShell Remoting: Definitely NOT Just for Servers
11/12/2018 6:58 PM © 2004 Microsoft Corporation. All rights reserved.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /26/2018 6:09 PM
11/27/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Working with different JavaScript frameworks and libraries
Remote Access Services RAS Routing and Remote Access Services RRAS Remote Desktop Terminal Services Virtual Private Networking VPN.
SQL Server on Linux: High Availability And Disaster Recovery
TechEd /15/2019 5:30 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
RAC Performance Lab.
RAC Backup and Recovery Lab
Upgrading Your Private Cloud with Windows Server 2012 R2
2/25/2019 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Windows 8 Security Internals
Module 9: Preparing to Administer a Server
Microsoft SQL Server 2014 for Oracle DBAs Module 1
04 | Always On High Availability
Windows without windows...
日本初公開!? Vista の新機能を実演 とっちゃん わんくま同盟 7/23/2019 9:09 AM
Microsoft Virtual Academy
WCL425 App Compat for Nerds Chris Jackson.
Presentation transcript:

RAC Networking Lab

1. Edit your tnsnames.ora file In notepad or wordpad, open the file C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN\tnsnames.ora For the Service name you created at install time, review the settings for TAF. Add the “(ENABLE = BROKEN)” line below the Description line Edit on both cluster nodes Test your ability to login to the database with sqlplus (on the server) using your service name, i.e. sqlplus system@MSnDB sqlplus system@MSnDB1 Sqlplus system@MSnDB_SVC

2. Test TAF Failover Open two Command Prompt windows In the first window, log into sqlplus with the service name, i.e Sqlplus system@MSnDB_SVC Run the following query: Select instance_name from v$instance; In the other window, shut down the instance shown in the query result Srvctl stop instance –d MSnDB –i MSnDB1 Repeat the query in the sqlplus session The instance should have changed

2. Test TAF Failover Optional - Restart all instances Repeat the exercise, but this time reboot the node of the instance in the query TCP/IP registry parameters may have to be edited for optimal failover time.

3. Client Networking Locate your client (desktop) tnsnames.ora file Copy in the contents of your server side tnsnames.ora file Omit the local and remote listener lines Test connectivity to your database Test TAF failover from the client Edit the client tnsnames.ora file to add access to a different class database Test connectivity to the alternate database

4. Networking Monitoring Demo Your instructor will demonstrate using ttcp to test network throughput for the private interconnect

© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.