Ins_rdbms.mk faills upgrading 10.2.0.4 Grid Control

Hi,
my installation fails from 10.2.0.3 to 10.2.0.4 Grid Control.
MakefileException
[...]'/u01/app/oracle/product/10.2.0/db10g/rdbms/lib/ins_rdbms.mk'
I've check prerrequisites and are Ok:
My kernel parameters:
Set Kernel Parameters
Modify the /etc/sysctl.conf file to include the lines appropriate to your operating system:
# Red Hat Enterprise Linux 4.0 and CentOS 4.x
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.shmall = 2097152
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
__All my packages are ok:__
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep glibc
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep make
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep binutils
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep gcc
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep libaio
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep glibc-common
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep setarch
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep pdksh
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep openmotif
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep sysstat
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep gnome-libs
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep libstdc
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep libstdc
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep compat-libstdc
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep compat-db
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep control-center
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep xscreensaver
Only I have dubts respect to oracle profile, is this right=? (my os is Linux86-64, 64 BITS).
Anyone knows exactly *environment variables?*
# .bashrc
# User specific aliases and functions
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db10g; export ORACLE_HOME
ORACLE_SID=emrep; export ORACLE_SID
#PATH=.:/usr/sbin:#$ORACLE_HOME/bin:$PATH; export PATH
PATH=/usr/sbin:/usr/bin:$ORACLE_HOME/bin:$PATH; export PATH
PATH=$PATH:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin; export PATH
PATH=$PATH:$ORACLE_HOME/Apache/Apache/bin; export PATH
#LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
#LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/lib64; export LD_LIBRARY_PATH
#LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32:/lib:/usr/lib:/usr/lib64; export LD_LIBRARY_PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/lib64; export LD_LIBRARY_PATH
PS1="`hostname`> "
set -o emacs
Any idea is welcome.
Thanks.
JRC

Is there any more detailed information in the install log?
Missing from what you posted is whether the users, groups, file system ownership, and netmask (022) are set correctly.
My installation setup for OEM Grid is here:
http://www.morganslibrary.org/reference/grid_control.html
You might want to check what you've done against it.

