Shutting down Commerce Server 3.2

Does anyone able to use the Shutdown.sh script (on Solaris) to shutdown
commerce server successfully? I received security exception (see below).
The login and password are same as the ones that are use to access the
administration tools main page.
Thanks in advance,
Leo
6th Dimension,
Tue Jan 02 13:47:07 PST 2001:<I> <WebLogicServer> Disable Server Logins
requested by administrator
Tue Jan 02 13:47:07 PST 2001:<I> <Security> Access failed (Thread =
Thread[ExecuteThread-10,5,Execute Thread Group])
java.lang.SecurityException: User "administrator" does not have
Permission "lockServer" based on ACL "weblogic.admin".
at weblogic.security.acl.Security.logAndThrow(Security.java:372)
at
weblogic.security.acl.Security.checkPermission(Security.java:254)
at weblogic.t3.srvr.T3Srvr.lockServer(T3Srvr.java:1878)
at
weblogic.common.internal.AdminProxy.execute(AdminProxy.java:112)
at
weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:1030)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
Tue Jan 02 13:47:07 PST 2001:<I> <CliCon-#|server|1.978469630463>
Removing ClientContext - id: '#|server|1.978469630463', bound: 'false',
dead: 'false' because of soft disconnect timeout
Tue Jan 02 13:52:17 PST 2001:<I> <ServletContext-General> file: init
Tue Jan 02 13:52:18 PST 2001:<I> <ServletContext-General> servletimages:
init

I guess I have an answer to my own question. It should be the system
user name and password. The user name is always "system" and the
password is the value of weblogic.password.system property defined in
weblogic.properties in WL_COMMERCE_HOME.
-Leo
Leo Fu wrote:
>
Does anyone able to use the Shutdown.sh script (on Solaris) to shutdown
commerce server successfully? I received security exception (see below).
The login and password are same as the ones that are use to access the
administration tools main page.
Thanks in advance,
Leo
6th Dimension,
Tue Jan 02 13:47:07 PST 2001:<I> <WebLogicServer> Disable Server Logins
requested by administrator
Tue Jan 02 13:47:07 PST 2001:<I> <Security> Access failed (Thread =
Thread[ExecuteThread-10,5,Execute Thread Group])
java.lang.SecurityException: User "administrator" does not have
Permission "lockServer" based on ACL "weblogic.admin".
at weblogic.security.acl.Security.logAndThrow(Security.java:372)
at
weblogic.security.acl.Security.checkPermission(Security.java:254)
at weblogic.t3.srvr.T3Srvr.lockServer(T3Srvr.java:1878)
at
weblogic.common.internal.AdminProxy.execute(AdminProxy.java:112)
at
weblogic.t3.srvr.ClientRequest.execute(ClientContext.java:1030)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
Tue Jan 02 13:47:07 PST 2001:<I> <CliCon-#|server|1.978469630463>
Removing ClientContext - id: '#|server|1.978469630463', bound: 'false',
dead: 'false' because of soft disconnect timeout
Tue Jan 02 13:52:17 PST 2001:<I> <ServletContext-General> file: init
Tue Jan 02 13:52:18 PST 2001:<I> <ServletContext-General> servletimages:
init

