How to reduce priority of processes with resources management

Hi,
Here is what I want to do. In my global zone, I have Veritas Cluster Server and Oracle that are running. I want to reduce the priority of every Oracle process to be sure that VCS will go first. I have an entry in the /etc/project file for Oracle processes:
group.dba:100:Oracle default:::process.max-sem-nsems=(privileged,256,deny);project.max-shm-memory=(privileged,68719476736,deny)
Now, how do I reduce the priority of the Oracle processes?

Hi,
Here is what I want to do. In my global zone, I have Veritas Cluster Server and Oracle that are running. I want to reduce the priority of every Oracle process to be sure that VCS will go first. I have an entry in the /etc/project file for Oracle processes:
group.dba:100:Oracle default:::process.max-sem-nsems=(privileged,256,deny);project.max-shm-memory=(privileged,68719476736,deny)
Now, how do I reduce the priority of the Oracle processes?

Similar Messages

  • How to Map Proces form field with Resource form field?

    Hi,
    How to Map Proces form field with Resource form field while creating Process form in Form designer

    Are you talking about Provisioning ?
    then you do that in Data Flow under Process Defintion in OIM 10g
    In OIM 11g you use Request Dataset. In that you can directly map fields to process form.

  • How to reduce size pdf file with 10.5.8

    How to reduce size pdf file with 10.5.8, I know it can be done with snow....

    Look at this link.
    https://discussions.apple.com/thread/1292868?start=0&tstart=0
     Cheers, Tom

  • How Transaction Manager work with Resource Manager, like Connection pool?

    hi,
    I'm using BEA Webloigc8.1 Stateless Session Bean/DAO/Oracle stored proc.
    but I'm not quite clear how Transaction Manager work with Resource Manager, like Connection pool.
    my understanding is that, in a weblogic transaction, a stateless session bean interact with several DAOs, and for each method of DAO a connection is acquired from connection pool. I've heard that the connection will not return to pool until the transaction commits.
    My question is that, does it mean that for a weblogic transaction, multiple connections might be allocated to it? and if multiple connections are allocated, then how many oracle transactions would be started? or multiple connections share the same oracle transaction?
    I didn't feel it make sense to start multiple oracle transactions, cause deadlock might be incurred in a single weblogic transaction.
    any help appreciated!

    Xin Zhuang wrote:
    hi,
    I'm using BEA Webloigc8.1 Stateless Session Bean/DAO/Oracle stored proc.
    but I'm not quite clear how Transaction Manager work with Resource Manager, like Connection pool.
    my understanding is that, in a weblogic transaction, a stateless session bean interact with several DAOs, and for each method of DAO a connection is acquired from connection pool. I've heard that the connection will not return to pool until the transaction commits.
    My question is that, does it mean that for a weblogic transaction, multiple connections might be allocated to it? and if multiple connections are allocated, then how many oracle transactions would be started? or multiple connections share the same oracle transaction?
    I didn't feel it make sense to start multiple oracle transactions, cause deadlock might be incurred in a single weblogic transaction.
    any help appreciated!Hi. If you configure your WLS DataSource to use keep a connection for
    the duration of a tx, it will do that, and in any case there can be
    no deadlock however many connections operate for a given XA transaction.
    Here is the best coding form for DAOs or any other user-written code
    for using WebLogic DataSources. This is important for two reasons:
    1 - Thread-safety is maintained as long as the connection is a
    method-level object.
    2 - It is crucial to notify WebLogic that you are done with a connection
    ASAP, by your calling close() on it. We will then put it back in the
    pool, or keep it under the covers for your next request if it's in a
    transaction etc. The pool is optimized for quick get-use-close scenarios.
    public void one_of_my_main_JDBC_Methods()
    Connection con=null; // Must be a method level object for thread-safety
    // It will be closed by the end of the method.
    try {
    con = myDataSource.getConnection(); // Get the connection in the try
    // block, directly from the WebLogic
    // datasource
    // do all the JDBC within this try block. You can pass the
    // connection to subordinate methods, but not to anywhere
    // that thinks it can use the connection later.
    rs.close(); // close any result set asap
    stmt.close(); // then close any statement asap
    // When you're done with JDBC
    con.close(); // close the connection asap
    con = null; // nullify it so the finally knows it's done
    catch (Exception e) {
    // do whatever catch stuff you want. You don't
    // need a catch block if you don't want one...
    finally {
    // It is important to close a JDBC connection ASAP when it's not needed.
    // without fail, and regardless of exit path. Do everything in your
    // finally block in it's own try-catch-ignore so everything is done.
    try { if (con != null) con.close();} catch (Exception ignore){}
    return ret;
    }

  • Have Photoshop 7.0.1 - recently quit saving as or saving photos after changes. Just hangs until i kill process with task manager. Have uninstalled and reinstalled. Any suggestions? I don't want to upgrade to CC as I hate subscription services and often ha

    Just hangs until i kill process with task manager. Have uninstalled and reinstalled. Any suggestions? I don't want to upgrade to CC as I hate subscription services and often have internet connection services interuppted.

    Which operating system are you using?
    Resetting the photoshop preferences might cure the problem.
    Press and hold down the Shift+Ctrl+Alt keys down just after starting the launch of photoshop 7
    (Shift-Command-Option on a mac)
    Keep holding the keys down until you get a dialog asking if you want to delete the adobe photoshop settings file
    Press Yes

  • How to Reduce  Finish Stock Quantity  with out sales

    Hi All
    My client wants to reduce the finish stock  with out sales, as they want it to maintain a particular Quantity for that finish from 1st of April 2010
    So how to achieve this & with which movement type , i should use in MB1A
    Or any other suggestion to map this scenario
    Thanks In advance
    Ashok

    Ashok
    in both cases the result will absolutely the sames in value, the only difference is where the amount is posted either  to Inventory difference account or to an Scrapping account.
    I would suggest no to run the Physical inventory to correct your stock, you will not be able to get around the auditor to explain why you have a huge nventory difference - like say 100.000 euro or 10.000 pieces. - it cannot be due to theft, or to erros in order picking.
    But if you scrap it, you can explain that the scrapped material was not good enough to market it and we decided to scrapp it.
    You may discuss this thouroughly with the business owners as it has a financial impact.
    Could you share why they need to decrease stock so suddenly?
    regards
    Sidi

  • How to configure quality process with batch management.

    Dear Friends,
                we have a scenario,our client receive goods with 101movement type  into quality inspection stock.
    once stock is passed quality check stock,then we will take into unrestricted stock with 321 movement type.
    failed in quality test will  be rejected.please give me suggestion how to map the scenario.while i am testing
    the process in my sandbox,its asking batch number.its not allowing me to post unrestricted stock with 321
    movement type.how to make batch as optional in this scenario?if batch is mainted for the material,how to
    configure the process.we are not using QM module.
    please suggest me.
    Regards,
    Varun

    In Batch management config in Logistic general, Check for the movement type 101 & 321 whether batch creation has been activated to Manual, Automatic, or no creation. In your case it looks like for mvt 321 batch creation is set to manual & for 101 no creation.
    if batch creation is set to manual, enter a manual batch no & proceed.
    But to cross verify wheter 101 has generated batch or not please check the stocks in MMBE.
    Hope this helps.
    Regards
    Mithun

  • How to control two different processes with one DAQ output board

    Hi! I posted this in the Signal Generators forum, but I'm reposting here in case someone on this board has suggestions for a way to get around my problem programmatically (ie. within LabVIEW). Thank you for any help you can provide.
    Patrick
    I have a PXI-6722 8-channel, 13-bit analog output board, and with this I want to independently control both the temperature (thermometer excitation/heater control) and magnetic field in my experiment. Unfortunately, it appears that I cannot do both simultaneously, which is totally unacceptable for my application.
    Currently I'm using separate VI's for field and temperature control. This is the start of the problem, because in DAQmx you can't have 2 output tasks on the same card at the same time. In order to remedy this situation, I used MAX to create a global task containing all 8 13-bit analog outputs. However, it now appears that each time I do a write operation on this task (from whichever VI) I must write to all of the task channels, rather than just the channels I want to change. This would be fine for the temperature controls as they are of the type "set an output voltage value and hold it until told differently," so I could re-write the currently held values for channels that are not being changed. Magnetic field control will not work in this way, because we need to do very smooth field sweeps which require an analog waveform to be sent and sampled at a high rate (so that the steps are as small as possible). So if, for example, a thermometer's excitation voltage or a heater's power need to be changed during a field sweep (as is often necessary to maintain a constant temperature, via PID), then the sweep will be disrupted, potentially causing a dangerous magnet quench.
    Does anyone have any ideas on how I could make this work? It seems very wasteful to buy a second output board when I still have lots of free channels on the first.
    Thanks,
    Patrick

    I'd probably create a third process that just updates all output values on the card whenever necessary.
    One way is to send messages via queues from the temperature and magnetic field control routines to the third process. The third process doesn't do anything unless it gets a message from one of the two other processes. The message should contain the channel task ID to change along with the new value. Use the LabVIEW queue VI's, using a type definition to specify the message type either when you create the queue or use the variant VI's. Once it gets a message, it updates the changed channels, not modifying the others (use a shift register to store an array with the current set of output values).
    Hope this helps.
    Jason

  • How to set up Replicat Process with GoldenGate on Exadata & DBFS?

    Hi all,
    I confuse with usage of DBFS on Exadata when trying to config Replicat Process via this Oracle document:
    [Oracle Best Practices For High Availability|http://www.oracle.com/technetwork/database/features/availability/maa-wp-gg-oracledbm-128760.pdf]
    I have a system with these description:
    EXADATA: 2 node ExaDB01 & ExaDB02. This system mount a DBFS /mnt/dbfs/ggs for store GoldenGate subdirectory (trail and checkpoint file only)
    FUJITSU: 2 node FujDB01 & FujitDB02.
    I need to config GoldenGate with DataPump to sync data between these two systems.
    On ExaDB01, i created an Extract Process to extract trail file to EXTTRAIL location /mnt/dbfs/ggs/dirdat/aa.
    Now, I need to config datapump on ExaDB01 and Replicat Process on FujDB01. At this point, i confuse with DBFS configuration for EXTTRAIL & RMTTRAIL:
    1) At ExaDB01:
    GGSCI (exadb01) 1> ADD EXTRACT exadump, EXTTRAILSOURCE /mnt/dbfs/ggs/dirdat/aa
    GGSCI (exadb01) 1> ADD RMTTRAIL /mnt/dbfs/goldengate/dirdat/aa EXTRACT exadump, MEGABYTES 500
    2) At FujDB01: Replicat Process
    GGSCI (fujdb01) 1> ADD REPLICAT rexadb, EXTTRAIL /mnt/dbfs/goldengate/dirdat/aa
    So in this case:
    Q1) ExaDB01 and FujDB01 have the same mount point /mnt/dbfs/ggs?
    Q2) With ExaDB01: The "local trail" and "remote trail" in this case are stored in the same directory /mnt/dbfs/ggs/dirdat?
    Q3) If "local trail" and "remote trail" are stored in the same directory. So why we need to config DataPump to push "local trail" to "remote trail" location?
    Please light me up!
    Tks & Brgd
    Edited by: Dung Nguyen on Sep 7, 2011 11:10 AM
    Edited by: Dung Nguyen on Sep 7, 2011 11:12 AM

    GoldenGate forum is over here:
    GoldenGate
    (thread has moved from Replication to GoldenGate)
    Extract
    EXTTRAILl aa is created
    Data Pump (secondary extract)
    Reads and sends your exttrail to a remote server, which can also be the same server, so in that case, you need to rename the file (the trail ID, two character prefix).
    The linkage is you add the data pump extract, and then add the rmttrail
    ADD EXTRACT <dp name>, EXTTRAILSOURCE wherever/aa, BEGIN <time>
    ADD RMTTRAIL <wherever on your server/bb, EXTRACT <same dp name>
    Note that the trail ID has switched from aa to bb. If going to a remote server, you can use the same ID. If going to the same server, put it in a different path, or have the trail read by replicat named something else via the ID.
    If you wanted to use the same dirdat directory, then your original extract is created with aa, and your trails read by replicat can read bb - after the pump has "sent" the aa files over as bb.
    You don't need a data pump, but as a best practice, always use one. Using a data pump eliminates replication failure due to network outage. If not using one, then what happens when extract has nowhere to send a trail to on a remote server (because it cannot reach/communicate with the remote server)?
    If using the same server without a data pump, then your primary extract "sends" or creates the trail in the rmttrail location, where replicat then reads from. In that case, you only have the one trail ID.
    If one on server, you can also create a second instance of GoldenGate (in its own home), so it will have a slightly different path, and in that case, you do not have to switch the trail ID because the path difference will take care of separating the files.
    Edited by: stevencallan on Sep 7, 2011 1:13 PM

  • I pressed Windows-M to minimize all screens, then Firefox 6.0.1 (Win XP VM) started to open large number ( 70 in a few seconds) of new Firefox windows (stopped only when I killed the Firefox process with Task Manager). Firefox had no focus at that time.

    Windows XP 64-bits Virtual Machine, ServicePack 2, 4MB of RAM, dual processor running on a Windows 7 64-bits host machine, ServicePack 1, 8MB, 8-core processor.
    I have worked with that for half a year, no particular issues.
    I was working in other program in my VM (so Firefox had no focus) , then wanted to view my VM desktop, so I pressed Windows-M to minimize all windows in my VM. Exactly at that time Firefox 6.0 started to issue new empty Firefox windows, at a pace of about 4 or 5 per second. So I killed the firefox.exe process in my TaskManager to prevent my machine of running out of memory. Then I started Firefox again, without further issues so far.

    I'm a Chrome user by choice. I use Firefox for two reasons only:
    1) Speedbit video downloader
    2) A second browser to handle secondary Google and Facebook sign-ins.
    If I remove Speedbit, I lose 50% of my reason to use your browser at all.
    Speedbit and Firefox worked together just fine before version 19.
    PLEASE PROVIDE A PATCH. DON'T BLAME SPEEDBIT.
    Thank you.

  • How to prepare for phone upgrade with manually managed music

    I have an iPhone 5 and I am strongly considering upgrading to the iPhone 5s. The trouble is that I have manually managed all of the music on my phone: I dragged and dropped every song I wanted from our iTunes library to my phone. I like to keep my phone private, thus I don't sync my photos, books, or ringtones in iTunes either. There are also a lot of extraneous contacts and such on the computer that I wish to avoid deleting from my phone. How can I retain my information when switching to a new phone?

    Hi,
    In my case I installed AP3 and honestly no crashes or major issues other than some slowness in AP3 but I see it's been solved with the updates and my workflow maybe helping too.
    I run a managed AP3 library on a fast external drive connected via eSATA card to my MBP.
    In your case I would say add more RAM (never hurts) although 2GB should be ok for now.
    Leave your AP3 Library on the main drive and reference your files that exist on the second internal drive.
    When importing, you have a choice as to leave in current location(so referenced)
    or have AP manage library.
    As far as the size of your library at 286GB, it my be a good idea to install another internal drive in the Mac Pro.
    So
    drive 1) Boot drive with OS and all your apps.
    drive 2) AP3 Library
    drive 3) Original RAW files that your AP3 library can reference-as long as you tell AP to reference the files upon import.
    eventually maybe a 2 TB external drive (usually made of 2x1TB drives in one enclosure)
    and this external can be used to back up your AP3 library on one drive and your original RAW files on the second drive.
    http://eshop.macsales.com/CustomizedPages/Framework.cfm?page=mepal_splashraid.html
    I hope this helps but lets see what others may advise.

  • Cant end process with task manager or restar FF without restartin PC

    When i leave a firefox window iddle for a few minutes, FF will stop browsing even though other browsers work and connect to the internet. If i try closing FF the firefox process in the task manager list of active processes remains active and wont close at al using the end process option in task manager and when trying to reopen the FF browser i get an error saying there is an open session and asks me if i want to close it, i click on close and then i get an error saying my Profile couldn was not found or could not be accessed

    Did you check for plugin-container processes as well?
    See also:
    * http://kb.mozillazine.org/Firefox_hangs
    * https://support.mozilla.org/kb/Firefox+hangs
    *https://support.mozilla.org/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use

  • How to Resolve Bitnami/MAMP Conflict with Profile Manager

    I've been working on a new Lion Server for several weeks, and most of my services work great. However, I want to set up several development environments for WP, Drupal, and Magento, among other things. I prefer to use something like MAMP Pro or, in this case, Bitnami stacks for my various environments. However, this machine currently is used for managing Wiki, Profile Manager, and Device Manager, among other things. Of course, if you activate the Bitnami MAMPstack, that poses an issue for Profile Manager, as both use the 80 and 443 ports, I presume. So, the question is how can I configure Lion Server to run Bitnami (or MAMP Pro, as an alternate possibility) and not break Profile Manager, Wiki, Device Manager, etc.?

    Let me edit the statement a bit. Device Manager is the term that I intuitively have attached to the link https://server/mydevices, which is nothing more than a web interface for adding profiles to your Mac and iOS devices. Apple doesn't call it that, but I have taken to doing so, so when I'm referring to it, that's what it is.
    Anyway, I haven't tried Wiki on its own, but I know that if I activate MAMP, or BitNami, and I run Profile Manager, it is inaccessible. Obviously, there is a conf setup, or something I am missing here, but I'm not finding it in the server documentation, if it exists at all.

  • How to start BPEL process with publishing initiation form designed in ADF

    Hii All,
    Can Anyone please tell me how to Start my BPEL process with publishing initiation forms designed in ADF fusion.
    I am using JDevloper 11g and Oracle SOASuite 11g toolset in windows platform.
    Thankx in Advance,
    Deekay.

    Hi,
    I assume you mean the JMS example under the $OH BPEL examples area. Unfortunately, this only shows how to get a BPEL process kicked off by awaiting a JMS message - but there is no test code there! There are specific examples which show off the testing framework facilities but it appears that all the examples which use async type of interactions are in the middle of a process which is kicked off by a normal synchronous client interaction.
    Any further help much appreciated.
    Colin.

  • How to reduce purple color cast in high ISO Nikon D4 and D810 photos

    In low-light photos taken with my D4 and D810 I often (but not always) get a severe purple color cast in the dark areas of the photo. I'm going to try posting a link to an example of one such photo, which I've put in my Dropbox account. I hope this works:
    Dropbox - Example of magenta color cast-001.jpg
    If the link works, you'll see what I mean: the dark areas are purple, not black as they should be. This was taken at the dress rehearsal for a play at ISO 3200, about the lowest ISO that I could get away with. The purple cast seems more pronounced along the edges of the photo.
    I've read a bit about "amp glow"; is that what I'm seeing here? If it is, what can I do about it? Turning the camera off and on again and again to try to cool the sensor and the nearby electronics isn't much of an option.
    And whether it's "amp glow" or something else, is there a good way to deal with it in Lightroom? I've had some success with reducing the purple saturation (and sometimes the purple luminance as well) in the "HSL" panel, but that becomes a problem if there are important elements in the photo which are SUPPOSED to be purple.
    Any and all advice would be welcome.

    dorffersmatt wrote:
    Interestingly, my e-mail says there was another post about how to reduce the purple cast with proper in-camera settings, but now that post seems to have been deleted (by the poster? by somebody at Adobe?)
    The poster (Drugstore) may have deleted the post after reading further because it may not have been relevant......just a guess. If you're shooting raw format the in-camera settings such as white balance are not applied to the image file, but they are for JPEGs. The suggestions I provided are applicable to both JPEG and raw image files, but you'll get the best results using raw format.
    dorffersmatt wrote:
    1) You said that you sometimes see the purple cast with your D4 and D810 if the white balance isn't set properly. What would you consider a proper white balance setting for a situation such as this one? It was the dress rehearsal for a play, with constantly shifting lighting. I just left the white balance on "Auto"; how would you have approached the situation?
    Again, this only applies to JPEG format image files. For raw image files the WB EXIF data is read and set accordingly inside LR. For JPEGs the image data has the (incorrect?) WB applied in-camera, which compromises the dynamic range of the JPEG 8-bit/color data. Raw files are 16 bit/color.
    dorffersmatt wrote:
    2) You said that you also sometimes see it if "you activate the lens correction in LR while in raw mode and exposure is too low." Could you elaborate on that? Do you mean that I shouldn't use "Enable profile corrections" in the "Lens Corrections" panel?
    I'm guessing this refers to what you call "amp glow" (amplifier glow). It usually appears as a higher exposure level around the edge of the image and may be confined to one area (top, bottom, sides). By turning off Lens Profile corrections ( "Enable profile corrections") Vignetting correction is not applied, which reduces the exposure level in the corners and frame edges. Some cameras automatically apply distortion and/or vignetting correction in-camera when shooting in JPEG format. Again, this is just another reason why you want to use raw format to get the best results inside LR.

