Databases Reference
In-Depth Information
In this recipe a new custom file store will be created in all Managed Servers of the PROD_
Cluster cluster.
Getting ready
For the cluster PROD_Cluster , we will consider the file stores FileStore01 ,
FileStore02 , FileStore03 , and FileStore04 for the instances PROD_Server01 ,
PROD_Server02 , PROD_Server03 , and PROD_Server04 respectively.
Managed Server
Persistent store
PROD_Server01
FileStore01
PROD_Server02
FileStore02
PROD_Server03
FileStore03
PROD_Server04
FileStore04
The file stores will be saved in the $DOMAIN_HOME/filestores directory, so make sure the
directory is created before creating the file stores.
How to do it...
Create the $DOMAIN_HOME/filestores directory in all machines, as follows:
1. Log in as a wls user to the prod01 shell and create the directory.
[wls@prod01]$ cd $DOMAIN_HOME
[wls@prod01]$ mkdir filestores
2. Repeat this step for prod02 .
Create the file stores using the Administration Console, as follows:
1. Access the Administration Console with your web browser at http://adminhost.
domain.local:7001/console .
2. Click on the Lock & Edit button to start a new edit session.
3. Expand the Services tree on the left and click on Persistent Stores.
Search WWH ::




Custom Search