Auto start for all services under solaris 10 ?

Hi,
Can I set the oracle auto start ? include listener, sqlplus...etc.
Thanks.

Hi,
Yes I am using oracle as id.
here is the output:
solaris10% pwd
/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin
solaris10% sh -x ./dbstart
+ :
LOGMSG=logger -puser.alert -s
+ trap exit 1 2 3
SAVE_LLP=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/lib:/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/network/lib
ORACLE_HOME_LISTNER=
+ [ ! ]
./dbstart: test: argument expected
solaris10%
By the way, here is my environment variables setting:
solaris10% env
HOME=/export/home/oracle
PATH=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin:/usr/bin:LOGNAME=oracle
HZ=
TERM=xterm
SHELL=/bin/csh
MAIL=/var/mail/oracle
LANG=C
LC_CTYPE=C
LC_ALL=C
TZ=Hongkong
PWD=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/bin
USER=oracle
DISPLAY=solaris10:0.0
ORACLE_BASE=/export/home/oracle/u01/app/oracle
ORACLE_SID=orclnew
TMP=/export/home/oracle/tmp
TMPDIR=/export/home/oracle/tmp
ORACLE_HOME=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3
LD_LIBRARY_PATH=/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/lib:/export/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_3/network/lib
ORATAB=/var/opt/oracle/oratab
solaris10%
Thanks.

