DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: GUI stuff on SOlaris

  1. #1

    Thumbs up

    Does anyone out there know if you can invoke the GUIs from unix? That is enterprise manger stuff???
    The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office.

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Is your OMS is running? if not start that with the

    oemctrl start oms

    then you can invoke the OEM from x windows

    oemapp console &

    If this is the first time you are going to use OEM then the user name and password would be

    sysman/oem_temp.

    If you have any problems, pl. let us know.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Does this need configuring as I tried to start it and got the following messsage :


    EMCTRL for Solaris: Version 2.1.0.0.0
    Copyright (c) 1998, 1999 Oracle Corporation. All rights reserved.
    /app/oracle/product/admin/orb/resources.ora is not found!
    VXA-2008 : Could not locate an Oracle Management Server on node ciodev1. Has it been shut down?
    The brain is a wonderful organ; it starts working the moment you get up in the morning and does not stop until you get into the office.

  4. #4
    Join Date
    Feb 2001
    Posts
    51

    got the same thing

    I didn't get any error when I ran this command.

    oemctrl start oms

    my dbsnmp is running, so is the agent.

    when I try to check whether the oms isrunning or not.

    oemctrl status oms sysman/oem_temp
    /u01/app/oracle/admin/orb/resources.ora is not found
    VXA-2008:Could not locate an OMS on node anaconda. Has it been shut down?


    anyone?

  5. #5
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    The reason for this problem could be one of the following.

    1. Make sure that OEM and OMS are of the same version. i.e 2.1/2.2

    2. The most possible reason could be that you would not be having a repository setted up for the oms. To setup the OEM repository do the following

    have a user and a special (you could also use the tools tablespace) created under the database where you would like to create the repository.

    $> emca (i.e enterprise manager configuration assistant)

    based on the wizerd request, provide the information and create a repository.

    Once after creating the repository, make sure that the Intelligent agent and oracle data gatherer are up an running. This one you could check through

    lsnrctl dbsnmp_status
    vppcntl -status

    If they are down, then start them as follows

    lsnrctl dbsnmp_start
    vppcntl -start

    Then start the OMS

    oemctrl start oms
    oemctrl status oms sysman/oem_temp

    Once you confirm that these are all functioning correct,
    then you can open the OEM client tool through

    oemapp console&

    Then discover the node by giving the hostname. Once after you discover the node, go to the preferences and set your email and other preferences, give the usernaem and password for the instances (SYS/SYSTEM) and then the node username should be a valid oracle user name that you would use to login to that host and also provide the password)

    Also don't forget to configure your SMPT the email host.

    Once you do these, you are ready to create jobs/events and other things

    If you have any problems, pl. let us know.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width