 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 5 -
Preparing Shared Storage
Context Dependent Symbolic Link (CDSL)
Node-specific Oracle files like tnsnames.ora,
listener.ora, and sqlnet.ora can also be created using the CDSL
system. CDSL(s) contain a variable whose value is determined only
during pathname resolution. The {memb} variable is used to access
member-specific files in a cluster.
The following example shows the CDSL for /etc/rc.config:
/etc/rc.config
-> ../cluster/members/{memb}/etc/rc.config
When resolving a CDSL pathname, the kernel
replaces the {memb} variable with the string membern, where n is the
member ID of the current member.
CDSL(s) are useful when running multiple
instances of an application on different cluster members, where each
member operates on a different set of data. The mkcdsl command lets
system administrators create CDSL(s) and update a CDSL inventory
file. The cdslinvchk command verifies the current CDSL inventory.
Oracle Cluster File System (OCFS)
Oracle Cluster File System (OCFS) is a shared
file system designed specifically for Oracle Real Application
Clusters. OCFS eliminates the requirement for Oracle database files
to be located on the raw devices in Linux RAC cluster and Windows
RAC cluster.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
Oracle Consulting
Services
Burleson
Oracle Consulting offers Senior Oracle consultants which are available for all
areas of Oracle support. Common Oracle consulting support activities include
short-term Oracle tuning, Oracle database troubleshooting, Oracle9i and
Oracle10g migration,
Oracle9iAS App Server
consulting, Oracle design reviews and
Oracle requirements evaluation support. Oracle support and Oracle consulting
services are priced by the hour, so you only pay for what you need. These
one-time Oracle consulting services commonly include:
-
Answering
questions from your Oracle DBA technical staff
-
Repairing down
production Oracle database systems
-
One-time
Oracle tuning evaluation
-
Guru support
for your Oracle DBA
-
Installation
of Oracle application packages
For more
information, please visit
www.dba-oracle.com or email
info@remote-dba.net.

|