Shared Storage Configuration Ensuring That Shared Network Files Are Accessible in Windows Environments
2.3.3 Shared Storage Configuration
The following steps show to create and mount shared storage locations so that APPHOST1 and APPHOST2 can see the same location for binary installation in two separate volumes. nasfiler is the shared storage filer. From APPHOST1: APPHOST1 mount nasfiler:volvol1u01apporacleproductfmw u01apporacleproductfmw -t nfs From APPHOST2: APPHOST2 mount nasfiler:volvol2u01apporacleproductfmw u01apporacleproductfmw -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 APPHOST servers: From APPHOST1: APPHOST1 mount nasfiler:volvol1u01apporacleproductfmw1 u01apporacleproductfmw -t nfs From APPHOST2: APPHOST2 mount nasfiler:volvol2u01apporacleproductfmw2 u01apporacleproductfmw -t nfs The following commands show how to share the BI TX logs location across different nodes: APPHOST1 mount nasfiler:volvol1u01apporaclestoresbifoundation_domain bi_clustertlogs u01apporaclestoresbifoundation_domain bi_clustertlogs -t nfs APHOST2 mount nasfiler:volvol1u01apporaclestoresbifoundatin_domain bi_clustertlogs u01apporaclestoresbifoundation_domain bi_clustertlogs -t nfs The Managed Server domain directories can be on a local disk or a shared disk. To share the Managed Server domain directories on multiple computers, you must mount the same shared disk location across the computers. The instance_ name directory for the Web tier can be on a local disk or a shared disk. Fixed name. Installation-dependent name. Table 2–3 Cont. Directory Structure Elements Element Explanation 2-18 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Business Intelligence2.3.4 Ensuring That Shared Network Files Are Accessible in Windows Environments
In Windows environments, shared storage is typically specified using Universal Naming Convention UNC. UNC is a PC format for specifying locations of resources on a local area network. UNC uses the following format: \\server_name\shared_resource_path_name In addition, you must use named users to run OPMN processes in Windows environments so that the shared network files are accessible. To run OPMN processes using a named user: 1. Open the Services dialog. For example, select Start Programs Administrative Tools Services .2. Right-click OracleProcessManager_instancen and then select Properties.
3. Select the Log On tab.
4. Select This account, and then provide a user name and password.
5. Click OK.
2.4 Clock Synchronization
Parts
» Oracle Fusion Middleware Online Documentation Library
» What Is an Enterprise Deployment? Terminology
» Load Balancer Requirements Web Tier
» Oracle Identity Management Application Tier
» Data Tier What to Install Unicast Requirement
» Database Host Requirements Supported Database Versions Database Services
» Loading the Oracle Business Intelligence Schemas in the Oracle RAC Database
» Load Balancers Network Environment Preconfiguration
» On the appropriate host APPHOST1 or APPHOST2, run the ifconfig command
» Firewalls and Ports Network Environment Preconfiguration
» Terminology for Directories and Directory Environment Variables
» Recommended Locations for the Different Directories
» Hardware Requirements Clock Synchronization Software Installation Summary
» Creating a Domain and the bi_server1 Managed Server on APPHOST1
» Enabling ADMINVHN on APPHOST1
» Using the Configuration Assistant to Scale Out the BI System
» Additional Configuration Tasks for Oracle BI Scheduler
» Starting the Oracle Business Intelligence System Components
» About Setting Up Node Manager Changing the Location of the Node Manager Log
» Generating Self-Signed Certificates Using the utils.CertGen Utility
» Enabling Host Name Verification Certificates Editing the Node Manager Properties File
» Overview of Credential and Policy Store Configuration Configuring the Policy Store
» About User GUIDs About GUID Regeneration
» About Oracle Access Manager Integration Updating the Host Identifier
» Updating the WebGate Profile
» Installing and Configuring WebGate
Show more