Auto start bi services on reboot

Any suggestions on the best way to auto start the BI services like OC4J, SAW, SA, Scheduler using scripting when the server is reboot? Maybe include a delay between each and check each service is up.
/apps/OracleBI/setup/
nohup ./oc4j -start > nohup_oc4j_start.out &
./run-sa.sh start
./run-saw.sh start
./run-sch.sh start
Thanks for the help!!

Hi,
Have a look at the following threads.
Autostart of Services
Re: Autostart of Services
Auto Start Oracle Services didn't work
Re: Auto Start Oracle Services didn't work
Regards,
Hussein

Similar Messages

  • Auto start BI Services for OBIEE 11G

    Hi,
    We have installed OBIEE 11.1.1.7 on Windows 2008 64 bit operating system and we have restarted the server after successful install.
    Now the issue is OBIEE is not accessible after reboot,it is running only if i run the Start BI Services under All Programs --> Oracle Business Intelligence --> Start BI Services and
    this not accessible once i log off from the server.
    I don't want very time login and start the obiee using all programs,instead i want to install a Windows service that will all run the BI Services,so that Users can access the OBIEE independent of
    my login.
    I tried many times installing the services for  Admin and BI Server but even though the services are install/running successfully,but still not able to access the OBIEE URL.
    https://blogs.oracle.com/pa/entry/obiee_11_1_1_how3
    http://gerardnico.com/wiki/dat/obiee/windows_service_11g
    Service have been installed but not able to access the OBIEE..
    What i am missing ....
    Thanks in advance...

    Hey Archie,
    Refer to these threads once:
    regarding the coreapplication_obips1  service OBIEE 11g
    Re: OBIEE 11g Cluster Controller Failed to start
    Re: getting OPMN error while starting Oracle SOA Suite ( This is not related to OBIEE, but you still might find something useful )
    Regards,
    -Amith.

  • Worth it? Auto start/stop services and change iptables rules

    I have recently set up a crontab to start/stop services based on my schedule, such as when I'll be home or away. I intend to only have a service running when I'll probably use it.
    I also integrated rules for iptables into the start/stop of the services (systemd), so they automatically modify rules to accept/reject on their ports when the services start/stop.
    I am behind a router, so I only forward outside ports I use like ssh (which is not on port 22). I manually forward ports, but am looking at UPnP. This is my home network so I should be able to trust the devices on it.
    Now, to my question. Is it worth the time and effort to set this up? Would it be fine to just enable the services I use, let them run and always have firewall ports open for them? I feel like it's good to limit the time that ssh is running, but what about services not open to the Internet? Resources aren't really an issue. What do you guys think?
    I enjoyed learning about systemd, iptables, and cron in the process of setting it up. I'd just like to also learn about how much benefit there actually is, or if anyone has other ideas. Or if it's something that could go on the wiki (not really cron, but maybe the iptables/systemd stuff).

    I'd say, if resources aren't an issue; why limit the time ssh is reachable from the outside? You should have PasswordAuthentication and RootLogin disabled anyway so your vulnerability doesn't really decrease by updating iptables? This script probably works fine until you forget about it and it makes a boo-boo; making your machine unreachable.

  • How can I set the guests to auto start after the primary reboots?

    For version 1.2 of LDOM software, how do I set the guests to automatically start after I reboot the primary? Right now if I do this:
    ldm stop -f guest1
    reboot primary
    guest1 will be bound and manually started with ldm start
    ldmd is set to start at boot.
    Thanks, Kevin

    Try running ldm set-var auto-boot\?=true guest1This will set the LDOM guest openboot parameter "auto-boot" to true and it should boot automatically when the Primary restarts.
    Steve

  • Auto start CLS on server reboot?

    I've found that while I leave CLS running with the AlwaysOn scenario it won't resume operation after a server reboot, say for maintenance or other action. Besides setting up some kind of Powershell scheduled task that runs on boot is there a way to enable
    CLS to run automatically when the server starts up? That way we can reliably have logging enabled on the server during all of its uptime.

    Hi,
    Which startup type did you set for Lync Server Centralized Logging Service Agent? If you set to Automatic you can try to change to Automatic (Delayed Start) restart server and wait minutes to have a test.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • [solved]systemd can not auto start tomcat7.service

    Because the boot spend too much time. in tomcat7.servce,line 21: wait=10 \
    change to wait=50 \ or more big number.then the service can start success.

    Because the boot spend too much time. in tomcat7.servce,line 21: wait=10 \
    change to wait=50 \ or more big number.then the service can start success.

  • Auto start BI Services

    Hello to all,
    is there any way to autostart BI Services , ie to submit username and password in a file, instead of entering them in the command line window?
    I have install BI in a Win2008 server
    Thank you in advance
    Edited by: user13476114 on 20 Δεκ 2010 8:02 πμ

    Hi,
    You can write those commands in a batch file and schedule it as per your needs. Any one correct me if am wrong.
    Thanks,
    Navin Kumar Bolla

  • Auto start emctl dbconsole on server reboots...

    Hi All,
    I am using Linux 5.3 Os and 10g (10.2.0.4) version of database.
    I configured listener,db service and emctl service in auto start mode, means if my server gets rebooted then all these service should be up and running automatically.
    this script is working fine but the issue is with "emctl" status.
    after server reboots if I check emctl console through the url of "https://localhost:1158/em, then it is working .
    but If I check manually this service through "emctl status dbconsole" it display as "not running", if I am going to start through "emctl start dbconsole" it display is already running.
    now my question is: if this console is already up and running on machine reboots then why it disaply as "not running" when I check manually.
    can any one suggest me?
    Thanks,
    Jigisha...

    Hi,
    Have a look at the following threads.
    Autostart of Services
    Re: Autostart of Services
    Auto Start Oracle Services didn't work
    Re: Auto Start Oracle Services didn't work
    Regards,
    Hussein

  • Auto-Start Tidal Agent services

    Hi all,
         Do you guys have an idea on how to auto-start the service of tidal agent in linux? Thanks!

    Thanks guys for the inputs.
    It is now working, this is what I did:
    I created "mystartup.sh" at etc/rc.d/init.d with this script inside:
    #!/bin/bash
    /opt/TIDAL/Agent/bin/tagent TIDALAGENT1 start
    #author: Lodz
    #chkconfig: 345 25 75
    #description: tidal agent auto startup
    then i added the shell script on boot using this commands:
    # chkconfig --add mystartup.sh
    # chkconfig mystratup.sh on

  • Auto start listener & DB in Linux

    Hello, I have installed oracle 10g on Red Hat 2.1 Ent. Ed. I have also modified the /etc/oratab file for auto starting the service. The service start auto but i have two problems, 1) The listener does not start automatically 2) When trying to connect from SQL*PLUS, it says Shared Memory Realm does not exists. The Database has to be started manually connecting sys as sysdba. How can i configure the two things to start automatically? Any idea? Thanks.

    Follow steps at the end of this article:
    http://www.oraclebase.com/articles/9i/Oracle9iInstallationOnRedHat21.php
    Script will start DB automaticaly during boot and also stops database during OS shutdown.

  • Problem in starting services after rebooting the sap server.

    Hi ,
    I got a problem in starting SAP services files in SAP BI system on windows 2003 server. Whenever I reboot the system all sap services failed to start throw a message u201CCould not start SAPBDJ_00 service on local computer. Error 1069: The service did not start due to login failure".
    This is the common message for every sap service SAP<SID>_00,SAPOSCOLL,SAPCMSr.01,SAPSMD_98. Until unless I maintain   ./SAPservice<SID> password externally by going through service.msc and g to properties of particular service and g to logon option to maintain password manually to fix this.
    ./SAPService<SID> user is no locked and password maintained properly also I tried to change the service user to SIDADM user and restarted the server however getting the same problem.
    Could not find any fixes in internet so please help me to fix this issue.
    Regards,
    Vinod

    Hi Sunil,
    we are in midde of BI implementation. last week we built the DEv box and Updated kernel and suport packs and restarted then i observerved this issue. I have already tried to change the SIDADm user but intially after changing the user service will start and once you restart the server then the issues appear again.
    The password which i am using was the one set during the installation.
    Please suggest.
    Regards,
    Vinod

  • How to auto start services like apache in a zone when i boot it

    Current i have a zone that has a web service configure and it runs fine with "/etc/init.d/apache start"
    but i would like to auto start it like a service when the zone boots.
    correct me if i am correct but i think it should be in a start up script.
    please advise me on how to achieve the above
    thanks
    r@ymond

    I suggest taking a closer look at http://docs.sun.com/app/docs/doc/817-1985/6mhm8o5n0?a=view which explains the whole booting process in detail.
    Apart from that you may also want to check the "ln" manualpage (ln(1)) which explains how to make symlinks on Solaris. After that it should be relatively easy; you basicly create a (sym)link in the right directory and then you're homefree.

  • There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.

    HI
    in sharepoint 2013 WFE servers event viewer i receive following error many times
    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          4/14/2015 2:23:56 PM
    Event ID:      2303
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      TSharepint2013.test.com
    Description:
    There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.  Some application services may not have been processed correctly.  Please check the configuration for application
    service auto-start for the application(s) assigned to this application pool.  The data field contains the error code.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="32768">2303</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T11:23:56.000000000Z" />
        <EventRecordID>183840</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ApplicationPool">SecurityTokenServiceApplicationPool</Data>
        <Binary>02000780</Binary>
      </EventData>
    </Event>
    adil

    HI
    in sharepoint 2013 WFE servers event viewer i receive following error many times
    Log Name:      Application
    Source:        Microsoft-Windows-IIS-W3SVC-WP
    Date:          4/14/2015 2:23:56 PM
    Event ID:      2303
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      TSharepint2013.test.com
    Description:
    There was an error during processing of the managed application service auto-start for application pool: 'SecurityTokenServiceApplicationPool'.  Some application services may not have been processed correctly.  Please check the configuration for application
    service auto-start for the application(s) assigned to this application pool.  The data field contains the error code.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
        <EventID Qualifiers="32768">2303</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-14T11:23:56.000000000Z" />
        <EventRecordID>183840</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="ApplicationPool">SecurityTokenServiceApplicationPool</Data>
        <Binary>02000780</Binary>
      </EventData>
    </Event>
    adil

  • Auto-start OC4J process after Linux reboot

    Oracle 11gR2, OC4J 10g (10.1.3.5.0), RHEL5 64 bit
    Hi All,
    I am trying to figure out how to get my oc4j process start at boot time. I already have a dbora script setup. I tried adding the following line to my dbora/dbstart script but it did not do anything:
    #!/bin/sh
    # chkconfig: 345 99 10
    description: Oracle auto start-stop script.
    ORACLE_OC4J_HOME=/u02/oc4j
    JAVA_HOME=/usr/java/jdk1.6.0_21/
    su - $ORACLE_OWNER -c "$ORACLE_OC4J_HOME/bin/oc4j -start"
    I read somewhere that I may need to put the entire path like:
    /usr/bin/java -jar /path/to/oc4j.jar &
    Just not sure where and how to put that path in the file.
    Thanks for your help all.
    JrOraDBA

    Hi,
    To run oc4j in the background, on Linux
    Execute the following command:
    nohup ./oc4j -start &
    to run oc4j in the background. The 'nohup' command ignores the hangup signal (closing the terminal window) and enables oc4j to continue running in the background.
    In rare cases, oc4j will not shutdown cleanly with the standard command:
    ./oc4j -shutdown -port 23791 -oc4jadmin <admin_pwd>
    In those cases, try the following command:
    java -jar admin_client.jar deployer:oc4j:localhost oc4jadmin <admin_pwd> -shutdown
    to stop the oc4j service.
    Thanks,
    Sharmela

  • Auto-start services not running :Shell Hardware Detection in my Health Reports

    Recently I've setup up Windows Server 2012 Essentials on my Custom-made Box. All is going well so far except that i have a warning in my generated Health Report such as
     Auto-start Services Not Running Shell
    Hardware Detection.
     I had checked My Services and found out that this particular service is scheduled to start Automatically and it is always started...
    Any Advice what might be the problem? 
     

    Susan, can you still see the Connect bug? What Product/Program is it under in Connect? I can't see it but I might not be a member of the correct group.
    From http://technet.microsoft.com/en-us/library/hh831394.aspx:
    "After a server has been added to the Server Manager server pool, service alerts about the Shell Hardware Detection service can be displayed if there are no users logged on to the managed server. This occurs because the Shell Hardware Detection service runs
    only when users are logged on to the managed server, or connected to a Remote Desktop session on the managed server. To avoid seeing Shell Hardware Detection service alerts for this case, click
    Services in the thumbnails for server groups, including the
    All Servers group. In the Services Detail View dialog box, on the
    Services drop-down list, clear the check box for Shell Hardware Detection, and then click
    OK."
    That confirms that it's okay for Shell Hardware Detection not to be running. However the suggested fix--removing it from 2012 alerting--does not keep it off my 2012E Health Report.
    Mark Berry
    MCB Systems

