Shared Storage Configuration Shared Storage and Recommended Directory Structure

2-20 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite Table 2–5 summarizes the directory structure for the domain.

2.3.3 Shared Storage Configuration

The following steps show to create and mount shared storage locations so that SOAHOST1 and SOAHOST2 can see the same location for binary installation in two separate volumes. nasfiler is the shared storage filer. From SOAHOST1: SOAHOST1 mount nasfiler:volvol1u01apporacleproductfmw u01apporacle productfmw -t nfs Table 2–5 Contents of Shared Storage Server Type of Data Volume in Shared Storage Directory Files WLS_SOA1 Tx Logs VOL1 ORACLE_BASEadmindomain_ namesoa_cluster_nametlogs The transaction directory is common decided by WebLogic Server, but the files are separate. WLS_SOA2 Tx Logs VOL1 ORACLE_BASEadmindomain_ namesoa_cluster_nametlogs The transaction directory is common decided by WebLogic Server, but the files are separate. WLS_SOA1 JMS Stores VOL1 ORACLE_BASEadmindomain_ namesoa_cluster_namejms The transaction directory is common decided by WebLogic Server, but the files are separate; for example: SOAJMSStore1, UMSJMSStore1, and so on. WLS_SOA2 JMS Stores VOL1 ORACLE_BASEadmindomain_ namesoa_cluster_namejms The transaction directory is common decided by WebLogic Server, but the files are separate; for example: SOAJMSStore2, UMSJMSStore2, etc. WLS_SOA1 WLS Install VOL1 MW_HOME Individual in each volume, but both servers see same directory structure. WLS_SOA2 WLS Install VOL2 MW_HOME Individual in each volume, but both servers see same directory structure. WLS_SOA1 SOA Install VOL1 MW_HOMEsoa Individual in each volume, but both servers see same directory structure. WLS_SOA2 SOA Install VOL2 MW_HOMEsoa Individual in each volume, but both servers see same directory structure. WLS_SOA1 Domain Config VOL1 ORACLE_BASEadmindomain_ namemserverdomain_name Individual in each volume, but both servers see same directory structure. WLS_SOA2 Domain Config VOL2 ORACLE_BASEadmindomain_ namemserverdomain_name Individual in each volume, but both servers see same directory structure. Database and Environment Preconfiguration 2-21 From SOAHOST2: SOAHOST2 mount nasfiler:volvol2u01apporacleproductfmw u01apporacle productfmw -t nfs If only one volume is available, users can provide redundancy for the binaries by using two different directories in the shared storage and mounting them to the same dir in the SOA Servers: From SOAHOST1: SOAHOST1 mount nasfiler:volvol1u01apporacleproductfmw1 u01apporacle productfmw -t nfs From SOAHOST2: SOAHOST2 mount nasfiler:volvol2u01apporacleproductfmw2 u01apporacle productfmw -t nfs The following commands show how to share the SOA TX logs location across different nodes: SOAHOST1 mount nasfiler:volvol1u01apporaclestoressoadomainsoa_cluster tlogs u01apporaclestoressoadomainsoa_clustertlogs -t nfs SOAHOST2 mount nasfiler:volvol1u01apporaclestoressoadomainsoa_cluster tlogs u01apporaclestoressoadomainsoa_clustertlogs -t nfs

2.4 LDAP as Credential and Policy Store