DX Application Performance Management

 View Only
  • 1.  How to acces the enterprise console

    Posted Sep 06, 2019 12:29 AM
    I have installed enterprise magnager as standalone and its successful. Could you please let me know how access the enterprise manager console where i can see my application to be monitored.

    Thanks
    Kamal Rath


  • 2.  RE: How to acces the enterprise console

    Posted Sep 06, 2019 08:05 AM

    Hi Kamal,

    If you have also the WebView process running then

    Or you can go to: http://<yourEMhost>:8081 from which you can click "Start Introscope Workstation" which downloads Workstation.jnlp file that starts up a WebStart workstation when executed.

    Hope this helps

     

     

    Cheers,

    Danny

     

    ::DISCLAIMER::
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------





  • 3.  RE: How to acces the enterprise console
    Best Answer

    Posted Sep 06, 2019 01:18 PM
    Kamal,

    There are a couple of variants of the access, that you might hit.  I'll try to cover the communication ports and the different issues you might get into:

    http://<em_host>:8080
    Webview
    This is the unsecure http Jetty default port, and in I think 10.7, it is commented out within the <em_host>/config/webview-jetty.properties file.  Secondary, you might hit your firewall if the webserver port is restricted.  Other issues if you are hosting the EM on a shared host, you need to make sure the port is not currently being used.

    http://<em_host>:8081
    Web Launch page
    <em_host>/config/enterprisemanager-jetty.properties, much like the 8080 port

    https://<em_host>:8443
    WebView
    This is the secure port, but there are a number of things, such as server certificates and the like that you may need to install, create, trust, etc

    https://<em_host>:8444
    Web Launch Page
    Like port 8443 but in the enterprisemanager.jetty.properties file.

    On the WebLaunch Page you can run the Java web start, in IE with Java or using the stand alone javaw.exe.

    5001
    Workstation
    Either from the Introscope Workstation installation or from starting it up within a javaw context, both use the 5001 port to communicate with the EM. 5001 is the base communication port between the enterprise managers, agents and in this case the user interface of the Workstation
    Also on the 5001 port you can use the Command Line Workstation (CLW) to query and command the EM

    You might want to log into the EM host and using netstat, see if the port above are being use and are accepting calls from your workstation.

    Hope that helps,

    Billy