Similar Messages

  • Is it Possible to Upgrade Perl Compiler in 10g grid control?

    Hi All,
    My Concern is about that can we upgrade perl compiler which would be integrated along with enterprise manager package. Since 10g grid control uses perl compiler old version 5.10.0.1 in that we dont have Perl package manager(PPM) to implement packages in perl repository for windows system. do let me know is there any alternate way to implement perl packages into OEM.
    Any suggestions in this will be of great help.
    Thanks in Advance,
    Ragunath N.

    If your trying to upgrade just apache in that oracle home, then no. If your trying to upgrade to a real apache version, from apache.org, mod_oc4j won't work. You need to use Oracle's version of Apache or HTTP Server.
    Is there a reason you only want to upgrade Apache and not the whole oracle home?
    There are ways to do it, but it wouldn't be supported by Oracle and I wouldn't recommend that either.
    Edited by: user11993398 on Apr 13, 2011 3:04 PM

  • Listener & grid control after upgrade to 11.1.0.7

    going from 10.2.0.2 to 11.1.0.7 on aix 5.3
    On our test server we have about 8 databases that are all currently using the 10.2 listener. I've upgraded one of our very basic test databases to 11g this morning, and for the time being just created a new listener11g that listens to different port. when I start it, the log file is being created in ORACLE_BASE/diag/tnslsnr/<server>/<lsnrname>/alert/ instead of the default ORACLE_HOME/network/logs I didn't tell it to create the listener log there, anyone else have this issue?
    Also, my databases are all currently being monitored by OEM Grid Control and NOT DB Control. What steps should I take to get that running correctly again after the upgrade? Delete the target database and add it back after the upgrade? Sorry ahead of time if there is a meta-link doc for this, I've searched briefly and came up empty handed.
    Thanks,
    Ben Alvey

    well, from what I read about the ADR architecture it wasn't clear that the listener log would move. the metalink documents for the listener log still state that the default log directory is ORACLE_HOME/network/log as well.
    And seeing how I supplied a different value for diagnostic_dest during the upgrade of said database it didn't make much sense to me how it came to the decision to stick it where it did. I'd say it is using the value from $ORACLE_BASE during the install.
    It would be helpful if their docs didn't contradict themselves constantly.

  • Upgrading Management Agents after upgrading the Grid Control to 10.2..0.5

    Hello:
    I am pretty new to implementing Grid control. I have been assigned the task of upgrading the Grid control to 10.2.0.5. I successfully upgraded the GC to 10.2.0.5. Now the next task is to upgrade the Agents running on other Database nodes. I have 6 databases running on Solaris 9.0 , few of them running on RHEL 5.0 x86, a few of them on RHEL 5.0 86*64. I am looking to upgrade these agents in one shot. Is there any way I can accomplish this from Grid control. If it is the case, then do I have to download and upload the patchsets for 10.2.0.5 for various platforms into the Grid Control.
    I would be very happy if you could give me valid pointers which would help me to understand and move further.
    Regards,
    Bala

    Yes you can upgrade the agent at one shot.Refer the following OBE
    http://www.oracle.com/technology/obe/obe10gemgc_10204/agentpatch_upgrade.htm

  • How to upgrade grid control10gR2 (10.2.0.2) to grid control 10gR4(10.2.0.4)

    Hi
    can anybody tell me how can i upgrade my 10gR2(10.2.0.2 for windows) grid control to 10gR4
    i have already downloaded the 10gR4 from OTN but whn i try to install it contain only patches so i m confused whelther my grid contol is upgraded or not..
    and i m also not able to add siebel enterprise n siebel server in my grid control
    pls help me..

    10.2.0.4 is released as a patch.
    One way to find out the EM version that you are running is go to the Grid Home Page, which is the page that you get when you onto Enterprise Manager Grid Control, and click the About Oracle Enterprise Manager link at the bottom the page.

  • Upgrading Grid Control 10.2.0.2 - segments are at different releases

    Hi everyone,
    Currently, I've got Grid Control running on Solaris (SunOS 5.9). The Repository DB is 10.2.0.2, the Management Service is 10.2.0.3 and the Management Agent is 10.2.0.3 on the host and all the targets (6 of them)
    The target DB's vary from 9.2.0.5 to 10.2.0.4, which is where the issue is - 1 targets DB version is higher than the Repository and Management Service which is causing me some issues.
    Therefore, I want to upgrade the Repository DB and the Management Service to 10.2.0.4. I've got this readme for the 10.2.0.4 Grid Control install/upgrade:
    http://www.oracle.com/technology/software/products/oem/htdocs/gridr4_10204_readme_solaris.html
    But I don't know whether I need to upgrade the DB first or after the Management Service??
    If things run logically, I would upgrade the DB to 10.2.0.4 either manually or using DBCA and then upgrade the Management Service (using "Use existing DB" option following the steps in the doc above) - does this sound ok??
    Has anyone else done this?? Would I also have to upgrade the Agents on the targets too??
    Thanks,
    Ric.

    Ric,
    The OMS patch will take care of the Grid Control Repository Schema so no worries there. The steps in the document should get you there, since your database is not 10.2.0.3 there is a database upgrade required to apply the 10.2.0.4 Grid Control you will need to patch the database to 10.2.0.3 before you proceed with the 10.2.0.4 grid control. Not sure if I made that very clear in my last post
    As for the AGENT the agent is in a different home and therefore the patch will have to be applied separately. So yes to patch applications 1 for the OMS and 1 for the Agent. Then a patch for the agents on all machines where the agent is located.
    Mike

  • Grid control 10.2.0.5 upgrade and application server shutdown

    Current: 10.2.0.3, doing upgrade to 10.2.0.5
    OS: Redhat 4
    During the installer checks, Oracle is telling me the oracle application server will be shut down temporarily. What oracle application server? I did not know one gets installed when you install grid control. I thought that it just uses the http_server.
    What is it shutting down? I stopped the oms with opmnctl stopall, prior to running the installer. I believe that was in the readme.txt

    when you click on the tab "Application Servers" on the far upper left site of the GridControl (right next to Hosts, Databases, ...) then
    you will see of which components the Oracle Application server exists (HTTP-server, OC4J, WebCache, ...). Therefore the HTTP-server is just
    part of the application server - and if the application server gets shut down it's meant that all components wil get shut down...
    HTH

  • Grid control mass deploy to upgrade from 10.2.0.3 to 10.2.0.5

    mass deploy seems to only allow fresh installs and then upgrdes from 10.1 to 10.2.
    is there any way to do a mass deploy to upgrade from 10.2.0.3 to 10.2.0.5?
    Edited by: user12055677 on Jun 13, 2011 8:44 AM

    {forum:id=220} is the grid control forum
    John

  • Upgraded LR1 - LR3 Catalog: blank Grid, non functioning app

    I've been dealing with support on this, but they're utterly useless, taking days to get back to me and spinning me over troubleshooting 101 stuff.
    Problem:
    Upgraded a perfectly working LR1 catalog to LR3.  No issues during upgrade.
    Upon trying to use the LR3, the first thousand or so of my photos show up in Grid, but everything after that is blank. By that I mean, a grid cell is drawn, but LR3 doesn't display a thumbnail, or any cell extras or metadata.
    Clicking on one of these empty cells gives me a thumbnail frame and some metadata (slowwwwly).
    Going to Loupe View on a non-empty cell gives me a "Loading..." spinner and an unrendered thumbnail preview (CPU is not ramping up at all)
    Going to Loupe View on an empty cell just gives me a blank screen (CPU is not ramping up at all)
    Develop module does load the picture, but slowly.
    When I quit, the app freezes up completely, with beachball.  Must force-quit (after giving it 20 minutes in case it was actually trying to do something)
    Initially, when I load LR3, my CPU runs high, 75%, like it's working on something.  Then it just cuts out as if it's given up.
    Console output when this happens is the following:
    6/17/10 7:27:38 PM Adobe Lightroom 3[518] ServerProcess [AsyncDataServer( Lightroom 3 Catalog.lrcat )] ERRORSERVER<AsyncDataServer( Lightroom 3 Catalog.lrcat )>: A command threw an exception.
    6/17/10 7:27:38 PM Adobe Lightroom 3[518] ServerProcess [AsyncDataServer( Lightroom 3 Catalog.lrcat )] ERROR Error: ?:0: attempt to perform arithmetic on field '?' (a nil value)
    6/17/10 7:27:38 PM Adobe Lightroom 3[518] Error initializing alternate universe. bad argument #1 to 'pairs' (table expected, got nil)
    System:
    MacBook Pro Core2Duo 2.1Ghz 3GB RAM, 500GB Drive.
    Initially Mac OS 10.5.8, but I tried upgrading to 10.6.3 and 10.6.4 (no luck).
    Library: 21,000 photos
    Other things I've tried:
    Trashing all LR3 prefs, caches (running YASU), LR preview caches, plists, extensions, reinstalling, restarting -- no luck
    Noticed it was copying the LR1 prefs plist, so I archived that.  LR3 generated a new pref, but no help
    Downloaded LR2 Demo, upgraded LR1 Catalog to LR2 Catalog (which works perfectly, no issues), and then LR2 Cat -> LR3 -- no luck
    Checking integrity of Catalog in LR1 and LR2 (no problems) and LR3 when upgrading (no problems)
    LR3 runs fine on an empty catalog and if I point it at my photo folder and import everything, it's ok (with none of my 3 years of modifications of course).
    Is my only option to write out LR1 data to sidecar files and then setup a new Catalog in LR3?

    Well, on top of having full access to the photo files, LR obviously has proper permissions to affect the files it generates in the AppSupport>Adobe>Lightroom folder, the Caches>Lightroom folder, the Pictures>Lightroom folder and the Preferences> folder, otherwise it wouldn't be able to build a new catalog, new prefs, new caches and so forth when I generate a new empty catalog.
    I really doubt this is a permissions voodoo issue or a monitor profile issue.
    LR3 works fine with a brand new catalog (and all the same Photo files).
    LR1 and LR2 have absolutely no problem with my catalog and photo files. 
    LR2 upgrades my LR1 Catalog without issue.
    LR3 fails with my upgraded catalog (and all the same photo files)
    Unless I'm missing something in my logic tree here, it seems to me this is obviously a problem with LR3 upgrading my Catalog. 
    Other people's catalogs upgrade fine, and that's dandy, but my catalog doesn't upgrade AND it fails with exactly the same error message every time in the Console (See original post), which seem to be related to some internal db issue, dividing by zero, nil values. 
    Something ain't being handled right by LR3 that previous versions of LR had no problem with. 

  • Startup upgrade ORA-00205: error in identifying control file

    Hi,
    I am doing a manual upgrade from 10.2.04 to 11.2.03.
    I have installed 11.2.0.3.
    Ran utlu112i.sql
    Copied TNSNAMES and LISTENER.ora,init.ora from 10g home to 11g home respective directories.
    Commented all dump_dest paramteres in 11g init.ora and added diagnostic_dest parameter
    exported all the varaiables as follows.
    export ORACLE_HOME=/oracle/ora11203
    export PATH=$ORACLE_HOME/bin:$PATH
    export ORACLE_SID=OMIGTEST
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export ORACLE_BASE=/oracle/ora11203/app/ora11203
    Now when i try to start DB from the unix session where all of above variables are set,i am getting following issue.
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size                  2183056 bytes
    Variable Size            1090519152 bytes
    Database Buffers          536870912 bytes
    Redo Buffers                7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Alert log says as below.
    ORACLE_BASE from environment = /oracle/ora11203/app/ora11203
    Thu Aug 23 15:03:36 2012
    ALTER DATABASE   MOUNT
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: '/oracle/ora11203/dbs/cntrlOMIGTEST.dbf'
    ORA-27037: unable to obtain file status
    HPUX-ia64 Error: 2: No such file or directory
    Additional information: 3
    ORA-205 signalled during: ALTER DATABASE   MOUNT...In init.ora of 11g (which is copied from 10g) ,i have commented our control file path entry.
    Kindly assist me as i am doing upgrade for the first time.
    Thanks
    Edited by: user10698496 on Aug 24, 2012 2:47 AM

    Hi,
    Issue of sqlplus is solved after setting proper LD_LIBRARY_PATH.
    But eve after that startup upgrade showing same error.
    sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Aug 23 16:22:16 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 1636892672 bytes
    Fixed Size 2183056 bytes
    Variable Size 1090519152 bytes
    Database Buffers 536870912 bytes
    Redo Buffers 7319552 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Do i copy control file from 10g home and place in in 11g path and mention it in init.ora before upgrade?
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Why upgrade from Former Budgeting to Budget Control System (BCS)

    Dear experts,
    My customer had upgraded his system to ECC6, and still uses the "Former Budgeting".
    I want the customer to consider implementing BCS instead.
    Please let me know where I can find the list of differences between FB and BCS, and the advantages of this act.
    Regards,
    Y.G.

    Hi Yaakov,
    You can look at this link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/7b/981b57da056c48904c8a9c0df67b51/frameset.htm
    Basically, the main advantage is more flexibility in availability control and key figures reporting. However, you should also consider the fact that Former Budgeting is not supported anymore by SAP in terms of developing new features; all the development is done now only in BCS.
    Regards,
    Eli

  • Upgraded to mavericks now some function controls are missing  e.g.  no add  icon in reader

    i upgraded to mavericks and now some function controls are missing e.g. add - clear etc. missing in reading list .anyone help?

    You may find these articles useful:
    http://support.apple.com/kb/PH14176
    https://discussions.apple.com/docs/DOC-6162
    Ciao.

  • Upgraded to Snow Leopard, changed Parental Controls

    I recently upgraded to Snow Leopard. I used parental controls and had built a white list for my two kids. Now they are able to go to the sites on the list (for instance, youtube.com and google.com), but they cannot go to any other links that are on the allowed domain (i.e. a search in google or youtube).
    Any help will be appreciated.

    I have the same problem. This is especially bad for facebook, which always adds stuff to teh end of the URL after the domain. Snow Leopard wants me to add every possible URL the kids visit, which is ridiculous. Worked just fine in 10.5. There are so many bugs in 10.6 I am seriously considering a downgrade.

  • I just upgraded to Yosimite. The volume control icon which used to be at the top of my screen has disappeared. How do I get it back? Thanks.

    Controlling the volume from the keyboard is a hassle.

    Apple menu > System Preferences > Sound > Show volume in menu bar.

  • After upgrading to iOS7 I have no controls for the voice memo

    Help

    Avoid this application because Apple clearly has NO interest in fixing this known bug. Instead spend the .99 and buy AudioMemos. WORKS BRILLIANTLY.
    http://imesart.com/products.php?pid=1