Maybe you are looking for

  • My iPhone 4s touch screen will not work with an active SIM card in it.

    A few months ago my touch screen stopped working suddenly on my iPhone 4s. After I removed my active SIM card from the 4s, the touch screen started working again. As soon as I put my SIM card in again, it stopped working. I finally broke down and too

  • Is there a way to use iChat on Lion to communicate with my iCloud contacts using iMessage on their devices?

    I currently have a MacBook Pro, iPhone and iPad with working iMesagge, all these i use to chat with my iMessage contacts without conflicts, recently I've been assigned a MacBook in my job which can't be upgraded to Mountail Lion and currently has iCh

  • Macbook Pro Temperatures.  Normal Temps?

    I just got a 2011 15" Macbook Pro. I installed the iStat Pro widget to monitor performance etc but I'm not sure how to interpret the temps. Could anyone fill me in on what the average temps should be for the various temp readings this provides? What'

  • Split screen becoming unstable? (iMovie 11)

    Hello. I am having a problem with a split screen movie that I don't understand. I have two film clips of me drumming that were recorded on two camcorders simultaneously. I have imported them into iMovie 11, and used the split screen function to creat

  • Ad hoc distribution / .mobileprovision error...?

    Using the Ad hoc distribution / .mobileprovision capability (with the test users required UDID already added to our Apple Dev account) our test user is dragging the .mobileprovision file onto his iPad listed in iTunes but is getting this error messag