How to determine the hardware requirements based on the Services' payload

hello,Guys
i am wondering if i can calculate the hardware requirements based on the services' payload ?
what factors should i consider when to determine the hardware requirements?
is there any documents related to my questions? ;)
Thanks
Regards
Wen

Payload size is not the only factor while determining size of the system (h/w). You need to consider number of services, nature of services (sync/async), payload size, frequency of messages (load), peak load value, security constraints, performance requirements etc..
You may contact your local Oracle Sales Representative/ Oracle Support to get help in determining size of the system. They will provide you a sizing questionarre and on the basis of that they may suggest sizing as well (Oracle has an internal tool for proposing sizing)
Regards,
Anuj

Similar Messages

  • Questions on the Hardware requirement mention in the 12c installation guide

    Hello experts,
    I have a confusion on the Hardware requirements mentioned in the 12c installation guide where they mentioned as below.
    RAM with ADP1, JVMD2 8 GB 12 GB 20 GB
    1 ADP Manager is Application Dependency and Performance
    2 JVMD is JVM Diagnostics
    Question 1: what does this RAM with ADP or JVMD mean. is it just the additional RAM space required in the server or does is that special requirement ??
    Oracle WebLogic Server JVM Heap 1.7 GB 4 GB 8 GB
    Size
    Question 2: What is this JVM Heap size ? how do we configure this in the server ??
    Thanks in Advance for your Help.

    Hi,
    #1: It means if you also want to install ADP and JVMD, the total RAM required is a small (e.g. < 1000 targets), medium (e.g. > 1000 targets and < 10000 targets), large EM deployment (e.g. > 10000 targets) is 8 GB, 12 GB, 20 GB, respectively. That is the memory requirement for an OMS host.
    #2: The heap size for the OMS java process. You can adjust the heap size by changing the -Xmx<heapsize> (see an example below) in the following file:
    <middleware_home>/gc_inst/user_projects/domains/GCDomain/bin/startEMServer.sh
    An example of OMS heap size setting of 2048 MB:
    if [ "${SERVER_NAME}" != "EMGC_ADMINSERVER" ] ; then
    USER_MEM_ARGS="-Xms256m -Xmx1740m -XX:MaxPermSize=768M -XX:-DoEscapeAnalysis -XX:+UseCodeCacheFlushing"
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
    if [ "${PRODUCTION_MODE}" = "" ] ; then
    USER_MEM_ARGS="-Xms256m -Xmx2048m -XX:MaxPermSize=768M -XX:-DoEscapeAnalysis -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -XX:CompileThreshold=8000 -XX:PermSize=128m"
    Regards,
    - Loc

  • Generating the RM requirement based on the work order?

    Does Oracle Disceret MFG has the provision of generating the RM requirement based on the work order?

    Hi,
    If you mean RM requisition as Material indent from Stores , then Yes, Component Pick Slip is the form
    Regards
    S

  • If my ipad was stolen, how to register my ipad for the stolen goods, and lock the hardware requirements?

    If my ipad was stolen, how to register my ipad for the stolen goods, and lock the hardware requirements?

    It's really disappointing as a newly converted Apple customer who has already had his iPad stolen, that Apple just sits back and let's this happen. 
    I've viewed a number of posts regarding stolen iPads.  Yes, I did have the "find my iPad" enabled.  That's how I knew when the iPad was gone for good.  It's a useless function in the case of theft because the thieves know how to hack into your iPad.  It disappeared from my list of devices in the "find my iPad" utility that very same day. 
    Apple loves the fact that their devices get stolen all the time!  That way they sell more of them.  Theft could easily be significantly reduced if Apple chose to give users a means to report stolen devices on the Apple site.  They choose not to do this.  If the black market for Apple devices was limited to hackers who know they have a stolen device, the items wouldn't be such a hot commodity!  Apple knows this... I guess they want to get their devices into as many households as they can.... Legally or not. 
    So for all you hard working folks out there, find a way to make sure your Apple products are secure because if they get stolen, you're out of luck.  Apple refuses to help when they could easily do so. 

  • How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values?

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

    How do I copy/paste full numerical-only account strings into the Projects WebADI template when the account segment fields in the template require use of the dropdown because they're formatted as alpha-numeric values? I'm using the Integrator named "Projects - Transaction Import" and a custom Layout created based on the seeded Layout named "Transaction Import - Accounted". Do I need to somehow change my Layout to make the Document accept numerical values instead of requiring alpha-numeric values? I need to be able to populate the Document with a large amount of transactions and cannot feasibly go through every transaction to add the alpha-valued name of the account segment to every segment that requires it. The segments in particular causing the problem are "Expnd Type" and "Organization Name" which are both alpha-numeric and as such contain the segment number and name; I need to be able to only have to enter the Natural Account Number (6-digit number only) and the Organization Number (5-digit number only).

  • Best way to announce that the hardware does not meet the minimum requirements

         Hi Everybody!!!
         I'm in the process of tiding my App up, and I stumbled into a requirement that needs to be addressed. I'm not quite familiar with the latest trends, so I was wondering if anybody could recommend a way to inform the user if the hardware
    to use does not meet the minumum requirements.
         In a nutshell:
     * I just created a game using Direct3D / DirectX 11,
     * I'm using "DrawIndexedInstanced", which means that the videocard to use should meet at least DirectX v10 (my shaders are using model 9_3 but I tested it in a computer with DirectX9 model 3 (or so the nvidia brochure said), and the game pretty
    much died in my arms).
     * According to the App Certification Requirements: "if you choose a minimum feature level higher than 9_1, your app must detect at launch whether or not the current hardware meets the minimum requirements. If not, the app must display a message to
    the customer detailing the Direct3D requirements."
     * I know how to detect the Direct3D level supported by the current videocard. What I would like to know is how to tell the user that the videocard does not support the minimum requirements.
         I don't have much knowledge about the current trends:
     * I assume that displaying a message box may not be the best option, as that would mean I need to link the MFC layer to do so (the game is in Visual C++ and that's what I would do if it were one of my day-job projects). I'm quite sure that
    is too much of a library just to show a message box... not to mention that most likelly the MFC is no longer supported in a Metro application...
     * I was thinking about displaying a nice graphic warning about the issue, but if the D3DDevice1 is not what I expect then I don't think I can be sure that at least it can display the graphic with the information.
     * I'm not quite sure if I should be linking to a .NET Library ("System.Windows.Forms" comes to mind), but then again maybe it's too much of a library for just a messagebox.
     * Then again, displaying that message in a command prompt may not be the best idea either.
         Any help is greatly appreciated!!!
         Best Regards,
         Tarh Ik
    Tarh ik

         Hi Chuck,
         I tried your idea, but the game always crashed when calling the DrawIndexedInstanced() function in a computer that only supported DirectX Level 9.1 (plenty of those computers at my day-job, sometimes I swear this office could be
    a museum). The crash started as a driver unload call, and after that everything goes down.
         I also tried using the WARP mode, but the performance was horrible, and after a minute of playing I started to have temperature issues with the CPU (I did not see that one coming)
         What I finished doing was to create two sets of shaders (pixel and vertex):
     * If the feature reported by D3D11CreateDevice was 9_3 or above, I'd use my very own and happy shaders, compiled in 9_3 model. Beautiful performance with DrawIndexedInstanced().
     * If on the other hand the feature reported by D3D11CreateDevice was either 9_2 or 9_1, I'd use a set of shaders compiled for level 9_1. That seemed to be enough to draw a couple of images on the screen and tell the user, using my own game elements,
    that the computer did not match the hardware requirements.
          It looks like this was a good approach. My game passed the certification test, and it is currently on the AppStore.
          Best Regards,
          Tarh Ik
    PS: This posting has been posted "AS IS"
    Tarh ik

  • How to configuration of pricing procedure based on the Region

    Hi,
    please help me how to configuration of pricing procedure based on the Region in the roll out project.
    Thanks
    mustafa

    What I proposed to do was,
    a. Create routes like 0 day route, 1 Day route, 2 day route etc.
    b. Route determination is based on the Shipping condition of the customer. Put in the shipping condition for the customer as 00 - immediate delivery. 01 - By Truck, 02 - By Rail, 03 - Ship etc
    c. Now, put in your route determination in such a way that routes change in the sales order with shipping condition (SC). Like, if the shipping condition is set to 00, then 0 day route comes up. Meaning immediate delivery, if SC is 01, then your normal route by truck picks up. etc.
    When the sales order is manually created, you know the time of creation. As route is one of the criteria, the material confirmation happens based on number of days you put in the route to reach the destination. Now that you have the material available for today's delivery, the delivery program can be run to create it, or it can be manually created.
    Now, when you configure the route you have to specify 'Transit duration in calendar days'.
    When you have the sales order created electronically (say thru EDI), then, you may have to ask them to send in shipping condition. Else, you have to modify the function module Idoc_input_orders in such a way that if the sales order creation time is < 12 PM, then put shipping condition as 00, else copy what ever is there in the customer.
    If you do not want to check the time manually when the user creates the sales order, then you may have to use the user exit MV45AFZZ (and I think you can use Save_order_prepare) to check the time and change the shipping condition. By this you will avoid extra coding in Idoc_input_orders and also need not bother if the user changed the route or not.
    Hope my explanation helps.
    Regards,
    Mukund S

  • How to get the pricing hierarchy based on the delivery date for sales order

    Hi,
    How to get the pricing hierarchy based on the delivery date for sales order other than system date.
    My requirement is to get the Pricing hierarchy based on the delivery date other than system date.
    Waiting for kind response.
    Best Regards,
    BDP

    HI Sai,
    please refer teh document already how to write FM based extration on generic extractors.
    and here  the logic to find the latest records values:-
    -> get the data in an internal table
    ->Sort the internal table data based from date descending
    -> Using READ statement , we can read the first record of the table which is nothign but your latest record.
    Regards.
    Sakthi

  • How to show regions markers in Google maps based on longitude and latitude. on-click of region marker i want to display all the country locations based on the region from share point list?

    Hello every one,
    In My requirement i am having  some regions with longitude and latitude in one SharePoint list. in another SharePoint list i am having the country values with longitude and latitude and region as look up field.  I want to display all the region
    markers in Google maps. on click of any region marker i want to zoom in the map to region level and i need to display all the country markers in Google maps under the region. can any body help me on this requirement.
    Thanks in advance,
    Venu.

    Not sure about Google Maps but this is fairly easy to do with Bing Maps. I've used Bing Maps with SharePoint lists fairly regularly. Here are some blog posts:
    http://blogs.bing.com/maps/2013/03/26/connecting-a-sharepoint-list-to-bing-maps/
    http://blogs.bing.com/maps/2013/03/07/geocoding-a-sharepoint-list-item/
    Once you have your sharepoint list connected to Bing Maps you can easily filter the list data based on the selected country if you have a country column in your list. If you want to take things a bit further an create a much cooler user experience you can
    also use the Bing Maps GeoData API to get the country boundaries and show them on the map as polygons. These could be color coded based on some metric, or set up as the clickable area on the map rather than a pushpin. Here is a blog post on how to use the
    GeoData API with the JavaScript Bing Maps control:
    http://blogs.bing.com/maps/2013/06/25/retrieving-boundaries-from-the-bing-spatial-data-services-preview/
    http://rbrundritt.wordpress.com

  • How to enable/disable the input fields based on the data entered/user action in the web dynpro abap?

    How to enable/disable the input fields based on the data entered in the web dynpro application abap?  If the user enters data in one input field then only the next input field should be enabled else it should be in disabled state. Please guide.

    Hi,
    Try this code.
    First create a attribute with the name readonly of type wdy_boolean and bind it read_only property of input field of which is you want to enable or disable.
    Next go to Init method.
    Set the readonly value as 'X'.
    DATA lo_el_context TYPE REF TO if_wd_context_element.
         DATA ls_context TYPE wd_this->element_context.
         DATA lv_visible TYPE wd_this->element_context-visible.
    *   get element via lead selection
         lo_el_context = wd_context->get_element( ).
    *   @TODO handle not set lead selection
         IF lo_el_context IS INITIAL.
         ENDIF.
    *   @TODO fill attribute
    *   lv_visible = 1.
    *   set single attribute
         lo_el_context->set_attribute(
           name =  `READONLY`
           value = 'X').
    After that Go to the Action  ENTER.
    First read the input field ( first input field, which is value entered field) , next give a condition
    if input value is not initial  then set the readonly value is '  '.
    DATA lo_nd_input TYPE REF TO if_wd_context_node.
         DATA lo_el_input TYPE REF TO if_wd_context_element.
         DATA ls_input TYPE wd_this->element_input.
         DATA lv_vbeln TYPE wd_this->element_input-vbeln.
    *   navigate from <CONTEXT> to <INPUT> via lead selection
         lo_nd_input = wd_context->get_child_node( name = wd_this->wdctx_input ).
    *   @TODO handle non existant child
    *   IF lo_nd_input IS INITIAL.
    *   ENDIF.
    *   get element via lead selection
         lo_el_input = lo_nd_input->get_element( ).
    *   @TODO handle not set lead selection
         IF lo_el_input IS INITIAL.
         ENDIF.
    *   get single attribute
         lo_el_input->get_attribute(
           EXPORTING
             name =  `VBELN`
           IMPORTING
             value = lv_vbeln ).
    if lv_vbeln IS not INITIAL.
        DATA lo_el_context TYPE REF TO if_wd_context_element.
        DATA ls_context TYPE wd_this->element_context.
        DATA lv_visible TYPE wd_this->element_context-visible.
    *  get element via lead selection
        lo_el_context = wd_context->get_element( ).
    *  @TODO handle not set lead selection
        IF lo_el_context IS INITIAL.
        ENDIF.
    *  @TODO fill attribute
    *  lv_visible = 1.
    *  set single attribute
        lo_el_context->set_attribute(
          name =  `READONLY`
          value = ' ' ).

  • Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    What folder structure?
    If you're referring to how Aperture stores the originals in a managed library then the answer is you can't change it.
    If having the originals stored in a specific file structure is important to you you will need to switch to a referenced original setup.

  • Determine the employee responsible based on the territory structure

    Hi all ,
    System should automatically determine the employee responsible based on the territory structure.
    Get the Employee Name and Employee Region Name
    Are they standard programs or BAPI's to achive this?
    Thanks,
    Anitha.

    Hi Anitha,
    You can try using partner determination procedure ,where in for partner function employee resposnible  define access sequence with  the source as "CRM_PARTNER_M-- Business Partner from Territory management".
    Also check few notes:
    1428285
    1399843
    1423950
    Hope this helps.
    Rgds,
    deepa

  • How PIR's are consumed by the customer requirements even though the sales orders are blocked?

    Dear experts,
    I am using strategy 40 for material A with Backward/Forward consumption of 60 days backward and 60 days forward.
    My PIR is as follows :-
    Material Month #1 Month #2 Month #3 Month #4 Month #5 ....
    material A 100 100 100 100 100 ....
    I created a Sales Order for material A with the quantity of 600 in Day 4 of Month #1.
    After MRP run, planned order conversion and production order has been completed.
    Month #1, Month #2 and Month #3 PIR's are consumed even though we made the setting in Such a way that the sales orders should just display but not planned  . and the sales orders are into the blocked requirements list in the result of /n/afs/MD02.
    1)but why it is consuming the PIRS?
    2)is there any affect of backward and forward consumption on this?
    Thanks in advance.
    Regards
    Bhargavi Desai

    Hi,
    Normally it is recommended that, not to delete PIR's one by one or remove quantity from previous periods/ requirement manually. If the PIR's of previous month is not consumed it is normally a feedback to sales people to do a analysis at their end.
    In PP point of view, normally a re-organization run is carried out by MD74, MD75 or MD76. The same can be done by  scheduling batch job to run on month ends basis w.r.t. period you specify.
    Regards,
    Narresh

  • How can I find MAC address based on the serial number of a missing IpodTouch 4th Gen?

    My Ipod touch 4th Generation is lost.  If I can find the MAC address, the Univeristy can help locate the device.  I have the serial number, is there any way I can find the MAC address based on the serial number?  I did not install a third party app on the IPod to help find it and it is not registered on iCloud, but I used it on iCloud.  Any ideas are greatly appreciated.

    Did you turn on FindMyiPd is Settings>iCloud and is the iPod connected to wifi? That is all that is needed for for Apple FindMyiPhone
    Maybe Apple can find the MAC address
    Apple - Support - iPod touch - Contact Us
    Your question has been asked in the past but no one has responded if Apple could actually help

  • Calculate Avg  for the given months based on the no. of days in months

    Dear Experts
    I  have a report in which there is a characterictic claenderyr/month.The Input paramter is claenderyr/month which is restricted by a variable of type interval. i mean user will enter calenderyr/month as interval say 012010 to 06.2010. Now I have to calculate Avg sale Qty for the given months based on the no. of days for the given range of months. How I can achieve this in BW Query. Pl. advice
    Dinesh Sharma

    Hi,
    Create formula for the sales qty.
    maintain the exception aggregation as average based on calday
    Best Regards,
    M.H.REDDY

Maybe you are looking for