Maybe you are looking for

  • Workflow Error Message: System Account - The Workflow could not set Content Approval Status

    This is the first time I try an approval workflow. I am using a template in MS Word and assigned an approval workflow to it. The approval workflow is only going to one person in this case. When I start the work flow the following 3 error messages sho

  • Net price not fetching to new PO thru' existing PO for same vendor

    While creating new PO for a material system is not fetching "net price" data from already existing PO for same material against same vendor. This is happening after attaching OMET settings in User authorisation. How to solve this issue?

  • IOS 7.0.2 cant download

    I cant log in my apple id. In game center, itunes and app store... when i update my ios, thats happen :( Wifi is good Internet is good Already reboot Already sign out And now cant sign in it says "cant connect to itunes" And now i cant download any a

  • Given a XSD, and a XPath- ways to find the type of the XPath leaf element

    Given a XSD, and an XPath (refering to an element in a XML document satifying that XSD), is there an utility which return the "type" of the given XPath element. One approach just to traverse the XSD tree, generated by the XSDBuilder, as per the eleme

  • Regarding RRI

    Hi All, We have to create Jump targets using RRIs. Before that Iw ant to know a few details about it. 1. What are the main advantages of using RRIs in performance as well as in reporting? 2. Are there any disadvantages of using RRIs? 3. We can even g