Help me Install Control-M/EM v6.3.01 in "Oracle Linux 4

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
Narit
Nouveau
Nouveau
Posts: 2
Joined: 15 Aug 2007 12:00

Help me Install Control-M/EM v6.3.01 in "Oracle Linux 4

Post by Narit » 02 May 2011 1:47

Dear Expert
I have plan move Control-M/EM from Windows Server to Oracle Linux 4.2
so I install oracle10g has been done.

but i get the error message during execute setup script
please kindly suggestion me

[emadm@em630 ~]$ /mnt/cdrom/./setup.sh

*** Wrong database component installer. Could not detect database component installer version. ***


-------------------------------

more detail
1. OS Oracle Linux 4.2

2. cd from BMC
CTM_Ora10103Installer.iso
Ora10ServerLinuxN#1.iso
Ora10ServerLinuxN#2.iso
DRNFT-Linux.6.3.iso

3. check connect to oracle server
[emadm@em630 ~]$ sqlplus " / as sysdba "

SQL*Plus: Release 10.1.0.3.0 - Production on Sun May 1 08:22:20 2011

Copyright (c) 1982, 2004, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> select user from dual ;

USER
------------------------------
SYS

SQL>

4. oracle profile for emuser
setenv BMC_ORACLE_VERSION 10
setenv ORACLE_BASE /u01/app/oracle
setenv ORACLE_HOME /u01/app/oracle/product/10.1.0.2
setenv TNS_ADMIN /u01/app/oracle/product/10.1.0.2/network/admin
setenv ORACLE_SID EM620
setenv ORACLE_USER emuser
setenv DBA_USER system
setenv ORACLE_PORT 1521
setenv ORACLE_HOST em630
setenv NLS_LANG AMERICAN_AMERICA.WE8ISO8859P1
setenv PATH /u01/app/oracle/product/10.1.0.2/bin:${PATH}
setenv DB_SIZE 250
setenv APP_TABLESPACE emuser
setenv DF_NAME /u01/app/oracle/oradata/EM620/emuserdata01.dbf
setenv DB_TYPE SERVER
if ("SERVER" == "SERVER") then
setenv RBS_PATH /u01/app/oracle/oradata/EM620/emuserrbs01.dbf
endif
setenv PRODUCT_NAME "CONTROL-M/Enterprise Manager"
if (${?LD_LIBRARY_PATH}) then
setenv LD_LIBRARY_PATH /u01/app/oracle/product/10.1.0.2/lib:${LD_LIBRARY_PATH}
else
setenv LD_LIBRARY_PATH /u01/app/oracle/product/10.1.0.2/lib
endif
setenv PATH ${PATH}:${HOME}/DB_MAINT/SCRIPTS



Thank for you advance.

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 04 May 2011 10:47

Hi,
Are you trying to install EM binaries before to have installed the database ?
If yes, you could not.
Install the database before.

Regards
Philmalmaison

Post Reply