Similar Messages

  • How to avoid shut down BPELPM Server when creating a user?

    Hi,
    How to avoid shut down BPELPM Server when creating a JAZN user and after doing changes to user-properties.xml?
    Thanks,
    Jorge

    this configuration is only supported on a midtier - there is a work around for a standalone install, nevertheless I would not recommend this for production ..
    if this is NOT a production enviroment - I can try to get you the information .
    /clemens

  • Tuxedo transaction branch in GMTREADY and cannot finishit without shutting down weblogic server

    Trying to reproduce a problem in an application we are deployed a servlet in a
    weblogic 8.1 sp2 server, doing the folowing:
    1. Begin a transaction
    2. Call a tuxedo service (tuxedo 6.5) via tuxedo gateway "A"
    3. Call another tuxedo service (tuxedo 6.5) via tuxedo gateway "B"
    4. Before commit the transaction in the servlet, we shutdown tuxedo gateway "B"
    5. After commit transaction branch via gateway "A" remains indefinitely in GMTREADY
    state, while transaction branch via gateway "B" gets GMTABRTONLY after timming
    out.
    After commit(that fail doing rollback), transaction is not reported like inflight
    in weblogic server. We cannot finish transaction branch in GMTREADY state. Only
    after shutdown weblogic server, and after an undetermined time(sometimes a lot)
    transaction branch is rolled back.
    While transaccion is not rolled back, all locks in DB remains active.
    How we could finnish that branch without shutting down weblogic server, or, if
    not, how we could control the time in witch transaction is rolled back?

    We open a case with BEA eSupport and the servlet problem was a bug. Engineering
    got a
    temporary patch that seems to solve the problem. The case continues trying to
    solve our original problem (the servlet was to reproduce the situation).
    Thank you very much.
    Jose Emilio Ortega.
    "Todd Little" <[email protected]> wrote:
    >
    Hi Jose,
    Can you provide a little more information. In particular, what are the
    JTA timeout
    values configured for your WLS application? Did you set the interoperate
    setting
    to Yes under the WTC local access point's connection settings? When
    you begin
    the transaction in the servlet, do you specify a timeout value and if
    not, do
    you know what your thread's default transaction timeout value is?
    If possible, can you post or e-mail your WLS's config.xml and the domain
    configuration
    files for the two Tuxedo domains (not the UBB files, although those would
    be helpful
    as well.)
    Thanks,
    Todd
    "Jose Emilio Ortega" <[email protected]> wrote:
    Trying to reproduce a problem in an application we are deployed a servlet
    in a
    weblogic 8.1 sp2 server, doing the folowing:
    1. Begin a transaction
    2. Call a tuxedo service (tuxedo 6.5) via tuxedo gateway "A"
    3. Call another tuxedo service (tuxedo 6.5) via tuxedo gateway "B"
    4. Before commit the transaction in the servlet, we shutdown tuxedo
    gateway "B"
    5. After commit transaction branch via gateway "A" remains indefinitely
    in GMTREADY
    state, while transaction branch via gateway "B" gets GMTABRTONLY after
    timming
    out.
    After commit(that fail doing rollback), transaction is not reportedlike
    inflight
    in weblogic server. We cannot finish transaction branch in GMTREADYstate.
    Only
    after shutdown weblogic server, and after an undetermined time(sometimes
    a lot)
    transaction branch is rolled back.
    While transaccion is not rolled back, all locks in DB remains active.
    How we could finnish that branch without shutting down weblogic server,
    or, if
    not, how we could control the time in witch transaction is rolled back?

  • Database doesn't shutdown during shutting down the server

    Dear Friends ,
    I have to use the following dcript to use Auto startup and shutdown my Oracle Database in RHEL 4 .
    step 1:
    #!/bin/bash
    # chkconfig: 345 99 10
    # description: Oracle auto start-stop script.
    # Set ORACLE_HOME to be equivalent to the $ORACLE_HOME
    # from which you wish to execute dbstart and dbshut;
    # Set ORACLE_OWNER to the user id of the owner of the
    # Oracle database in ORACLE_HOME.
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_OWNER=oracle
    if [ ! -f $ORACLE_HOME/bin/dbstart ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    # Start the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORACLE_OWNER -c "$ORACLE_HOME/bin/lsnrctl start"
    su - $ORACLE_OWNER -c $ORACLE_HOME/bin/dbstart
    'stop')
    # Stop the Oracle databases:
    # The following command assumes that the oracle login
    # will not prompt the user for any values
    su - $ORACLE_OWNER -c $ORACLE_HOME/bin/dbshut
    su - $ORACLE_OWNER -c "$ORACLE_HOME/bin/lsnrctl stop"
    esac
    step 2:
    cat /etc/inittab
    *:/u01/app/oracle/product/10.2.0/db_1:N
    orcl:/u01/app/oracle/product/10.2.0/db_1:Y
    step 3:
    Keep "dbora" in following path :
    /etc/rc.d/rc3.d/dbora
    /etc/rc.d/rc5.d/dbora
    /etc/rc.d/init.d/dbora
    And also ,
    chmod 750 /etc/init.d/dbora
    chkconfig --level 345 dbora on
    Now ,The script works fine and ORacle Database and Listener service starts automatically during startup the server .But during shutdown the server, I cannot understand or can't recognize that the Oracle Database & listener service are shutdown auto . I think it does not work properly..... So i need to know that Oracle Database & listener service are stop automatically during shutting down the server . Using the above scripts , How can I do it ? Is there any wrong then plz advice me .......Thx ...

    step 3:
    Keep "dbora" in following path :
    /etc/rc.d/rc3.d/dbora
    /etc/rc.d/rc5.d/dbora
    /etc/rc.d/init.d/dbora
    And also ,
    chmod 750 /etc/init.d/dbora
    chkconfig --level 345 dbora on
    Check following links are there
    # ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/K01dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/K01dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    Script/link start with "K" , is responsible for shutdown database.
    Check following Oracle Documentation link , it explain all in details
    Starting and Stopping Oracle Software
    - Virag Sharma
    http://viragsharma.blogspot.com
    http://virag.sharma.googlepages.com

  • TNS-12638 when shutting down the server

    Everytime when we shut down the database server (Win2K, Ora 9.2.0.1.0) we
    get the following entries in the log files:
    ora.log:
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracletest2)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=test2)(CID=(PROGRAM=c:\oracle\ora92\bin\ORACLE.EXE)(HOST=CAESAR)(USER=SYSTEM))))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Everytime when we shut down the database server (Win 2k) we receive the following entry in the file ora.log:
    Windows: Version 9.2.0.1.0 - Production
    Time: 19-MÃ??R-2003 18:58:00
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    sqlnet.log
    Fatal NI connect error 12638 ns secondary err code: 0
    N=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
    nt main err code: 0
    Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    Time: 19-MÃ??R-2003 18:58:00
    Time: 19-MÃ??R-2003 18:58:00
    Tracing not turned on Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Abrufen der ID-Daten nicht erfolgreich
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    We use SQLNET.AUTHENTICATION_SERVICES= (NTS).
    We get the error only when we shut down the server. The database was created with the database configuration assistant. Thanks

    check the file sqlnet.ora (ORACLE_HOME\NETWORK\ADMIN)where the database is installed for an entry like SQLNET.AUTHENTICATION_SERVICES= (NTS). If so, disable it.
    -PK

  • Shutting Down the server using Xyplex ?- Root passwd not known for Decomiss

    Hi All,
    I am on run level 3 and need to get to run level 0 through xyplex console.The server is on run level 3 .I know there are controls for xyplex to get to run level 0 - ctrl a + ctrl b.But these are not working.I dont have the access to the server rite now.Only access to console but I cannot login to the server.( it was decommisnned).Does anybody know how to get to run level 0 or shutting down the server through xyplex.

    step 3:
    Keep "dbora" in following path :
    /etc/rc.d/rc3.d/dbora
    /etc/rc.d/rc5.d/dbora
    /etc/rc.d/init.d/dbora
    And also ,
    chmod 750 /etc/init.d/dbora
    chkconfig --level 345 dbora on
    Check following links are there
    # ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/K01dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc3.d/S99dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/K01dbora
    # ln -s /etc/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    Script/link start with "K" , is responsible for shutdown database.
    Check following Oracle Documentation link , it explain all in details
    Starting and Stopping Oracle Software
    - Virag Sharma
    http://viragsharma.blogspot.com
    http://virag.sharma.googlepages.com

  • Things to consider before shutting down the Server

    Hi,
    What are all the things to consider before shutting down the Essbase Server?
    Just we need to close the applications and Agent process or do we need to take care any other things also.
    Thanks in Advance

    In order to make sure of a soft shut down, I normally would
    - Disconnect all users
    - Prevent connections
    - Unlock all objects
    - Shut down all databases and applications
    - Shut down the Server Agent
    Brian Chow

  • Error while shutting down 'Admin Server' from administration console

    hi,
    When I try to shutdown admin server from administration console(Weblogic server>Control>Shut Down...) I get this error:
    No Machine associated with server AdminServer. Please associate a machine to this weblogic server using weblogic console first.
    Not able to understand what this means....
    thanks

    Read up on Node Manager - a outside-of-WLS-process that can start/stop WebLogic on your OS instance. Node Manager uses the "machine" concept.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13740/overview.htm
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html

  • Shutting down a server remotely

    I wonder if somebody has a solution to shut down multiple servers at once ? I look for a solution that shuts down slave servers when the master server is shut down (either automatically by a UPS software or manually by the admin).
    Is there a way to achieve this ?

    You could do this in theory with a logout hook. I've never done this exactly, but I think it could be done. One problem is that it would probably require the root user to be enabled though (at least for ssh login- which is risky). Then you could send the command ssh root@ServerToShutdown shutdown -h now. SSH would also have to be setup with public key access trust from the main server to your other servers.
    So you're not SOL- but it is a risky venture security wise. Maybe someone smarter will think of another way that is more secure?
    good link on logout hooks: http://www.bombich.com/mactips/loginhooks.html
    good link on ssh public keys:
    http://www.bombich.com/mactips/rsync.html

  • Apache error : caught SIGTERM, shutting down FileMakerPro Server Advanced

    Installed mac OS X Server 10.4.7 onto Mac Mini 1.66 Ghz Intel Core Duo
    updated to 10.4.8 repaired disk permissions restarted
    start web services - open browsers - view web sites - OK
    install Filemaker Pro Server 8 - host databases
    web services working well
    install Filemaker Server Advanced 8 (Web Publishing Engine) = restart
    no web services
    error log = [Tue Mar 13 12:32:18 2007] [notice] caught SIGTERM, shutting down
    this configuration works perfectly on a G4 with seemless integration
    all software is universal
    any ideas would be greatfully received

    I did as you said and installed FMSA8 again on teh same mac and then ran the command in terminal - here is the result:
    Processing config directory: /etc/httpd/sites/*.conf
    Processing config file: /etc/httpd/sites/0000any_80gavsgems.co.uk.conf
    Processing config file: /etc/httpd/sites/0001any_80ggems.co.uk.conf
    Processing config file: /etc/httpd/sites/0002any_80karlgav.co.uk.conf
    Processing config file: /etc/httpd/sites/0003any_80karmics.co.uk.conf
    Processing config file: /etc/httpd/sites/0004any_80ktback.co.uk.conf
    Processing config file: /etc/httpd/sites/0005any_80fmweb.conf
    Processing config file: /etc/httpd/sites/virtualhostglobal.conf
    Syntax error on line 1 of /Library/FileMaker Server/Web Publishing/web-configuration/WEB-INF/conf/mod_jk.conf:
    Cannot load /usr/libexec/httpd/modjkfm.so into server: (reason unknown)

  • What happens in background when we shut down Glassfish Server.

    Hi,
    I would like to know the process happens in background when we shut down the Glass fish server either from Command Line or from All Programs option.
    Thanks,
    Ajay Sharma

    Hi;
    The document u provided doesnt exists on metalink.You right i cant even open note (I know note from one other note's references)
    Please check below Notes:
    How To Relink and Bounce the Receiving Executables? [ID 552702.1]
    NOTE:131321.1 - How to Relink Oracle Database Software on UNIX
    NOTE:141118.1 - How To Relink Forms Library Files Using Adadmin
    Hope it helps
    Regard
    Helios

  • Pix 525 6.3 Password Recovery shuts down TFTP server

    I noticed that everytime I try to run the password recovery procedure to retrieve the np63.bin file from my tftp server, the pix hangs and the tftp app shuts down completely. I am investigating but if any one knows off the top,,I would appreciate the sharing.

    I got it...I'm not sure what it was but as soon as I plugged both inside and outside interfaces in that allowed the file to be received. I guess that's the way it works. The document must presume you know this.
    The "Duhs" have it! Motion passed!!

  • Having problems with shut-down of server after I open a socket connection (which fails to connect)

    Basically here is an example servlet - new iPlanet 4.1sp9 instance with an empty classpath (apart from the servlet class) - running solaris v5.6 (Generic_111446-02)
    If you run the servlet and then try to shut-down iPlanet it hangs. If you remove the 'new Socket(...' line then it's fine. Any ideas why a failed socket connection stops the server restarting? (Connecting to a listening port does not exhibit this behavior).
    Cheers, source follows:
    * SocketServletTest.java
    * Created on 02 April 2002, 09:30
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.net.Socket;
    * @author kingrb
    * @version
    public class SocketServletTest extends HttpServlet
    private static boolean startedThread = false;
    /** Initializes the servlet.
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    /** Destroys the servlet.
    public void destroy()
    /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
    * @param request servlet request
    * @param response servlet response
    protected void processRequest(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    response.setContentType("text/html");
    java.io.PrintWriter out = response.getWriter();
    if (!startedThread)
    out.println("Starting thread");
    Thread t = new SocketThread();
    t.start();
    startedThread = true;
    out.println("Started thread);
    out.println("test");
    out.println("Prop is: " + System.getProperty("MyProp"));
    out.close();
    /** Handles the HTTP <code>GET</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    processRequest(request, response);
    /** Handles the HTTP <code>POST</code> method.
    * @param request servlet request
    * @param response servlet response
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, java.io.IOException
    processRequest(request, response);
    /** Returns a short description of the servlet.
    public String getServletInfo()
    return "Short description";
    private class SocketThread extends Thread
    public void run()
    int counter = 0;
    String errMsg = null;
    while (1==1)
    counter++;
    Socket s = null;
    try
    s = new Socket("127.0.0.1", 27087);
    s.close();
    catch(Exception e)
    errMsg = e.getMessage();
    if (s != null)
    errMsg += " & NOT NULL";
    try
    {s.close();} catch(Exception e2)
    System.setProperty("MyProp", String.valueOf(counter) + " - " + errMsg + "<BR>" + System.getProperty("java.class.path"));
    try {Thread.sleep(30000);} catch(Exception e) {}
    }

    Rob:
    it's due to JVM signal handler that catches the stop signal and you're forced to use a kill -9 -
    Note that the stop script of a fresh install of iWS 4.1SP9 should contain the kill -9 - as a workaround for this known JVM issue.

  • 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

  • ACE 4710 - Gracefully Shutting Down a Server

    Hi,
    Recently I had to stop an RServer to allow for software upgrades. I entered a no inservice command in the rserver config and all the connections on the serverfarm disappeared. I thought the no inservice should allow existing connections to finish. Is there another way of taking a server out of service?
    We are running on an ACE 4710 version A3(2.5). We offload SSL on the ACE and use sticky connections using cookie insert
    Thanks for your help

    Hi,
    To gracefully shutdown use the "no inservice" on the rserver within the serverfarm rather than on the rserver definition.
    HTH
    Cathy

Maybe you are looking for