RZ10 instance parameters on AIX 5.3 p595 - any advice?

Does anyone have parameters to share for ECC 6.0 EHP3 running IS-OIL? There are so many notes however I would like to see what is best practice in the real world. We have a decent size with several apps servers. I have set baseline using Note 789477 and 146289 however there are so many variations depending on the implementation.
Thanks
Mikie

> We have a decent size with several apps servers.
<irony-on>
Well - that is of course a concrete number everyone could give you an advise...
<irony-off>
Memory/instance tuning is an iterative process. If you have no clue how to configure the system for your load I would book an EarlyWatch service (that you get for free AFAIK if you go live with a new system), they can check the system data with tools and recommend good parameters for the initial start. However, you will need to tune after some days/weeks according to what you see on your system.
Markus

Similar Messages

  • 8.x and 9.2.x instance on single AIX

    Is it possible/supported to run an 8.x instance and an 9.2.x instance on one AIX machine (F40 AIX 4.3)
    thanks in advance
    Torsten

    As John pointed out make sure your server is 64-bit compliant. Even though the OS is, the hardware may not be.
    From Metalink:
    Please note that even though AIX 4.3.3 is 64-bit compliant, 64-bit Oracle code will only work on a 64-bit box. You can easily confirm whether or not you have a 64-bit box by:
    cd /bin
    ./locale64
    If you have 32-bit hardware the following will be returned:
    exec(): 0509-036 Cannot load program ./locale64 because of the following errors:
    0509-032 Cannot run a 64-bit program on a 32-bit machine.
    If you have 64-bit hardware, something like this will be returned:
    LANG=en_US
    LC_COLLATE="en_US"
    LC_CTYPE="en_US"
    LC_MONETARY="en_US"
    LC_NUMERIC="en_US"
    LC_TIME="en_US"
    LC_MESSAGES="en_US"
    LC_ALL=
    9i is available only on 64-bit AIX machines.

  • Dialog instance installation on AIX

    Hi,
    I am palnning to install Dialog instance of ECC5.0 with oracle database on AIX5.3
    OS.
    I am having some queries.
    1: what file system is requied for dialog instance on AIX ( both for oracle and application)
    2: whether /sapmnt and /usr/sap/trans I have to make as NFS or not.
    3: whether oracle client installation it will ask in between of dialog installation if not then when it will ask.
    4: What about oracle patch installation.
    Please reply its urgent.
    Thanks
    Manoj

    01. Yes
    Only 3 Mounts you require ( assuming local Kernel Upgrade)
    /usr/sap/trans
    /sapmnt/<SID>/global
    /sapmnt/<SID>/profile
    02. Please check 1st Point answer
    03. NW2004s demands for Oracle Client installation cd. check in NW2004.
    04. Patch is for Oracle Server ( not for client)
    Rgds
    PR

  • Session level NLS_COMP NLS_SORT not inheriting from instance parameters???

    Hi all,
    I have an Oracle 11g installation with a database setup as follows: NLS_COMP=BINARY, NLS_SORT=BINARY.
    After playing a bit at the session level with NLS_COMP=LINGUISTIC and NLS_SORT=BINARY_CI, I persisted them at the instance level via ALTER SYSTEM with SCOPE=SPFILE.
    Bounced the database and voila, when I query nls_instance_parameters it reflects my changes.
    Problem is, my parameters are not applied to my session: in fact, if I query nls_session_parameters, both are still set to BINARY. (Note: using sqlplus).
    The documentation (http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/create006.htm) states:
    "A new session inherits parameter values from the instance-wide values."
    Am I missing something here? Is sqlplus somehow overriding the instance-level parameters? (I know sql developer may, depending on your options, hence I went back to basics...).
    Any help appreciated!
    Thanks in advance,
    Paolo

    Hi Sergiusz,
    Thank you again for your reply.
    In my registry NLS_LANG is set to its default value (AMERICAN_AMERICA.WE8MSWIN1252), so I assume that unless I set anything specific in my environment, NLS_COMP and NLS_SORT are affected by that and sort of reset to BINARY?
    If this is the case, then I'm struggling to understand the purpose of setting them at the instance level, given that as you said, NLS_LANG shouldn't be removed as an environmental variable and it seems to override them?
    Along the same lines, if I understand this correctly, should I have no control over the environment that my application runs in (e.g. a web application running in a shared IIS app pool), then the only option left is (re)setting my variables every time I establish a connection with the Oracle db, thereby starting a new session?
    Really appreciate your help.
    Cheers,
    Paolo

  • RMAN duplicate - instance parameters

    Hello all.
    I want to refresh the test environment with new production backup in oracle database 10g.
    we have standby configured and its in sync with prod. So we took standby database latest backup and going to use to refresh the test environment.
    prod is a 2 node rac and test is also a two node rac.
    prod use different asm disk group and test uses different asm disk group.
    so after taking backup, moved the backups to test environment.
    Took backup of test spfile.
    shut down the test both rac nodes after editing the parameter "cluster_database=false" parameter in spfile.
    i am little confused about the the parameters to be removed and not to be removed in pfile to start the auxiliary instance.
    we can remove parameters related to rac and these parameters also
    cluster_database_instances=2
    *.cluster_database=TRUE
    kindly let me know
    what value i can give for the parameters since the location is different in prod and test and how the duplicate command handle these parameter to duplicate the database
    control_files
    db_create_file_dest=
    db_create_online_log_dest_1
    db_create_online_log_dest_2
    and i am going to use duplicate target database to <aux_db_name>
    Regards

    Pradeep,
      Refresh rac database is not like refresh standalone database. You need to follow below steps
    Step 1)  Take the full backup of production database
                * Backup of database , controlfile and pfile to backup location
                * Comment the all rac related parameters and add change the control_files,db_file_name_convert,log_file_name_convert parameters as per test environment
                * scp all backupfiles to any of the server in test environment
      Step 2)  
                * connect to database which you want to refresh in test env
                * change the cluster_database=false (so that we can start the database exclusively for this instance only)
                * shutdown immediate and startup restrict nomount
                * drop dtabase
      Step 3)
               * Remove the database information from ocr file
                  srvctl remove database -d <db_name>
    Step 4)
              *  startup nomount pfile=<location>
              *  connect to  rman
                   rman auxiliary /
              *  use duplicate command to create a database
    Step 5)
             * shutdown the database and make changes in pfile as remove all comments for all rac related parameters then create spfile from pfile
             * and startup database
             * use srvctl add database -d <db_name>
             * create second instance in second node also

  • Standby database instance parameters in OEM repository

    Hello all,
    I am just wondering if someone using mgmt$db_init_params view to get information
    about init parameters for standby databases in OEM (11.1.0.1)
    I had problems for one of standby databases and after creation of SR was told that
    dbconfig metric is not gathering that information for standby databases
    Using Management Repository Views
    However I have ~40 standby databases in OEM and 25 of them got entries in the view - how they got there?
    And if there are any other ways to get init params for standby databases which do not
    have that information in the view
    Thank you,
    Andrey

    How are you monitoring the standby targets with sys account or dbsnmp?

  • How can we open a new instance of Firefox without URL bar and any other control (except PREV, NEXT and RELOAD)?

    Dear Volunteers,
    I am looking for a solution for Firefox Win App and Mobile Apps where on click of a button from the website page, we should be able to launch a new instance of firefox instance (like a popup box) with following features:
    a. It SHOULD NOT have any URL bar to display.
    b. It SHOULD NOT show any plug-ins or any other functionality except Previous, Next and Reload.
    c. This instance of firefox should always be on-top of all other application.
    Please advise, how firefox can be customized to offer in all platforms by default.
    With lot of hope from this volunteer community,
    Rajiv

    You would need your visitors to install some kind of add-on, since web pages do not have permission to block the display of the page address and users do not need to allow a new window to be modal and block other Firefox windows, much less other OS windows.
    Over the years, people have developed extensions for kiosk-style displays. You could investigate those for ideas.

  • TS3276 Acknowledging email/internet parameters are functional when attaching, in any fashion, jpegs of 6GB+ they are being received as 70KB attachments? Have i missed some setting?

    Having issue with sending jpeg attachments. Acknowledging that all my email/internet providers are functional and the usual parameters have been checked I currently have the following concern. When attaching, in any fashion, via all methods, jpeg files of 6GB+ they are being sent and received as 70KB+/- attachments? Have a I missed some simple setting or is this a function of iPhoto. I can send the same full size jpeg attacments via Windows based laptops usuing same services, same location; and have had no previous issue using a previous Windows PC.
    Appreciate any input.
    Oatser

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Installation of additional DI in HP-UX server connecting to DB6 AIX

    Hi,
    I would like to ask to anyone who has experience in installing additional dialog instance in HP-UX server and connecting this DI to an existing Central Instance on DB6 AIX.  Are there any watchouts that I need to consider to be able to implement this smoothly?
    Thanks.
    Regards,
    Sameysha

    Hi Frank,
    Thanks for your inputs. 
    Is there any recommendations in installation of additional DI in the production systems?  As DB/CI should be up and running while installing the DI - is it ok to do the installation during productive hours?  My worry is that after the DI installation - it will be already visible in SM51 and can be used by the system to accomodate other loads and may have impact to the user's activities.  Are there any best practices recommended for this scenario?
    Regards,
    Sameysha

  • E-mail bounce For system.

    We are trying to send an e-mail from my personal address  the e-mail address (XXXX). This last e-mail addressed is connected to the (XXXX) e-mail address. Which will be delivered at the CP4 system.
    However this mail is being bounced.
    After checking the system we've found out that the connection from the mail server to the CP4 is working fine. However the mail does still not receive in SAP. Can you please check this issue. Maybe within SAP, maybe on unix mail-agents which are not running fine, or port-binding which is not correct.
    I have checked  
    (1) <sm37>  :   SEND SAPCONNECT INT   >>> suuccesfully.
    (2) ,scot>   : every thing is ok (green)
    (3) <sost>   : erroe >> Cannot process message in SAP System , long text >> No ESMTP Plug-In Is Available for SAPconnect
    Application Server Used by the Send Process:
    plsapcp401
    As per sap note this parameter   rdisp/start_icman = true 
    (4)  <rz11>  rdisp/start_icman = true
    (5)from os level >> ping mail host mail port >> its pinging
    Regards
    mohsin mulani
    Edited by: mohsin mulani on Sep 23, 2008 5:39 AM

    Hi mohsin,
    Check in SMICM that the ICM is actually up and running. Some times it doesnt start automatically. Then check if you have configured the SMTP service in SMICM -> Goto -> Services and there should be an entry for SMTP.
    If not you will need to create one in SMICM (455140 gives the RZ10 instance parameters).
    Hope this helps
    Michael

  • Customising text within child movieclip

    Hi everyone,
    I have a movieclip that contains a second movie clip. This inner movie clip is being animated so that it's transparency gradually fades in. If you go into this inner clip, in addition to all the objects that make it up, there's a layer of text. I want to be able to place multiple instances of the parent clip on the main timeline so that each of them are identical except for the text that exists in the child movie clip, ie. I want to be able to customise this inner text.
    Is this possible to do? I mean if I place a number of instance on the root timeline and change the text of each of these instances, will they remain unique?
    Appreciate any advice.

    Chances are they will not remain unique, meaning if you change one, they will all change to that same thing.  You need to create new library symbols for each.
    A way around this.... It may be possible to make this a dynamic textfield and assign text to it via actionscript when the file is playing.  If you are animating the text, you likely need to embed the font.

  • Setting PGA_AGGREGATE_TARGET to resolve Hash Join issues?

    I'm running some fairly big queries against our data warehouse, 10s millions of rows in some of the tables we are joining. The response times we are getting vary but its not unusual for these to run for many hours (8 and 12 for a couple of the more recent ones). Looking at the long ops I see that it can take 30000 seconds to do a hash join. Full Table Scans are reasonably fast, the cost of the query is pretty good but the hash/sort/merge operations kill the queries every time.
    As a developer with access to Google I am obviously well qualified to be telling our DBAs what they need to do to improve the performance of my query - and I stumbled upon the PGA_AGGREGATE_TARGET parameter. Its pretty low in my current environment, 50Mb until I go them to up it to 200Mb (they wouldn't go bigger). But from what I've been reading I think this needs to be alot bigger, the sizes of some of my tables are huge (and often I'll be joining entire datasets and grouping/aggregate them).
    But am I looking at the wrong thing, some comments I've read suggest its limited to 200Mb anyway (a hidden parameter?) and that we'd be better off setting manual AREASIZE parameters, is this the case?
    Any advice (knowing that I've not supplied explain plans, real sizings etc), but a point in the right direction would be greatly appreciated.
    Cheers
    Richard

    Hi Richard,
    Could you give some more details related to your problem:
    Which DB version is exactly used ?
    Which OS is installed on the DB Server?
    Is it a 32 bit or 64 bit OS?
    How large is your SGA?
    How much free memory (RAM) do you have on your server?
    Is the query executed in parallel?
    But even without these information I can clearly say that 50MB is far too small.
    By default I would recommend, for a DWH, to set the PGA twice as large as the SGA.
    You may also have a look at the following documentation:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/memory.htm#49321
    http://www.pythian.com/documents/Working_with_Automatic_PGA.ppt
    http://www.miracleltd.com/msdbf2007/js.ppt
    http://www.vldb.org/conf/2002/S29P03.pdf
    http://www.sloug.org/presentations/If_Memory_Richmond_Shee.ppt
    Regards
    Maurice

  • BPMon Z logical components

    Dear experts..
    Background:
    SOLMAN 7.1
    Context=> BPMon configuration. I am trying to create  a Z logical component. Z logical component is only required in order to describe a "non sap system".  We only need to the Z logical component for "graphical " purposes. For instance, Non SAP system is used to create Sales Order. Non Sap system feed Iway. Sales Order are reaching SAP via Iway.
    As per my understanding process should be:
    >Z Product system
    >Z Tech system
    >Z logical component.
    I am not able to move forward because I cannot assign a Z product instance into hte Z product created.
    Any advice or guidance would be appreciated.
    Thanks and Regards,
    Abraham

    It is important that the target destination follow the following
    convention when you are running RLMDB_MIGRATE_NONSAP_PRODUCTS in SE38
    “RFC destination name starts with the prefix 'LMDB_SLD_CR_' (for
    example, LMDB_SLD_CR_MYSLD)”
    David

  • Copy site using "Site Contenct and Structure" fails

    Hello
    As as site administrator I'm trying to copy a site in a subsite to another subsite, but it fails with a stacktrace. The site is not copied.  
    I open the "Site Contenct a Struture" menu, I can see the site hierarchy, I locate the site, a drop down menu opens on the site in question, I choose "Copy" and find the target site to copy the source to. The process starts, but fails
    with a stack trace:
    <error><message></message><full>Microsoft.SharePoint.SPException
    ---&gt; Microsoft.SharePoint.SPException ---&gt;
    System.Runtime.InteropServices.COMException (0x80131904):
    &lt;nativehr&gt;0x80131904&lt;/nativehr&gt;&lt;nativestack&gt;&lt;/nativestack&gt;
    at
    Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListOnImport(String
    bstrUrl, Guid&amp; pguidListId, String bstrTitle, String bstrDescription,
    Int32 lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags,
    Int32 iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes,
    String bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass,
    String bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String
    bstrForms, Boolean bCompressedSchema, DateTime dtTimeCreated) at
    Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl,
    Guid&amp; pguidListId, String bstrTitle, String bstrDescription, Int32
    lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32
    iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes, String
    bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String
    bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms,
    Boolean bCompressedSchema, DateTime dtTimeCreated) --- End of inner exception
    stack trace --- at
    Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) at
    Microsoft.SharePoint.Library.SPRequest.CreateListOnImport(String bstrUrl,
    Guid&amp; pguidListId, String bstrTitle, String bstrDescription, Int32
    lTemplateID, String bstrFeatureId, Guid guidRootFolderId, Int64 llFlags, Int32
    iVersion, Int32 iAuthor, String bstrFields, String bstrContentTypes, String
    bstrImageUrl, String bstrEventSinkAssembly, String bstrEventSinkClass, String
    bstrEventSinkData, Guid guidDocTemplateId, String bstrViews, String bstrForms,
    Boolean bCompressedSchema, DateTime dtTimeCreated) at
    Microsoft.SharePoint.Deployment.ListSerializer.CreateList(SPWeb parentWeb,
    Dictionary`2 listMetaData, Boolean usingPublicSchema) at
    Microsoft.SharePoint.Deployment.ListSerializer.SetObjectData(Object obj,
    SerializationInfo info, StreamingContext context, ISurrogateSelector selector)
    at Microsoft.SharePoint.Deployment.XmlFormatter.CallSetObjectData(Object obj,
    SerializationInfo objectData, ISerializationSurrogate surrogate,
    ISurrogateSelector selector) at
    Microsoft.SharePoint.Deployment.XmlFormatter.ParseObject(Type objectType,
    Boolean isChildObject) at
    Microsoft.SharePoint.Deployment.XmlFormatter.DeserializeObject(Type objectType,
    Boolean isChildObject, DeploymentObject envelope) at
    Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream
    serializationStream) at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream
    serializationStream) at
    Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects() at
    Microsoft.SharePoint.Deployment.SPImport.Run() at
    Microsoft.SharePoint.Publishing.Internal.DeploymentWrapper.Copy(String[]
    sourceSmtObjectIds, String destSmtObjectId) --- End of inner exception stack
    trace --- at
    Microsoft.SharePoint.Publishing.Internal.DeploymentWrapper.Copy(String[]
    sourceSmtObjectIds, String destSmtObjectId) at
    Microsoft.SharePoint.Publishing.Internal.WebControls.CopyObjects.Copy()</full><customData>Operation
    to Copy &#39;/Reports/Other/QA140&#39; to
    &#39;/Reports/RepMaritimeOperations&#39;
    failed</customData></error>
    In the event log I find this:
    Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (49088ef3-bf0a-455d-9134-63a4913fe869).
    Reason: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by abc\spservice, in the OWSTIMER (7796) process, on machine BLA01.  View the tracing log for more information about the
    conflict.
    Technical Support Details:
    Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException: An update conflict has occurred, and you must re-try this action. The object SearchDataAccessServiceInstance was updated by HURTIGRUTEN\spservice, in the OWSTIMER (7796) process, on machine
    BLA01.  View the tracing log for more information about the conflict.
       at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
       at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)
    If the root cause is somewhere in the direction of what the Windows Event log says, then I found this article, but I'm not sure.
    http://www.social-point.com/sharepoint-2010-event-id-6482-application-server-administration-job-failed-for-service-instance-microsoft-office-server-search-administration-searchserviceinstance
    Any advice?
    Thanks.
    Henrik Fyhn http://repeatableread.blogspot.com/

    Hi Henrik,
    According to the error you encountered, please check if you enable usage data collection. If not, please enable it, then Restart IIS and SharePoint Timer job and then check if the error disappear. If its enabled already and still these IDs are logged into
    event viewer, then disable that first, Restart IIS and SharePoint Timer job, enable them and Restart IIS and SharePoint Timer job again.
    To enable the Usage Data Collection navigate Central Administration >> Monitoring >> Configure usage and health data collection >> Under Usage Data Collection check the box>> Under Health Data Collection check the Enable health data
    collection box.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Controlling visibility of Spry Accordian

    Hi,
    I have created 2 spry accordians for my site here :: www.octopusdesign.net/embedded.html and am having a problem with their presentation.
    After the page has loaded the spry panels are laid out and then they collapse leaving one visible panel. The problem is that I don't want to see the accordian at all until it has been collapsed. I tried using CSS to set the visibility to hidden initially on creation and then to visible at the end of the  onload handler. This is slightly better, but you still see the page become stretched (as the accordian is laid out invisibly) before the page resumes it's correct size and the accordian becomes visible.
    Then I tried setting display = none in the CSS with display = block at the end of the on load handler. In this instance the accordians never become visible.
    Any advice on how to manage this better would be greatly appreciated. I'm using Dreamweaver CS3.
    Thanks for listening,
    Chris

    Hi,
    Depending upon another context attribute condition get th ecolumn ref of the alv field which you want to hide and set the visibility property to none.
    data : lt_columns type SALV_WD_T_COLUMN_REF.
    Get the column ref
      CALL METHOD lo_value->if_salv_wd_column_settings~get_columns
        RECEIVING
          value = lt_columns.
    CALL METHOD lr_column->set_visible
            EXPORTING
              value = cl_wd_uielement=>e_visible-none.
    Thanks,
    Shailaja Ainala.

Maybe you are looking for

  • Partition of external HD - Time Machine & Aperture

    Good day all, I bought an external HD (1TB) and I formatted it in FAT 32, so I can use it for both Window and Mac. I also copied all my files in it. When I tried to select it as Time Machine disk, I received the message that the HD needs to be re for

  • ABAP Dump "SAPLSMSY_GENERATE_RFCDEST" in SOLMAN

    We included one system in SOLMAN. After completion we got the following error. Can any one help out as quick as possible. Category               ABAP Programming Error Runtime Errors         SYNTAX_ERROR ABAP Program           SAPLSMSY_GENERATE_RFCDE

  • How do i delete icloud mail in general?

    is there a way to completely delete an icloud mail account?

  • Maintenance Planning & Scheduling of calibration order

    Hi I have to schedule calibration inspection of a few equipments in such a way that system automatically create inspection lot & calibration order daily. Whether user enter calibration result or not, inspection lots in future should be created automa

  • 11g installation for oim & oam

    Explain the steps to install Oracle Indentity Manager & Oracle Access Manager in 11g version?