Maybe you are looking for

  • Can I sync my old iPod Classic to a new iTunes account (to which I don't have access) without losing my music?wj

    I have an old iPod that I haven't used in years with thousands of songs from ripped C.Ds I don't own anymore. I was wondering if there was a way I could sync up my old iPod to a new account without losing my old music so I could put new songs on. Any

  • No Audio on most of my videos after downloading into imovie

    Please help! I had audio in the videos once I downloaded them into imovie, but then the audio just disappeared! Did I click on something?? How do I fix this?

  • Read XML attributes

    I have this xml. <?xml version="1.0" encoding="UTF-8" standalone="no"?> <root>      <file name="Bohy" type="folder">           <file name=".dropbox" type="file" />           <file name="Beck" type="folder">                <file name="desktop.ini" typ

  • E-Recruitment position search

    Hi all, When i try to search for positions on creating a requisition it doesn´t return results. Am i doing anything wrong? This happens when i do the following: 1. Press 'Draft and Foward' 2. Create requisition 3. Change to tab Organizational Data 4.

  • HT5129 MobileMe automatic Gallery downloads

    Is there a way to disable this?  I already manualy downloaded my events off mobileme.com (Because it's ending)  and don't want to use this automatic method that pops up every time I open iPhoto...  Every time it tries it hangs.