Navigation

    Best APM Solution for Oracle WebLogic Server & FMW Product Family
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Download
    1. Home
    2. Tags
    3. wl-opc
    Log in to post
    • All categories
    • wlcommunityusers

      SOLVED WLSDM and OPC licence issue
      General Support & Troubleshooting • wlsdm wl-opc • • wlcommunityusers

      5
      0
      Votes
      5
      Posts
      3873
      Views

      wlsdmsupport

      @wlcommunityusers

      Hi,

      Please install WLSDM again by following the steps below.

      1. Shutdown AdminServer
      2. Delete WLSDM Runtime Folder (If background information is not important; in this case the past will delete)
      3. AdminServer start
      4. Complete WLSDM configuration wizard by importing export configurations.

      ImportConfiguration.jpg

      Re-installation procedure also available in here : https://wlsdm.com/docs/README#IX.Upgrade&Reinstall&Uninstall

      Kind Regards.
      WLSDM Support
      http://www.wlsdm.com

    • wlcommunityusers

      SOLVED WL-OPC Connection with WLSDM Over https
      General Support & Troubleshooting • wlsdm wl-opc • • wlcommunityusers

      23
      0
      Votes
      23
      Posts
      15061
      Views

      wlcommunityusers

      @wlcommunityusers

      Hi,

      Finally, I found the solution.
      I changed java.security in WL-OPC disabling jdk.tls.disabledAlgorithms like this:

      b0d4cae9-48f2-4ce0-9bf1-0afdaf93dcde-image.png

      And then I removed all the arguments in JAVA_OPTIONS to default OPC installation.

      I restarted OPC and I could add the domains without any problem.

      Regards.

    • can.sahin-wlsdmteam

      SOLVED Monitoring Configuration OSB Domains
      General Support & Troubleshooting • osb wl-opc • • Can Sahin - WLSDM Team

      2
      0
      Votes
      2
      Posts
      1586
      Views

      can.sahin-wlsdmteam

      @can-sahin-wlsdmteam

      Hi,

      You can disable alarms and monitoring of shutdown servers as below.

      d6a701da-73c5-4994-945f-aecdca7489e6-image.png

      Kind Regards,

      WLSDM Support Team
      https://community.wlsdm.com

    • wlcommunityusers

      WLSDM Domain Register to WL-OPC
      General Support & Troubleshooting • wlsdm wl-opc • • wlcommunityusers

      2
      1
      Votes
      2
      Posts
      1715
      Views

      wlsdmsupport

      Hi,

      Did you upgrade the domain? Your latest screenshot says your WLSDM v3.7.2 but WL-OPC says WLSDM v3.9.2.

      You can follow the below provided solution.

      Check two way access between WL-OPC and WLSDM
      WLSDMHostname$ telnet OPCHostname 8080
      WL-OPCHostname$ telnet WLSDMHostname 7001 Open problematic domain’s wlsdm_agent.jar with winrar and check WLSDM-version in “META-INF> MANIFEST.MF” file. If there is old version just replace wlsdm_agent.jar with the new version in $DOMAIN_HOME\wlsdm_agent\ Unregister problematic WLSDM domain from WL-OPC Complete WLSDM installation wizard without WL-OPC registration Register WLSDM domain to WL-OPC in WL-OPC “Administration> WL Domain” page. If the problem is not resolved please send us $WL-OPC_HOME\bin\WLOPC\logs with the zip file

      Kind regards.

    • can.sahin-wlsdmteam

      Getting error when start WL-OPC
      General Support & Troubleshooting • java wl-opc • • Can Sahin - WLSDM Team

      2
      0
      Votes
      2
      Posts
      1870
      Views

      wlsdmsupport

      Hi Can,

      This error is the wrong path for java in setenv.properties file configuration.
      Because in Linux alternative link using for java path.
      If you are using this command in terminal. “echo $JAVA_HOME” then it gives a true java path.
      ex: echo $JAVA_HOME --> /usr/lib/java/jdk1.8.0_201
      In setenv.properties file JAVA_HOME line change with your full java path.

      Then you can start WL-OPC.

      Regards.

    • wlcommunityusers

      FW Ports Agents to WL-OPC Server
      General Support & Troubleshooting • java wlsdm wl-opc • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      1915
      Views

      wlsdmsupport

      Hi,

      OPC default port is 8080, When you need to register domain to OPC first of all; check firewall rules for below ports with telnet.

      OPC and agent both are communicating each other you need mutual firewall request.

      From: ${WLSDM_AGENT’S_IP}
      To: ${OPC_SERVER’S_IP:8080}

      From: ${OPC_SERVER’S_IP}
      To: ${WLSDM_AGENT’S_IP:WEBLOGIC_ADMIN_PORT}

      Regards…

    • SOLVED WL-OPC SQL data change is not permitted for a read-only connection, user or database problem
      General Support & Troubleshooting • oracle weblogic wl-opc • • wlcommunityusers

      3
      0
      Votes
      3
      Posts
      3702
      Views

      wlcommunityusers

      Thanks

      We checked the space in the database and it was without problems, what we did was to restart the opc application, thank you very much

    • WLSDM and WL-OPC data-archive mechanism
      General Support & Troubleshooting • data archive wlsdm filesystem weblogic wl-opc • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      3033
      Views

      wlsdmsupport

      Hi,

      The WLSDM and the WL-OPC have their own data-archive mechanism.

      For the WLSDM, default data archive range is 90 days, and for the WL-OPC, default data archive range is 365 days.

      You can find the settings below.

      Kind regards.

      WLSDM: Configuration > WLSDM System Settings > system.archive
      77.jpg

      WL-OPC: Administration > System Settings > Notification
      88.jpg

    • Getting error while starting WL-OPC on Solaris
      General Support & Troubleshooting • oracle weblogic wl-opc • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      2579
      Views

      wlsdmsupport

      Hi,

      Unfortunately, we are not supporting “bash 3.2” version. At least you have to use “bash 4.x version”. Adding compatible bash version as below.

      Here are our recommendations:

      Our recommended OS is Linux. (centOS, Red Hat… etc.). You had better choose Linux servers. This information is already available in the help at the “prerequisite” section.

      Upgrade your bash version to 4.1 at your current working Solaris server.

      Kind Regards…

    • “User” role unable to generate the report in WL-OPC reports page.
      General Support & Troubleshooting • oracle weblogic wl-opc • • wlcommunityusers

      2
      0
      Votes
      2
      Posts
      2598
      Views

      wlsdmsupport

      Hi,

      This is an “Internet Explorer” issue (also, previous issue too).

      Please prefer the Chrome or the Firefox as browser while we fix the problem in next WL-OPC release.

      Kind Regards…

    • 1 / 1