Strange problem with 10G using client installed enterprise manager console

I have successfully installed 10G on our SUSE linux 9.0 server, I have created 6 databases (standard edition of the database) and verified their parameter files, control files, and database files are in different locations --- all done at the server console. I created my DBA account on all 6 databases and logged into each one to verify their function.
I returned to my PC where I have installed the 10G client and where I have used the 8 and 9 enterprise manager console to manage my databases. I got the TNSNAMES file in order for the new databases. I logged into the first database and tested my workstation connectivity successfully , I logged into the second database and it said my password was incorrect. I ended up signing in on the second database with my first databases account password. (it then worked). I got fed up hopping around with the mystery with the password being stored somewhere in the enterprise manager java ? and logged in as system and changed all of my passwords. I then went up to the console and found that the only database that they changed on was the first one.
I returned to my workstation and started creating the data files and users and roles in the first database. I now on either workstation in my office, when logging in as ANY of the six database DBA accounts, can see all the objects I created in the first database.
I went to the server console and logged in and verified that the objects only exist in the first database. For some reason the enerprise manager console is really a problem. I have windows XP. Our database is on 10G but we are not taking advantage of grid control due to budget reasons (one server only).
I have heard there is a url based web management console at: http://serverip:5500/em, but it is not working currently in our environment and it will be up to our sys. engineers to release / open up that port through our DMZ. Ordinarily would this allow the kind of control that the old enterprise manager console would?
Is my installing the grid conrol product going to be "overkill" and not useful for me or should I install it?
Is there an alternative 10G version of the enterprise manager console for simpler environments like mine?
Is there a good explanation why my workstations are presenting "false" cached information above what is really in the database for objects unique to each database - ie: why are my #1 database objects showing up in EMC as objects in all databases and why is EMC managing/storing my passwords.?
I just need to get the best choice to manage my environment.
I know I have asked a lot of questions and I would appreciate any insight from someone who has encountered this before.

fixed
- the alias in the TNSNAMES was correct but the actual database "service_name" was the first db - -- a long project / late night oversight. I also went into the sysman\ifiles\ and corrected the entry for the database there too where it had registered the settings for the wrong database.

