OBIEE startup all services on linux RH reboot

I want these services to start up automatically on reboot of linux server.
./run-sa.sh start                    #starts obi server
./run-saw.sh start               #start saw server
./run-sch.sh start                    #start scheduler
Not sure if scripts need to be moved to /etc/init.d or /etc/rc.d and whether a link is required to the services, and what level they should run at?
Currently the startup scripts are run manually and located in /apps/OracleBI/setup/
Any suggestions are appreciated.
Thanks

I can echo the sentiments mentioned above in this thread about Oracle not having developed, tested and released init scripts for every service component of OBIEE.
Oracle - PLEASE get on this. There are a lot of users of OBIEE on the linux platform who want this application to start up automatically on bootup of linux.
I've talked to oracle support about this, asking how to do this and they had nothing for it. Formal init scripts for starting and stopping each component are required for a professional deployment!
Until Oracle releases said scripts I can only assume Oracle doesn't take this product seriously.
We've developed something internally that seems to work, but I'd rather have an Oracle developed, tested and released set of init scripts provided along with the product.
Does anyone from Oracle ever read this? Can someone from Oracle explain the situation with this lack of init scripts?

Similar Messages

  • Order of Starting and  Stoping the OBIEE 11 g services in linux...

    Hi all,
    Could you please help me to Starting and Stoping the OBIEE 11.1.1.3 services in linux...
    Thanks in advance...
    Kind Regards,
    Mohan.............

    Hi Srikanth Mandadi ,
    many thanks for yor kind reply...........
    Please help me...........
    Is this is correct what am doing because if am executing the below command in linux
    stopWebLogic.sh bi_server1 [http://usstuobitest01.diversey.com:7001/em] [weblogic] [obiee11g]
    then am getting error like " WLSTException: Error occured while performing connect : null "
    /u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/bin> stopWebLogic.sh bi_server1 [http://usstuobitest01.diversey.com:7001/em] [weblogic] [obiee11g]
    SVR_GRP =
    Stopping Weblogic Server...
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://[weblogic] with userid bi_server1 ...
    This Exception occurred at Wed Oct 12 06:21:04 CDT 2011.
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: [weblogic]]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py:6)
    at org.python.pycode._pyx15.call_function(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.util.PythonInterpreter.execfile(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:131)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.net.UnknownHostException: [weblogic]
    at java.net.InetAddress.getAllByName(InetAddress.java:1081)
    at java.net.InetAddress.getAllByName(InetAddress.java:1019)
    at weblogic.rjvm.RJVMFinder.getDnsEntries(RJVMFinder.java:422)
    at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:192)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
    at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
    at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:315)
    at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:62)
    at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx4.connect$1(<iostream>:16)
    at org.python.pycode._pyx4.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py:7)
    ... 11 more
    Problem invoking WLST - Traceback (innermost last):
    File "/u01/app/oracle/product/OracleBI_11g/user_projects/domains/bifoundation_domain/shutdown.py", line 6, in ?
    File "<iostream>", line 22, in connect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing connect : null
    Use dumpStack() to view the full stacktrace
    Done

  • Automation of OBIEE 11G services in Linux OS

    Hi
    We have a requirement for the automation of OBIEE 11G services in Linux OS whenever system reboots. I came to know that this can be achieved by a shell script, however, not certain about it. It would be grateful if any workaraound/pointers/documentation to achieve this is shared.
    Thanks.

    HI
    The mentioned link has scripts for linux, but I need for windows and I tried some script which I found online but I am getting some errors which are in bold below
    C:\Oracle\Middleware\wlserver_10.3\server\bin>installAdminServer.cmd
    C:\Oracle\Middleware\wlserver_10.3\server\bin>SETLOCAL
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set OBI_HOME=C:\Oracle\Middleware
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set DOMAIN_NAME=bifoundation_domai
    n
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set USERDOMAIN_HOME=C:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set SERVER_NAME=AdminServer
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set PRODUCTION_MODE=true
    C:\Oracle\Middleware\wlserver_10.3\server\bin>set JAVA_HOME=C:\Oracle\Middleware
    \Oracle_BI1\jdk
    C:\Oracle\Middleware\wlserver_10.3\server\bin>cd C:\Oracle\Middleware\user_proje
    cts\domains\bifoundation_domain
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>call C:\Oracle\Mi
    ddleware\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd
    SVR_GRP =
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CLASSPATH=C:\
    Oracle\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_p
    atch.jar;C:\Java\JDK16~1.0_3\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Ora
    cle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.
    1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:
    \Oracle\MIDDLE~1\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\Oracle\Middleware\Oracl
    e_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\Oracle\MIDDLE~1\patch_wls1035\profi
    les\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\JDK16~1.0_3\lib\to
    ols.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDL
    E~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblo
    gic.server.modules_10.3.5.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webserv
    ices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~
    1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\Oracle\MIDDLE~1\oracle_common\modu
    les\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webl
    ogic.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:
    \Oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\O
    racle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;C:\Oracle\MIDDLE~1\ORA
    CLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\or
    acle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\orac
    le.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient
    .jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    * To start WebLogic Server, use the password *
    * assigned to the system user. The system *
    * username and password must also be used to *
    * access the WebLogic Server console from a web *
    * browser. *
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set Comma
    nd Line for service to execute within created JVM
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>set CMDLINE="-ser
    ver -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning -Dweblogic.Producti
    onModeEnabled=true -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.hom
    e=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV
    ~1.3\server -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=
    11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Log
    ger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile
    =C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dora
    cle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON
    ~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\do
    mains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\US
    ER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\
    MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprovider -Doracle.secur
    ity.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps
    -config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN
    ~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alte
    rnateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.hand
    ler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracl
    e.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:\Oracle\Middleware\Or
    acle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\Oracle\Middlewa
    re\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_INSTA
    NCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_REG_PROPERTIES
    _PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApp
    licationContextId=false -Doracle.biee.search.bisearchproperties=C:\Oracle\Middle
    ware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management
    .clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interv
    al=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.secur
    ity.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=ora
    cle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.cla
    ss=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.
    dir=C:\Oracle\Middleware\user_projects\domains\bifoundation_domain\config\bipubl
    isher -DXDO_FONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common\fonts -Drtd.instanc
    eName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware\oracle_common -Djava
    .awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false
    -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\O
    racle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath -classpa
    th @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt -Dweblogic.Name=Admin
    Server -Dweblogic.management.username= -Dweblogic.ProductionModeEnabled=true -Dj
    ava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy\"
    weblogic.Server"
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Set up ex
    trapath for win32 and win64 platform separately
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "true" == "tru
    e" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\Oracle\MI
    DDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\bin
    ;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\;C:\Oracle\
    MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\b
    in;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>if "false" == "tr
    ue" set EXTRAPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\;C:\Oracle
    \MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK16~1.0_3\
    bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>rem *** Install t
    he service
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>"C:\Oracle\MIDDLE
    ~1\WLSERV~1.3\server\bin\beasvc" -install
    BEA Default Service installed.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-svcname:"Oracle_
    bifoundation_domain_AdminServer"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-javahome:"C:\Jav*
    a\JDK16~1.0_3"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-execdir:"C:\Orac
    le\Middleware\user_projects\domains\bifoundation_domain" -maxconnectretries:"" -
    host:"" -port:"" -extrapath:"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;
    C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\Java\JDK16~1.0_3\jre\bin;C:\Java\JDK
    *16~1.0_3\bin;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8" -passw*
    *ord:"" -cmdline:"-server -Xms512m ûXmx512m -XX:MaxPermSize=512m -XX:+UseSpinning*
    -Dweblogic.ProductionModeEnabled=true   -da -Dplatform.home=C:\Oracle\MIDDLE~1
    *\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\O*
    racle\MIDDLE~1\WLSERV~1.3\server  -Dcommon.components.home=C:\Oracle\MIDDLE~1\OR
    ACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.
    logging.impl.Jdk14Logger -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOU
    N~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jroc
    ket_optfile.txt -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\B
    IFOUN~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\Oracle
    *\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=*
    C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml  -Digf.arisid
    stack.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidpr
    ovider -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1
    *\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Oracle\MIDDLE~1\US*
    ER_P~1\domains\BIFOUN~1\servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.e
    xt=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\ora
    cle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1
    -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEna
    bled=false -Dbi.oracle.home=C:\Oracle\Middleware\Oracle_BI1 -DEPM_ORACLE_HOME=C:
    *\Oracle\Middleware\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HO*
    ME=C:\Oracle\Middleware\Oracle_BI1 -DHYPERION_HOME=C:\Oracle\Middleware\Oracle_B
    I1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=C:\Oracle\Middleware\Oracle_BI1
    -DEPM_REG_PROPERTIES_PATH=C:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\f
    mwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproper
    ties=C:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchConfig.properties
    -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notificatio
    n.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=
    true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf
    *.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.e*
    csf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration
    -Dxdo.server.config.dir=C:\Oracle\Middleware\user_projects\domains\bifoundation
    domain\config\bipublisher -DXDOFONT_DIR=C:\Oracle\Middleware\Oracle_BI1\common*
    *\fonts -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=C:\Oracle\Middleware*
    *\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dw*
    lw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dw
    eblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manife
    st_classpath -classpath @C:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin\classpath.txt
    -Dweblogic.Name=AdminServer -Dweblogic.management.username= -Dweblogic.Productio
    nModeEnabled=true -Djava.security.policy=\"C:\Oracle\MIDDLE~1\WLSERV~1.3\server\
    lib\weblogic.policy\" weblogic.Server"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>-log:"C:\Oracle\M
    iddleware\wlserver_10.3\..\\user_projects\domains\bifoundation_domain\servers\Ad
    minServer\logs\service_start.log"
    The filename, directory name, or volume label syntax is incorrect.
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    C:\Oracle\Middleware\user_projects\domains\bifoundation_domain>ENDLOCAL
    I don't know how to solve those errors, this is highly important for me can anyone please help me on this.
    Thanks

  • Shell script for running obiee 11g services in linux

    Hi
    We have a requirement to create a shell script inorder to run OBIEE 11G services in Linux OS. It would be very helpful and greatly appreciated if any pointer(s)/documentation on this is provided.
    Thanks

    we had run the scripts using nohup "nohup ./startWeblogicServer.sh &" and reopened putty to run other nodemanager and opmnctl scripts, now everything has started and working fine.
    Thanks all..

  • Starting obiee weblogic services in linux after simple installation

    Hi all,
    I have installed OBIEE 11g on linux machine with "simple installation" option, i have following questions:
    with simple installation, will weblogic server will get installed?
    because i am not able to open the weblogic EM page, now do i have to manually start the weblogic services in linux, if so. Can anyone illustrate the steps.
    Thanks,
    Sreekanth

    Hi sreekanth,
    with simple installation, will weblogic server will get installed?Yes it will be installed.
    because i am not able to open the weblogic EM page, now do i have to manually start the weblogic services in linuxstart it manually or go to windows start/BI/start all services like that way weblogic server should start.
    Nice information on linux servers up/down http://prolynxuk.com/blog/?p=375
    hope answers your question.
    Cheers,
    KK

  • Startup and shutdown of  Apps and database on R12 with linux server reboot

    Hi Guys,
    Version : R12
    Platform : Linux EL 5
    Hi Guys,
    I am trying to startup and shutdown the R12 apps and database automatically with Linux server reboots.
    Does any one have steps to do this or metalink note:
    Thanks in advance,
    Z

    Hi,
    Please see this thread.
    Autostart of Services
    Re: Autostart of Services
    Regards,
    Hussein

  • CRS process does not startup automatically when the system is rebooted

    Hi. all.
    SOME TIMES(not always), CRS process ( exactly OracleCRService on
    windows2003) does not startup automatically when the windows2003 is
    rebooted.
    O/S is windows2003 server.
    DB is 10.2.0.2.0 RAC database that has 2 nodes.
    I am testing a RAC database configuration, and thus rebooting one node
    intentionally by turn.
    I have tested about 20 times, and 17 times is OK. All required process is up
    and all instance is up.
    However, 3 times, OracleCRService services does not start, and concequently
    database instance does not start automatically.
    Here is the log of "crsd.log" file on the active node.
    2007-05-31 17:43:13.281: [ CRSEVT][1720]32Processing RecoveryDone
    2007-05-31 17:46:51.968: [ CRSRES][3876]32StopResource: setting CLI values
    2007-05-31 17:46:52.437: [ OCRMAS][2368]th_rcfg_con: pudata retval [12]. Member [2] might have gone down
    2007-05-31 17:46:52.437: [ OCRMAS][2368]proath_master: Node [2] came up/down 1/0 [1]. Problem retrieving pubdata. Should get down reconfig soon
    2007-05-31 17:48:26.890: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.000: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.109: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.218: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.328: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.437: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.546: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.656: [ CRSCOMM][2852]32Retrying after CLSC timeout tonmsp109
    2007-05-31 17:48:27.750: [ COMMCRS][2668]clsc_send_msg: (028BA8A0) NS err (12571, 12560), transport (533, 57, 0)
    2007-05-31 17:48:27.750: [ CRSCOMM][2852]32CLSC connect failed tonmsp109ret = 9
    2007-05-31 17:48:27.859: [ CRSEVT][2852]32invokepeer ret 200
    2007-05-31 17:48:27.859: [ CRSRES][2852]32Remote start never sent to nmsp109: X_E2E_NotSent : Failed to connect to node: nmsp109
    (File: caa_CmdRTI.cpp, line: 492
    2007-05-31 17:48:27.859: [ CRSRES][2852][ALERT]32Remote start for `ora.nmsp109.gsd` failed on member `nmsp109`
    Is there anyone who can help me?
    Thanks in advance.
    Best Regards.
    Message was edited by:
    user507290

    oops- wrong forum!
    Please try the RAC forum.

  • Issue in OBIEE 11g Presentation service.

    Hi All,
    I found a problem in OBIEE 11g Presentation service, i.e., When i created an analysis with few columns in the criteria, it showed proper result, but when i deleted one column and then again add the same column in the criteria, result did not show the added column.
    Anyone else find this issue?
    Please share your views..
    Regards.

    On the left hand corner you will see list of views in the report, on a basic analysis you will see title and table view. Select the table view and click on edit ( pencil symbol ). A new page opens up, scroll down a little and you will see the columns included and columns excluded sections. Make sure the column that you are trying to add to the report is not present in the excluded list. If it is, drag and drop it above.
    Answer points if question is answered.
    Thanks,
    -Amith.

  • During installation of itunes using Windows 7 64-bit, I have this error come up every time during installation.  Tried uninstalling and re-installing, tried msconfig startup and service checks. At my wits end. Help!

    During installation of itunes using Windows 7 64-bit, I have this error come up every time during installation. 
    "An Error occured during intstallation of Assembly "Microsoft .VC80.CRT type="win32". version="8.0.50727,6195", public Key Token="1fc8b3b9a1e18e3b, processor Architecture'+x86'".  This is all followed by some more text and code HRESULT:0x80070005   
    Ive tried uninstalling and re-installing, tried msconfig startup and service checks. At my wits end. Help!
    Anne Marie

    Probably should've searched around a bit more. Just saw a similar forum post to my own in which redownloading and burning solved another user's similar issue. As of now I've redownloaded the 64-bit ISO, burned it, and so far so good (at 72% extracting files). I will repost here if it was a success in hopes that other users with a similar issue find this and benefit from it. Hope I didn't just waste anyone's time with a question that had already been answered (haha)

  • OBIEE 11g presentation services login error

    Hi All,
    i am new to OBIEE 11g i have installed software and when i tried to login presentation services it is giving following error please help me.
    i stated all services in EM and in services (oracle process manager and node manager also)
    Enter your user id and password.
         Unable to Sign In
    An error occurred during authentication. Try again later or contact your system administrator.
    please help me
    reg,
    jel

    chane the password in weblogic console for weblogic user and try one more time..may be its problem of wrong pwd..

  • My computer is going to be serviced and a system reboot performed.  How do I access my Itune information stored in the cloud?

    My computer is going to be serviced and a system reboot performed.How do I access my Itune cloud when the repair is completed?  Will they all appear when Itunes is redownloaded?

    You really should back up your hard drive entirely, or at least critical files such as the iTunes folder.  iCloud and Match are not really excuses for a backup and do not back things up identically as on your computer. For one, the iTunes library file which has you playlists and which is the critical file in presenting all your media to you is likely not backed up.  If you restore from downloads you'll just end up with an unorganized collection of media file and not what you remember from using itunes now.

  • Apache service reset config on reboot

    Hi to all,
    i upgraded one of my servers from SnowLeopard Server (10.6.8) to 10.9.4 Mavericks Server, all services migrated fine
    except for Web Service, in this case i needed to rewrite in every virtual host file <mod_rewrite> and <Directory> sections because
    some of these setting didn't migrate in new config files (Now under /Library/Server/Web/Config/sites instead of "classic" /etc/apache2/sites).
    The problem is that OsX doesn't keep modified settings in config files after a reboot so i need every time to rewrite them.
    It seems that OsX restore them to "default" deleting only <mod_rewrite> and apache "basic authentication" inside <Directory> section...
    Taking a look at logs didn't help because there isn't an error related to apache. I tried also to to run "apachectl -t" but syntax is OK..
    Any idea?
    thank you

    Put your stuff in a separate file and place an include directive in the apple managed file.

  • No SQL (hdbsql / HANA Studio) Connection to SAP HANA Rev. 69 (all services GREEN, running)

    Hi all,
    after starting HANA instance (locally installed on Linux Laptop) via sapcontrol [1], checking with sapcontrol's GetProcessList as well as HANA Studio Admin Console Diagnosis Mode Shows all Services GREEN, running.
    However, when I try to open "Default Administration" in HANA Studio, it "Refreshing Overview" and is busy till infinity.
    Trying to connect via \c command of HDBSQL eventually works, but any commands like \ds (list schemas) will run till infinity without returning anything.
    SAP Business One for HANA SLD shows the Server but not the Company DBs / schemas.
    I attached sapstart.log and statisticsserver_alert_sid.trc.
    Any advice is highly appreciated.
    Thanks & Kind Regards
    Stephan
    [1] I start HANA executing: /usr/sap/<SID>/SYS/exe/hdb/sapcontrol -prot NI_HTTP -nr 00 -function StartWait 270 2 OR /usr/sap/<SID>/SYS/exe/hdb/sapcontrol -nr 00 -function Start with user sidadm
    [2] The issue occurs since the upgrade from Rev. 53 to HANA Rev. 69 (in the context of upgrading from Business One for HANA PL02 to PL09)

    Yes Aleksandr
    I think you are right.
    After doing many installation of HANA Server in differrent AWS instances it didn't work for me.
    But when I installed the HANA Studio on another machine with more RAM it worked.
    I think we have to install HANA Studio on another AWS instance with 16 GB RAM to make it run smoothly.
    Thanks & Regards
    Manu

  • Start the Oracle and EM DBConsole service in Linux

    Hi
    How to start the ORACLE service (ORCL) and the EM DBConsole service in Linux (Suse 10) environment
    i hv checked in the Bin - /opt/oracle/product/10.2/db_1/bin
    but unable to figure out which service....
    need help!

    hi again
    yh DB has been successfully opend.
    select status from v$instance; ----> open
    but still cannot get the EM DB console
    http://machine-name:1158/em/
    any idea...
    this is the err...
    lxuser@linux-tkuk:/opt/oracle/product/10.2/db_1/bin> *./emctl start dbconsole*
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://linux-tkuk.site:1158/em/console/aboutApplication
    Timezone mismatch: The agentTZRegion value (GMT) in
    /opt/oracle/product/10.2/db_1/linux-tkuk.site_orcl/sysman/config/emd.propertiesdoes not match the current environment TZ setting().
    The dbconsole cannot run with this mismatch.
    If GMT is the correct timezone, set your timezone environment variable to GMT and repeat the 'emctl start dbconsole' operation.
    If GMT is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'
    The output of this command will include detailed instructions to follow, to correct the mismatch.
    here it says to change the time zone...how to do that.....!

  • How we can start all services automaticaly

    dear friends,
    i have oas 4.0 on windows nt 4.0 with service pack 3.
    i need when i start windows nt all services should be start automaticly i.e. listener etc.
    i tried through control panel and select services and select startup automaticly but it could not startup automaticly when windows start.
    how can i solve or start all services automaticaly.
    thanks in advance
    nikunj thaker

    You may need to set up from your windows NT to to control panel, select SERVICES, go to all the oracle related services and set them to startup automatically.

Maybe you are looking for