Number of LogicalHost to an eManager instance

On our test environment, I have noticed a slight performance hit on our eManager responding back when logging in. Can people give feedback on the ratio of LH's to an eManager that they have? If they would also give feedback on how many webapps are deployed on average per LH instance, it would help gage your environment. Right now, our startserver.sh file has the following memory argument: -Xmx1024m
Regards,
John
CAPS 5.1.3
Solaris 10
Edited by: johnferron on Dec 18, 2007 6:08 AM

Before another myth is created, such as the optimum number of Queues on a Message Server, you should be aware that EManager tasks revolve around two major areas, JMX and Alerts. Considering this, you might say it is roughly equivalent to have a small number of domains with a large number of simple Deployments, a small number of domains with a small number of complex Deployments (with many components) or a large number of domains with a few simple Deployments. Then of course throughput of message traffic is a factor of influence.
For your implementation style 18-20 services per domain, and managing that with a single EManager seems to be an optimum solution, but that might not be for others.
Just being a bit picky here.. but experience has shown such rules of thumb, besides being implementation specific, can have a rather strange influence at customers.

Similar Messages

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • What's my terminal number on the E - Business Suite instance?

    Hi,
    Can you please help me find out my terminal number on the E-Business Demo instance I 've been on a Windows PC?
    Thanks

    I've chosen the resposibility of 'General Ladger, Vision Operations(USA)' in the vision demo instance.
    Then, using
    Setup > Financials > Flexfields > Validation > Values
         Find Values By = Value Set
         Name = Operations Company
    I want to enter a new 'Segment value' & description ( company name). I would like to choose this value as my Terminal number (XX) and description( company name) as XXcompany. Here XX is my terminal number which I want to find out.
    Hope it makes sense now.
    Thanks
    MK

  • How to get the transport number once transported to other SAP Instance

    i saved a zprogram in a transport number. but that was transported to another  sap instance.....Can i get
    the tnumber from my previous instance ????

    Hi,
         If you want to find the request for that program open the program and then go to the followign path :
    Utilities -> versions -> Version Management.
    Here you will get all the requests under which the program is saved. If there are more than one request for that particular program the top most request contains the latest code changes.
    If you want to do changes for the code after transporting to another server then you have to create new request and have to do chnages under that request.
    Hope this will helps you.
    Regards,
    Swarna Munukoti

  • How do I limit the number of Operator Interface and Execution instances to one?

    We have a problem in MFG.  The operator launches to instances of the operator interface and executes the same sequence.  A second scenario is where the operator is executing the sequence and then changes from the execution window back to the Sequence Display window and launches a second execution window.  We need to understand how to limit the number of executions within an instance of the Operator Interface to one.  We also need to understand how to limit the number of instances of the Operator Interface to one.
    Regards,
    Steve Easthope

    Steve,
    This is a duplicate post.  Please reference your first thread. 
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • How can I calculate additional number of work porcesses in SAP instance.

    Hello Sir,
    We have an BW server (SAP NetWeaver 2004s) OS- AIX 64 Bit, Database - Oracle 10.2.0.2 and Memory 20GB. Currently we have the work process distribution as follows,
    Dialog - 11
    BTC - 8
    UPD - 4
    UPD2 - 1
    ENQ - 1
    SPO - 1
    Total number of wp is equal to 26.
    We are facing performance issue from last few months. All dialog work processes are getting occupied and no new users are getting connection to system. We are thinking to increase number of dialog work processes.
    My question is 1. How many work processes I can add more?
                            2. What is the procedure to calculate number of processes.
                            3. What memory calculations I need to consider before performing this changes.
    You can also suggest any document for reference.
    Regards,
    Sujit

    Hi,
    The maximum number of work processes depends on several things like the below.
    1)  Majorly on Your primary Memory
    2)  Hardware capacity
    3)  Operating systems
    4)  SAP version as well...
    You need to calculate the work processes with your primary memory.
    Every work process should take 150 mb space on memory.. so you need to increase the work processes that should be campatible with your primary memory.
    And please read the OSS notes as suggested by our frnds then go ahead with your rquirement.
    -Srini

  • APEX Sequence number when passing data from different instances

    Hello there,
    I have a question for you guys.
    I have an application sitting in my Production area, and the one in test needs to be up-to-date (the data). So I grab the excel file, truncate the table in my test area and load the table from prod into the one in TEST.
    The problem with this is that when I tried to insert a record to the table it gave me the unique constrain error. Because the sequence for the table in test next number is 500 and the last number (primary key) in PROD is 10,000.
    I tried to change that number in APEX but it won't alow me to. The only thing I can change is the minimum and the maximum value.
    Can I change the min to 10,001 so it can now start fro there or what would you recommend to shance the last sequence number of the table to 10,001?
    Regards,
    Ruben Tapia

    Hi,
    Copy your sequence SQL e.g. to notepad. Drop that sequence.
    Edit SQL in notepad by changing number after START WITH to be 10001.
    Then just recreate sequence from your edited SQL =)
    Br,Jari

  • Total number of radio buttons selected within instances

    Hello,
    I have a radio button group that lives within a repeatable subform.
    I would like to loop thru and set some fields outside of the subform to keep totals of the items that are ticked within the radio button group.
    I am using the following script (text field via calcuate) but it is not working.
    Can anybody help?
    var otherDetailLines = xfa.resolveNodes("BugGroup_f[*]");
    for (i = 0; i < otherDetailLines.length; i++){
        if (otherDetailLines.item(i).resolveNode("BugGroup_f.detail3.bugInfo.BugItem.status.RadioBut tonList").rawValue == "6")
            this.rawValue = +1;
        xfa.form.recalculate(1);

    Paul,
    Can you help me reverse engineer it for FormCalc?
    Or do you suggest keeping it java and coding it that way?
    Thanks again!

  • [database design]  the "too many" number of users of one instance!!

    Good morning everyone!!
    I have a question about the number of users of one db
    instance, "possible problems" caused by too many users,
    and "pros and cons" of this case.
    Now, the company I work for is considering centralizing
    150 db servers of 150 sites. 150 chained-stores have
    their own db instance.
    Here is the structure of db instance after the
    centralization.
    1. Centralized instance has each user per site(150
    sites), for example, site001, site002, …site00n, …
    site150
    2. Each user has its own 250 tables, thus the db
    instance become to have 150 users and 150*250 tables.
    3. Each user has almost the same table schema, not
    exactly. There are a little bit of differences among
    the business rules of each sites.
    4. the version of centralized db instance is "oracle9i".
    Theoretically, it seems like there is no problem, but I
    have not experienced the db instance like this, which
    has "too many" users of 150 users.
    In terms of every aspect such as "performance/tuning",
    "system management", or "something else", I would like
    to hear what could be "the pros and cons" of this
    structure.
    Assuming that there are possible critical problems caused
    by too many users, what could be the alternative choice?
    I will be waiting to hear your experience. Every response
    will be appreciated, even if it is not about what I asked.
    Thanks for your interest in advance.
    Have a nice day.
    Ho from Japan

    Have a look to following AskTom threads:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:31263903816550
    http://asktom.oracle.com/pls/ask/f?p=4950:8:4685256847630125933::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:63447102315094

  • Number of reports/instances in a BOE XI R2 environment

    Is there any tool, BusinessObjects or third-party, that can list a total number of reports and/or report instances in a specific environment.
    My goal is to get an idea of which one of our client folders has the most reports, and more specifically which is taking up the most space on in the file-repository.
    Any ideas?

    Hi David,
    In order to find the total numbers of reports in the Enterprise fire the following query from the Query Builder tool.
    SELECT
    Count(SI_ID)
    FROM
    CI_INFOOBJECTS
    WHERE
    SI_KIND = u2018CrystalReportu2019
    The queries above will return the total count of the CR reports which are present in the Enterprise.
    In case you would like to find the WebI Or DeskI reports reports then use the following in the where clause respectively SI_KIND = u2018webiu2019 and SI_KIND = u2018fullclientu2019
    I hope this helps you.
    Regards,
    Prashant

  • To get page number reset at instance

    Hello everyone!
    When i having tons of Sale order to print at one time(i am feeding the start NO/end NO to report), i want the page number to be reset at every instance of Sale order but not reset at the whole report as now.
    There is a repeat frame with the source of Sale order query and my page number columns in put in this frame.
    How to do this? Thanks a lot!

    You create a field (in the margin) with source Page Number. On the Page Numbering property, you set the 'Reset at' property to the order repeating frame.

  • Maximum number of Oracle-10/11 instances on a Windows server?

    Hi,
    What is the maximum number of oracle 10/11 database instances that can be installed on a Windows-32 server.
    Also what is advisable?
    Assuming each database instance will have no more than 4 concurrent users with light usage.
    Windows Server - 2008 4GB Ram Xeon or similar processor.
    Many Thanks
    Shahine
    [email protected]

    user6394502 wrote:
    Hi,
    What is the maximum number of oracle 10/11 database instances that can be installed on a Windows-32 server.
    Also what is advisable?
    You can have any number of instances installed on the server. 42 is a great number.
    Just don't turn on more than one or two instances at a time.
    Better might be to look at, and understand, 'schema' concept - it may be possible to use multiple schemas in one instance/database to accomplish the same thing as your multiple instance proposal.

  • Change Instance Number

    Hi,
    I have a SAP Enterprise 470 system.
    OS: HP-UX 11.11
    DB: Oracle 9i
    SAPSID: B01
    DBSID: B01
    Instance Number : 00
    How to change the instance number from 00 to 01?
    Thks & Best Regards,

    Sorry a typo.
    <a href="http://www.sapadministration.com/">http://www.sapadministration.com/</a>=> Knowledge => MiniSAP 46D => Custom Minisap.pdf

  • Can one instance have multiple redo threads ?

    i was reading the Oracle Data guard 10g guide and it says
    Determine the appropriate number of standby redo log file groups.
    Minimally, the configuration should have one more standby redo log file group than the number of online redo log file groups on the primary database. However, the recommended number of standby redo log file groups is dependent on the number of threads on the primary database. Use the following equation to determine an appropriate number of standby redo log file groups:
    (maximum number of logfiles for each thread + 1) * maximum number of threads
    Using this equation reduces the likelihood that the primary instance's log writer (LGWR) process will be blocked because a standby redo log file cannot be allocated on the standby database. For example, if the primary database has 2 log files for each thread and 2 threads, then 6 standby redo log file groups are needed on the standby database
    while Oracle's definition of redo log states the following
    Redo Threads
    When speaking in the context of multiple database instances, the redo log for each database instance is also referred to as a redo thread. In typical configurations, only one database instance accesses an Oracle Database, so only one thread is present. In an Oracle Real Application Clusters environment, however, two or more instances concurrently access a single database and each instance has its own thread of redo.
    this is confusing, in a typical environment where only one instance accesses a database, can we have more than one redo thread ?

    Though you can create multiple threads but of no use in NON-RAC or non-parallel server configuration.
    Following is the generic formula. You should consider
    maximum number of threads = 1 for single instance (NON-RAC).
    (maximum number of logfiles for each thread + 1) * maximum number of threads
    Message was edited by:
    Reega

  • Customer Standard page is behaving differently in two different instances Y

    HI Guru's,
    I am querying the data in one Customer standard page in support6 instance for eg: 27868 is a Acccount Number we are searching for this and we are getting the Data in this instance here the thing is the Account is Inactive and we can view even Inactive customers in this.
    Now we are seraching for the Customer Number(Acct. Number) same : 27868 in Support 3 instance now here the magic thing i found is i am unable to get the Data in this intance here this one also in backend it is Inactive Customer and this is also a Standard page there is no customization for this.
    Why these two instances are behaving like this if i search for a Same Account Number in Customer search page its a oracle standard page there is no customization.
    Support 6 -- Is Multi node having 2 nodes
    Support 3 -- Is Multi node having 3 nodes .
    Previously we have perform one customization we have changed the query in both the instances same query then also it is behaving like previous one, So we plan to remove the complete customization to both of the instances and tried so we are facing this Issue.
    Note : Support 6 having some Oracle Patches is different from Support 3 Patches means some patches is not applied in Support 3 instances.
    So, is there any issue of those patches and these are not OAF Patches its some Apps Patches.
    Please it's a High Priority issue for me so OAF Guru's update me your valuable answers to me so that i can check out why it is behaving like this.

    Hi
    I have removed my personalizations and customizations in all nodes like this,
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO');
    end;
    Commit ;
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults');
    end;
    Commit ;
    Next i have run jdr_utils.printdocument also in all the instances so i got these output
    Error: Could not find document /oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO
    Error: Could not find document /oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults
    in all the instances same , so now its a standard functionality right because i have reverted back my customizations.
    i have these two scripts because 1. this is for Vo substitution removed and 2. this is for two new attributes that i added before that was removed.
    Even i have checked the "About this page" link and then we tried to see the query and we got the standrad query only.
    Yes DBA bounced all the 3 nodes for Support 3 and in Support 6 also he bounced 2 nodes.
    The Database has only 1 common node and 1 $java_Top which is shared for all the 3 nodes for support 3 instance and for Support 6 instance that is diffrent $Java_Top .
    Edited by: Kiran Paspulate on Nov 16, 2012 1:43 PM

Maybe you are looking for

  • Logic referencing wrong apple loop after dragging from loop browser

    (I am an X-Pro Tools Junkie) I am loving Logic. I recently upgraded from Logic 7 on an old G4 to Logic 9 Studio on a MacBook Pro. I installed all my software and plugin's  fresh on the new machine. I opened up each projectindividually on my old machi

  • Automatic change of Net price in contracts

    Hi all My users want to create a contract (ME31K) which updates net price by .005 cents every month ( some more coditions) automatically. i am new to this and i donno how to do this. i guess conditions/pricing procedure can help. Can you please sugge

  • Usb to Serial port adapter

    I have a gilsson usb to serial port bi directional adapter cable which uses the Prolific pl-2303 chipset. I am attempting to use this cable to interface a Mac Mini with a Harsper PDP plasma television. I am attempting to control the functions of the

  • Tiger OSX 10.4 and Photoshop...what can i do?

    I recently purchaced adobe CS2 for my mac and everything works fine ... except for InDesign and Photoshop. I thought mac was a graphic based computer so i don't get why adobe doesn't work on the newest version of it's tiger... ? Is there anyway that

  • Youview picture too dark - On Demand buffering pro...

    Hi - I'm new to Youview but not to BT Broadband.  So when my Humax box arrived Thursday I had everthing installed and working with 20 minutes.  I have a 3 year old Sony 32 inch Freeview TV (not latest tech but with HDMI) - so was looking forward to H