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.

Similar Messages

  • Error message saying this device cannot be used because Apple mobile device service is not started.  What does this mean and how do I start service....had these devices for over a year now??

    When I tried to sync my iphone 4 and ipad in iturnes, an error message popped up saying this device cannot be used because Apple Mobile Device service is not started!  What does that mean and how do I start service?  I've had these devices for over a year and update and sync regularly and have never seen this message before!

    I got that message yesterday. I'm new at this so don't know if this is the correct solution but it worked for me. I reset my iPod by holding the 2 buttons down until the apple appears AND I restarted my computer. After that everything worked.

  • 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

  • How to auto start XAMPP at boot?

    Placing:
    /opt/lampp/lampp start
    in the session will not work because it needs sudo priviliges. But I don't how to config it to auto start at boot on Arch Linux. Thanks

    Probably /etc/rc.local would be your best bet.

  • Auto start service problem with Xp

    i installed Oracle 8i (8.1.5) on window XP Pro. it was install ok. but when i am restarting the PC. it is not starting the database service autometic. i check all the values of auto service but i am failed to start it.
    so can anyone help me to solve this problem.
    thanks

    The earliest version of Oracle database supported on WinXP Pro is 9.0.1. Your version is not supported.
    Some components of 8.1.7 CLIENT are supported. They are client components only.

  • How To Auto Start Your Database

    Hi
    I installed Oracle 9i on my machine and created the DB with Database Configuration Assitant. Now the problem is when ever i restart my windows OS, I have to start the DB manually. I checked registry parameter ORA_sid_Autostart and it's value is set to true. Instance start mode is also auto
    Any Idea?

    Try to use the services administration tool, click right on OracleService<Oracle SID> service, click on Properties and set start-up type to automatic.

  • How do I start service at boot?

    Hello,
      I am relatively new to arch, so I have played with it since .3 on and off but never as a server.  Right now I can start mysql, httpd and exim just fine, but they don't seem to be starting up at boot time.  How do I fix this?
    Thanks,
    mrjohnston

    Hi mrjohnston,
    You have to add an entry for each daemon in the DAEMONS array in the file /etc/rc.conf.  If you add "exim" (for example) to the DAEMONS line, the file /etc/rc.d/exim will be executed, and that should get it started at bootup.
    Cheers.

  • How can I disable the auto start up of iphoto on my computer when I plug in my iphone?

    Whenever i plug in my iphone 4s, my computer automatically opens iphoto. How do I disable it?

    yeah that's what I used to do before I updated to snow leopard. Now it does not have the same menu options which is why I am asking.
    It is not in image capture either.
    Read the other forums on this topic, I don't seem to have those choices anymore.( general> connecting a camera) does not appear in window.
    I cannot figure out where this is.

  • My iMac will start it just shows the loading bar when I booted up

    Please help

    It sounds like it is attempting to start in Safe Mode. First try resetting the PRAM, you can learn how by clicking:
    https://discussions.apple.com/docs/DOC-3603
    Post results and we can go from there.

  • 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

  • TS4062 When i go to itunes i get message , Phone can not sync to Itunes cause apple mobile device service is not started. How do I start it?

    When i try to sync to itunes i get message== phone can not sync to itunes cause apple mobile device service is not started, how do i start service?

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • [SOLVED] How do I start scripts at boot up?

    I've been looking around for awhile and can't find a way to auto-start scripts I've written in the console (the only ways I've found are for older systems using /etc/rc.local, but my system doesn't have this file.  The only things I've found for systemd are about starting daemons.  I'm not running a desktop environment on this system nor do I plan to (I'm using this machine as a server), so I can't put the scripts in a directory that auto-starts them like I can in KDE (and even then, I think that's only auto-starting them after login; I need these scripts to run without need of logging in).  And since my scripts aren't services I can't use "systemctl enable" to make them start at bootup.
    Does anyone know how to start scripts when the system boots?
    Last edited by Zukaro (2013-01-10 23:02:22)

    https://wiki.archlinux.org/index.php/Sy … process.3F

  • Nuron: Contacts app auto-starts -- how to prevent...

    The T-Mobile version of my Nuron auto-starts the Contact app to do a sync with its cloud backup service.  I'm trying to find how to turn this off, with no success.
    Any ideas?
    Thanks,
    jerome

    Is this looking like to be a hardware problem?
    Can I take it to any apple store & get fixed?

  • How do i start Apple Mobile Device Services?

    Exactly like the title. How do i start it?

    Try here:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • 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

Maybe you are looking for

  • IMac G5 freezes on start up after ITunes, Quicktime and Security update

    On June 2nd, the following event occurred on my IMac G5 (model year 2005) equipped Mac OS 10.4.9 Upon completion of the automatic update for Itunes, Quicktime and a security update, the computer restarted. However, the start-up sequence freezes on a

  • Ibook G4 with fault

    Hello, I am currently looking to purchase a second-hand iBook for my better half, and have happened across a reasonably priced spares/repairs item on ebay. The main fault is that it only boots up occasionally, and that when it does, it locks up after

  • Cut and Paste or Simply Contact Copy

    Say I want to send a mate the number of another mate is my only option to send a business card? I cant seem to find a way of just simply putting a persons number into a new text. Is there [a way]?

  • PDF form generation on Webdynpro Application

    Hi I have an ABAP Webdynpro application with 8 tabs. As per the functionality, all the data entered by the user on these 8 screens has to be displayed in a PDF form as well as in an excel sheet in a defined format. Also  the Adobe Lifecycle Designer

  • ICS3 won't save as ai even after trashed prefs

    My Illustrator CS3 won't save as an ai file even after trashing the prefs and restarting. Anything else I can try to get this working?