Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

InterSystems IRIS operations made easy with Red Hat Insights

September 20, 2024
Stefan Bunciak Jaylin Zhou
Related topics:
DatabasesHybrid CloudLinux
Related products:
Red Hat Enterprise LinuxRed Hat Insights

Share:

    Red Hat Insights, leveraging the power of its Advisor service, offers Red Hat administrators forward-thinking guidance and timely alerts for their Red Hat systems, drawing upon the collective knowledge and experience of Red Hat's own experts, along with select independent software vendor (ISV) partners.

    The Red Hat Insights team has been recently working very closely with our ISV partner, InterSystems, a leading provider of data solutions for healthcare and other industries, to empower Red Hat Enterprise Linux (RHEL) system administrators to seamlessly operate InterSystems IRIS through a new set of Advisor recommendations, as informed by InterSystems in their earlier blog post. 

    InterSystems IRIS offers a robust, integrated platform for building innovative, intelligent applications that harness the power of generative AI and semantic search technologies. With IRIS’s built-in, AI-driven capabilities, our joint customers can create smart enterprise solutions that analyze and understand diverse types of data, generate insights, and make predictions while ensuring optimal system performance via actionable Advisor recommendations. Insights Advisor assists systems administrators to remediate configuration settings that may degrade InterSystems IRIS performance. 

    There are no additional steps required to enable this bespoke integration, except for connecting a RHEL machine running InterSystems IRIS to Red Hat Insights. Our getting started guide contains easy-to-follow instructions on how to connect systems to Red Hat Insights. Red Hat Insights users will now see a new topic called "InterSystems" within the Advisor service, which groups all the individual recommendations which are related to InterSystems products. These are based on years of experience supporting InterSystems IRIS on Red Hat Enterprise Linux. See Figure 1.

    Red Hat Insights topic grouping all InterSystems recommendations
    Red Hat Insights topic grouping all InterSystems recommendations
    Figure 1: Red Hat Insights topic grouping all InterSystems recommendations.

    Tuning InterSystems IRIS performance

    Insights Advisor constantly evaluates several configuration attributes related to HugePages, Transparent HugePages (THP), swappiness, and shmmax kernel parameters for conformance with the InterSystems best practices. This way, Insights Advisor ensures optimal performance of InterSystems IRIS installations. In case it detects incompatibility or contradictory settings, a recommendation will be presented in the Insights user interface, and a new recommendation event is triggered. See Configuring notifications on the Red Hat Hybrid Cloud Console to learn more. Figure 2 shows one such recommendation.

    Example of a recommendation suggesting to adjust the huge pages configuration
    Example of a recommendation suggesting to adjust the huge pages configuration
    Figure 2: Example of a recommendation suggesting to adjust the huge pages configuration.

    Preventing failover issues

    To ensure high availability and prevent potential failover issues with InterSystems IRIS, Red Hat Insights now recommends setting an arbiter in high-availability deployments of InterSystems IRIS to significantly expand the scope of automatic failover capabilities, allowing for smoother recovery in a broader range of potential failure situations. 

    Additionally, the Advisor service suggests enabling the "Freeze on Error" option to prevent data loss in the event of a system failure which prevents writing to journal devices for better integrity and recoverability of the InterSystems IRIS database. 

    Finally, separating the primary and alternate journal directories by placing them on distinct storage devices, separated from database and write image journal (WIJ) storage, is also part of the new set of Advisor recommendations. This setup ensures data integrity and recoverability while minimizing downtime.

    Every Advisor recommendation provides system administrators details about the detected Red Hat Enterprise Linux version, InterSystems IRIS instance information, and system-specific, step-by-step instructions to remediate the detected issue. See Figure 3. Additional information linked to the InterSystems documentation for further reference is also included. 

    Example of remediation steps of an InterSystems recommendation
    Example of remediation steps of an InterSystems recommendation
    Figure 3: Example of remediation steps of an InterSystems recommendation.

    New facts available via Insights APIs

    Red Hat Insights offers multiple ways of integrating and/or querying its data to seamlessly integrate its findings into your operational workflows. As part of our collaboration with InterSystems, we've introduced three new system facts that allow those who prefer to access their Insights Inventory through APIs to do so: product, instance_name, and version. Those facts are regrouped in a new intersystems attribute as part of the system profile in the inventory.

    To query Insights inventory for these new systems facts, you can use the following command:

    curl -X 'GET' \
    'https://console.redhat.com/api/inventory/v1/hosts/<uuid>/system_profile?per_page=50&page=1&fields%5Bsystem_profile%5D=intersystems' \
      -H 'accept: application/json' \
      -H 'Authorization: Bearer <token>'
    

    Here is an example of a JSON response:

    {
      "id": "<uuid>",
      "system_profile": {
        "intersystems": {
          "running_instances": [
            {
              "product": "IRIS",
              "instance_name": "IRIS_INSIGHTS_1",
              "version": "2023.1"
            }
          ],
          "is_intersystems": true
        }
      }
    }

    Check out the Red Hat Insights API cheat sheet to get started with Insights APIs.

    Enable Red Hat Insights with InterSystems today

    Registering your systems with Red Hat Insights is very straightforward and typically requires only a single command to be executed. Nevertheless, we offer the registration assistant application, which will help you complete the necessary steps based on your setup. Analysis of InterSystems workloads requires no additional steps and is enabled by default as part of Red Hat Insights. 

    Last updated: March 20, 2025

    Related Posts

    • Leverage Red Hat Satellite for Insights reporting and automation

    • Satellite webhook and Insights automation for efficient RHEL operations

    • Convert CentOS Linux to RHEL using Red Hat Insights

    • Synchronize instance tags from Amazon EC2 and Microsoft Azure with Red Hat Insights

    • Extend Red Hat Insights client to execute custom automation

    • Detect network issues in Open vSwitch using Red Hat Insights

    Recent Posts

    • Skopeo: The unsung hero of Linux container-tools

    • Automate certificate management in OpenShift

    • Customize RHEL CoreOS at scale: On-cluster image mode in OpenShift

    • How to set up KServe autoscaling for vLLM with KEDA

    • How I used Cursor AI to migrate a Bash test suite to Python

    What’s up next?

    Use Red Hat Insights APIs to obtain system details and findings, as well as to interact with specific Insights applications.

    Get the cheat sheet
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue