IBM DataPower Operations Dashboard v1.0.15.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Special Steps for Users of Kibana in Non-Appliance Installation

  1. DPOD 1.0.15.0 introduces Expert Mode dashboards which are based on OpenSearch Dashboards.

  2. If Kibana is installed on your non-appliance installation, please continue with the below steps.

  3. Backup the existing configuration by exporting the saved objects of Kibana.

  4. Uninstall Kibana rpm from DPOD server (in a Cell environment, this would be the cell manager).

  5. Perform the upgrade to DPOD 1.0.15.0. The upgrade will fail if it detects an existing installation of Kibana.

  6. After the upgrade is complete, if the previous Kibana dashboards have not been preserved and you would like to keep them, import the Kibana backup to Expert Mode dashboards.

Additional Setup for Cell Environment members

  1. Users of Cell Environment member installed on virtual machines should skip this section.

  2. Skip this section if NUMA is not enabled on your system as described in Configuring Cell Members with 4 CPU Sockets and NVMe Disks .

  1. After successfully running the upgrade process, run the following commands in the server's command line:

    sed -i '/\/usr\/bin\/numactl --membind=0/d' /etc/init.d/MonTier-es-raw-trans-Node-2
    sed -i '/\/usr\/bin\/numactl --membind=0/d' /etc/init.d/MonTier-es-raw-trans-Node-3 
    sed -i '/\/usr\/bin\/numactl --membind=0/d' /etc/init.d/MonTier-es-raw-trans-Node-4 
    sed -i '/.*daemon --user $ES_NODE_USER.*/i \        numa="/usr/bin/numactl --membind=1 --cpunodebind=1"' /etc/init.d/MonTier-es-raw-trans-Node-2
    sed -i '/.*daemon --user $ES_NODE_USER.*/i \        numa="/usr/bin/numactl --membind=2 --cpunodebind=2"' /etc/init.d/MonTier-es-raw-trans-Node-3
    sed -i '/.*daemon --user $ES_NODE_USER.*/i \        numa="/usr/bin/numactl --membind=3 --cpunodebind=3"' /etc/init.d/MonTier-es-raw-trans-Node-4
    sed -i 's/.*daemon --user $ES_NODE_USER.*/        daemon --user $ES_NODE_USER --pidfile $pidfile --force $numa $exec -d -p $pidfile/g' /etc/init.d/MonTier-es-raw-trans-Node-2
    sed -i 's/.*daemon --user $ES_NODE_USER.*/        daemon --user $ES_NODE_USER --pidfile $pidfile --force $numa $exec -d -p $pidfile/g' /etc/init.d/MonTier-es-raw-trans-Node-3
    sed -i 's/.*daemon --user $ES_NODE_USER.*/        daemon --user $ES_NODE_USER --pidfile $pidfile --force $numa $exec -d -p $pidfile/g' /etc/init.d/MonTier-es-raw-trans-Node-4
  2. To verify the NUMA configuration for all services, execute the following command:

    grep -A1 -B1 numactl /etc/init.d/*
  3. Restart product services. Using Command Line Interface (CLI):

    1. Stop all services (Option 2).

    2. Start all services (Option 1).

  • No labels