Oracle management server install/configure

i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

Oracle Enterprise Manager was designed for 3-tier architecture where:
tier 1 are your client tools, i.e. OEM consoles and DBA management packs
tier 2 is the middle tier which is the managment server with the repository(this is another database not managed through the OEM console.)
tier 3 are your nodes, i.e. the databases, listeners, and other services.
On another server, install oracle software, create a database with a minimum of a system tablespace and temporary tablespace.
From your OEM(Oracle Enterprise Manager) console on your Windows 98 platform, go to OEM configuration assistant, connect to the oracle database that you just created(see above) as system/manager. Create a new repository and select to create a new tablespace called OEM_REPOSITORY. The owner of this tablespace is preferably a person who is not a user on the system, just make someone up. Use your temporary tablespace for the temp and not the system tablespace. It will create the repository in your database.
Now, connect through the OEM console, the initial username is SYSMAN password OEM_TEMP. It will make you change the password for security reasons. You will have to discover the databases on all of your nodes(tier 3) in order to manage them. Don't try to manage your middle tier database that has your management server with OEM console.
Hope this helps,
Rob
i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

Similar Messages

  • How to install Oracle Management Server

    Hello Guys,
    I have installed oracle database9i on my computer now i want to configure Oracle Management Server. Please advice how to do it.
    Like when i start Enterprise Manager Console there are 2 options to Launch Standalone or Login to Management Server.
    I want to logon to Oracle Management Server.
    Regards,
    Imran

    You must create an OEM repository, and configure the OMS accordingly. From your start menu, you will find the Oracle Home Products menu -> Configuration and Migration Tools -> Enterprise Manager Configuration Assistant
    The emca is the graphical assistant tool you launch to perform oms configuration. It is recommended to create the repository in its own database.

  • Install oracle management server

    hi for all
    please if you can help me
    when i tru to backup any datafile from oracle enterprice manager
    error message tell me i must to install oracle management server
    can you help me how to install it

    Hello,
    I am attemtping to configure OMS using EMCA on Windows XP. I get the following errors:
    ORA-02084: datbase name is missing a component
    Creating local database with SID "OEMREP"...
    C:\oracle\ora92\bin\launch.exe C:\oracle\ora92\assistants\dbca dbca.cl -progress_only -emca_internal -createDatabase -templateName Transaction_Processing.dbc -gdbName OEMREP.hsd1.va.comcast.net. -sid OEMREP
    Failed to create local database.Processing failed.
    Question is what component is the database missing and how do I resolve it?
    Thanks.

  • Configuring oracle management server 9i using create new repository option

    hi ,
    i am trying to install oracle management server using the the option "create new repository "on a system on which oracle database is already installed .after installing oracle management server "configuration assistant appears .the second option is to select a database repository .
    first of all can i select the database that was prevouisly installed on my system
    or do i need to create a new database before installing oracle management server. but as i did not install any database for oracle management server before i am trying to select the database that was previuosly installed on the system but i gave me a tns error that it could not resolve the service name .after that i noticed that the oms listerner was up and registered . i am trying to stop this listener and start the database listerner so that it may not give me this error.can some one help me out configuring oracle management server on a system creating a new repository

    I suggest you to create a different database for the OMS repository. This database can be used for other tools that may require a repository, such as recovery manager.
    On the connectivity issue, I suggest you to verify your listener is up and running and it doesn't need to have the instance registered, as of course, it is a new instance. Make sure it is started. For additional troubleshooting on the connectivity issue, you may post the specific tns-12XXX error message displayed.
    ~ Madrid.

  • How to install Oracle Management Server Oracle9i

    Please tell me the steps one takes to properly install Oracle Management Server (Oracle9i) on a PC.
    Which of the diskettes to use for installation, and what are the cookbook steps from 1 - 10 for a beginner. I thought I had
    loaded the software on my system, only to discover the next day that I had not.
    Thanks for your forthcoming help.
    Mary

    I also installed Oracle 9i yesterday but there is no Oracle Management Server Service in the Control Panel. How can this be rectified, any ideas anyone ?

  • 9i - How to Determine If Oracle Management Server Has Been Configured ?

    hi all,
    I'm using 9.2 on a Windows 2000 server - but I'm new to this server and don't know what has been done in the past.
    I'm getting the VTK-1000 error when I try to connect in Oracle Management Server mode.
    To determine the problem, I need to know how I can determine whether the Oracle Management Server has been created/configured. Also, how can I know that the Repository has been created?
    This is what I've tried:
    -Tried logging in as sysman with a password of oem_temp
    - checked the Windows services - none exist as OracleManage... which causes me to think OMS was never configured
    But I dont want to destroy something that may already exist. That's why I want to confirm first.
    Sorry for the lame question - I'm new to Oracle.
    Thanks, John

    Well, then you don't have the SYSMAN password. Here you have two options, the first one, is to try to recover that repository or the second option, to get rid of this repository and create a brand new one.
    If you are willing to use the existing repository, then you will have to reset sysman's password, the procedure to perform this task is as follows:
    Connect by means of SQLPlus to the repository, you should open a session with the OEM repository database owner. In case you don't have this password (most probably) you will have to temporarily reset this password, as outlined on the bottom procedure.
    Open a session to the database as the OEM repoistory owner, let's say OEM_REP or whatever is the actual repository.
    sqlplus <OEMRepositoryOwner>/<OEMRepositoryOwnerPassword>@<OEMRepository>
    At the SQL prompt issue the command:
    execute smp_maintenance.reset_sysman();
    Your sysman password will be reset to OEM_TEMP, then you can enter if the repository is up and running, and you can issue commands to check status and shutdown it.
    Temporarily resetting a db user password:
    1. Connect to the database as sysdba:
    sqlplus / as sysdba
    2. At the sqlplus prompt query the dba_users table to get the password:
    select username, password from dba_users where username='<OEMRepositoryOwner>';
    Copy the current password in a safe place.
    3. Set a new password, let's say 'X'.
    Alter user <OEMRepositoryOwner> identified by X;
    4. Once you are done with the previous reset sysman procedure, then you can restore the user password:
    alter user <OEMRepositoryOwner> identified by values '<PreviouslyEncodedSavedPassword>';
    Then you are done.
    ~ Madrid
    http://hrivera99.blogspot.com/
    .

  • Installing Oracle Management Server

    Hi,
    I've installed oracle 9i r2 enterprise edition for windows 2000. during the installtion process, i choose not to install any Oracle Management Server Database and proceeded to install a standalone database server.
    Now i have a need to install the Oracle Managment Server Database.
    Can anybody help me please ?
    Thanks in Advance,
    Piyush

    Hi Joel,
    I'm giving the full details of what exactly I've done.
    1. Started installing Oracle 9i r2 for windows 2000
    2. Choose for an Enterprise Edition setup
    (all default options)
    3. The installation process prompted me to choose
    whether the database am installing is going to be
    connected to an Oracle Management Server.
    3.1 If yes, then the provide the Server Name.
    3.1.1 If no such server exists, then would i
    like to create a Server right now.
    3.2 If No, then the database installed would be a
    standalone server.
    4. I chose to install the stand alone version only.
    5. Currently, I have a database up and running.
    6. Now i want to it to be controlled by an Oracle
    Management Server, which is not setup in my env.
    Hope this info is sufficient for you to provide me the steps to execute.
    Thanks in Advance,
    Piyush

  • Help me! why can not start oracle management server?

    maybe for my shutdown and startup database abnormal for several
    times,now the server oracleorahome81management server can't start
    and while i logon to enterprise manager console,it show me a
    error as follow
    "vtk-1002:The Oracle Management Server you are trying to connect
    to is still in the process of initialization. Please wait for it
    to start up completely and then try logging in again"
    the error also when i restart my machine.
    and,the configuration assistant can not logon to database.
    but sql*plus,sql worksheet can work normal.

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Error while starting Oracle Management server service

    Hi all,
    We are about to administer our database using Oracle Enterprise manager. For that we have configured OEM in a Test PC and tried to connect our database.
    First i have logged in to OEM Console with Sysman login id using the default password "oem_temp" and it prompts me to change the password, also i have changed the password as "xxxxx" and i have come out of OEM console and tried to relogin using the changed password.
    i got the message as invalid login or password or
    check for the availablity of Management server service"
    i found that the service Oracle Management server which was previously running is not running now and i tried to restart that manually.
    On doing that i got a message as
    "Error 1053: The service did not respond to the start or control request in a timely fashion"
    Would any one of u help me to solve this problem.
    Thanks in advance..

    Hi-- could you please describe your administrative domain?
    I need to know the operating systems on each of the
    clients and the OSB admin server. Also, does 'obtool' CLI
    tool work? Do any of the machines act as an apache webserver
    for another application? Is there any other backup service
    running on any of the machines?
    thanks,
    Judy
    I noticed that when re-installing the OSB without the
    Administrative Server (only Media Server and Client)
    I got no errors at all (but still cannot connect from
    another Administratice Server to my machine)

  • Problem starting the Oracle Management Server service

    Hi
    I have configured the Oracle Management Server (since I need to use the Jobs functionality) in an Oracle 9i home installed in my desktop. Then I have tried to put the service to work; it always starts and stops at once; the message also states that some services are automatically shutted down when they are not in use...
    Also, I noticed that I cannot use the typical option when creating the repository for OMS because it does not accept the domain my computer is in (dgsaude.min-saude.pt) since it seems to be an invalid domain name...
    I am a little under pressure here...Please help

    Thank you very much; I will take a look at documentation; anyway, just a question I am in doubt about..the tasks I need to automate have to do with deleting the contents of some local tables, then run some SqlPlus queries to fill those tables again (I run them locally by using a database link to another database); final tables will be connected to an www site and refreshed. As I have understood, I can do this using DBMS_JOBS (for which, I think, I would need to learn some PL/SQL...) or configure the OMS to do it (which, as you said, can be a bit of a pickle in the start...). Given the situation, which one of these tools would you advise me to use?
    Thank You
    Andre

  • To connect to oracle manager server

    i try to connect to manager server but maybe i am with windows 2000 pro this function don't start.
    when i go to de Panneau de configuration > Services. i don't find manager server so what i can do to connect to oracle manager server?
    thanks for answer

    If you have installed the Oracle AS 10.1.3 using an Apache in front the default port is 7777 as far as I know.
    You wrote that the main page is accessible, that's why I would suspect that you might have a problem with your hostname. Are you accessing the mainpage via the full qualified hostname or via ip?
    Please ensure that you can reach the server using the full qualified hostname!
    If you are not sure about it, add an entry to your local hosts-file.
    Please tell us if this was your problem!
    Regards,
    Eric

  • What is oracle management server 9i

    when i install the oracle database 9i, does management server is installed by default or not? what are the steps required to install management server?
    Please anybody put some light on this issue.
    Thanks
    Ateeq

    9i Oracle Management Server is not configured by default. It is an option for using 9i EM
    You will find instruction in the Documentation:
    <br>
    <br>
    Oracle Enterprise Manager 9i Configuration Guide
    <br>
    <br>

  • What is the OMS(Oracle Management Server) ?

    Hi All,
    Anyone can explain me what is the OMS (Oracle Management Server)
    in Oracle Enterprise Manager(OEM),may be it is the server where OEM resided on when install program I'm not sure?
    Thank you,
    Mcka

    Enterprise manager has two ways of operating: direct attach and three-tier
    In Oracle9i, the direct attach is 'stand alone console'. In 10g it is 'db console'
    In Oracle9i, the three tier is using an OMS. In 10g, it is called the grid control.
    Basically the OMS or Grid Control has the following configuration:
    - On each database server, there is an Enterprise Manager Agent. It 'manages' all database instances on that server;
    - there is a central application server (Oracle Management Server/OMS) that communicates with all agents. It tells the agent to performan actions (such as collecting operating stats) and it gets the results from those actions;
    - there is a central OMS repository (schema in a database) used the the OMS, that is used to store configuration and information retrieved by the agents;
    - the OMS responds to user (administrator) requests from the [9i] java console or the [10g] browser. The requested information may be retrieved from the repository or retrieved in real time directly from the instance via the agent.
    The OMS can be installed on any machine. The OMS repository can be installed on any machine with a database instance.
    Often the database, the OMS and the OMS repository are both installed on a single 'DBA-only machine'. (This makes sense as the information collected could have a SarbOx impact.)

  • Login issue in Oracle management Server

    I am new to oracle .
    I have configured an Oracle Management Server but how do I log In? an error of "Incorrect login Credentials"
    I can login in Oracle Enterprise manager as sysdba.but with same login and password i can't login the oracle management server.
    I'm using 9i on a Windows XP Server and I have also checked that the Enterprise Management Server Service is started.
    Please guide me.
    Thanks,
    Bali

    did you configure the OMS repository or not?
    if you configured it so login with sysman/oem_temp
    if not you have to configure the repository to be able to log in to Management Server

  • Error Starting Oracle Management Server

    Sorry to post here if this is the wrong place.
    I'm running O9.2 on RH9 on a dual Xeon with 4GB RAM.
    With emca i create an OEMREP. When I run "oemctl start oms", i get the following messages:
    Starting the Oracle Management Server...
    Could not connect to the OMS: possible error in the configuration file
    Terminated
    If i do the exact same thing on a P4 with 512MB RAM with O9.2 and RH9, everything works like a charm.
    thoughts??

    Check the /etc/hosts file to make sure the hostname of the server is included (not 127.0.0.1 localhost, but {for example} 192.168.8.20 mylinuxserver)

Maybe you are looking for

  • Characters not visible in Generated pdf format..

    Hi , I am working on a report.I have created an rdf file and registered in Apps to generate the report output in pdf format.When i am running my concurrent request its generating the pdf file but its not generating any characters only numerical value

  • "This file attachment is too large to be viewed." What?

    I created a 15.6MB m4v for iPhone using compressor to test being able to email clips to a client for review on his iphone. A couple of strange things. First, when the message is received, the attachment now reads that it is 20.6MB in size. Second, wh

  • Can Adobe 6.0 Standard Windows 7

    Can Adobe 6.0 Standard be installed in a Windows 7 machine?

  • Windows Roles & Features "error" issue.

    Hi, I have a virtual server windows 2008 R2 Standard ed. it was working fine earlier. Now I had a task to install .net framework 4.5 and MSMQ on this server. When I tried to install, I found Roles & Feature option in Server manager displays "error" a

  • Updating to Word 2003 on X5.0.2

    After updating recently to Word 2003 (Office Suite), my Printed Doc is now hosed (error messages about disabled macros, images are gray boxes, all styles output as Sample Text at the start of the output file, etc.). I have build 801 (X5.0.2), but do