GithubHelp home page GithubHelp logo

cpd's Introduction

Catch all of random Cloud Pak for Data technical items

For information on pods to thier related service (Core & KC)

pod service reference.md

IBM will no longer be supporting ZenHub Enterprise. Users should transition to Jira@IBM or GitHub Projects

ZenHub Enterprise Sunset

Connections for testing (IBM internal)

For IBM internal environments you may use the DataQuack service to validate access to various types of data sources. See table in README.md file for connection parameters. Supported data sources include:

  • MongoDB
  • Oracle
  • MySQL
  • MariaDB
  • PostgreSQL
  • Minio
  • Db2
  • Microsoft SQL Server
  • Informix

cpd's People

Contributors

dimsumdev avatar

Watchers

 avatar

cpd's Issues

3.5 - Global Connection - Experiencing issues when creating or testing

Perform the following tasks if you are experiencing issues when creating or testing global connections.

  1. Check whether the connection type is supported.
  2. Make sure that connection test is successful.
  • Check logs of wdp-connect-connection and wdp-connect-connector pods for more information if it is not.
  1. Eliminate network issues.
  • Logon to CP4D worker node and check with command curl -k -v <host>:<port> whether database host and port are accessible.
  1. Check whether the data source is up and running.
  2. Validate connection parameters using a different tool.
    Ask client to use standard tooling for validating the access to the data source.

Connections for testing (IBM internal)

For IBM internal environments you may use the DataQuack service to validate access to various types of data sources. See table in README.md file for connection
parameters. Supported data sources include:

  • MongoDB
  • Oracle
  • MySQL
  • MariaDB
  • PostgreSQL
  • Minio
  • Db2
  • Microsoft SQL Server
  • Informix

3.5 - No feedback from UI when trying to download diagnostic file

After creating a diagnostic file and starting the download, there is no feedback in the UI, i.e. no Window is popping up for selecting a download location. However, in the browser console, you can see that the download is already going on. But then, when in reaches 1 GB file size, it fails.

Steps to reproduce

  1. Open the browser console.
  2. Create a diagnostic job that covers a large time period so the file size will be greater than 1 GB. In our scenario, components WKC and CCS were selected with 30 min time period.
  3. Wait for the job to complete, then select to download the diagnostic file.
  4. There won't be any feedback in the UI.
  5. Follow the activity in the browser console.
  6. You see that the file is actually being processed but it fails when 1 GB file size is reached.

Workaround

The generated diagnostic file is located under user-home/serviceability/collectedLogs. The filename matches the ID associated with the diagnostics collection. To download it to your local node from user-home you can use the following command. Replace by the name of the OpenShift namespace in which CP4D was installed.

oc cp <namespace>/<nginx_pod>:/user-home/serviceability/<job_id>.zip <destination>

3.5 - Debug LDAP Config

enable debug :

oc set env Deployment/usermgmt DEBUG="*"
oc scale deploy usermgmt --replicas=1

repeat the problem, collect logs of usermgmt pod. Then restore the default configuration:

oc set env Deployment/usermgmt DEBUG=""
oc scale deploy usermgmt --replicas=2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.