Auto starting iTines on OS X tiiger server

Hi,
I'm running iTunes on my Tiger server under the Admin user. 99.9% of the time I don;t actually listen to music from the admin user, I use either the AppleTV downstairs or the mac mini in the back room.
question- I always have to log on as admin and start iTunes and have it displayed on the monitor before either the AppleTV or mac mini can talk to it. If i minimize iTunes on the server, i get a "cannot connect" message on either of the other two devices.
How can i auto start iTunes on the server when it boots up so that the other devices can talk to it without me having to login and fire it up explicitly?
TIA
alex

I'm not too familiar with server and I'm not sure if there's a way to auto login. you could look in system preferences. But I'm fairly sure under system preferences there is a "login items." You can add iTunes there and it will launch when you login.

Similar Messages

  • Auto Starting up and Shutting down Application Server

    i have problem to starting Application Server automatically on Oracle Linux(unbreakable Linux).
    i had made ias file that contain :
    #! /bin/sh
    ### BEGIN INIT INFO
    # Provides: ias
    # Required-Start: $network $syslog $remote_fs raw
    # Required-Stop:
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Description: Start the Oracle iAS
    ### END INIT INFO
    ORACLE_BASE=/oracleAS10g
    ORACLE_HOME=$ORACLE_BASE/product
    ORA_OWNER=oracle
    case "$1" in
    start)
    echo -n "Satring Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl start" &
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl startall" &
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl start iasconsole" &
    stop)
    echo -n "Stopping Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl shutdown" &
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl stopall" &
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl stop iasconsole" &
    status)
    echo -n "Checking for Oracle iAS"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl status iasconsole" &
    echo "Usage: $0 {start|stop|status}"
    exit 1
    esac
    then i put ias on /etc/init.d ,
    i made symbolik link in :
    /etc/rc0.d/K10ias
    /etc/rc1.d/K10ias
    /etc/rc2.d/K10ias
    /etc/rc6.d/K10ias
    /etc/rc3.d/S99ias
    /etc/rc5.d/S99ias
    but it doesn't work ! ! !
    who can help me ?

    i and my friend correct the ias file ==>
    #!/bin/bash
    # init file for Oracle iAS
    # Author : Mohsen Aboosaeedi & Mohammad Reza Davoudi, GAM Electronics
    # 1. Add root to dba and oinstall group to function this script properly
    # 2. Create this file in /etc/init.d directory (ias) and use "chkconfig ias on"
    # You can put these and other commands in a single file (startup or shutdown)
    # and use as single command. This example is to make instruction clear.
    # $ORACLE_HOME/dcm/bin/dcmctl startup
    # $ORACLE_HOME/opmn/bin/opmnctl start
    # $ORACLE_HOME/bin/emctl start iasconsole
    ### BEGIN INIT INFO
    # chkconfig: 35 70 20
    # description: Start the Oracle iAS
    ### END INIT INFO
    ORACLE_BASE=/oracleAS10g
    ORACLE_HOME=$ORACLE_BASE/product
    ORA_OWNER=oracle
    start() {
    echo "******* Starting Oracle iAS ************"
    echo "*** Starting dcmctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl start"
    echo "*** Starting opmnctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl startall"
    echo "*** Starting ias console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl start iasconsole"
    echo "******* Starting Finshed ************"
    stop() {
    echo "******* Stopping Oracle iAS ************"
    echo "*** Stopping dcmctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/dcm/bin/dcmctl shutdown"
    echo "*** Stopping opmnctl"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl stopall"
    echo "*** Stopping ias console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl stop iasconsole"
    echo "******* Stopping Finshed ************"
    status() {
    echo "***** Checking for Oracle iAS Console"
    su - $ORA_OWNER --command="$ORACLE_HOME/bin/emctl status iasconsole"
    echo "***** Checking for Oracle opmnctl Status"
    su - $ORA_OWNER --command="$ORACLE_HOME/opmn/bin/opmnctl status "
    restart(){
         stop
         start
    case "$1" in
    start)
         start
    stop)
         stop
    restart)
         restart
    status)
    status
         echo $"Usage: $0 {start|stop|status|restart}"
    esac
    exit 1

  • Auto-start application on Container/Server restart

    What's the easiest was to have the container auto-launch a specific application whenever it is started/restarted? I assume this would also happen if the entire server were rtestarted?
    _mike                                                                                                                                                                                                                                                                                                                                                                                                   

    Hello,
    If you put a server in your project and you put the servlet at auto-start your application will start automatically when the server will start.
    To do that you just have to use the element:
    <load-on-startup>1</load-on-startup>
    in the servlet tag.
    server.xml:
    <application name="foo" path="../applications/foo.ear" auto-start="true" />
    http-web-site.xml:
    <web-app application="foo" name="foo-web" load-on-startup="true" root="/foo" />
    Regards
    Tugdual Grall

  • VM auto start in a single server pool with only local hard disk repository

    I searched the forum but can't find anything similar.
    Basically, part of the dev environment I have is just starting to use Oracle VM to have a nice centralized place to manage the VMs and managed server.
    Those environment doesn't have shared storage and all VMs are stored under local hard disk. (as just having several VMs to share the resource in a single server)
    So there is only one server in the server pool.
    What should be the best way to set up VM auto-start when this single server is rebooting or start from boot up?
    Should I just set up a symlink of /OVS/running_pool/vm1/vm.cfg to /etc/xen/auto/vm1.cfg ?
    (p.s. I can't set up HA mode in the single server pool since this is ocfs2.local, it will fail)
    Thx in advance.

    After some testing, I'm now using a traditional way (for single server with local repository)
    auto start VM in dom0 during server starts up:
    ln -s /OVS/running_pool/vmname/vm.cfg /etc/xen/auto/vmname
    auto shutdown VM in dom0 during server shut down:
    - edit /etc/sysconfig/xendomains
    change the line:
    XENDOMAINS_SAVE=/var/lib/xen/save
    to
    XENDOMAINS_SAVE=
    I also change XENDOMAINS_RESTORE from true to false
    Now when I need to reboot/power down the server via OVM, I can just go ahead and do it without migrating..and xendomains will shutdown all my VMs and start them up next time.

  • 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

  • Oracle8i on Windows 2000 Server - Oracle Instance don't auto start

    I've installed the Oracle 8.1.7 on a Dell Pentium III server running Windows 2000 Server operational system. During the installation the Oracle Instance was started up, but after I reboot the computer, the Oracle Listener service and the Oracle service was started in automatic mode but the Oracle Instance do not started though.
    My Oracle DBA teacher ask me to run Oradim and edit the Oracle configuration startup parameters. I did, but it didn't solve the problem. The values on Windows registry of the ORA_<SID>_AUTOSTART key is "true". The Dba Studio also gets information form the Oracle server and all the fields seems to be correct with auto-start option, but it didn't work out.
    Can someone point me to any text I can read about installation troubles on Windows 2000 Server ?
    Thanks in advance.
    Jayme.

    Hi
    I don't have an 8i db to test on but I think it works the same as on 9i.
    Check the following parameters in your registry in the key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0:
    ORA_<YOUR_SID>_AUTOSTART=TRUE
    ORA_<YOUR_SID>_PFILE=<full path and file name of your init file>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT4539 Is there any way to auto-start the Apple mail app?

    Our company offers a 7/24 service where a user can leave a voice mail in our system and our mail server will send an urgent mail message to the iPhone of the employee on duty so it can be handled in a timely manner. The problem we are having is that if someone turns off their phone and starts it again (or if the user opens the running apps window and shuts down the mail app), the users are not getting those urgent emails.
    While I understand having an auto-starting app would be undesirable, since every developer might start activating that feature, does Apple iOS6 have any way to tell the mail app to restart on iPhone boot? We have a few people using other smartphones with a competing O/S that sounds similar to "asteroid" ;-) and the mail appears to be always operational, even if you shut down the app.

    And be sure to set up Notifications for mail so the phone will beep, buzz, flash, whatever when a message comes in.
    One issue though (discussed elsewhere): the phone will only Notify once. If you didn't hear or see it, there won't be any further warning (unlike, say, Blackberry's flashing LED). You're gonna have to grab the phone and at least bring up the lock screen to see if there are any notifications queued up.

  • Error in Setting Auto Start for Oracle DB on Sun Solaris 10

    Hi Gurus,
    I am trying to set my DB to auto start when server reboots. Fllowing is my setting and the error. The issue is that the DB starts but LISTENER is not running...
    Please please help me...
    This is what I used for setting the auto start.
    Thanks,
    Jayant
    SETTING:
    =======
    #!/sbin/sh
    #Match ORACLE_HOME with whatever is in ~oracle/.profile!!!
    ORACLE_HOME=<whatever is Orcale home is>
    case $1 in
    start)
    su - oracle -c $ORACLE_HOME/bin/dbstart
    su - oracle -c "$ORACLE_HOME/bin/lsnrctl start"
    exit 0
    stop)
    su - oracle -c "$ORACLE_HOME/bin/lsnrctl stop"
    su - oracle -c $ORACLE_HOME/bin/dbshut
    esac
    You're not done yet! You now have to dl
    ln -s ../init.d/oracle /etc/rc3.d/S95oracle
    ln -s ../init.d/oracle /etc/rc0.d/K15oracle
    chmod 0755 /etc/init.d/oracle
    ERROR:
    ======
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 02-DEC-2006 10:09:24
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
    Solaris Error: 2: No such file or directory
    root@zngds1gk #

    Bingo.... I got it.
    Thanks for your hint about the ./.profile. I was setting env variables in .cshrc file and my default shell for "oracle" user was sh.
    Then I changed the default shell for oracle user to csh and viola..... it works.
    root@zngds1gk # su - oracle
    $ id
    uid=100(oracle) gid=101(dba)
    $ setenv
    HOME=/space/oracle
    PATH=/space/oracle/app/oracle/product/10.2.0/Db_2/bin:/usr/bin:
    LOGNAME=oracle
    HZ=100
    TERM=xterm
    SHELL=/bin/sh
    $ exit
    root@zngds1gk # usermod -u 100 -s /bin/csh oracle
    root@zngds1gk # su - oracle
    zngds1gk%
    zngds1gk% setenv
    HOME=/space/oracle
    PATH=/space/oracle/app/oracle/product/10.2.0/Db_2/bin:/usr/bin:
    LOGNAME=oracle
    HZ=100
    TERM=xterm
    SHELL=/bin/csh
    zngds1gk% cat .cshrc
    umask 022
    setenv ORACLE_BASE /space/oracle/app/oracle
    setenv ORACLE_SID adm
    setenv DISPLAY 47.102.212.108:0.0
    setenv ORACLE_HOME /space/oracle/app/oracle/product/10.2.0/Db_2
    setenv PATH /space/oracle/app/oracle/product/10.2.0/Db_2/bin:$PATH
    And now it works...
    Thanks.
    ~Jayant

  • How to switch off auto start of replication sp's.

    hi,
                 I was checking my sqlserver's master database and found some body has swithched on    auto start
    of the following sps.
    sp_MScleanupmergepublisher
    sp_MSrepl_startup
                   May be some one was exprerimenting with replication.
    pls tel me how can i switch them off?
    i was hesitating to use this command
    "sp_procoption 'spname', 'startup','off'"
    , because i thought some on might have configured some thing else also for replication
    or there might be some other way to swithch of these replication sp.
    yours sincerely

    You dont want to stop these.
    These are automatically started when SQL Server starts provided you have replication configured.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • How to stop the auto-start of log reader agent (replication) right after my database is restored?

    I have the scenario where the SQL server is restored (after migration).
    This database has transactional replication set-up on one of the databases. When I do a manual delete and restore of the database, I see that the replication starts right after the publisher and subscriber are restored.
    Replication agents should not start and run before the integrity checks are completed. How to stop the replication from auto starting right after the migration?
    Thanks in advance - Jebah

    Thanks Pradyothana, I have disabled the logreader, distribution agents through sp_update_job in Tsql script. I have also verified that there are no pending transactions to be replicated to the subscriber, I see that the job is still being executed. Is there
    any other way to disable the jobs?
    Steps I followed
    Started with a Working publication and subscription
    Disabled the jobs (log reader and distribution agents)
    Backed up publisher, subscriber, distribution and msdb
    Deleted the publication, subscription, publisher and subscriber
    Restored the publisher, subscriber, distribution and msdb
    Enabled the jobs and executed sp_replrestart
    Observations/Issues
    Replication does not work
    Replication monitor does not show any error
    Jobs are shows as enabled but not started in job monitor
    Not able to start/stop the log reader and synchronization manually.
    I am not sure if I have missed something while restoring the db.
    Thanks in advance

  • Embedded SWF files auto starting in IE but set to not auto play - Chrome, Firefox, Safari work ok

    One of the web masters at my school has embedded several Captivate 5 swf files in a web page.  I had re-exported all of them to not auto start after we realized that the originals were set to auto play upon loading (someone else made the orginials...).  Caches have been cleared on IE9, but yet, when that page loads, all of the no auto-play swfs start playing.  On Chrome, Firefox and Safari, none of them start playing when the page is loaded.  Does anyone have a clue why IE9 might be doing this and how to fix it?
    Thanks,
    Sue

    Am I correct in assuming that when your web developer set these SWFs up on the same page that he did not use the default HTM page that Captivate creates?  Did he just embed them into the web page using standard Dreamweaver code for SWFs?
    Do the same Captivate SWFs start automatically if you upload them to your web server individually with the HTM and JS files that Captivate creates?  If not, then your web developer might be better off embedding the content in his web page using individual iframes pointing at the HTM file rather than the method he previously chose.

  • Auto Start/Stop Oracle Database Lintener DBConslone on Linux

    Dear all
    I have install oracle 10.2.0 on redhat 4.7 every time i have to start manualy.
    it try with following scrip / process but database not starting automatically.
    Please any one can provide steps for auto start and stop oracel services on RedHat 4.7
    Once the instance is created, edit the "/etc/oratab" file setting the restart flag for each instance to 'Y'.
    TSH1:/u01/app/oracle/product/10.2.0:Y
    Next, create a file called "/etc/init.d/dbora" as the root user, containing the following.
    #!/bin/bash
    #chkconfig: 345 95 10
    #description: init script to start/stop oracle database 10g, TNS listener, EMS and isqlplus
    case $1 in
         start)
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
         stop)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         restart)
    su - oracle -c 'emctl stop dbconsole'
         su - oracle -c 'isqlplusctl stop'
    su - oracle -c 'dbshut'
    su - oracle -c 'lsnrctl stop'
         su - oracle -c 'lsnrctl start'
         su - oracle -c 'dbstart'
    su - ora10g -c 'isqlplusctl start'
         su - oracle -c 'emctl start dbconsole'
    esac
    create service on linux
    Actions >> System Settings >> Server Settings >> Services Then
    Actions >> Add Service Then
    Service Name = dbora Then Press Ok
    chmod a+x /etc/init.d/dbora
    Check is it running this service properly
    service dbora stop
    service dbora start
    showing error
    :bad interperter : no such file or directory
    Please forward me process/steps for auto start/stop oracel services

    :bad interperter : no such file or directorymeans that it could not find the interpreter which should be used to interpret the script.
    most probably this is caused by the shebang (#!/bin/bash)
    the default location of bash on RHEL (OEL/CentOS) is /bin/bash, which means that the shebang looks correct.
    can you make the shebang:
    #!/bin/bash -xso shelltracing is put on and execute script again?
    this will make clear if it is the shebang in your script, or in another script.

  • 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

  • Auto start application in web logic

    Hello,
    I need to auto startup an application in a unix server. The application uses session bean to access the database.
    Is it possible to auto start up the application using a cron tab/cron job because the application is using session bean residing in weblogic server?
    If not how do i do that? convert the session bean into normal java classes and access database without using a session bean?
    Thanks for you help.

    Hi,
    I tried adding the listener .
    It work in tomcat but after i transport it into weblogic 5.1, i give this error.
    Received SAXParseException from Sun Parser at line 5, column -1: org.xml.sax.SAXParseException: Element "web-app" does not allow "listener" here.
    I removed all other elements and it stil l wont work...
    <listener>
    <listener-class>com.SAW.project.servlet.SVLTriggerServlet</listener-class>
    </listener>
    Is there any way to fix this?
    Or what s the correct way to wrtie a program that do something once everyday, auto start up when webserver startup and use Session bean to access database?
    I tried using cron job but i dont think i can because im using EJB in my program..init() is not called when u start the server...
    im going to try the <!ELEMENT load-on-startup (#PCDATA)> to start it using a http servlet instead of a listener...

  • Auto start script

    Hi guys
    Im using SAP Netweaver 7 Trial. Is ther a way to auto start SAP , a script that can be called may be , without using the sapmmc?
    Thnks

    Hello Marvin,
    These is no need of script. If you can see SAP service in services list you can set it to start automatic. Provide the user that authenticates it to come up thats it.
    It will come up whenever you restart Windows server.
    Thanks & Regards
    Vivek

Maybe you are looking for

  • Inspector will not open.

    The inspector window will no longer open, either by clicking the icon or selecting "Show Inspector" from the view menu. I recently upgraded to Snow Leopard, but I can't be sure when this behavior started. Today I updated my iWork '09 to the latest av

  • Unable to Install Adobe Reader 8.1.2

    I downloaded the Adobe reader 8.1.2 and when I try to Install or Remove the program it comes up with an error that the application is on a network that cannot be found. I then do a search for the .msi file and even this cannot be found. When I try to

  • Connecting via airport to Sky broadband

    Has anybody had any problems connecting to Sky broadband via their built in airport? When I try to connect my iMac I am unable to do so unless I use a cable direct into the router. The message that I recieve is cannot find PPPoE host. I have tried co

  • My Ipad 2 wont restore

    Bought this ipad on the internet. Hooked it up to itunes, and tried to restore it to factory settings. The only screen that shows up is a loading bar but nthing is loading.... Any Ideas???

  • Error Opening File. File is damanged and cannot be repaired

    I am using Acrobat 10.1.8 windows XP. We were editing a 2500+ page catalog when we got disconnected. File now will not open. We get the error from above. Is there any possible way to fix this file? I have seen posts previously on this but no real res