How to have Weblogic and BAM process run in background

I ssh to the Weblogic (also the BAM) server via putty and use below command to start the weblogic and BAM:
/opt/oracle/Middleware/user_projects/domains/base_domain/startWebLogic.sh
/opt/oracle/Middleware/user_projects/domains/base_domain/bin/startManagedWebLogic.sh bam_server1
And then I have no way to have the weblogic and BAM run in backgroup as it needs to ask me for login and password. I cannot close the ssh connection neither otherwise the weblogic and BAM processes will die
Clay

Hi Clay,
Both these points can be easily handled.
To start admin server enter the below command with the &. This & will make the process run in background.
. /opt/oracle/Middleware/user_projects/domains/base_domain/startWebLogic.sh &
If you want the logs to be redirected to some file then you can use a nohup as given below
nohup . /opt/oracle/Middleware/user_projects/domains/base_domain/startWebLogic.sh &
Same holds good for bam serevr also
. /opt/oracle/Middleware/user_projects/domains/base_domain/bin/startManagedWebLogic.sh bam_server1 &
OR
nohup . /opt/oracle/Middleware/user_projects/domains/base_domain/bin/startManagedWebLogic.sh bam_server1 &
It will respond to you with the process-id, you can just hit an enter and safely close the putty session while the server is still up & running.
To stop the same, in a new putty session you can enter the below. Here you need not(will not) give &
. /opt/oracle/Middleware/user_projects/domains/base_domain/stopWebLogic.sh weblogic welcome1 t3://hostname:port
. /opt/oracle/Middleware/user_projects/domains/base_domain/bin/stopManagedWebLogic.sh bam_server1 t3://hostname:port
Password:
As you see above we are not passing user-id/password while starting the server. We need to create a file named boot.properties and place it in /opt/oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/security directory. security directoy will not be present, you have to create it.
Contents of boot.properties file will be only 2lines as below
username=weblogic
password=welcome1
On next startup server will encrypt the password.
Same boot.properties file has to be created in /opt/oracle/Middleware/user_projects/domains/base_domain/servers/bam_server/security location.
Hope this answers your question.
Thanks,

