Auto start and shutdown 9iR2 on Mac OS X?

Does anybody know how to set up Mac OS X to auto start and auto shutdown 9iR2 on Mac OS X?

You may want to create an item in /Library/StartupItems.
See the following links for information:
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/BootingLogin/Customization_Techniques.html
http://developer.apple.com/techpubs/macosx/Darwin/howto/system_starter_howto/system_starter_howto.html
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/BootingLogin/The_Boot_Sequence.html
I have not tried this as yet.

Similar Messages

  • Stinking up the iPhone: auto-start and/or auto-stop iTunes playback

    The feature to auto-start and/or auto-stop iTunes playback is a disaster. A good idea poorly implemented perhaps, or maybe not possible to implement well. PLEASE PLEASE PLEASE give us a setting to turn this off! MANY MANY ENTRIES ACROSS MANY FORUMS! (e.g. Apple Discussions messageID=9937311) I will consider switching to another smartphone for this reason alone, it's that big a nuisance.

    Welcome to the discussions,
    you are not addressing Apple in these forums, we are all users here. Use this link to talk to Apple: http://www.apple.com/feedback/iphone.html

  • How to start and stop sapmmc server when windows is started and shutdown

    Hi,
    May i know how i can make sure the sapmmc server for ECC 6.0 to start when the windows 2003 server is started. I know i need to add this as a service in the windows service manager but i dont know how to do that.
    Please advise me on how to add a service to start the sapmmc server when windows is started and how to stop the sapmmc server automatically when windows is shutdown.

    Hi Raja
    checkout this document m sure it will help you in configuration
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0512c790-0201-0010-72b7-886677ad7955
    also check
    /message/6511605#6511605 [original link is broken]
    All the best ,,
    Cheers
    dEE

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • Script to auto start and stop an application

    Ok, I'm looking for an easy solution, maybe someone can point me in the right direction:
    I have a security camera program that runs on a Mac Mini that I would like to start and stop at a specific time of day. Is there an easy way to create an Applescript to do that?
    Thanks much in advance.

    Two scripts and iCal can do this for you. However, it assumes that your workstation is always logged into the Finder and that your app can be scripted beyond start and stop.
    --Script 1, launch application
    tell application "name of security app"
    activate
    -- do more stuff here like start capture
    end tell
    --Script 2, quit the application
    tell application "name of security app"
    quit
    end tell
    Save them both as scripts and then use iCal to make two repeating events. One to start the app and the other to stop it. Attach your scripts as event actions. Then sit back and let the iCal schedular the rest.

  • Automating Database up & down when server start and shutdown in Linux

    Hi to all,
    Question:How to set in linux, whenever server is on the database up and server off the database down?
    Problem: whenever i am issue the command "chkconfig --add dbora"
    or "chkconfig --level 345 dbora on"
    The message is as follows
    service dbora does not support chkconfig.
    I use oracle 9i on Redhat linux as 3.
    please send reply as soon as possible

    http://tldp.org/HOWTO/Oracle-9i-RH8-and-RH9-HOWTO-5.html ??
    Maybe you can use this. Its probably also hidden somewhere inside manuals for unbreakable/redhat oracle linux on metalink. Dunno why they insist on NOT including this auto start/stop in installation - how hard can it be, if you know linux inside-out.... If they did, It should make them more comfortable competing with other rdbms vendors that dont object to making many such things working "out of the box" :) ..... (no pun intended)

  • Start and shutdown Oracle10g (WinXP) via Batch?

    Hi,
    I installed Oracle10g at my Notebook (WinXP) and I don't need it every day. So I'd like to shutdown all oracle Services and start all services like a Batch-Script or Icon at my Desktop.
    Is there any way to start an shutdown all Oracle jobs?
    Thanks
    Winni

    To add,
    And of course you will NEVER use "net stop blabla" on a prod DB.
    Never.
    You can also use:
    emctl stop (to stop the enterprise manager)
    agentctl stop (to stop the dbsnmp - think the cmd did not change in 10g, but can't check atm)
    oradim -shutdown -sid DBNAME -shuttype srvc,inst -shutmode i (to stop the instance and service. execute "oradim" to have all options)
    lsnrctl stop (stops the listener)Other services still running? you can now net stop them.
    Regards,
    Yoann.

  • Auto start and complete of SFC at an operation

    Dear Experts,
    I have come across a scenario where the SFC's need to be started and Completed automatically without a POD, is it possible without ME customization?
    Please help.
    Thanks, Eshwar

    Hi Steve,
    Thanks for the quick reply.
    I have a ME routing with four operations. I would be starting and completing the SFC at first operation using POD. For second and third operations I dont want to use the POD for SFC start and complete, this should be done in background may be at POST_COMPLETE of first operation. and If I go to fourth operation , my SFC sholud present at this operation.
    Give me some insights on how to achieve this in ME.
    Regards, Eshwar.

  • Flashing stacked sequence auto start and stop

    Seems like this should be so easy but I'm stumped.
     I want to use some flashing leds while some of my data is plotted but can’t figure out a way to programmatically start and stop a simple flashing stacked sequence.
    thanks for any help.
    Attachments:
    flashing LEDs.vi ‏33 KB
    flashing LEDs.png ‏12 KB

    OK. Then put the flashing in the loop with Stuff 2, which I presume is the one for which you want to show activity. I modified your program to do this. I also eliminated the sequence structure by using dataflow. You can probably get down to one loop by changing to a state machine structure.
    If the flashing rate needs to be a different rate than the Stuff 2 logic, put the slower part into a case structure which only executes one time for every n iterations.
    Lynn
    Attachments:
    flashing LEDs.2.vi ‏16 KB

  • Dbora auto start and stop

    Hi all:
    This is on HP-UX 11.11 .I have created the dbora script under /sbin/init.d/ and linked as below.
    /sbin/rc2.d/S900oracle -> /sbin/init.d/dbora
    /sbin/rc1.d/K100oracle -> /sbin/init.d/dbora
    I tested the script manually as ./dbora start and ./dbora stop it worked perfect.
    The script is listed below
    ORACLE=oracle; export ORACLE
    ORACLE_HOME=/dba00/app/oracle/product/10.2.0/db_1; export ORACLE_HOME
    #PATH=${PATH}:$ORACLE_HOME/bin; export PATH
    case $1 in
    'start')
    su - $ORACLE -c "$ORACLE_HOME/bin/dbstart"
    'stop')
    su - $ORACLE -c "$ORACLE_HOME/bin/dbshut"
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl stop abcdwlist"
    echo "usage: $0 {start|stop}"
    exit
    esac
    exit
    When the server is rebooted the script fails with the following message.
    usage: /sbin/rc1.d/K100oracle start ................... FAIL *
    The permission on dbora is root:dba 750.
    Can anyone let me know what i am missing.
    Thanks,
    Ganesh

    According to the document
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#sthref249
    It recommend to link to rc3.d
    HP-UX
    # ln -s /sbin/init.d/dbora /sbin/rc3.d/S990dbora
    # ln -s /sbin/init.d/dbora /sbin/rc3.d/K001dbora
    And dbora is somewhat different
    BTW, why the PATH is comment out in your script?
    #! /bin/sh -x
    # Change the value of ORACLE_HOME to specify the correct Oracle home
    # directory for your installation.
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    # Change the value of ORACLE to the login name of the
    # oracle owner at your site.
    ORACLE=oracle
    PATH=${PATH}:$ORACLE_HOME/bin
    HOST=`hostname`
    PLATFORM=`uname`
    export ORACLE_HOME PATH
    if [ ! "$2" = "ORA_DB" ] ; then
    if [ "$PLATFORM" = "HP-UX" ] ; then
    remsh $HOST -l $ORACLE -n "$0 $1 ORA_DB"
    exit
    else
    rsh $HOST -l $ORACLE $0 $1 ORA_DB
    exit
    fi
    fi
    case $1 in
    'start')
    $ORACLE_HOME/bin/dbstart $ORACLE_HOME &
    'stop')
    $ORACLE_HOME/bin/dbshut $ORACLE_HOME &
    echo "usage: $0 {start|stop}"
    exit
    esac
    exit

  • Mac auto start once shutdown under windows mode in boot camp

    This is the situation:
    I run windows xp on my macbook pro. When I finished using it and perform shut down, everything is still fine. The problem occurs when I plug in my laptop to a power source when the computer is shutdown. As soon as I connect the power adapter, the computer will automatically start up itself?
    Any ideas what's wrong with it?
    Thanks for the help.

    Hi V.K., I followed the reset steps for PRAM and the problem still exist. Could this be the battery's problem? BTW, my laptop is still fairly new, got it in December.
    Thanks for your help

  • What is the password for start and Shutdown Oracle8i?

    Dear all,
    I Can not know the password for shutdown and start(lost the password)
    My Sid & Global database is : ORCL
    After install complete
    Just do below step:
    Step 1 Start up/Mount my installed database with Oracle 8 SQL Plus.
    Connect as system/manager.
    Alter user sys identified by sys;
    Step 2 Connect as scott/tiger.
    Select * from emp;
    After I do this when I want Shutdown Oracle8i
    system ask my enter password!!
    can anyone help me?
    Nick wong

    try the following
    svrmgrl
    connect internal
    startupor
    svrmgrl
    connect internal/oracle
    startupIf you have a standard installation here are the passwords:
    Userid Password
    Internal Oracle
    Sys change_on_install
    System Manager
    BTW the documentation states how to change all of the passwords. There is a big security hole if you do not.
    Also there is a DBA discussion group where you can post database questions.

  • Start and shutdown SAP done thru scripting

    Hi gurus,
    For example, I want to shutdown my whole system including SAP system during Fridays and I want to up the whole system including SAP system on Mondays.
    Is it possible to shutdown and start SAP "automatically" including the system as a whole (meaning including the OS) thru some scripting without anyone doing the shutdown and start up manually? My OS is Red Hat Enterprise Linux 4.0 and DB is MaxDB 7.6.
    I  guess it is possible on the OS thru scripting it by adding it to the init file but I'm not sure on the SAP system.
    Please enlighten me. Is there a way? Is it possible?
    Thanks,
    Paul

    HI Paul
                 Write a QTP (Quick Test Partner) script. Actually i had played with it some time back. The QTP, Red hat compatible can resolve your issue. Try it.
    <b> Help full: Reward points </b>
    Thanks and Kind Regards
    Mohan

  • How to: Auto mounting and recheck on a Mac

    Hello all, i've been using the below for a couple of months on my WD, its worked great in all that time and havent had an issue.  The reason I started using this was so that my PLEX software would always be able to access my WD and stream, as they are located on difference machines. I have no idea if anyone has found a better way, but for me this is the best I could initally find and then adapt to make it more centric to my needs. We're going to make an automator application, so on your desktop goto 'GO -> Applications -> Automator'When Autormator loads up, click new doccument and then select 'Application'. We want application because we can make this process automatic on log in, and as an application we wont need the automator software to load up. With the new application, search of 'AppleScript' in the search bar and then drag across Applescript into your work flow. Copy and paste the below into the box, changing what your need.  If you only want to mount one share, then its just { "ONESHARENAME" } without the need for a comma. property myDisks : {"YOUR", "SHARE", "NAMES", "HERE"}
    set mountedDisks to paragraphs of (do shell script "/bin/ls /Volumes")
    repeat with aDisk in myDisks
    if aDisk is not in mountedDisks then
    mount volume "afp://YOUR.WDMYCLOUD.IP.HERE/" & aDisk as user name "USERNAME" with password "PASSWORD"
    end if
    end repeat If you were to save this now, whenever you double click the application it would mount the said shares for you without needing you to log in or select which shares you want to mount. The reason I use AFP (this scipt works with SMB too for windows users BUT....) is that it is unbelieveably faster than SMB, however, I did notice that the connection would randomly unmount itsself if it hasnt been used for a couple of hours - which makes sense I suppose, but for my system - it needs to be ALWAYS mounted.  So with just two more steps we can make it so the script will automatically check every 10 minutes for the shares, and if they arent mounted then it will remount them again wihtout any human intervention or popups. STEP 2).  Drag another blank applescript underneath the one we just created.  Paste in it; on run {input, parameters}
    delay 300
    return input
    end run  Delay 300 is how many seconds it will wait before redoing the check. STEP 3).We now need to make this loop infinitely for an always on system, or atleast always doing it whilst you are using the computer. Where you initally searched for the term 'Applescript', delete that off and search for 'Loop'.  Drag the loop option below the two applescripts and select the options;"Loop automatically" and for everytime write -1 -1 is importnant as this makes the loop cycle infinite, then finally the last setting is "use the original input".  Save it as an Application somewhere, then goto your System settings, USER, Login items, click the + to add one, and search for where you just saved this application and.. Success!   Everytime you log in or start the mac, it will initiate this always on script .  Hopefully someone else finds this useful.  The inital part of the script was found on the internet somewhere, I cant find the link now to give credit, it was adpated for multiple shares and the log in section.  

    cpt_paranoia wrote:
    Interesting workaround, but, like Raphael, this puzzles me: > I did notice that the connection would randomly unmount itsself if it hasnt been used for a couple of hours - which makes sense I suppose Unmounting autonomously doesn't make any sense to me. But who knows what's in the mind of the Ghost of Steve Jobs...My Mac Mini does not have the random unmounting nor have I ever encountered the Ghost of Steve Jobs, although Quality Assurance has gone down a notch as I notice the askewness of some fonts in the calendar since the passing of Jobs and this random unmounting could be the QA of a thousand people working on Yosemite rather than a hundred. RyLeTo wrote:
     Im personally very very happy with the WD, I think its hugely versatile and its been on 24/7 for over a year and I have never had a problem since I stopped installing 3rd party software via terminal.My sentiments exactly. For me I never had a problem since I stopped installing the latest firmware and impatiently rebooting when the white light stayed white.  Everyone remember to give RyLeTo a Kudos to ensure his trapping allegiance as a future FREE Volunteer WD tech supporter. 

  • Solution that worked for me - Slow to start and shutdown

    System: Macbook Pro Late 2011 8GB RAM Seagate Hybrid Drive
    Problem: After Upgrade, slow to boot, slow to shut down and, on occasion, would hang at shutdown requiring Hard Shutdown.
    Solution:  Cleared PRAM and reset SMC
    To "Reload" OS portion back into the 8GB NAND memory of the HDD, restart the system 10 times.

    Base Station Firmware: 7.2
    Airport Utility: 5.2.1
    Wireless Radio: 802.11n only (5.0 GHz)
    Channel: Automatic
    Wireless Security: WPA2 Personal
    Under 'Disks' File Sharing is enabled with a disk password (as opposed to accounts or base station passwords). Guest Access is not allowed. The rest are the defaults.
    Now I've been having interesting problems with USB external drives mounting on my iMac. One never did (but was always successful with FireWire) and a second one was inconsistent. The drive that I have attached to the AEBS at the moment is one that I finally made fully functional with my desktop so I don't know if that is related. I'm going to have to run a number of additional tests.
    Note: my wireless is pure .n - not a mixed environment. I also had a speed issues with the iMac (wired ethernet) until I changed it from manual (100BaseT, full duplex for use with my old Belkin) to Automatic and re-enabled IPv6 which is enabled on the AEBS.

