|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 5 -
Preparing Shared Storage
Configure and Create PSFS
The PSFS file system is created on a storage
extent located on imported disks. Storage extents are disk
partitions. The maximum file system is 1 TB. PSFS and uses 4KB as
the block size.
A file system can be created using either the
management console or the command line. Afterwards, the file system
can be mounted on all the nodes or servers in the matrix. Since the
disk partition is the unit on which the file system is created, plan
the size of the partition carefully.
To create a file system using the CLI, use the
PolyServe command:
# mx fs
create [--size <kb>] <filesystem> <StorageExtent>
Or
# mkpsfs
<device> [<size_in_blks>]
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
|