Important directory for OBIEE 11g for system component and java component
OBIEE has changed a lot with the 11g version. Many directory of the prior version we have get used to has been moved to the new location. And here ‘s some important directory for the new OBIEE 11g (11.1.1.6/11.1.1.7) version.
With the new OBIEE 11g, all of the OBIEE background processes has been divided into two major category:
System component
system component compose of the traditional OBIEE server process :
- Presentation Service
- BI Server
- Java host
- Cluster controler
system component is deployed under instance directory which is defined as INSTANCE_HOME
And these components is controled using Oracle OPMN
The most important files for OBIEE is stored in the bifoundation sub directory under INSTANCE_HOME
Here we could find the RPD files
And we can also create catalog file here
For system components problems troubleshooting, we will have to look at log files for each component which ic located at the following directory
Java component
Since Weblogic has become the default running platform of OBIEE, Some of OBIEE’s server process is deployed into weblogic server and run as a standard J2EE application.
- BI Office plugin
- BI Publisher
- RTD
- …
Java component is deployed into weblogic managed server and is control using the weblogic command:
And java component could be managed using the traditional weblogic console and FMW control at
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10973950/viewspace-1126893/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 什麼是@Component,@Component的作用是什麼
- HotSpot JVM ComponentHotSpotJVM
- 註解 @component
- Design Patterns - Component
- React 手稿 – Component stateReact
- Aura Component Skills & Tools
- 初識 Web ComponentWeb
- React 的 PureComponent Vs ComponentReact
- PowerApps Component Framework PCF 部署APPFramework
- UI Component in CRM WebUI and HybrisUIWeb
- spring boot 註解@ComponentSpring Boot
- Symfony\Component\Debug\Exception\FatalErrorExceptionExceptionError
- @bean和@component的理解Bean
- [Vue Form] Basic Select componentVueORM
- SAP UI5 Web Component React應用如何在Component之間跳轉UIWebReact
- @Component, @Repository, @Service的區別
- @Component和@Bean的區別Bean
- 翻譯|How to Export a Connected ComponentExport
- 精讀《Function Component 入門》Function
- <context:component-scan> 標籤Context
- Spring典型註解-@Controller,@Component,@SpringController
- SGA: allocation forcing component growth分析
- 小程式錯誤:Component is not found in path
- 【譯】何時使用Component或PureCompoent?
- [譯] 2018 來談談 Web ComponentWeb
- 何時使用Component還是PureComponent?
- Android Jetpack 之Navigation Architecture Component使用AndroidJetpackNavigation
- Build a Simple Progress Bar Component in Ionic 3UI
- vue元件(component)傳值問題Vue元件
- laravel Symfony\Component\HttpKerenl\Exception\Method...LaravelHTTPException
- Understanding ODIS Component Protection for VW/Audi Vehicles
- sim3d multiple component example3D
- Laravel [Symfony\Component\Process\Exception\RuntimeException] The ProcLaravelException
- React Server Component: 混合式渲染ReactServer
- Dagger 2 系列(六) -- 進階篇:Component 依賴、@SubComponent 與多 Component 下的 Scope 使用限制
- Vue腳手架報錯 Component name "Student" should always be multi-word vue/multi-word-component-namesVue
- React原始碼解析(三):react-componentReact原始碼
- @Bean和@Component之間的區別?Bean
- SpringMVC常用註解@Controller,@Service,@repository,@ComponentSpringMVCController