Maybe you are looking for

  • Proximity not installed on this computer?

    I have receantly bought an iMac 27 and transferred all data from my old MacPro, using the Migration Assistant. I am an Adobe Creative Cloud member, and when opening a InDesign CS6 document in my new iMac, ID says: "If you edit the text in the documen

  • No audio in Windows 8.1 =(

    Hi I have a HP Split 13 x2 and upgrade to "Windows 8.1 Single Language" and then audio don`t work i try installing this drivers -> http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=ob-128087-1&cc=us&dlc=en&lc=en​... but say there

  • Error when previewing a chart

    I'm using Template Builder 5.6 for Word. After inserting a chart, I am getting the message below when I try to preview the document. The xml document I am using is below. Cart is showing sum of salary by department (Oracle HR schema). ---------------

  • DISPLAYING ERROR MESSAGE FOR TABLE

    How can I dispaly error message for table havong input fields from message pools,so that when I clicks on that message,that should point to that particular field having error Thanks Fahad

  • How Do I Preview Logic Instrument Sounds Without Inserting Into A Track?

    I am a very new user of Logic Pro . I run a Yamaha Motif keyboard. Self-taught so jumping around. My program is set to autolaunch a song template where I can record, bounce and edit sounds and instruments but am UNABLE TO PREVIEW the instruments in l