Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Functionality already exists
Workspace DataPower Gateway
Created by Guest
Created on May 2, 2022

Enable a way to clean / refresh xml-names cache via manual / rest / soma

- To have a mechanism wether is manual with a CLI command or via SOMA/REST to clean / refresh the xml-names cache when the limit is reached.

- It is prefreably that we can set this limit to decide if this value is 50% or 60% or 70% for instance.

This is to avoid restarts when the workload is high and the gargabe collection doesn't have time to clean because all the XMLNames are used.

Idea priority Urgent
  • Guest
    Reply
    |
    Jul 21, 2022


    You can set qcode-warn value in throttle settings via CLI, WebGUI, ..., here with CLI (default is 10% free, earliest start is 65% free or 35% used):
    idg# co

    Global mode

    idg(config)# throttle

    Modify Throttle Settings configuration


    idg(config throttle)# qcode-warn

    Usage: qcode-warn <percent>

    idg(config throttle)# show

    admin-state enabled

    memory-throttle 20 %

    memory-terminate 5 %

    temp-fs-throttle 0 %

    temp-fs-terminate 0 %

    qcode-warn 50 %

    timeout 30 seconds

    status-log off

    status-loglevel debug

    sensors-log on

    backlog-size 0

    backlog-timeout 30 seconds

    idg(config throttle)#


  • Admin
    Ulas Cubuk
    Reply
    |
    May 19, 2022

    Idea / RFE Review. Thank you very much for taking the time to raise this enhancement request. Apologies for any confusion, you can use the "show xml-names-status" command to see usage so that will help you tune the warn-threshold parameter which can be set by "qcode-warn" command. When the warn-threshold is reached, the DataPower writes an alert to the log. But before that, it will trigger a clean up first. Therefore, the “warn threshold level” parameter also sets a threshold to begin the refresh or clean up XML Names short of the warning level. In other words setting this level will affect when cleanup is triggered. So, in summary the product in its current form has the mechanism of what is being asked for here.

  • Guest
    Reply
    |
    May 12, 2022

    That only shows the xml names status, don´t allow to do the tasks that are mentioned in the idea, i think yu don´t understand the idea, please read again.

  • Admin
    Ulas Cubuk
    Reply
    |
    May 11, 2022

    show xml-names-status provides the same functionality.