storage options [message #267730] |
Fri, 14 September 2007 07:14 |
maoro
Messages: 312 Registered: May 2005
|
Senior Member |
|
|
hello
please confirm the following
1- the voting disk should be on shared storage
2- the OCR should be on shared storage
3- the database files ( datafiles..control files) should be on shared storage
4- what about the the clusterware files ( local for each node or shared ?) which one is recommended
5- what about also the the oracle server files ( local for each node or shared ?) which one is recommended
thanks
|
|
|
Re: storage options [message #267746 is a reply to message #267730] |
Fri, 14 September 2007 10:57 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Quote: | 1- the voting disk should be on shared storage
|
The voting disk must reside on shared disk.
Quote: | 2- the OCR should be on shared storage
|
The OCR must reside on shared disk that is
accessible by all of the nodes in your cluster.
Quote: | 3- the database files ( datafiles..control files) should be on shared storage
|
Yes
Quote: | 4- what about the the clusterware files ( local for each node or shared ?) which one is recommended
|
Which files?
Quote: | 5- what about also the the oracle server files ( local for each node or shared ?) which one is recommended
|
Which files??
|
|
|
|
Re: storage options [message #268007 is a reply to message #267730] |
Mon, 17 September 2007 02:18 |
maoro
Messages: 312 Registered: May 2005
|
Senior Member |
|
|
thankx for kind help
thanks that was really helpfull
just one more clarification:
groups: oinstall and dba and user oracle should exist on both nodes with the same ids ?right ?
plus
let us suppose that i have three shared disk using (sun storage)
d1,d2,d3
if on nodeA i mounted these disks as /u01/vd , /u02/ocr/ , /u03/oradata
for the voting disk, the ocr and the database files respectively
then on nodeB i should mount the same disks using the same mount points :
/u01/vd , /u02/ocr/ , /u03/oradata ? right
thanks again
|
|
|
Re: storage options [message #268100 is a reply to message #268007] |
Mon, 17 September 2007 09:10 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Quote: | groups: oinstall and dba and user oracle should exist on both nodes with the same ids ?right ?
|
Yes.
let us suppose that i have three shared disk using (sun storage)
d1,d2,d3
if on nodeA i mounted these disks as /u01/vd , /u02/ocr/ , /u03/oradata
for the voting disk, the ocr and the database files respectively
then on nodeB i should mount the same disks using the same mount points :
/u01/vd , /u02/ocr/ , /u03/oradata ? right
Shared means both nodes have the same MOUNT points because oracle would be installed on there local disks
but the files for database must resides on the SHARED LOCATION and BOTH NODE WOULD ACCESS THE SAME LOCATION.
|
|
|
Re: storage options [message #268383 is a reply to message #267730] |
Tue, 18 September 2007 06:53 |
maoro
Messages: 312 Registered: May 2005
|
Senior Member |
|
|
hello again
just some few more clarifications:
on node A and B :
created /u01/app/oracle as the oracle_base
created /u01/app/oracle/db_1 as oracle_home for oracle server binairies
created /u01/app/crs home for cluster binairies
is that right?
shall i have the cluster home on different mount pount like /u02/crs
since the documentaion says that root should be the owner of oracle cluster
thanks
|
|
|