Similar Messages

  • Hi Folks,   I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.

    Hi Folks,
      I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.
    Thanks in advance

    i have also tried that but no use can u give me any other way.......

  • Install Enterprise Manager Console only

    Hi,
    This is for 10g on Windows.
    I want to install only the Enterprise Manager Console onto my desktop/PC.
    But I'm not sure which install files to use - do I simply begin as if I am installing the full database? is there an option along the way to choose only Enterprise Manager?
    Thanks, John

    Wouldn't that be by choosing the admin option when installing the 10g client?

  • Strange problem with SQLPLUS when client and server on the same box

    Hi,
    I have the problem with SQLPLUS when clinet and server on the same machine.
    With client and server on the same machine i am running the command
    sqlplus -l username/password@connect_identifier as SYSDBA.
    With this command, even if you pass in wrong username or wrong password or both as wrong you can able to connect to database and execute queries.
    Once Connect_identifier is correct and trying to log in as SYSDBA ,sqlplus will log in to DB with any username and password.
    How to get rid of this behaviour. Is there any way to do this.
    I am running this command by creating a process in C#
    Edited by: user11000236 on Jun 16, 2009 10:31 AM

    user11000236 wrote:
    Thanks for the info.
    How does Oracle/SQLPLUS allows any username or password to log in to DB with SYSDBA Privillages? What is the concept behind this.?
    This is explainted in the above mentioned link:
    Operating system authentication takes precedence over password file authentication. If you meet the requirements for operating system authentication, then even if you use a password file, you will be authenticated by operating system authentication.

  • Strange problem with DatagramSocket and DatagramPacket.

    Hi!
    I got a strange problem with UDP sockets:
    Client (hardware device) send binary data messages, consisting of bytes and shorts fields (8 and 16 bits). But when I tried to read byte array, received from socket, I got some type anomaly. For example:
    byte[] buffer = new byte[1024];
    DatagramPacket packet = new DatagramPacket(buffer, 1024);
    socket.receive(packet);
    byte[] data = packet.getData();
    System.out.println("Received data:");
    for (int i = 0; i < packet.getLength(); i++) {
      System.out.printf("%h:", data);
    I got such thing: 34:4:fffffff1:ffffffdb:ffffffdc:20:1:1:0:2:50
    If I try to parse it using ByteArrayInputStream and DataInputStream
    ByteArrayInputStream is = new ByteArrayInputStream(packet.getData());
    DataInputStream dis = new DataInputStream(is);
    int head = dis.readByte();
    int recvinfo = dis.readByte();
    short count = (short)dis.readShort();
    System.err.printf("Decoded:\n head: %h\n recvinfo: %h\n count: %h\n",
         head, recvinfo, count);i got following:
    Decoded:
    head: 34
    recvinfo: 4
    count: fffff1db
    So I get Integer entries in byte?! array. I also got Integer even I try to read and cast it as short in short!!! variable.
    Please help!
    P.S. Sorry for my bad English.

    Rather fortunate that it auto-casts(or rather, that 0xFF is int by default, rather than attempting any type-detection as most languages do), as otherwise the brackets would have been in the wrong place. If it was still a byte after the "& 0xFF", sign extension would still occur.
    For the sake of the less bit-literate reading this thread, it should be explained that the reason for this was large bytes being interpreted as negative numbers, which translate to negative int, which in hexa become very large ints. That's about as verbose as I can be about this without writing the equivalent of a wikipedia entry about 2s complement.

  • Create a recovery catalog by using the Enterprise Manager Console

    Dear Sirs:
    I am using the Oracle9i database release 2. After installing the management server and running the Enterprise Manager Configuration Assistant, there was no recovery catalog and no CATTBS tablespace created. According to the Help and to your documentation entitled “Oracle Enterprise Manager Configuratrion Guide” this recovery catalog and CATTBS tablespace should be created automatically.
    Of course I am not running any target database on the same machine.
    How can I create a recovery catalog by using the Enterprise Manager Console, and not by using the rman command prompt?
    Please its urgent and I need an answer as soon as possible.
    Thank you in advance with best regards

    Dear Sir:
    Thank you very much for your reply, but unfortunately it didn’t help me. This article is repeating what is mentioned in the Help and the documents that I downloaded earlier. As I said earlier I know how to setup the recovery catalog by using the rman command prompt, but I couldn’t do it by using the Oracle Enterprise Manager Console. By using the wizards it is supposed to be created automatically but nothing of this happened.
    Please I need help urgently.

  • Enterprise Manager Console missing

    I have installed the oracle software 10.2.0 ,I have got all the components like database and all installed but i could not find the enterprise manager console part installed.
    As some of viewers suggested me that OEMC comes out to be online..
    But i want to use it or want to install it on my machine...as i have been using oracle10g home1 and oracle client10g home 1 which included the OEMC....is there any link by which i can install it on my machine instead of online.
    please help me as an novice user in installing oracle.
    Thank you all...thanks for your time.

    Check the below documents are of help in solving your problem:-
    Starting and Stopping the Oracle Enterprise Manager Console
    http://download-east.oracle.com/docs/cd/B16240_01/doc/server.102/b14196/em_manage002.htm#sthref145
    Accessing the Oracle Enterprise Manager Database Control
    http://download-east.oracle.com/docs/cd/B16240_01/doc/server.102/b14196/em_manage003.htm#sthref146
    Getting Started with Oracle Enterprise Manager
    http://download-east.oracle.com/docs/cd/B16240_01/doc/server.102/b14196/em_manage.htm#sthref126
    Oracle® Database 2 Day DBA 10g Release 2 (10.2)
    http://download-east.oracle.com/docs/cd/B16240_01/doc/server.102/b14196/toc.htm
    Oracle Enterprise Manager Grid Control Quick Installation Guide for Windows (32-bit)
    http://download-east.oracle.com/docs/cd/B16240_01/doc/install.102/b31288/toc.htm
    Oracle Enterprise Manager 10g Release 2 (10.2) - Documentation Library
    http://download-east.oracle.com/docs/cd/B16240_01/doc/nav/portal_booklist.htm

  • Weather SOA required for Enterprise Manager Console

    i installed oracle 10g express edition in my system. I want to access Enterprise Manager Console.To access that console weather it is required to install SOA?

    You do not need SOA to install Enterprise Manager console but since you are using the express edition EMC will not work with the express edition. The express edition comes with its own console.
    Regards,
    Bill Chadbourne

  • Enterprise Manager Console doesn' t show the correct data

    Hi everyone,
    we use a oracle 10gR1 rac with two nodes.
    we use the oracle enterprise manager console but it does not work all parts of.
    And the console is wrong with some parts of the data shows.
    for example ;
    in the home page, Performans Analysis section shows the date two months earlier. Why ?
    (Period Start Time 25.Ara.2010 21:00:59 Period Duration (minutes) 60,02)
    other example ;
    in the performans tab, host section does not show any data.
    why doesn't work this section?
    what can i do?
    oracle version = 10.1.0.5
    OS platform = AIX node1 3 5 00C5116E4C00
    thanks.

    Hm... could be that your machine is low on RAM for java apps (yours and OEM Console). (You can check resource consumption via perfmon)

  • Strange problem with SSL Sockets using more than 10 Clients

    Hi
    I�m using Jsse ( JDK 1.4.2_06 ). I have coded a Client/Server Applikation acting over SSLSockets or over unsecured Sockets. If I use unsecured Sockets everthing works fine, but if I use SSLSockets for the Connection and about 20 Clients, the Clients often can�t connect to the Server and the following Exception was thrown:
    java.net.ConnectException: Connection refused: connect
    Could it be that there is some strange problem with SSLServerSockets relating to this phenomenon?
    If I use only a few Clients the Exception occurs never or only sometimes.
    Has anyboby an idea what is happaning there?
    Regards Chrisli

    Hi
    From the description of your scenario, you have coded your own server side of the application. I would advise that you consider moving your application to run under Tomcat framework and test if you still get the same exception.

  • Installing Enterprise Manager 10g Grid Control Using an Existing Database

    I want to install Enterprise Manager 10g Grid Control 10.2.0.3 using an existing database. This database is RAC 10.2.0.2. and I use it as Infrastructure Metadata Repository.
    I is said in Oracle documentation that SYSMAN schema has to be dropped, thus Database console repository has to be dropped. As far as I understand after Grid Control installation I will not be able to use Database console for my RAC 10.2.0.2 Infrastructure Metadata Repository database. I will be able to use only Grid Control for this database.
    Am I right? Could you give me any advice about Installing Enterprise Manager 10g Grid Control Using an Existing Database?
    Thank you.

    I am trying to install the OEM rel 2.0 on AIX 5L from the downloaded software zip files which are as below,
    AIX_Grid_Control_full_10201_disk1.zip (656,766,406 bytes) (cksum - 2157028496)
    AIX_Grid_Control_full_10201_disk2.zip (655,758,726 bytes) (cksum - 2350778444)
    AIX_Grid_Control_full_10201_disk3.zip (641,760,716 bytes) (cksum - 2053607771)
    AIX_Grid_Control_full_10201_disk4.zip (606,903,411 bytes) (cksum - 4162514797)
    AIX_Grid_Control_full_10201_disk5.zip (576,555,758 bytes) (cksum - 3304661461)
    AIX_Grid_Control_full_10201_disk6.zip (459,658,650 bytes) (cksum - 3120478203)
    AIX_Grid_Control_full_10201_disk7.zip (311,903,435 bytes) (cksum - 2438252536)
    AIX_Grid_Control_full_10201_disk8.zip (224,594,251 bytes) (cksum - 2618845234)
    I am unable to locate the runInstaller in any of the disks 1- 8 ,can somebody help me on this. Thanks

  • Installation problem with Enterprise Manager Console

    When i am installing 10G database installation was failed at configuring DBConsole. later from OUI(Oracle Universal Installer) i uninstalled Enterprise Manager Console. my Question was how to reinstall the Enterprise Manager Console alone?
    When i am trying to install from OUI. it is not allowing me to install Enterprise Mager Alone (stating Database is mandatory) .
    for more information on dbconsole failure you can refer following log file
    Sep 27, 2007 3:22:28 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle1\product\10.2.0\db_1\cfgtoollogs\dbca\Embarq\emConfig.log.
    Sep 27, 2007 3:22:28 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Sep 27, 2007 3:22:28 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:33 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:33 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: DBSNMP
    Sep 27, 2007 3:22:34 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:34 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 27, 2007 3:22:34 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: Embarq
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: Embarq
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: Embarq
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:35 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:36 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 1923985629
    Sep 27, 2007 3:22:36 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYSMAN
    Sep 27, 2007 3:22:36 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:36 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:39 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:40 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.DatabaseChecks performReposChecks
    WARNING: 'shared_pool_size' must be greater than or equal to 80 MB.
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: Embarq
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 27, 2007 3:22:41 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties has been copied to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties.emca has been copied to D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml to D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml has been copied to D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Sep 27, 2007 3:22:42 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: Embarq Host: H1B-6F175-9JVJ.GDNINDIA.COM Node: null OH: D:\oracle1\product\10.2.0\db_1 agentHome: null isCentral: false
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: Embarq Host: H1B-6F175-9JVJ.GDNINDIA.COM Node: null OH: D:\oracle1\product\10.2.0\db_1 isDBC: false
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Sep 27, 2007 3:22:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:44 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:22:44 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: Embarq Host: H1B-6F175-9JVJ.GDNINDIA.COM Node: null OH: D:\oracle1\product\10.2.0\db_1 isDBC: false
    Sep 27, 2007 3:22:44 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_Embarq.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_Embarq.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_Embarq.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_Embarq.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\oracle1\product\10.2.0\db_1\oui
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [D:\oracle1\product\10.2.0\db_1]
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME D:\oracle1\product\10.2.0\db_1
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Sep 27, 2007 3:22:45 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle1\product\10.2.0\db_1\install\staticports.ini
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: D:\oracle1\product\10.2.0\db_1:H1B-6F175-9JVJ.GDNINDIA.COM:null:Embarq:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_Embarq.
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_Embarq value: 3938
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_Embarq.
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_Embarq value: 1158
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_Embarq.
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_Embarq value: 5540
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_Embarq.
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_Embarq value: 5520
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: Embarq : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:47 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Sep 27, 2007 3:22:47 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYS
    Sep 27, 2007 3:22:47 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:22:47 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Sep 27, 2007 3:22:48 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Sep 27, 2007 3:22:48 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Sep 27, 2007 3:22:48 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: Embarq, oracleHome: D:\oracle1\product\10.2.0\db_1, and user: SYSMAN
    Sep 27, 2007 3:22:49 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 27, 2007 3:23:07 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Sep 27, 2007 3:23:07 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties ...
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\sysman\config\emoms.properties
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\application.xml
    Sep 27, 2007 3:23:08 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\data-sources.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\global-web-application.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\http-web-site.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\internal-settings.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\java2.policy
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\jazn-data.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\jazn.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\jms.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\mime.types
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\oc4j-connectors.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\principals.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\rmi.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\server.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\META-INF
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\META-INF\MANIFEST.MF to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\META-INF\MANIFEST.MF
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\application-deployments\default\defaultWebApp
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\application-deployments\default\defaultWebApp\orion-web.xml to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\application-deployments\default\defaultWebApp\orion-web.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\jms.xml.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\jms.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\rmi.xml.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\rmi.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\http-web-site.xml.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\config\http-web-site.xml
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties ...
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties ...
    Sep 27, 2007 3:23:09 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:10 PM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Using specified listener name: LISTENER
    Sep 27, 2007 3:23:10 PM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml ...
    Sep 27, 2007 3:23:10 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:11 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: H1B-6F175-9JVJ.GDNINDIA.COM
    Sep 27, 2007 3:23:11 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:23:11 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [COMPUTERNAME=H1B-6F175-9JVJ, NEED_EXIT_CODE=1, ORACLE_SID=Embarq, PATH=D:\oracle1\product\10.2.0\db_1\jdk\jre\bin\server;D:\oracle1\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;d:\data\notes;c:\program files\notes, SystemRoot=C:\WINDOWS, TZ=, WINDIR=C:\WINDOWS]
    Sep 27, 2007 3:23:11 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle1\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq H1B-6F175-9JVJ.GDNINDIA.COM:3938 H1B-6F175-9JVJ.GDNINDIA.COM Embarq
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle1\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq H1B-6F175-9JVJ.GDNINDIA.COM:3938 H1B-6F175-9JVJ.GDNINDIA.COM Embarq completed successfully
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: D:\oracle1\product\10.2.0\db_1
    Destination (shared install) : D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    Service "OracleDBConsoleEmbarq" create SUCCESS
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emoms.properties.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emoms.properties
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emd.properties.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emd.properties
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emd.properties.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq\sysman\config\emd.properties
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [LD_LIBRARY_PATH=D:\oracle1\product\10.2.0\db_1\lib32;D:\oracle1\product\10.2.0\db_1\lib;D:\oracle1\product\10.2.0\db_1\perl\lib;null, PERL5LIB=D:\oracle1\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle1\product\10.2.0\db_1\bin;]
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/oracle1/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle1\product\10.2.0\db_1\bin\targetdeploy.pl D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq H1B-6F175-9JVJ.GDNINDIA.COM Embarq
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/oracle1/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle1\product\10.2.0\db_1\bin\targetdeploy.pl D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq H1B-6F175-9JVJ.GDNINDIA.COM Embarq completed successfully
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: D:/oracle1/product/10.2.0/db_1
    Destination : D:\oracle1\product\10.2.0\db_1\H1B-6F175-9JVJ.GDNINDIA.COM_Embarq
    Creating directories...
    Creating targets.xml...
    Done.
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for H1B-6F175-9JVJ.GDNINDIA.COM
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp has been copied to D:\oracle1\product\10.2.0\db_1\sysman\config\emd.properties
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp to D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp has been copied to D:\oracle1\product\10.2.0\db_1\sysman\emd\targets.xml
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\install\portlist.ini ...
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\install\portlist.ini to D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\install\portlist.ini has been copied to D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\install\portlist.ini
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File D:\oracle1\product\10.2.0\db_1\install\portlist.ini is successfully updated
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file D:\oracle1\product\10.2.0\db_1\install\portlist.ini ...
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\install\portlist.ini to D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle1\product\10.2.0\db_1\install\portlist.ini has been copied to D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle1\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp to D:\oracle1\product\10.2.0\db_1\install\portlist.ini
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File D:\oracle1\product\10.2.0\db_1\install\portlist.ini is successfully updated
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Sep 27, 2007 3:23:15 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsoleEmbarq
    Sep 27, 2007 3:23:16 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:23:26 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:23:36 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:23:46 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:23:56 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:16 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:26 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:36 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:46 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:24:56 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:16 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:26 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:36 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:46 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:25:56 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:16 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:26 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:36 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:46 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:26:56 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:16 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:26 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:36 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:46 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:27:56 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:28:06 PM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleEmbarq' to fully start
    Sep 27, 2007 3:28:16 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle1\product\10.2.0\db_1\cfgtoollogs\dbca\Embarq\emConfig.log for more details.
    Sep 27, 2007 3:28:16 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:569)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:181)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:150)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:430)
         at java.lang.Thread.run(Thread.java:534)

    There is a log file referred at Refer to the log file at "D:\oracle1\product\10.2.0\db_1\cfgtoollogs\dbca\Embarq\emConfig.log for more details."
    Check the contents of this file.
    Out from the log you posted I can see it is a windows platform. One common issue with windows and EM is the lack of a fixed IP Address. If this is the case configure a loopback adapter.
    In the mean time, you don't need to have checked the configure EM DB Control from install time, you can skip this configuration and perform it later, so at least you have a working database just to start.
    ~ Madrid

  • Installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system

    We are having installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system.
    Using interface, when installation come up to “Installing Wizard” window where Gateway Name Server Configuration window should take place, everything just freeze up
    Using console, after installation we obtain following errors:
    Installing Siebel Enterprise Server. Please wait...
    unable to launch: "ksh export
    LD_LIBRARY_PATH=/siebel/gtwysrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ENU
    MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm" error code:
    "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/bin/setup.jar run -args LANG=ENU
    REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebsrvr/admin/siebel_server.scm"
    error code: "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/mgmtagent/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/mgmtagent/bin/setup.jar run -args
    LANG=ENU MODE=LIVE
    MODEL_FILE=/siebel/siebsrvr/mgmtagent/admin/mgmtagent_ses.scm" error code:
    "236"(SBL-STJ-00152)
    Running command :
    ./ssincfgw -is:javaconsole -console -args LANG=ENU MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm
    Infinite loop of following error pops out:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    Is there any clue how this error can be solved??
    Thanks in advance!!
    Gordon
    Message was edited by:
    user605023

    I'm facing the same error message while install Siebel 8.0 on OEL. But before I had this ksh problem, it complains about disc space first, and I actually has plenty of disk space under the directory (it needs only 0.7 G and I have 17G free). Anybody has encountered such problem before?
    /net/sdcnas05/vol/engfs01/v_sia/8.0SIA[20405|http://forums.oracle.com/forums/]/Release/Linux/Server/Siebel_Enterprise_Server
    -bash-3.00$ ./setuplinux -is:javaconsole -console
    Initializing InstallShield Wizard........
    Initializing InstallShield Wizard........
    Launching InstallShield Wizard........
    0% 25% 50% 75% 100%
    Welcome to the InstallShield Wizard for Siebel Enterprise Server
    The InstallShield Wizard will install Siebel Enterprise Server on your
    computer.
    To continue, choose Next.
    Siebel Enterprise Server
    Siebel Systems
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    Siebel Enterprise Server Install Location
    Please specify a directory or press Enter to accept the default directory.
    Directory Name: [siebel] /slot/ems1115/appmgr/20405
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the products you wish to install.
    [ ] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 1
    [X] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 2
    [X] 1 - Gateway Name Server
    [X] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Configuring uninstallers. Please wait...
    0% 25% 50% 75% 100%
    Choose the setup type that best suits your needs.
    [X] 1 - Typical
    [ ] 2 - Compact
    [ ] 3 - Custom
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the languages you wish to install.
    [X] 1 - enu - English (American)
    [ ] 2 - fin - Finnish
    [ ] 3 - kor - Korean
    [ ] 4 - cht - Chinese (Traditional)
    [ ] 5 - ita - Italian (Standard)
    [ ] 6 - esn - Spanish (Modern)
    [ ] 7 - deu - German (Standard)
    [ ] 8 - chs - Chinese (Simplified)
    [ ] 9 - tha - Thai
    [ ] 10 - dan - Danish
    [ ] 11 - heb - Hebrew
    [ ] 12 - fra - French (Standard)
    [ ] 13 - nld - Dutch (Standard)
    [ ] 14 - ptb - Portuguese (Brazilian)
    [ ] 15 - csy - Czech
    [ ] 16 - jpn - Japanese
    [ ] 17 - ptg - Portuguese (Standard)
    [ ] 18 - ara - Arabic (Sa`udi)
    [ ] 19 - sve - Swedish
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    {color:#ff0000}*Drive "/slot/ems1115/appmgr/20405" does not have enough space to install the*
    selected configuration. Please free up "766446" KB on drive
    *"/slot/ems1115/appmgr/20405" before continuing.*{color}
    -bash-3.00$ pwd
    /slot/ems1115/appmgr/20405
    -bash-3.00$ df -h .
    Filesystem Size Used Avail Use% Mounted on
    sdc1002nap-vlan1:/vol/ems_39426_1115
    71G 55G 17G 77% /slot/ems1115

  • Strange problem with Adobe Acrobat X (crash without a trace)

    Hi,
    I have a strange problem with Adobe Acrobat. It happens totally randomly, it leaves no signs in system logs.
    What is happening: during my work Adobe Acrobat sudennly crashes. After a crash I cannot run it again - system seems to do something for a second, but then nothing happends. When i look into taks manager - there are no processes of Acrobat.exe. It just doesn't want to run. What I need to do is to reinstall whole Adobe Acrobat - which requires restart.
    I've already tried to restart system after crash, it doesn't help - reinstall is required.
    Sometimes everyting is fine for a 3 months, sometimes crash happens a week after the previous one. It also happens in very different situations (somtimes  while opening a file, sometimes when doing something simple, sometimes in more complex tasks).
    Has anyone encountered a similar problem?
    Acrobat version: 10.1.1
    System info: Windows 7 64 bit

    Hi Kelvin,
    Please let me know what OS version you are using.
    The error also shows OS requirements not met.
    Futher please try the steps below :
    > Enable the hidden Admin Account on Windows 7 ( Ref :  http://www.howtogeek.com/howto/windows-vista/enable-the-hidden-administrator-account-on-wi ndows-vista/ )
    > Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html )
    > Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Reboot and try installing in the new enabled Admin user account and check.
    Please refer the Kb Doc : http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.
    Also see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs
    Regards,
    Rave

  • Strange Problem with ARD 2.2 *Please Help*

    Strange Problem with ARD 2.2 (2 problems)
    We have a classroom lab with 14 G5 PPC's running 10.4.11 with ARD 2.2 clients installed.
    We controlled all the G5's from a PPC Mac Mini running 10.4.11 with ARD 2.2, this was our Admin machine in our server room.
    We then added a teachers machine in the lab, an iMac PPC running 10.4.11 and ARD 2.2 also with admin status.
    Everything was working fine!
    We then upgraded the iMac PPC to an iMac Intel with 10.4.11. We installed ARD 2.2 admin and did the intel intergration.
    Everything worked fine.
    The iMac PPC was moved to another location, ARD was removed following instructions on the Apple website telling us to delete the application then run some terminal commands to remove pref's.
    Then our Intel iMac screen broke, we had the "lines" problem so bad only half the screen was visible. Long story short Apple wanted to charge us almost half the cost of the machine (no Applecare as it was a donated machine) to repair the screen!
    So we moved the PPC iMac back into the lab, re-install ARD 2.2.
    Now here is the problem, I can control, observe and run almost any command but cannot share with any computer!
    2nd,the Mac Mini Tech computer is running fine but cannot control or observe the PPC iMac teacher machine (we were able to do this before) I can even share the Mac Mini with the iMac but cannot observe or control!!
    Any ideas?

    "With ARD you have to enable option to control a Mac which has ARD running on it as opposed to remotely controlling normal client Mac."
    I'm not sure I understand, do you mean in System Pref's under sharing? Or is there somewhere else I need to enable to control?
    Seems like a hassle to reinstall the entire OS just to fix this problem, I am able to do everything else, except observe from one admin to another, and control from 1 admin to clients.
    thanks

Maybe you are looking for

  • ITunes Match and Tag Updates

    Wow... I am completely lost here... I have 5000 tracks on Match. Worked generaly well for the past 2 years. I'm using TuneUp to cleanup my albums tags. Once I've cleaned up the tags the way I want them, Match seems to push back the old tag and destro

  • Performance Degradtion on PowerBook G4-133 (1.2G RAM Tiger)

    It just runs slower, and slower until I finally have to reboot - Maybe Memory Leaks? I have recently tried to breathe some new life into my somewhat neglected PB-G4 133 by giving it an additional 1G of RAM, and a new 120G Hitachi HD. I'm using Tiger

  • 2504 N+1 HA Configuration

    Hi all, I've installed two WLC 2504 (Code 7.5.102.0) with HA N+1 following this documentation http://www.cisco.com/en/US/docs/wireless/technology/hi_avail/N1_High_Availability_Deployment_Guide.pdf See bellow the configuration : Primary WLC : (Cisco C

  • How to Drag and Drop in between Stacks?

    I have a folder with various stacks and single images that I would like to sort manually. It seems impossible to drag and drop an image in between two stacks. It always ends up stacked with one or the other. I am being very careful to be sure that ne

  • Computer not behaving

    Last month, my computer started bogging down, apps would stop responding for long periods of time then start working again, start-up would take up 10 minutes, finder would lock up and resume intermittently when trying to do simple navigation, Shutdow