EM dbconsole is installed or not

Hi All,
How to know that EM dbconsole is installed on box or not.
oratab looks like this
+ASM:/app/oracle/product/grid/11.2.0:N
HRD:/app/oracle/product/11.2.0:N              # line added by Agent
HRIALD:/app/oracle/product/10.2.0.4:N         # line added by Agent
HRIALI:/app/oracle/product/10.2.0.4:N         # line added by Agent
HRMI:/app/oracle/product/11.2.0:N             # line added by Agentlistener.ora looks like this
ADR_BASE_LISTENER = /app/oracle/admin/grid
ADR_BASE_LISTENER_HRMI = /app/oracle
ADR_BASE_LISTENER_HRD = /app/oracle
ADR_BASE_LISTENER_HRIALI = /app/oracle
ADR_BASE_LISTENER_HRIALD = /app/oracle
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = asdha310)(PORT = 1521))
LISTENER_HRIALI =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = asdha310)(PORT = 1524))
        (ORACLE_HOME = /app/oracle/product/10.2.0.4)
LISTENER_HRIALD =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = asdha310)(PORT = 1528))
        (ORACLE_HOME = /app/oracle/product/10.2.0.4)
LISTENER_HRD =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = asdha310)(PORT = 1523))
      (ORACLE_HOME = /app/oracle/product/11.2.0)
LISTENER_HRMI =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = asdha310)(PORT = 1527))
      (ORACLE_HOME = /app/oracle/product/11.2.0)
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_HRD = ON
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_HRMI = ON
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_HRIALD=ON
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_HRIALI=ONPlease let me know how to check if EM is installed or not. If yes how to connect to it using url.
Thanks in advance

user12052163 wrote:
emctl status dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
https://asdha310:1158/em/console/aboutApplication
Oracle Enterprise Manager 11g is not running.
Logs are generated in directory /app/oracle/product/11.2.0/asdha310_HRD/sysman/logemctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
https://asdha310:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ......... started.
Logs are generated in directory /app/oracle/product/11.2.0/asdha310_HRD/sysman/log
It means there dbconsole actually configured for this database and now started.