Similar Messages

  • How to create parent and chile process in java

    i'm beginning in java, and i want to ask something, please help me...
    1. i want to ask how to create parent and child process in java???
    example :
    if have one window and explore menu, when i click the explore menu.
    new window come out.
    how if i close the parent window the child window will close too...
    2. what is the method from runtime class to get available memory and Active Threads count

    ONE way to do what you wanted is this.
    class Parent{
    Child c = new Child
    allChildren.add(c);
    //if close
    iterate through list
    (Child)allChildren.get(index).close();
    ArrayList allChildren;
    class Child{
    public void close(){ }
    i dont know if you can get the thread count. but you can
    get the current thread by using System.
    Memory: Runtime.freeMemory() .maxMemory() .totalMemory()
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html
    Careful though you have to do a calculation to get the
    actual memory because those 3 methods refer to freeMemory
    of the CURRENT heap not the total memory.
    i think its: total - (max - free)

  • How to manage pulp and paper  processing through SAP

    Hi...
    please let me know how to manage pulp and paper  processing through SAP-PP in details......
    or please provide sum links where i can get the solution....
    regards,
    sandeep.

    Hi Ema,
    you need to ensure in your BAdi implementation that the records do not overlap. Ideally (for performance reasons) you also keep the number of records in RPM_BUPA_AVL low
    i.e. one record for 01.Jan to 05 Jan with 8 hours is better compared to 5 records with 8 hours each.
    Best regards
    Thorsten

  • I hear a lot of disk I/O from my iMac 1TB drive.  How can I see apps may be running in background?  Time Machine is not running.

    I hear a lot of disk I/O from my iMac 1TB drive.  How can I see apps may be running in background?  Time Machine is not running.

    If you wnat to see the applications that are running, open the Activity Monitor application (it's in /Applications/Utilities). After opening it, select "All Processes" above "Show" in the toolbar, and you will see all the processes that are running.
    I/O errors often happen on a damaged hard drive. If you are receiving that error, you should make a backup with Time Machine or Carbon Copy Cloner as soon as possible and take your Mac to an Apple Store or reseller to get another hard disk.
    If the warranty is void, you can try installing it yourself, but note that there are some iMacs which are very difficult to have the hard drive replaced. Search the steps in iFixit > http://www.ifixit.com

  • Comand line to know what process run in background

    Hiya all,
    I need to know the command line to know how many apps, and what kind, run in background on my iMac.
    Thx in adv
    Parsipal

    Welcome to Apple Discussions, Parsipal.
    Try *ps aux | less* or *ps -ef* for an expanded list. You really should be asking in the Unix Forum.
    http://discussions.apple.com/forum.jspa?forumID=735
    This can be a bit tough to Find because it's under +Mac OS X v10.6 Snow Leopard > Using Mac OS X 10.6 Snow Leopard+
    -mj

  • I just got my MacBook a few days ago and I was tired of the galaxy picture so I changed it to a color since I didn't have photos at that time well now I have photos and whenever I change my background it changes back to the color after I start it up again

    I just got my MacBook a few days ago and I was tired of the galaxy picture so I changed it to a color since I didn't have photos at that time well now I have photos and whenever I change my background it changes back to the color after I start it up again.

    You are still under warranty.  Call Apple tech support and let them deal w/it.
    You have 14 days to return the computer w/no questions asked.  Plus you have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.

  • How to check a Applicatio​n/Process Running using Labwindows

    Hi,
    How can I check whether a Process or an Application is running or not using CVI?
    I used to try this in Labview, and for check App, this is a VI in NI's website. But I have no idear about using CVI to do this.
    And also, how can I check whether a folder is open or using? Because I want to rename foder in my code, if it's open(maybe some file in the folder are open), the rename action will go wrong.
    Thanks in advance
    Solved!
    Go to Solution.

    Maybe you can use some command in windows (provided by Microsoft) to get the tasks in task mgr.
    I have searched for you and think the task list command can meet your requirement. Have a try...
    http://www.microsoft.com/resources/documentation/w​indows/xp/all/proddocs/en-us/tasklist.mspx?mfr=tru​...
    Li Yi

  • Cumulative total - how to have a footer cell give running total

    I'm working on a gas mileage spreadsheet. One column shows how many miles I went between gas fill ups. I'd like the footer cell in that column to show the running total. I'm running into a problem with the empty cells - they're causing a red triangle error in the footer cell. What's the formula to keep a running total of a set of cells, but ignore any blank cells?
    Thanks,
    Don

    Hi Yvan,
    Thanks for your response. The cells in C are output from other formulas. I used =SUM(C) for the cell (which happened to be the C column, by the way) and got the red triangle error. Is there a way for the footer cell in C to disregard the embedded formulas and take the output of each column cell instead, and get a running total of that?
    Thanks,
    Don

  • How to make detection and acquasition processes faster on 6602 board ?

    Hi to everybody,
    Currently I am using a NI 6602 board. And I am designing my project using VC++ in .NET framework(1.1) .
    In my application, I have to wait a digital signal(triggering signal) to go high level to start my acquasition.
    At first, I tried to check continuously that incoming digital signal in a seperate thread using ReadSingleSampleSingleLine() fxn (polling). In my application there aren't so much threads , just 3-4 threads, and this thread has the highest priority.
    But I recognised that I am missing some acquasition data after I detect the trigger signal.
    In more detail the case is: when the trigger signal arrives, I have to capture an incoming byte(which is available on another 8 digital input lines for just 5-6 microseconds).
    And the problem is : I can detect the trigger signal by polling but I am missing the incoming byte. I am trying to detect the incoming byte using ReadSingleSamplePortByte() function again by polling. The incoming byte disappears before I manage to read it.
    My fist question:
    1. Is there anything that you can suggest to make my detection and acquasition process faster?
    I tried to use digital edge triggering and change detection events hoping to faster my process. But I got an exception about my board does not support that kind of triggering.
    My second question:
    2. Is there any way to use digital edge triggering or change detection events in 6602 board?
    This is the first time I am using an NI board.
    I noticed that 6602 is specialized on timer counter concepts, not on digital I/O concepts. But I don't have a chance to use any other board right now and I have to manage my application using 6602.
    any help is welcomed.
    thanks in advance.
    koray.

    In a more readable form:
    Hi to everybody,
    Currently I am using a NI 6602 board. And I am designing my project using VC++ in .NET framework(1.1) .
    In my application, I have to wait a digital signal(triggering signal) to go high level to start my acquasition.
    At first, I tried to check continuously that incoming digital signal in a seperate thread using ReadSingleSampleSingleLine() fxn (polling). In my application there aren't so much threads , just 3-4 threads, and this thread has the highest priority. But I recognised that I am missing some acquasition data after I detect the trigger signal.
    In more detail the case is: when the trigger signal arrives, I have to capture an incoming byte(which is available on another 8 digital input lines for just 5-6 microseconds).
    And the problem is : I can detect the trigger signal by polling but I am missing the incoming byte. I am trying to detect the incoming byte using ReadSingleSamplePortByte() function again by polling. The incoming byte disappears before I manage to read it.
    My fist question:
    1. Is there anything that you can suggest to make my detection and acquasition process faster?
    I tried to use digital edge triggering and change detection events hoping to faster my process. But I got an exception about my board does not support that kind of triggering.
    My second question:
    2. Is there any way to use digital edge triggering or change detection events in 6602 board?
    This is the first time I am using an NI board. I noticed that 6602 is specialized on timer counter concepts, not on digital I/O concepts. But I don't have a chance to use any other board right now and I have to manage my application using 6602.
    any help is welcomed.
    thanks in advance.
    koray.

  • How Warehouse Activity Monitor LL01 Report is Running in background?

    Hi Gurus,
    I am Working in IMWM are & giving support. Client is facing problem with this Report, as this report is not running frequently as per scheduled in Configuration settings. for e.g after 4 hrs or after 12 hrs or 1 week etc.
    Does any body know how this program is running in background?
    Do I need to create any Batch Job for this?
    As per our developer no need of Batch job, it has to run automatically. So if anybody know this, please let me know ASAP. We need to submit solution to client.
    thanks & regards,
    Anant Joshi

    Hi,
    Maybe I'm mistaken but I can't see any sense of running LL01 as background job. I think users have to run the report themselves, and it is possible to refresh it in the report itself or by running it again.
    Please check (run) the transaction in SAP and check SAP online help:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c6/f83aa34afa11d182b90000e829fbfe/frameset.htm
    The functions of the warehouse activity monitor are intended to assist warehouse administrators to oversee, plan and optimize work processes in the warehouse.
    This report requires users' interaction so, I can't understand what you want to achieve.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Jan 13, 2009 10:35 PM

  • How to terminate/destroy a user thread running in background?

    Hi All!
    I m using t.destroy() to stop a background running thread, as t.stop() is depricated in Java 2. I implement Runnable in the background thread. On calling t.destroy() NoSuchMethodException; don't know whats the problem there?

    I still don't see any solutions to the issues with performing a Runtime.exec, or stopping a thread from the outside.
    Here's my situation - I have need to make a framework that processes "work" asynchronously. Work is an abstract concept that is realized (an interface is implemented) by other classes. Work comes into the system and is persisted. A seperate mechanism gets the work and processes the work when possible.
    Processing "work" is an abstract concept that is realized (interface is implemented) by other classes.
    All the threading/asynchronous behavoir is in the framework.
    Thus I can't control how work processing occurs within the framework. At certain points I do have to be able to interrupt the work from the outside. Thus the framework threads are busy doing "work" (defined in a class not "known" to the framework) - but the framework has to shutdown.
    So I'm left with thread.stop
    Yes - the framework threads are designed around a volitile "continueProcessing" flag.
    Yes - some of the tasks can perform their work in piecemeal and use this flag.
    No - not all the work can be done in a piecemeal way.
    This whole framework is a solution to situations where multiple high-CPU, high-memory, asynchronous tasks get flooded into the app-server (we don't control the clients - they are outside this business).
    So we persist the request, and have a framework polling for more work. That way even if 10000 requests hit us as the same time (it has happened); we don't get floored.
    We tried sevlet and JMS processing, but those both have back-log limitations. We could poll for work, then send the request to a seperate JMS queue that terminates in a MDB but this exposes an entry point into work processing. And the whole point of this is to control the amount of processing occurring at any given time, without losing any of the requests.

  • How to uninstall iTunes and iTunes process

    I'm running Photoshop and Dreamweaver and I need all the memory I can get. I've uninstalled iTunes, but there's this AppleMobileDeviceService.exe that keeps getting run every time I start my computer up. Sure, I can Ctrl-Alt-Del my computer every time I start it up, but that's getting old. How can I stop this process from starting up -- how can I completely uninstall iTunes?

    Perhaps you missed it, but I've already uninstalled iTunes. Yesterday, I even went so far as to uninstall Quicktime. I've reset my computer and, although I believe I've uninstalled all the Apple software on my computer, there is still an AppleMobileDeviceService.exe running on my system, taking up 2k of memory. I need all the memory I have.

  • 10.5.7 Translator and mds processes running at 100%

    Hi,
    Since 10.5.7 installation I've had a couple processes that decide to operate at high CPU load with no apparent cause. With no applications running I've had Translator and or mds operate at 100% CPU load, making most other operations impossible.
    I am aware that mds is linked to Spotlight and placing my system disk into the Spotlight privacy list seems to temporarily solve the mds problem. However, the Translator issue is different. Once it starts drawing high CPU load it will not stop. I've tried to quit the process and it leads to a OS freeze. With or without trying to quit it, it leads to having to do a hard reset as soft resetting or shut down is also frozen.
    I first installed 10.5.7 from software update. After seeing issues I tried other's suggestions to use the combo update. This seemed to work momentarily, until the same issues started popping up again. Anyone have similar issues? I don't think I'm the only one ... I hope!

    Translator is linked to the Address Book and sync services with MobileMe... I've had it crashing since 10.5.5 Doesn't seem to actually do anything as all my data is synced correctly. Go figure! Here're a couple of lines from this morning's system log.
    May 26 06:50:27 synner-mbp com.apple.syncservices.SyncServer[11827]: 2009-05-26 06:50:27.042 Translator[12402:10b] Invoked to sync conduit com.apple.ExchangeConduit for entityNames: com.apple.contacts.Contact,com.apple.contacts.Email Address,com.apple.contacts.Phone Number,com.apple.contacts.Street Address,com.apple.contacts.URL
    May 26 06:50:29 synner-mbp ReportCrash[12403]: Formulating crash report for process Translator[12402]
    M

  • App running on weblogic and opensso,agent running on glassfish

    I am running glassfish v2.1 application server where OpenSSO and Policy Agent apps running on two different domains.
    My app which needs to use federation services is running on weblogic 8 application server.
    After installing opensso and agent softwares, when I was setting up the mini-agentapp app for testing purpose, it says the app which needs to protected by policy agent needs to be under same domain as the agent is installed.
    How does work or does it even work the app being in different server(weblogic) than the Policy agent server (glassfish).
    Please advise?

    You need to install an agent on weblogic as well.

  • The candidates must have WebLogic and OSB integration experience

    Can someone tell me what does the above line means.Is it talking about OSB experience or is it talking about integration of OSB with weblogic.If it is second one then what does it really mean.
    Can someone please forward me some documentation to get started.
    Thansk

    Well osb runs in weblogic.
    So i guess they mean you need to have some experience with weblogic itself (creating jdbc connections, queues, etc) and experience with oracle service bus (building the flows which could make use of the resources you create in weblogic itself)

Maybe you are looking for

  • Centre not working in Dreamweaver Design View (CSS+HTML)- Preview OK- help!

    Hi there I am having a slight problem with DW which I have had before, and fixed, but I cant for the life of me remember how I fixed it.  So any help is much appreciated. I am producing a proof site for a client and cannot load it to be live just yet

  • ODS ACTIVATION FAILS

    hi gurus,               i am getting the data upto psa level.the infosource is feeding to one ods.but i am not getting the data in ods.strictly speaking i am getting the data in newdata of ods but i am not getting in active data table.can anyone reso

  • Hiding Portlets in Different page

    Hi All, This is my requirement.. I have portal which has two pages Page1 and Page2..And each page has a portlet in it Initially when the portal gets loaded, Page 2 needs to be hidden which i have done it by setting the property hidden=true for the pa

  • Java XML Parser v2 xpath problem

    I have a lot of trouble using the xpath functionality. I want to get the name of different elements. I'm using some xpath expressions which in my opinion should work (see http://www.w3.org/TR/xpath ), but they don't. I'm calling XMLNode.selectSingleN

  • Photo stream strange behavior???

    The last ten days I took some pictures with my iPhone 5! All of them have been uploaded to my iCloud according to my iPhone. But in my Mac running mountain lion and iPhoto 9.4.3, photo stream is empty. (I tried turn off turn on). So I tried on my old