How to create a .exe script to start and stop Oracle EBS R12 in Linux

Hello,
I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
you help will be appreciated.
Ali

I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
you help will be appreciated.Please see these links.
https://forums.oracle.com/forums/search.jspa?threadID=&q=Autostart+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
https://forums.oracle.com/forums/search.jspa?threadID=&q=Auto+AND+Start+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Managing Server Processes
http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
Thanks,
Hussein

Similar Messages

  • How to start and stop Oracle Application Server from ANT

    How to start and stop Oracle Application Server and Web application from ANT
    Thanks in Advance.
    Mani

    Hi,
    You can use: startManagedWebLogic.sh, it is in your domain directory and you have to execute it in this way
    ./startManagedWebLogic.sh managedServerName http://adminServerHost:adminServerPort
    For instance, in my case I use:
    unixserv01:/webportal/domains/appServerWeb/bin>startManagedWebLogic.sh managedServ01 http://pelma3w3per01.mesaperu.next:7001
    You have to run it on the machine where the managed server was installed.
    Best regards,
    Raúl

  • How to eliminate the "Ping" sound when starting and stopping videoing

    How to eliminate the "ping" sound when starting and stopping a video on iPhone.  Thanks.

    I asked my friends on Facebook and one came up with the answer... I just had to flip the little "ring-silent switch" on the side of the iPhone to cut the "Pinging" sound!  There's probably another way but this works!

  • Starting and stopping oracle in Unix

    I have installed oracle in a Unix Box.
    Since i am very new to Unix, Pls tell me tehs steps to start and stop oracle in Unix from telnet

    In addition to Chris' answer, I encourage you to
    1) Enroll in a Unix course, especially 'Shell Concepts';
    2) Read Oracle's Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    TO help in 1), http://www.injunea.demon.co.uk/pages/page203.htm might be useful.

  • Windows script to start and stop jobserver only, with BOXI31

    hi,
    my question is easy but i have found nothing : on BOXI31
    how  to start and stop jobserver (adaptive...) automaticaly with windows script ?
    in tasklist command, jobserver have no services name...
    thank's

    In XI R2 you can stop & start job servers by their types, but in XI 3.1 I don't think you can do that, b'cos it doesnt list by server type just shows jobserver for crystal, webi & deski.
    Thanks,
    Hari

  • Starting and stop Oracle 9i database

    Hello;
    Can anybody tell me how to start and stop an Oracle 9i database manually with Window NT 4 ?
    thanks a lot !

    - start/settings/configuration pannel/services
    - select the oracle service
    - press start or stop button
    Hello;
    Can anybody tell me how to start and stop an Oracle 9i database manually with Window NT 4 ?
    thanks a lot !

  • Start and Stop Oracle BI services on UNIX box?

    Hi All,
    We have OBIEE installed on the Unix Servers and want to start and stop the Bi services.
    What is the command to do so?

    user11001347 wrote:
    Hi,
    At the Unix prmompt I am executing the following command but it throws an error saying : run-sa.sh command not found,I am in the OracleBI\Set up Directory on the unix machine
    -bash-3.00$run-sa.sh stop
    does anyone has idea is that the exact command to I am missing anything?In what directory are you trying to execute that command? Do "pwd" to see where you are. You seem to need Unix training. In Unix (like in DOS) you can only execute a command/program that exists the PATH environment variable. Most likely the OBIEE bin directory won't be in the path, unless someone specifically added it. Further more the current directory (referred as ".") is not usually in the PATH variable either so when you execute commands you have to prefix them with the full path or with the current directory as Vinodh suggested.

  • How to create an exe file using labview and arduino?

    I bought Arduino Mega 2560. I have installed Arduino IDE 1.7.3. I am using Windows 7 64bit version and Labview 2012. I started working after the compilation of LIFA_Base File with Arduino IDE and with labview.
    My application is: I have connected my arduino to my PC via USB for read input/output pins. I have to read all the time an analogue input from arduino and I have to draw the graphical representation of the input. I would like to know if I can create an exe file of this application. I would like to use the created exe file to another PC without labview installation. 
    Please help me to resolve the problem.
    Regards

    Yup you sure can.  With Application Builder, that is bundled with several LabVIEW packages you can make an EXE, and then make an installer that can include the LabVIEW Run-Time engine (free) and you'll also need the VISA run-time for talking to serial devices like your Arduino.
    Then you should be able to run that installer on any normal Windows PC and without the development environment be able to run your program.
    Note that currently Student, and Home versions of LabVIEW do not have the application builder since it is intended for learning, and hobbyist, not for distributions.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Facing error while starting/ stopping Oracle EBS R12 services

    Hi,
    I am trying to shutdown Oracle EBS apps node services from following command and getting following error message. Database listener is up and password is also correct for apps but still facing error. Any suggestions for resolution of this issue.
    [ebsmgr@test scripts]$ sh adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:  adstpall.sh <appsusername/appspassword>
            adstpall.sh <applications_username/applications_password> -secureapps
            adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    Regards,
    Salahuddin.

    please see
    R12 Adstrtal.sh Fails with "Database Connection Could Not Be Established error starting all services on the target" (Doc ID 1499837.1)
    R12: "adstrtal.sh: Database connection could not be established" Error When Running Script adstrtal.sh and adstpall.sh (Doc ID 1492611.1)
    ApPsMaStI
    sharing is Caring

  • Script to start and stop screen sharing

    I've had no luck finding an applescript that will launch system preferences and select screen sharing in the sharing tab. I want to use this as a rule in Mail so I can open screen sharing and subsequently close after use with Jaadu on my iphone for only the time while I want to access my home computer.
    Is there anyone skilled at writing that for me?
    Thanks,
    Michelle

    You can do it on the command line but you have to have admin privileges
    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -help
    kickstart -- Quickly uninstall, install, activate, configure, and/or restart
    components of Apple Remote Desktop without a reboot.
    kickstart -uninstall -files -settings -prefs
    -install -package <path>
    -deactivate
    -activate
    -configure -users <user1,user2...>
    -access -on -off
    -privs -all -none
    -DeleteFiles
    -ControlObserve
    -TextMessages
    -ShowObserve
    -OpenQuitApps
    -GenerateReports
    -RestartShutDown
    -SendFiles
    -ChangeSettings
    -ObserveOnly
    -mask <mask>
    -allowAccessFor
    -allUsers [-privs <priv options>]
    -specifiedUsers
    -computerinfo -set1 -1 <text>
    -set2 -2 <text>
    -set3 -3 <text>
    -set4 -4 <text>
    -clientopts
    -setmenuextra -menuextra yes
    -setdirlogins -dirlogins yes
    -setdirgroups -dirgroups ardadmin,ardinfo
    -setreqperm -reqperm no
    -setvnclegacy -vnclegacy yes
    -setvncpw -vncpw mynewpw
    -setwbem -wbem no
    -stop
    -restart -agent -console -menu
    -targetdisk <mountpoint>
    -verbose
    -quiet
    -help ## Show verbose documentation
    Examples:
    - Uninstall program files (but not preferences and settings), install the given package, and then restart the service.
    kickstart -uninstall -files -install -package RDAdminInstall.pkg -restart -console
    - Install the given package and then restart the ARD agent.
    kickstart -install -package RDClientInstall.pkg -restart -agent
    - On 10.4 and earlier, stop the Remote Management service but, if activated, it will start after the next computer restart.
    - On 10.5 and later, use kickstart -deactivate instead.
    kickstart -stop
    - Stop the Remote Management service and deactivate it so it will not start after the next computer restart.
    kickstart -deactivate -stop
    - Restart the agent.
    kickstart -restart -agent -console
    - Activate the Remote Management service and then restart the agent.
    kickstart -activate -restart -agent -console
    - Activate the Remote Management service, enable access, and restart the agent.
    kickstart -activate -configure -access -on -restart -agent
    - Disable user access.
    kickstart -configure -access -off
    - Give admin and bob all access.
    kickstart -configure -access -on -privs -all -users admin,bob
    - Use Directory Server accounts for authentication. Users must be a member of one of the directory
    - groups to authenticate.
    kickstart -configure -clientopts -setdirlogins -dirlogins yes -setdirgroups -dirgroups ardadmin,ardcontrol
    - Disable the Remote Management menu extra.
    kickstart -configure -clientopts -setmenuextra -menuextra no
    The following examples are only for Mac OS X 10.5 and later.
    - Allow access for only these users (the users must be specified in a separate command).
    kickstart -configure -allowAccessFor -specifiedUsers
    - Allow access for all users and give all users full access.
    kickstart -configure -allowAccessFor -allUsers -privs -all
    - Start the Remote Management service.
    kickstart -activate
    Version 0.9
    RUNNING FROM THE COMMAND LINE
    This script can be run like any UNIX tool from the command line or
    called from another script.
    Before starting:
    - Use this script at your own risk. Read it first and understand it.
    - Log in as an administrator (you must have sudo privileges)
    - Copy this script to any location you like (such as /usr/bin/local/)
    - Ensure this file has Unix line endings, or it won't run.
    Running:
    - Run the script using "sudo" (enter your password if prompted)
    sudo ./kickstart -restart -agent
    Command-line switches:
    The optional "parent" switches activate the top level kickstart features:
    -uninstall
    -install
    -deactivate
    -activate
    -configure
    -stop
    -restart
    These features can be selected independently, but will always be done
    in the order shown above.
    For anything interesting to happen, you must specify one or more of
    the parent options, plus one or more child options for those that
    require them. Child options will be ignored unless their parent
    option is also supplied.
    All options are switches (they take no arguments), except for -package
    <path> -users <userlist> and -mask <number>, as noted below.
    -uninstall ## Enable the "uninstall" options:
    -files ## Uninstall all ARD-related files
    -settings ## Remove access privileges in System Preferences
    -prefs ## Remove Remote Desktop administrator preferences
    -install ## Enable the "install" options:
    -package path ## Specify the path to an installer package to run
    -configure ## Enable the "configure" options:
    -users john,admin ## Specify users to set privs or access (default is all users)
    -activate ## Activate ARD agent in Sys Prefs to run at startup
    -deactivate ## Deactivate ARD agent in Sys Prefs to run at startup
    -access ## Set access for users:
    -on ## Grant access
    -off ## Deny access
    -privs ## Set the user's access privileges:
    -none ## Disable all privileges for specified user
    -all ## Grant all privileges (default)...
    ## ... or grant any these privileges...
    -DeleteFiles ##
    -ControlObserve ## Control AND observe (unless ObserveOnly is also specified)
    -TextMessages ## Send a text message
    -ShowObserve ## Show client when being observed or controlled
    -OpenQuitApps ## Open and quit aplicationns
    -GenerateReports ## Generate reports (and search hard drive)
    -RestartShutDown ##
    -SendFiles ## Send and/or retrieve files
    -ChangeSettings ## Change system settings
    -ObserveOnly ## Modify ControlObserve option to allow Observe mode only
    -mask number ## Specify "naprivs" mask numerically instead (advanced)
    -allowAccessFor ## Specify the Remote Management access mode
    -allUsers ## Grant access to all local users
    -specifiedUsers ## Only grant access to users with privileges
    -computerinfo ## Specify all four computer info fields (default for each is empty)
    -set1 -1 <text>
    -set2 -2 <text>
    -set3 -3 <text>
    -set4 -4 <text>
    -clientopts ## Allow specification of several opts.
    -setmenuextra -menuextra yes|no ## Set whether menu extra appears in menu bar
    -setdirlogins -dirlogins yes|no ## Set whether directory logins are allowed
    -setdirgroups -dirgroups grp1,grp2 ## Set directory groups allowed
    -setreqperm -reqperm yes|no ## Allow VNC guests to request permission
    -setvnclegacy -vnclegacy yes|no ## Allow VNC Legacy password mode
    -setvncpw -vncpw mynewpw ## Set VNC Legacy PW
    -setwbem -wbem yes|no ## Allow incoming WBEM requests over IP
    -stop ## Stop the agent and/or console program (N/A if targetdisk is not /)
    -restart ## Enable the "restart" options: (N/A if targetdisk is not /)
    -agent ## Restart the ARD Agent and helper
    -console ## Restart the console application
    -menu ## Restart the menu extra
    -targetdisk ## Disk on which to operate, specified as a mountpoint in
    ## the current filesystem. Defaults to the current boot volume: "/".
    ## NOTE: Disables the -restart options (does not affect currently
    ## running processes).
    -verbose ## Print (non-localizable) output from installer tool (if used)
    -quiet ## No feedback; just run.
    -help ## Print this extended help message
    ARD has four main components:
    1) ARD Helper
    2) ARD Agent & associated daemons
    3) ARD Menu Extra (controlled by the SystemUIServer)
    4) ARD Admin Console (if you have an Administrator license)
    What this script does:
    1) Any running ARD components will be stopped as needed. For example,
    they'll be stopped before an uninstall, reinstall, or restart
    request. They will not be restarted unless you specify the
    -restart options.
    2) Components will be restarted as required. For example, restarting
    the administrator console forces a restart of the agent.
    Restarting the agent, in turn, forces a restart of the helper.
    3) If you -uninstall but don't specify a new installer to run, then
    the -restart family of switches will be ignored.
    4) Options can be specified in any order, but remember that the
    options are ignored unless their parent options are specified. For
    example, -package is ignored unless -install is specified.
    RUNNING THIS SCRIPT FROM A GUI
    You can make yourself a GUI-based kickstarter program to run this
    script if you like. The options, set in the console, can be conveyed
    via environment variables to this script, per a spec shown in the
    source code for this script (or the traditional way using command-line
    switches). Be sure the console application runs this script with sudo
    privileges. The console should also specify its own location in the
    APP environment variable, and may specify the location of a
    STRINGS_FILE to use to load string definitions for any localizable
    messages produced by this script.
    A GUI console could stay up & running between runs of the script but
    should avoid running multiple instances of this script at the same
    time.
    WARNING
    This script can be used to grant very permissive incoming access
    permissions. Do not use the -activate and -configure features unless
    you know exactly what you're doing.

  • Maxl Script to Start and Stop Service

    Hi All,
    to stop essbase service i had used below  script in maxl  but it did not work
    alter system shudown;
    is there any script that  i want to stop Essbase services through MAXL  ?
    is there any script i want to start essbase services through MAXL?
    Thanks

    Its as simple as this :
      alter system kill request all;
      alter system logout session all;
      alter system unload application all ;
      alter application 'App' disable connects;
    Use all these when you are trying to Isolate the system from users .
    But to answer your question Unload command is nothing but Stop , load is start !

  • 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.

  • Batch file to start and stop

    Hi All,
    Can we create a batch file to start and stop the services. I need to start all the services like shared, essbase, eas, planning, webanlysis and financial reporting, and at also need to stop them using windows batch file.(Using windows 2003 server....service pack 1). Any help would be appreciated.
    Thanks

    Hi,
    The simplest script would be something like this. Save it as a .bat file, set all your services to manual and then set up a scheduled task to run this script when the computer starts.
    Gee
    ::          Startup Script for Hyperion Services          ::
    date/t >> startup.log
    time/t >> startup.log
    echo "Starting Hyperion Services" >> startup.log
    net start "Hyperion S9 OpenLDAP" >> startup.log
    net start "Hyperion S9 Shared Services" >> startup.log
    :: Insert pause of 5 seconds to ensure HSS has finished starting
    ping localhost -n 6 >nul
    net start "Hyperion S9 BI+ Analytic Services 9.3.1 - Essbase" >> startup.log
    net start "Hyperion S9 Administration Services ATS5" >> startup.log
    net start "HyperionRMIRegistry" >> startup.log
    net start "Hyperion S9 Planning" >> startup.log
    net start "Hyperion S9 Provider Services ATS5" >> startup.log
    net start "Hyperion S9 Apache 2.0" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Core Services 1" >> startup.log
    :: Insert pause of 10 seconds to ensure Core has finished starting
    ping localhost -n 11 >nul
    net start "Hyperion S9 BI+ 9.3 Workspace" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Java RMI Registry" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Print Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Report Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Web application" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Web Analysis" >> startup.log
    date/t >> startup.log
    time/t >> startup.log
    echo "Finished Starting Hyperion Services" >> startup.log
    echo "###################################################################" >> startup.log

  • Starting and stopping triggered samples

    The ESX24 Sampler claims to be a plug-in that functions exactly like a sampler should. Previous to Logic Pro 7, I used a SP-606 sampler that had three different ways a sample could be played:
    1. drum - this function played the sample as long as the button (or note) was held down then stopped playing once released
    2- trigger - this started the sample and let it play until the end of the entire audio region
    3- loop - this looped the sample based on the specified start and stop points.
    However under the second function, trigger, you could trigger the sample to start and stop and restart and stop every time you hit the sample button or sent a note.
    Does logic have this function anywhere in the ESX24?
    for instance if i had a 15 second long sample and sent a midi note from a controller to start it...how do i stop it and restart it at will?
    the only functions I see available in Logic are the 'drum' function (where the sample releases and stops as long as you hold down the note) and the trigger function (but in Logic a second trigger does not stop the sample ----
    it triggers a second sample to play again --so that multiple samples are playing simultaneously)
    Any help would be greatly appreciated.

    Start Oracle RAC Database and Listener
    Follow Oracle Database Documentation on starting and stopping Oracle Database
    To ensure Oracle Warehouse Builder Runtime Services
    Log on to the Database machine Platform as the runtime repository owner.
    Run the ORACLE_HOME\owb\rtp\sql\servie_doctor.sql script.
    Note: The runtime repository owner is dwh_ws_owner and it is database user.
    Starting Oracle BI Infrastructure
    •     Login to Oracle BI Server
    •     Navigate to location /home/oracle/..
    •     Execute Script startBI.sh for Starting Oracle BI Services
    If you have to start Services Manually -
    Order of Starting Processes on BI Servers
    •     Oracle Business Intelligence Server
    •     Oracle Business Intelligence Presentation Services
    •     Oracle Business Intelligence Scheduler
    •     Oracle Business Intelligence Cluster Controller
    Use the script in sequence with parameter start
    •     Navigate to location /home/oracle/biserver/OracleBI/server/bin directory
    Example:
    •     ./run-sa.sh start
    •     ./run-saw.sh start
    •     ./run-sch.sh start
    •     ./run-ccs.sh start
    Stopping Oracle BI Infrastructure
    •     Login to Oracle BI Server
    •     Navigate to location /home/oracle/scripts
    •     Execute Script stopBI.sh for Stopping Oracle BI Services
    If you have to stop Services Manually -
    Order of Starting Processes on BI Servers
    •     Oracle Business Intelligence Cluster Controller
    •     Oracle Business Intelligence Server
    •     Oracle Business Intelligence Presentation Services
    •     Oracle Business Intelligence Scheduler
    Use the script in sequence with parameter start
    •     Navigate to location /home/oracle/biserver/OracleBI/setup directory
    Example:
    •     ./run-ccs.sh stop
    •     ./run-sa.sh stop
    •     ./run-saw.sh stop
    •     ./run-sch.sh stop

Maybe you are looking for

  • Using as a hard disk

    If I transfer a test file onto my Mini, can I open it on another computer that doesn't have iTunes? It's a word file. -J

  • Custom component/tag class:  ---which setters/getters do what?

    Hi I'm trying to create a custom component, but, there is a major concept that I do not understand... ---What are the setters/getters in the "component" class used for?... ---What are the setters/getters in the "tag" class used for? Another way of as

  • How to display workitems values with Hyperlink in Oracle BPM workspace

    Hi, In Oracle BPM workspace , is there any way to display hyperlinks for work items i,e., I want to give a hyperlink to the values displayed in the default columns under the work items. So that if user clicks any hyperlink , a new information window

  • Reg ADS setup

    Hi Experts, We have a requirement of setting up ADS in our landscape.Iam a Basis Consultant..For that I have dowloaded the master guide from SDN.. SAP Interactive Forms by Adobe..Adobe Document Services..For SAP NetWeaver 7.0...(Support Package SPS 1

  • Time filter for a daily report

    Hi All, I have a report that needs to run at 5:05 am every morning for the following filter range :- Trunc(sysdate)-1 07:00 - Trunc(sysdate) 05:00 The Date_Despatch column and Time_Despatch column exist as 2 separate columns in the database. How can