Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Slient install of OBIEE default tablespace

Received Response
12
Views
3
Comments
Savoir
Savoir Rank 1 - Community Starter

Hello,

I am trying to conduct the silent configuration of OBIEE and have one concern on how to define in config.sh a - switch or response file the default tablespace for the BI users. The default behavior of silent installer is to create new tablespace per component


I tried something like this but the tablespace option is not supported:

[weblogic@insisprodwl bi]$ $MW_HOME/bi/bin/config.sh -silent -responseFile $INSTALL_HOME/bi_config.rsp -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc \

> -component WLS_RUNTIME -tablespace BI12214_TBS -tempTablespace TEMP \

> -component OPSS -tablespace BI12214_TBS -tempTablespace TEMP \

> -component IAU -tablespace BI12214_TBS -tempTablespace TEMP \

> -component WLS -tablespace BI12214_TBS -tempTablespace TEMP \

> -component IAU_APPEND -tablespace BI12214_TBS -tempTablespace TEMP \

> -component MDS -tablespace BI12214_TBS -tempTablespace TEMP \

> -component IAU_VIEWER -tablespace BI12214_TBS -tempTablespace TEMP \

> -component STB -tablespace BI12214_TBS -tempTablespace TEMP \

> -component BIPLATFORM -tablespace BI12214_TBS -tempTablespace TEMP

Starting Fusion Middleware Configuration Wizard for BIEE

ORACLE_HOME set as /opt/oracle/BIPublisher12c

BI_PRODUCT_HOME set as /opt/oracle/BIPublisher12c/bi

PATH set as /opt/oracle/BIPublisher12c/bi/bin:/opt/oracle/java/jdk1.8.0_291/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/weblogic/.local/bin:/home/weblogic/bin

LD_LIBRARY_PATH set as /opt/oracle/BIPublisher12c/bi/lib

INSTALL_PROPERTIES /opt/oracle/BIPublisher12c/bi/../oui/mw/bi/metadata/config.properties

INSTALL_INVOCATION /opt/oracle/BIPublisher12c/bi/bin/../../oui/bin/launch.sh -clone ORACLE_HOME=/opt/oracle/BIPublisher12c -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc -silent -responseFile /opt/oracle/app_install/bi/bi_config.rsp -invPtrLoc /opt/oracle/BIPublisher12c/oraInst.loc -component WLS_RUNTIME -tablespace BI12214_TBS -tempTablespace TEMP -component OPSS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU -tablespace BI12214_TBS -tempTablespace TEMP -component WLS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU_APPEND -tablespace BI12214_TBS -tempTablespace TEMP -component MDS -tablespace BI12214_TBS -tempTablespace TEMP -component IAU_VIEWER -tablespace BI12214_TBS -tempTablespace TEMP -component STB -tablespace BI12214_TBS -tempTablespace TEMP -component BIPLATFORM -tablespace BI12214_TBS -tempTablespace TEMP -J-Doracle.as.install.engine.weblogic.config.mode=true -J-Doracle.config.mode=true -J-Doracle.as.install.engine.install.properties.location=/opt/oracle/BIPublisher12c/bi/../oui/mw/bi/metadata/config.properties -J-DSHIPHOME_STAGE_DIR=/opt/oracle/BIPublisher12c/bi/../oui/mw/bi -paramfile /tmp/XXX-3714541769.1

Invalid option(s): component,tablespace,tempTablespace

Answers