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

Similar Messages

  • Don't see the SCM Installation Guide on 9i Developer Suite CD

    Hi everybody,
    I don't see the SCM Installation Guide on my 9i Developer Suite CD. The CD is Release 2 (9.0.2.0.0) for Windows. I do see a file for the release notes titled 'Oracle Software Configuration Manager Release Notes Oracle9i Developer Suite Release 2 (9.0.2). Any leads on where to find the installation guide is appreciated.
    I'd like to read the guide before installing Oracle Designer 9i. Any help with installing these two products is appreciated.
    Thanks very much,
    -- Bill Loggins

    Bill,
    I don't have a CD to verify its location. However it is available on the otn site. Try the URL:
    http://otn.oracle.com/docs/products/repository/content.html
    Regards
    Mark Pirie

  • Installation question - Changing the default installation directory

    Is there a way during a silent install to change the default installation path from c:\hyperion? For instance I would like it to install to c:\program files (x86)\Hyperion by default with no user interaction required.

    Not sure what you are trying to install but personally I would steer away from using directories with spaces in
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Hardware requirement for Fusion Applications HCM installation

    Hi Team,
    I want to install fusion applications for HCM.
    Can any one suggest the minimum hardware requirement for installation.
    Please help me with any documents.
    Thanks,
    Chandra

    Dear Chandra,
    Please note that Fusion Applications installation involves following components.
    1. Oracle Identity and Access Management components (Middleware infrastructure)
    2. Oracle Database for IDM
    3. Oracle Database for Fusion Apps
    4. Fusion Applications Domains (includes Admin and managed servers for Fusion Applications)
    I have posted a guide on installing Fusion applications on 2 node setup and if you have sufficient hardware to host 2 VMs then it can be done on single server as well.
    http://www.oratraining.com/blog/2013/03/oracle-fusion-applications-installation-step-by-step-guide-11-1-6/
    This will explain the 2 node architecture which I have prepared.
    http://www.oratraining.com/blog/2013/03/fusion-applications-architecture-for-2-node-setup/
    The minimum memory requirement changes if you select more products since in Fusion apps each products have their own domain and if you select more products then there will be more application managed servers (even if you don't select a product family, it will still create some managed weblogic servers based on dependency with selected products)
    The minimum memory requirement to host IDM and consolidated DB in 1 node is 10-12 GB
    The minimum memory requirement to host Fusion Applications domains on 2nd node is 64 GB (for 1 product family, for all products selected then 128 GB)
    Please note that these are "minimum" requirements based on my experience, not as per the documents since what we are talking about is installing for "learning", not for production, where you will host various components in separate nodes.
    Thanks
    Tushar
    www.oratraining.com

  • Hardware Requirements for Android Adobe Air Installation or certification requirement?

    Hi, Friends,
    I am newbie on Adobe Air and tried to install Air apk on my android ICS device from Google Play.
    However, it complains that the device is not compatible with the software package.
    I wonder if there are any hardware requirements or certification requirement for new android phone device on the market.
    Regards
    -Charles

    Well, my theory is it only works on 4g phones, at least with Metro PCS phones!
    Using the following 3g phones, I got "device is not compatible"
    - Hawai ascend  OS  (3g)  ~incompatible
    - HTC (3g) ~incompatible
    - Samsung Admire (3g) ~incompatible
    But after buying my $300+ 4g LG phone, also from Metro PCS, the Adobe AIR installed sucessfully.
    Also, I as fyi, noticed that Adobe Air app did not show up in the Google play list on the 3g phones.
    I hope this info helps.
    Best,
    Will (from waitingonsanta.com)

  • The question about the HA installation on ECC6.0

    Hi Experts,
    We are about to implement a project with HA environment on the ECC6.0 in the near future, which is just about the ABAP stack. After reading the Installating Guide, I stil have several questions related to the procedures of HA installation.
    In the guide document, I got the following steps to process for realizing the HA of ECC6.0:
    1. Run SAPinst to install the central services instance (ASCS) using the virtual host name on the primary cluster node, host A.
    2. Prepare the standby node, host B, making sure that it meets the hardware and software requirements and it has all the necessary file systems, mount points, and (if required) Network File System (NFS), as described in Preparing for Switchover .
    3. Set up the user environment on the standby node, host B. For more information, see Creating Operating System Users and Groups Manually. Make sure thatyou use the same user and group IDs as on the primary node. Create the home directories of users and copy all files from the home directory of the primary node.
    4. Configure the switchover software and test that switchover functions correctly.
    5. Install the database instance on the primary node, host A.
    6. Install the central instance with SAPinst on the primary node, host A.
    7.If required, install additional dialog instances with SAPinst to replicate the SAP system services that are not a SPOF. These nodes do not need to be part of the cluster.
    My Question is that does standby node(host B in above context) need to install the ASCS, database instance and Central Instance?
    If host B does not need to install the database instance, how about the whole system would be when the primary cluster node (Host A in above context) totally crash, such as power failure.

    Hi Rong,
    I would try to explain it in simple words...
    My Question is that does standby node(host B in above context) need to install the ASCS,
    database instance and Central Instance?
    If host B does not need to install the database instance, how about the whole system would be when
    the primary cluster node (Host A in above context) totally crash, such as power failure.
    1. You don't need to install ASCS on Node B. You are installing it using a VIRTUAL HOSTNAME which represent cluster not individual node. VIRTUAL HOSTNAME is assigned to cluster package, so whichever Node is the owner of the package, will have the VIRTUAL HOSTNAME. (it will switch with cluster switchover)
    2. It is actually a cluster package configuration magic. When Node A is active, cluster package owner is Node A. So all mount points (which is on SAN disk) is mounted on Node A. When you switchover the cluster, those packages will be mounted on Node B.
    Some time single cluster package is used (which includes mount points for SAP instance + Database directories). You can also use 2 cluster package seperating SAP and Database directory structure.
    Only OS related directories should be on servers local disk. All other application related mount points should be on SAN disk which is configured in "Cluster Package". (For example /sapmnt, /usr/sap, /oracle etc.)
    You only need identical users and their enviornment settings on both Nodes.
    In simple words, When primary node fails or crashed only users and thier enviornment setting will be lost. On second node, because of identical users and their profiles, same settings will be available to bring up the SAP system. Your all SAP and Database data is intact as it is on SAN Disk.
    I hope, your confusion is cleared now...
    Regards.
    Rajesh Narkhede

  • Questions on the Wireless Installation.

    Experts,
    We have a good number of wireless access point installed on our network and I want to make sure that these AP's are not conflicting with each other.
    Why do all the wireless access points show me the channel as 1(for 2.4 GHz)? and channel 36(for 5GHz)?
    If I run a WiFi analyses what does the singnal strength in dBm really indicate? Is -70 good?
    regards,
    Nik

    You can configure your WLC for Radio Resource Manager (RRM) and Dynamic Channel Assignment (DCA).
    The radio resource management (RRM) software embedded in the controller acts as a built-in RF engineer to consistently provide real-time RF management of your wireless network.
    RRM automatically detects and configures new controllers and lightweight access points as they are added to the network. It then automatically adjusts associated and nearby lightweight access points to optimize coverage and capacity.
    The controller's dynamic channel assignment (DCA) capabilities are also useful in minimizing adjacent channel interference between access points. For example, two overlapping channels in the 802.11b/g band, such as 1 and 2, cannot both simultaneously use 11/54 Mbps. By effectively reassigning channels, the controller keeps adjacent channels separated.
    Check more details on RRM and DCA in document.
    -Thanks
    Vinod

  • Where's the real installation guide?

    After nearly reaching the limit of my patience with Oracle's documentation and the UCM setup process, I'm putting the call out to anyone who's gone through the installation pain already to throw up a step-by-step installation process that works. So far, documenation that I've found on the Oracle site and various things floating around in the land of Google make small pieces of the whole pie work, but never the whole pie start-to-finish. I and one of my coworkers are very much feeling like anything we get up and running was hacked together just to gain basic functionality.
    In terms of basic functionality and architecture, our goals are the following (and I'd love to know if one of these pieces is specifically known to NOT work):
    Server 1:
    Oracle DB 11g
    Server 2:
    JRun4 (in lieu of Tomcat)
    Apache 2.2.9
    Content Server
    Content Integration Suite (haven't even gotten to Portlet suites yet - just trying to establish base functionality)
    Site Studio
    Full-text search
    JSP Enabled
    For the time being, we've been attempting the setup using Win XP Pro on both boxes.
    I'm hoping I'm just missing a setting or referencing a name incorrectly in my configuration, but I've run into nonstop roadblocks, java and SQL errors and all-around pain and misery. Anybody up for a complete step-by-step that I KNOW a lot of frustrated users are dying to see?
    Thanks!

    Installation of the Database:
    Install OracleXE
    After installing the software, taking all the defaults, follow these steps to create the schema
    Open the SQL Command window:
    On Windows, from the Start menu, select Programs (or All Programs), then Oracle Database 10g Express Edition, and then Run SQL Command Line.
    Connect system/welcome1@XE
    @ <location of installables dir>/Createuser.sql
    @ <location of installables dir>/UCMRole.sql
    The result of this action is a user id (db_admin) with the password of db_admin
    Exit the sql command line
    Installation of content server:
    Navigate to [Install_Dir]\UCM\ContentServer\win32 directory of the extracted zip location. Run Installer.exe
    Use the following options
    Your Locale = English-US
    Installation Type = Install new server
    Installation Directory = c:/oracle/ucm/idc
    Create Directory = Yes
    Java Virtual Machine = Sun Java 1.5.0_11 JDK
    Native File Repository = c:/oracle/ucm/idc/vault/
    Create Directory = Yes
    Web viewable File Repository = c:/oracle/ucm/idc/weblayout/
    Create Directory = Yes
    Master or proxy server = Configure as a Master server
    Admin Server Config = Install an admin server to manage this server
    Note: For subsequent installations you can select to configure an existing admin server and save disk space
    Location of web browser executable path = usually the default
    Content Server Locale = English-US
    Timezone = Use timezone of operating system
    Content Server Port Number = 4444
    Note: Subsequent installation will increment this number. There is no magic to the number other than it is a unique port number on the server
    Admin Server Port Number = 4440
    Incoming connection address filter: 127.0.0.1
    Web Server relative root = /idc/
    Note: Similar to the installation directory above, it helps to name the relative root as to what you are using it for so that you can easily confirm the instance you are working with from the URL in the browser
    Company Mail Server = localhost
    Administrator E-Mail Address = sysadmin@localhost
    Web Server HTTP Address = let it default to your host name. If your web server is on a port other than 80 then enter hostname:port
    Server Instance Name = idc
    Content Server Instance Label = Content Server Master 1
    Content Server Description = Content Server Master 1 for UCM Product Training
    Web Server = Apache
    Database = Oracle
    Manually configure JDBC = No
    Oracle Server Hostname = localhost
    Oracle Listener Port = 1521
    Oracle User = db_admin
    Oracle password = db_admin
    Oracle instance name = XE
    Find the JDBC driver in a specific jar file = no
    Create database tables = no (since we have created them earlier, otherwise) yes
    Components to install =F
    Configure Administrative Server service = Install service and start automatically
    Configure the admin service to run as a specific user = no
    Configure admin service to be dependent on another service = no
    Configure Content Server service = Install service and start automatically
    Configure the service to run as a specific user = no
    Configure service to be dependent on another service = no
    Proceed with install = Proceed
    Disable 8.3 Filename creation=true
    Proceed with intsall : 1
    Verify the installation
    Open Windows Explorer
    Navigate to “c:\oracle\ucm\idc\install”
    Open the “log.txt” file in a text editor
    NOTE: Content Server writes files in UNIX style, using only a line feed and not the carriage return/line feed combination that Microsoft uses. So using Notepad as your text editor will give you huge run-on sentences. Use WordPad or TextPad or some other “real” text editor
    Review the log for errors.
    NOTE: The default English-US locale uses two digits to represent the year (‘yy’), where the year is interpreted to be between 1969 and 2068. In other words, 65 is considered to be 2065, not 1965. If you want years prior to 1969 to be interpreted correctly in the English-US locale, you need to change the default date format for that locale to use four digits to represent years (‘yyyy’).
    modify the default English-US date format
    From the Windows Start menu, select Programs—Oracle Content Server—[Instance Name]—Utilities—System Properties.
    The System Properties applet is started.
    Open the Localization tab.
    Select the English-US entry in the list of locales, and click Edit.
    The Configure Locale dialog is displayed.
    Modify the date format to use four digits for the year (‘yyyy’) rather than two (‘yy’). This is done by changing the Date/Time Format from “M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM” to “M/d/yyyy {h:mm[:ss] {aa}[zzz]}!mAM,PM”
    After you are done editing, click OK to close the Configure Locale dialog.
    Click OK to apply the change and exit System Properties.
    Stop and restart the Content Server (otherwise the change will not take effect).
    Note: Open the services applet from the control panel. Locate the “IDC Content Admin Service idc_admin” service and restart it.
    Install Web Server
    Run <InstallablesDir>/*Apache* with defaults
    Open httpd.conf file (From the Windows Start menu, select Programs—Apache HTTP Server-Configure Apache Server – Edit the httpd.conf file
    Add the following entry at the end of the file and restart the http server :
    LoadModule IdcApacheAuth C:/oracle/ucm/idc/shared/os/win32/lib/IdcApache22Auth.dll
    IdcUserDB idc "C:/oracle/ucm/idc/data/users/userdb.txt"
    Alias /idc C:\oracle\ucm\idc\weblayout
    <Location /idc>
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity idc
    </Location>
    Note : The above entry is located in the Apache.txt file in the installables dir
    Results of a Content Server Installation
    Verify the browser interface by opening your web browser to http://localhost/idc
    The system administrator user id is sysadmin with a default password of idc. These are case sensitive. Select the Login link and log in as sysadmin.
    Try this for content server installation let me know if you face any issues....
    Regards
    Rakesh

  • Minimum Hardware Requirement for Oracle11gAS Client PC

    as subject, can anyone give me some feedback? thanks!

    Assuming you are referring to Fusion Middleware 11, I will start by saying that this is a product set of many components and install options. To even offer a suggested recommendation for hardware would heavily depend on exactly what you are planning to install and do with this installation.
    I would recommend review the product installation guides. That said, when reviewing the minimum requirements for memory (RAM), I would recommend that you consider at least adding 15-20% more than what is document. Remember that these are minimum requirements for installation and basic use and not requirements to actually use these products in production with load.
    Product Documentation
    http://download.oracle.com/docs/cd/E21764_01/index.htm
    System Requirements
    http://download.oracle.com/docs/html/E18558_01/fusion_requirements.htm
    Also note that in most cases, reference to memory (RAM) is for the product and not necessarily the box. Unless otherwise noted in the document, you need to consider everything else you are running on the machine including the OS. So, for example, if the install guide says you need a minimum of 2gig of RAM, this does not take into account what the OS needs. So, in this example, consider the 2gig documented plus 20% (as suggested above) plus about 1.5 gig for the OS and other minimal apps running, you would need approximately 4gig of RAM just to complete an installation and execute basic features. In many cases the documentation now refers to "minimum RAM" and "available RAM". "Available RAM" in the document refers to RAM plus swap (virtual memory). My recommendation is not referring to swap. Although the documentation is correct and does work, you will be much happier with more RAM installed.
    Bottom line, in the case of RAM, more is always better. However, remember that on some 32bit OSs there is a limitation as to how much RAM can be accessed. Be sure to refer to the OS documentation for details.
    I forgot to mention, your question would probably get better feedback in the "Applcation Server" forum area:
    Oracle Application Server - General
    Edited by: Michael Ferrante on Aug 2, 2011 10:21 AM

  • VN-Link Hardware require Nexus 1000v yes or not?

    I have a problem about VN-Link Hardware. When i create port profile on UCS Manager and Create Port Profile Client then vCenter will create Port Group too. But when i apply network in Virtual Machine by select Port Group in vCenter i can't see Virtual Maching Guest in VM tab on UCS Manager.
    Finally question VN-Link Hardware require Nexus 1000v install on ESX yes or not? in UCS Manager GUI document say need require DVS Switch.

    Thank you for reply. I have successfully turn on VN-Link hardware by follow this video --> http://tinyurl.com/23p896k
    and i have install Nexus 1000v VEM in ESX for turn on VN-Link hardware.
    I need test performance of CNA Card (palo) and report to my CEO.
    - How to test it?
    - What is tool for test?
    PS.Sorry for English language

  • What are the SAP Installation  Rewquirements

    I want to buy this laptop
    dell inspiron14r
    Intel® Coreu2122 i3-350M Processor (2.26Ghz, 4Threads, 3M cache)
    Genuine Windows® 7 Home Basic 64 bit (English)
    2GB (1 X 2 GB) 1 DIMM DDR3 1333Mhz
    320GB 5400RPM Hard Drive
    14.0 Widescreen HD WLED Glossy Display with TrueLifeu2122 (1366x768
    Intel® HD Graphics (India)
    DVD+/-RW Optical Drive
    SAP can be install in that laptop?

    Hello,
    I believe you won't have problems if you are installing a SAP system just for test purposes. You might experience performance issues as it has only 2GB.
    Also definitely you will have to change the OS, to a Windows Server (be aware that 2008 R2 is not supported yet) or another
    OS that you prefer. Please check the supported OS / DB platforms at service.sap.com/pam
    Then also follow the specific installation guide for the system that you are installing (e.g. NW7.0 EhP1 SR1 / ERP 6.0 EhP4, etc)
    you can find the guides at service.sap.com/instguides as well.
    Regards,
    Daniel

  • Finding the Arch Linux installation guide...

    ...is not the most obvious thing. Couldn't/shouldn't there be a link on the main web page to the Arch Installation Guide, or at least to the docs page?
    I've just tried Arch (0.7.2) for the first time, and am finding my way with it quite well so far - but just found it a little irritating to have to hunt around the web site for the installation guide from a 2nd machine (where it wasn't bookmarked yet) while I was installing Arch on another.

    smoon wrote:
    I'm not sure what you mean. The Installation Guide is two clicks away from http://www.archlinux.org/
    http://www.archlinux.org/ -> "Documentation English" -> "Installation & First Steps"
    Ok, now that I made a fuss about this, it's time to admit that I just didn't see that Documentation section on the home page - thanks for pointing it out - time for some sleep I guess :-)

  • 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

  • The minimum hardware requirements for Windows 8.1 Update 1

    Hi
    What are the minimum hardware requirements to install Windows
    8.1 Update 1 on a computer?
    Thanks
    Bye
    Balubeto

    does every machine not have 1ghz+....   
    go ahead and try running windows 8 with those specs and even better run the steam overlay too and see what happens.
    any decent processor is 3.4ghz+ with 8gb of ram not to mention that dx11 came out with windows 7... 
    there is cell phones with better specs than the min requirements so both your posts are useless.  
    there is a standard to uphold and that is exactly what i always trying to do my best at.
    why sell a copy of windows if its just going to frustrate a customer when its not perfectly compatible with the system?
    o... lets just have everyone install windows 8 because its new and this page says it can handle it...
    lets make it 64bit too because higher numbers are cooler...  because it wont matter if its suppose to have 32bit...  
    iron8orn AMD FX [email protected] on MSI 970A-G46 8gb ram cas 8 1600mhz cpu-nb 2400mhz MSI hd7850x2 ht-link 2400mhz

  • In the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    in the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

Maybe you are looking for

  • Can't get music onto Ipod

    I have a previous itunes with music on it and now have a new 8GB nano and want to sync the music onto it but all it does is ask me to register my ipod (which I did) and then asks me to read the whole software license, check the box, save it, and then

  • Apple Service Toolkit 1.2.3 doesn't show any triage tools

    I just installed the AST 1.2.3 with OS3,OS4, and OS5 on a 10.6 server with an existing netboot image.  When I netboot, AST and my casper image both show.  When I choose AST, it boots and shows me the casper netboot image but not any of the triage too

  • BBP_EXTREQ_TRANSFER

    I kindly request your help with an issue that I am facing. The scenario is as follows : 1. There is a non valuated material X (material type UNBW). 2. MRP run happens and generates a PR with account assignment U. 3. Transfer report BBP_EXTREQ_TRANSFE

  • Can anyone explain me in detail about LSMW?:

    Can anyone explain me in detail about LSMW?How the process of migration takes place from Non-sap to SAP in flat files?

  • OWB-BI Derivation Error

    After adding a BI-Location and Derivation of objects, When want to Deploy shows following error in log file: Bad response: 404 - Not Found?? Help. Regards, Waqas