Similar Messages

  • How could I check whether Oracle Enterprise Manager is installed or not ?

    Customer uses Oracle DB 11g.
    How could I check whether Oracle Enterprise Manager is installed or not ?

    If you are using EM DB Control then you run this command,
    $ORACLE_HOME/bin/emctl status dbconsole
    HTH
    Mani

  • Issue with ARD 3.0 not pushing out Installs, Says its installing but not

    Issue with ARD 3.0 not pushing out Installs, Says its installing but not
    Has anyone seen this. It seems to happen with ARD 3, have not seen this in ARD 2.
    I go to the Install Packages on Target Computers, put in: 10.4.7 Combo (for the correct CPU, PPC or Intel), security updates, QT 7.1.2, etc.
    Push it to Macs I can connect to, observe and control.
    The progress bar copies the files (in some instances it does not) and then it just hangs there, bar does not move, Installs never finish, not good, very odd.

    Is it the same clients that have the problem every time? Are those clients doing anything cpu intensive? Have you tried rebooting the affected clients?
    Maybe try a smaller package on those clients.

  • Installed but not found on computer

    I've successfully installed the latest 10.1 for my 64-bit laptop with Windows 7.  A check by Adobe confirms that it was properly installed, and that I have the correct version for my computer.
    AND YET, there is no icon for it anywhere, it doesn't come up on my list of Programs, when I enter "Adobe Flash Player" in the search bar it shows no such program, and when I try to play a FLV file, it won't give me Flash Player as an option. So..... I have it on my computer, but I apparently am not allowed to see it or access it?
    I've uninstalled and re-installed several times, and cannot for the life of me figure out what the problem is.  Any help for this maddening situation?

    Hi,
      Yes, I read his comments and I made sure Shockwave Flash Object was enabled in IE as he suggested. I am trying to make a flip book. One of the posts here in the forum said to make a SWF file, which I did. But now I can't figure out how to do anything with it. I thought Flash Reader was the right program to look at it, but maybe I'm wrong? Maybe I need Flash itself? The flip book thing has me pretty frustrated and confused. All the sites and software I've tried are poor quality. I was hoping I could figure out how to do it through Adobe to get better quality.
    1. Oct 17, 2010 1:30 PM in response to: jonstrebler
    Re: Installed but not found on computer
    Hi, Flash Player is a browser plugin, not a stand alone Player. You should have Shockwave Flash Object in add ons in IE and make sure it is enabled.
    Your Flash files are in C:\Windows\SysWOW64\Macromed\Flash 
    You may want the Adobe Media Player:http://www.adobe.com/products/mediaplayer/   
    Hope that helps,
    eidnolb

  • [SOLVED] ABS - nasm - install file (nasm.install) does not exist

    I was attempting to build the nasm package and I encountered the following error:
    ==> ERROR: install file (nasm.install) does not exist.
    When reviewing the PKGBUILD file there was a line in the header:
    install=nasm.install
    ArchWiki (PKGBUILD) explains the install directive
    The name of the .install script to be included in the package. pacman has the ability to store and execute a package-specific script when it installs, removes or upgrades a package. The script contains the following functions which run at different times
    I removed the install= line and everything appeared to work.  My question is... does anyone know if the install script it was expecting to find did anything special that is going to cause me grief going forward?
    Thx
    Last edited by dwardca (2013-07-06 04:43:41)

    I figured out what I did wrong.   I copied only the PKGBUILD file out of /var/abs/extra/nasm folder ..  the nasm.install was still in the folder.
    Explains why I couldn't find the answer on Google. 
    Last edited by dwardca (2013-07-06 04:44:13)

  • How do I revert to abackup from time machine? The backups prior to Lyon install are not available  - restore button is not active. I wish to return to Snow Leopard.

    How Do I revert to Snow Leopard from Lyon?
    The backups prior to Lyon install are not available... the restore button is not active.
    thanks!

    You need to do a full system restore from your last Snow Leopard backup.
    See #14 in  Time Machine - Frequently Asked Questions.

  • I just updated my iPhone 4 to iOS 7.1. The apps I had previously installed are not showing on the screen. They are located in App Store icon. How do I move the icons so they are showing on the screen.

    I just updated my iPhone 4 to iOS 7.1. The apps I had previously installed are not showing on the screen. They are located in App Store icon. How do I move the icons so they are showing on the screen.

    You can move apps around in iOS 7 the same as iOS 6. Press an app icon until you see it wiggle; then drag it to where ever you want it to be. Drag it onto another app to create a folder with the two apps. Tap the Home button to stop the wiggle.

  • I have tried several times to install iTunes update 11.1.4 on my PC.  I get a message saying that install was not successful and an error message of MSVCR80.dll not present, Error 7, (Windows error 126).  I am told to reinstall iTunes, but nothing changes

    I have tried several times to install iTunes update 11.1.4 on my PC.  I get a message saying that install was not successful and an error message of MSVCR80.dll not present, Error 7, (Windows error 126).  I am told to reinstall iTunes, but nothing changes.  What next?  I've not had this problem with other updates requested by Apple.

    I have also had the same problem with my Win 7 32 bit computer.  I had great help from Apple techs in Montreal and Orlando for 2.5 hours.  They helped me remove every trace of Apple products and clean the registry in two different ways.  Each install gave the same problem!  If Apple techs can't fix it (on some of our machines) then we are really in trouble.  They promised to raise it with the "engineers" and get back to me with a solution.  I am waiting and hoping.  Otherwise maybe version 11.1.5 will have a fix ??

  • Trying to install the latest version of iTunes and when it is being installed I get the message "There is a problem with this installer package. A program quired for this install could not be run. Contact your support personel or package vendor."

    I am trying to install the latest version of itunes and when the install begins I get the message "There is a problem with this Windows installer package. A program required for this install could not be opened. contact your support personnel or product vendor". I ran a troubleshooting diagnostic on my computer and nothing flagged as a problem. I uninstalled iTunes and tried again and now I don't have any way to sync my ipod touch. Please help with any suggestions!!!

    Just in case, let's try a standalone AppleSoftwareUpdate.msi install.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe, and select "Extract to iTunesSetup". WinRAR will expand the contents of the file into a folder called "iTunesSetup".
    Go into the folder and doubleclick the AppleSoftwareUpdate.msi to do a standalone ASU install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleSoftwareUpdate.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If not, what error message do you get? (Precise text, please.)

  • Win8.1 Update 1 install was not an easy task. (Win8.1 Pro 64bit)

    Win8.1 Update 1 install was not an easy task. (Win8.1 Pro 64bit)
    KB2919355 Failed to install : 09Apr, 11Apr, 11Apr, 12Apr, 12Apr, 13Apr, 16Apr, 17Apr; succeeded: 17Apr.
    After the first three failures I did an online search and found the following information:
    According to a posting I found, when Windows 8.1 Update first fails to install, the original patch does not clean all leftovers, so all your attempts to manually deploy the new release will obviously fail as well. Andrew B recommends users follow the next
    steps and then try to install Windows 8.1 Update manually.
    1. Launch Command Prompt with administrator privileges
    2. Run the following command: dism /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~amd64~~6.3.1.14
    3. When step 2 is completed, run this command: dism /online /cleanup-image /startcomponentcleanup
    4. Try to install Windows 8.1 Update manually
    I followed these steps and tried both an online and offline installation a couple of times - without success.  More searching resulted in more information:
    from:
    http://news.softpedia.com/news/Windows-8-1-Update-Installation-Fails-with-Error-Code-80070020-436577.shtml
    1. Dism /Online /Cleanup-Image /RestoreHealth
    2. SFC /scannow
    The next attempt at installing Update 1 worked. I then checked the CBS.log file in the \Windows\Logs\CBS folder and found numerous comments that 'SFC /scannow' found many missing or corrupted files and took action to replace them. I was surprised that many
    of the 'new' files were images and were in the \Windows\Web\Wallpaper\Themes1 or \Themes2 folders.
    I had previously deleted all images I did not want as wallpaper - there was no option to unstall themes using Control Panel > Programs and Features > Turn Windows features on and off.
    So, it appears that Win8.1 Update 1 expects to find 'everything' that was part of the initial/original installation still on the computer even though I "Took Ownership" of the original images and folders and deleted them. SFC /scannow may have
    repaired/installed other files but that information was eliminated with the successful install.

    Hi,
    Thanks for your sharing on this issue.
    The update 1 also change some UI designs, that's why it try to find all related files about theme and components to replace.
    Kate Li
    TechNet Community Support

  • How to install Sticky Notes in Windows Server 2012 R2

    I want to install Sticky Note in Windows Server 2012 R2. If this app is not available in Server 2012 then which is the
    best "Sticky Note" application for this platform.
    Thanks

    Here are instructions for 2008 -
    http://www.win2008r2workstation.com/sticky-notes/  I'm not sure about the legality of that, as I think Microsoft has some rules in their license about copying files from one distribution to another.  You would need a lawyer to check on that.
    Otherwise, a simple Bing search will turn up freeware apps you can download.
    .:|:.:|:. tim

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

  • Photoshop Elements 13: The product you are trying to install is not an Adobe Genuine Software and appears to be counterfeit.

    Installed Photoshop Elements 13 on old computer in December, old computer crashed this week so had to purchase new computer.  Attempted to install and received the following error message:  The product you are trying to install is not an Adobe Genuine Software and appears to be counterfeit.  What now???

    Try Warning: "Adobe Genuine Software Validation Failure..." | Windows

  • ,"The version of Adobe Flash Player ActiveX that you are trying to install is not the most current

    I need help been trying to get flash on computer but is prompts me with this, I have downloaded this flash over and over again & uninstalled it too. Im not to sure what i have on my computer but i believe it to be window 7... My brother told me that flash can only be installed on the 32 bit IE, so i opened up the 32 IE and tried it there, but it still prompts me with this? I have read the other forums disscussion but i cant seem to follow. Please help!!
    ,"The version of Adobe® Flash® Player ActiveX that you are trying to install is not the most current version.
    Please visit http://www.adobe.com/go/getflashplayer to obtain the latest, most secure version."

    I show this under this folder: C:\Windows\system32\Macromed\Flash or C:\Windows\syswow64\Macromed\Flash, does this help?
    Start Main Section - Date=17/05/2010 (Monday)
    Time=0:29:01
    CreateDirectory: "C:\Windows\system32\Macromed\Flash" (1)
    Call: 441
    Safety Check
    Call: 116
    Call: 1191
    File: overwriteflag=1, allowskipfilesflag=2, name="C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\UserInfo.dll"
    File: wrote 4096 to "C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\UserInfo.dll"
    CheckAdminPermissions Name = Nixon
    Call: 1191
    File: overwriteflag=1, allowskipfilesflag=2, name="C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\UserInfo.dll"
    File: skipped: "C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\UserInfo.dll" (overwriteflag=1)
    CheckAdminPermissions Account Type = Admin
    Jump: 148
    Call: 148
    Call: 74
    GetWindowsVersion -
    CheckSupportedPlatform  - OS=
    Call: 447
    CheckFPPermissions
    Call: 74
    GetWindowsVersion -
    Call: 1191
    File: overwriteflag=1, allowskipfilesflag=2, name="C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\fpinstall.dll"
    File: wrote 8704 to "C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\fpinstall.dll"
    ObjectExistsAndIsOwnedBySomeoneElse = 0
    Jump: 490
    MessageBox: 12582960,"The version of Adobe® Flash® Player ActiveX that you are trying to install is not the most current version.
    Please visit http://www.adobe.com/go/getflashplayer to obtain the latest, most secure version."
    Call: 1191
    File: overwriteflag=1, allowskipfilesflag=2, name="C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\NSISArray.dll"
    File: wrote 17920 to "C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\NSISArray.dll"
    Delete: DeleteFile("C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\fpinstall.dll")
    Delete: DeleteFile("C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\NSISArray.dll")
    Delete: DeleteFile("C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\System.dll")
    Delete: DeleteFile("C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\UserInfo.dll")
    RMDir: RemoveDirectory("C:\Users\Nixon\AppData\Local\Temp\nso66D0.tmp\")

  • Oracle Clinical - install.sh not working - says not found or Java runtime error.

    install.sh not working - need help
    Hi all,
    OS Solaris 8. Sun Sparc 20 - 256 MB 9.1 GB. I am using csh for this install as instructed for the user OPAPPS.
    I have installed Oracle 8.1.6 Rel 2 on the SUN Sparc. Everything is fine and a customised DB has been created. Now I
    have to install an Oracle application on the same server. I have a working knowledge of Unix but I don't know scripting.
    I logged in as OPAPPS as required. (.chsrc). I have set the path with all possible directories and made it a member of
    group DBA as requested.
    I put the CD in the CDROM and then cd /cdrom
    # install.sh
    BUT I get this message: install.sh not found.
    install.sh is there on the CD. This is the contents of install.sh from the CD
    #!/bin/sh
    os=`uname | tr A-A a-z`
    case "$os" in
    sunos) platform=solaris
    hp-ux) platform=hp-ux
    osf1) platform=decunix
    esac
    #The environment variable $SRCHOME cannot be set during installation
    unset SRCHOME
    unset SHLIB_PATH
    CMDDIR=`dirname $0`
    if [ "CMDDIR" = "." ]; then
    CMDDIR=`pwd`;
    fi
    # Replace relatove path with fully qualified path
    if [ ! "`echo $CMDDIR|grep '^/'`" ]; then
    CMDDIR=`pwd`/$CMDDIR;
    fi
    if [ x${PATH} != x ] ; then
    PATH=$PATH:/usr/bin: /bin
    export PATH
    else
    PATH=/usr/bin:/bin
    fi
    cd $CMDDIR/$platform/Disk1/install/$platform
    ./runinstaller $*
    directory structure on CD
    -r-xr-xr-x 1 root sys 638 Aug 23 2000 install.sh
    dr-xr-xr-x solaris
    dr-xr-xr-x hpunix
    dr-xr-xr-x decunix
    dr-xr-xr-x nls732
    solaris/disk1/install/solaris and the file
    -r-xr-xr-x runinsta.
    -r-xr-xr-x oraparm.ini
    dr-xr-xr-x images
    d .
    d ..
    Would anybody know why I get install.sh NOT found when it is there?. This executabel is on the CD. I am not sure why it gives
    a java runtime error message when it is OK. Remember, I have already installed Oracle 8i using the same environment with the existing java runtime .
    Thanks for your help.

    Hi,
    I am installing Oracle clinical 4.5.x.
    I need to know whether both the Database server and application server for Oracle Clinical can be installed on same server(windows 2000 server).
    Both of them are installed on windows platform.
    It seems that u have tried the single node installation.
    So,please give all the possible details regarding the single node installation for oracle clinical no matter what platform it is.
    Please reply me as soon as possible, its urgent.
    Thanking u in advance.

Maybe you are looking for