Similar Messages

  • 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

  • How to Enable Auto-Complete for All users on Terminal Server

    Hello,
    I have 4 Microsoft 2003 Terminal Servers, and I want to enable Auto-Complete for all users, and I am unable to find a way to do this. I have tried creating a custom install of Adobe Reader, and installing that, but it isn't working. Ideas anyone?
    Thanks in advanced
    Doug

    Acrobat is not permitted to run as a server process.
    Licenses are assigned to individual users, each of whom must have their own serialized copy.

  • 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

  • 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

  • Can't create new OM For MTS Service Under Windows XP

    Hi all:
    I get a "Unable to locate the executable for the Oracle Service For MTS in the Chosen Oracle Home Directory. The service will not be created or midified. Please verify that Oracle Services for MTS is installed in the choosen Oracle Home" error.
    My machine has Windows XP Profesional with Oracle 8.1.6 on it. I guess that the bottomline here is that I don't have OM for MTS installed on my machine, but the Oracle Universal Installer never prompts me wether I wan't MTS suppor or not. It simply doesn't!
    I have tried to install the client tools but it doesn't solve the problem. My guess here is that OUI doesn't see neither MTS nor COM+ (the COM+ it expects), and assumes that I don't need COM+ support.
    Any Idea?
    TIA

    Where you able to get the Oracle MTS Services running on Windows XP Professional? I installed everything just like in my 2000 Server environment, but have problems when I try to create my service. First, I get a pop-up that says " Success in starting and creating service". I click OK, then I get a pop-up that says "Unable to read registry values! Failed".

  • Need solution for SNMP Service on Solaris

    Hi Friends,
    We use the solaris servers. For SNMP we have changed the Default Password of SNMP Service.
    We audited our Servers doing the Penetration Testing (PT). In this activity it was reported the SNMP is using the default password. They had the tool "Getif" for SNMP testing. If the default password are set for SNMP service this toll reads the important information. If defaults passwords are not used it cannot read any information about SNMP.
    When i change the default password for SNMP, should i restart the the service to take changes in effect?
    Pls help

    Hi taher;
    Thanx buddy. You are really helping us out. I just try to share my knowledge wiht forums user i also already learn many thing from forums,as specialy Hussein Sawwan
    I have two more doubts. Like in linux we use which command to see if that executable is in the PATH but in Solaris 10 is whence a replacement for that.I belive You can use which command in solaris too.
    Q2). I dont think i need to go for split architecture as both the DB (11i) and application tier are certified for solaris *10* SPARC (64-bit).You should decide it not me :) you can use split config if your business need it or not. Its just depend your analysis
    I hope; my answer would be answer of your quesition and give you some idea about your issue :)
    Regard
    Helios

  • How do I disable the itunes auto-update for all users?

    I need to know if there is a way to disable the auto-update feature for all users that login to a windows XP computer.
    I have disabled it for the account currently logged in as well as copy that user profile to the "default user" profile. However I have about 300 users that do not have admin rights that still get prompted to install updates.
    Is there a way to disable the auto update as the default for all users. So that only I get the auto update notifications?

    Bump -
    No responses in over a week?
    Does no one else run a network where users don't have admin rights?

  • Adjust auto leading for all paragraphs

    Hi-
    I want to increase my auto leading from 115% to 125% for all "Normal style"paragraphs in my document.
    I know that I usually have to apply the paragraph style to the ones I want changed, but this document has hundreds of paragraphs, I can't do it manually.
    I read in another post that the trick is to change the basic paragraph style and then have it as base for the ones I want to change.
    I did that, but it does not affect anything other than the paragraphs that apply the styles to manually.
    What can I do? Lars

    Auto leading amaount is set in the paragraph style definition in the Justification section. If you've manually changed it for some paragraphs it's probably now a local overide that needs to be removed. You should be able to do that using Find/Change and searching for the paragraph style, then replace with the same style. That should remove ALL local overrides, so if you have others, they will be lost.

  • Start tomcat as service under W2K/XP

    Hi,
    how can I make tomcat to be started as service under W2K/XP??
    tried to write a batchfile, but thats shi*
    service would be more convenient
    :)

    Doesn't work like explained
    c:\jakarta-tomcat-4.0.4\bin\tomcat.exe is there
    now I open cmd
    c:\jakarta-tomcat-4.0.4\bin\-install tomcat
    but gives thesame like
    c:\jakarta-tomcat-4.0.4\bin\tomcat.exe /?

  • Examples for all service patterns and communication patterns.

    Hi Friends,
    Can anyone of you give me some real life examples for follwoing service/communication patterns?
    1)Synchronous
    2)Asynchronous
    3)Request Confirmation
    4)ReadQuery
    5)Notification
    6)Information
    And also if any guidelined on when to use which patter etc...
    Thanks in advance,
    Best Regards,
    Ujwal

    Hi,
    Suggestion is to refer SAP help for details:
    1)Synchronous: when you need realtime response, i.e. you accept order and want to give order number to customer then you will call Sync service.
    2)Asynchronous: when you dont need realtime response, i.e. you want to replicate all orders from one system to another system.
    3)Request Confirmation: you made a request and system confirm your request. i.e. Order data is supplied and order number is confirmation. Database will be updated.
    4)ReadQuery: I guess you are refering to Query/Response pattern, You just want some information. No database will be updated.
    5)Notification: It is another form of "QueryResponse" but user action required.
    6)Information: It is another form of "QueryRespone" but NO user action required.
    Answer following questions to determine which pattern you need.
    Q1. Do you need response?
    Ans: Yes: Sync pattern
            Q1.1: Does any update required?
            Ans: Yes: RequestConfirmation pattern.
            Ans: No: QueryResponse pattern.
    Ans: No
            Q1.2 Does user required to take notice of response?
            Ans: Yes:Notification pattern
            Ans: No: Information pattern.
    Regards,
    Gourav
    Edited by: Gourav Khare on Jul 27, 2009 2:18 PM

  • I have been billed for a service under the wrong wireless number. Please contact me.

    I have a charge for a service that is clearly not mine and is a duplicate to mine. It is referenced to an unknown wireless number...not mine. Please credit my account for $20.00.
    Thanks,

    This is a peer to peer customer forum. No one has access to your account here or anyone else's. Call customer service and sort it out with them.

  • Can't automatically start appserver 8.2 under Solaris 10

    Hi,
    I have recently installed Sun Java Application Server 8.2 on Solaris 10 6/06 under a user other than root.
    I'm interested in making domain1 start-automatically after booting. I tried for the first time a script that used
    asadmin start-domain domain1Obviously logged in as the user that installed the app. server it worked ok, however, the root user couldn't get it running.
    Then i used the following:
    su  myuser -c "asadmin start-domain domain1"That worked when invoking the script as root.
    However, after placing the file in /etc/init.d and making respective links in /etc/rc3.d and /etc/rc0.d and rebooting, it didn't work at all.
    How can I see what was wrong or even if the script was attempted to be run?
    Thanks a lot.
    null
    Message was edited by:
    Gomer

    So, if I understand this correctly, you are running this installation in local zone and trying to use J2SE from the global zone, right?
    This hang might have something to do with zones. Based on limited truss snippet it is hard to tell where exactly it hangs, though. One possibility is that in fact J2SE verification went through fine but the next screen is the one which asks for default server configuration, including port numbers. Before that screen is shown, installer will try to find out whether the default port numbers are free or not, so it is possible it actually hangs there.
    To see if the port verification is an issue, please try running:
    ./sjsas_pe-8_2-solaris-i586.bin -console -noportcheck
    With this option, any port verification done by installer will be skipped, so if the hang was there installation should now go through. Note that this will create your default domain using default set of port numbers, so there is a chance you'll need to change port values prior to starting the server if any of those ports are in fact in use.
    Also, if installer hangs in port verification, this might point to network configuration issues, so if you also run into problems during the server startup you might need to further deal with networking. In any case, try installing as above and see if you can get further.

  • Auto sync for all accounts?

    Under Settings > Mail > Auto Sync, I have selected Every 15 minutes. I assumed that this would sync ALL of my accounts and ALL of their subfolders, every 15 minutes. It seems that it only syncs the last active folder in the last active email account. This is not at all what I was expecting. Since Auto sync is a general mail setting, it would be very misleading to have it only act on the last active account and folder.
    Is this how it was intended to work? Is there something wrong with how I set this thing up?
    Any help here would be appreciated.
    Thanks in advance.

    Hallo Michael,
    What you describe is actually exactly how Skype Manager works:
    You start with purchasing Skype credits on the Skype Manager group account and set up the manager account to auto-top up on low balance.
    You can then enable members of the Skype Manager group to receive credits from this manager credits pool and have them set up individually for auto-top up from that source as well
    See also this FAQ article: https://support.skype.com/en/faq/FA633/what-is-aut​o-recharge-in-skype-manager-and-how-does-it-work
    Hope this helps.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Auto start of Oracle services

    I've created an Oracle 8.1.5(Std Ed) database on a WindowsNT 4.0 (SP5) server. The datafiles, init<SID>.ora and control files are all in a directory that contains a blank space (e.g. c:\Program Files\). The database instance does not start automatically when I boot the server. But if I create the DB such that all the files are in a directory with no blank space, it starts automatically. Is it that paths containing blank spaces are not supported in Oracle8i?
    By the way, the file system used is FAT and not NTFS.

    In the control panel services have you choosen the option automatic startup for the oracle service and database.

Maybe you are looking for