Release Notes for Arbitrator Hawaii 22.1

Download

Insights Arbitrator 22.1, Insights Dashboard 22.1 and Insights DS9 22.1 releases are now available from the Downloads section of the VOSS Customer Portal.

To ensure continuity, the release updates will still be available from the LayerX download site, allowing customers to either download files manually, or via the automated download mechanisms from that location.

Highlights

  • Arbitrator Imports/Exports

    New ability added to import and export Policies, Assets, and Asset Probe Groups via CSV. Single or multiple entries can be inserted, updated, or deleted. Probe groups can also be assigned to an asset using a CSV import.

  • SNMP V3 version 5.8 support

    net-snmp upgraded to 5.8.0

  • Support for One-Time-Password for root user access

    The root password will longer be set at ISO install time. The only way to access root is through the root one-time-password menu option. This requires admin access and also a Voss employee to provide the root access code.

Important

To ensure compatibility with older CUCM versions, refer to the SSHD Config steps in the Override Default SSHD Keys for CUCM section of the Platform Guide.

Features: Summary

  • EKB-11943: Using Asset CSV Import to assign probe to an asset.

  • EKB-11665: Create an Import log.

  • EKB-12298: SNMP V3 version 5.8.

  • EKB-12054: Add RR count support to help flag (ignore) an Avaya app error.

  • VOSS-934: Arbitrator Export and Import function.

  • EKB-12535: Support for One-Time-Password for root user access.

  • EKB-12351: Remove apache access logs from log tarball.

  • EKB-11580: Allow customer setting of sshd keys to support legacy CUCMs.

  • EKB-11541: Update Arbitrator versioning scheme to 22.1.

  • EKB-12134: Wrap up license script and merge into core codebase.

  • EKB-11621: Create script to run CLI command and capture output from CUCM.

  • EKB-12353: Using Roboto font on Arbitrator.

  • EKB-11663: Implement import/export capability for Assets.

  • EKB-11662: Implement import/export capability for Policies.

  • EKB-11661: Create icons in Bootstrap for import/export buttons.

Features: Detail

  • EKB-11943: Using Asset CSV Import to assign probe to an asset. Allow user to use CSV file to import, export, and delete profiles (Probe to Asset assignment).

  • EKB-11665: Create an Import log. Framework added to track user actions in the system. The framework is currently being used to track import / export of Policies, Assets, and Probes.

    A new “insights_system_log” resource has been added to the Dashboard. This resource may be used to display on a dashboard the actions taken on the system.

  • EKB-12298: SNMP V3 version 5.8. net-snmp upgraded to 5.8.0

  • EKB-12054: Add RR count support to help flag (ignore) an Avaya app error. To aid detection and dismissal of phantom call packets from a software client, the rr_count is being included with the call data. rr_counts of zero will indicate phantom calls, which may be handled or ignored, at the customer’s discretion.

  • VOSS-934: Arbitrator Export and Import function. New features added to import and export of Policies, Assets, and Asset Probe Groups via CSV. Single or multiple entries can be inserted, updated, or deleted. Probe groups can be assigned to an asset using a CSV import.

  • EKB-12535: Support for One-Time-Password for root user access. New NRS feature. The root password will no longer be set at ISO install time. The only way to access root is through the NRS menu option. This requires admin access and also a VOSS employee to provide the root access code.

  • EKB-12351: Remove apache access logs from log tarball. Enhancement to the lxtlog debug files to exclude apache access logs.

  • EKB-11580: Allow customer setting of sshd keys to support legacy CUCMs. Customer may now override the sshd_config entries with their own value(s). This will allow setting like KexAlgorithms required for older/legacy systems.

  • EKB-11541: Update Arbitrator versioning scheme to 22.1. Release numbering of Legacy LayerX service packs(SP) will now follow VOSS harmonization style: 22.1

  • EKB-12134: Wrap up license script and merge into core codebase. The following probe gathers Cisco Smart License data via Cisco Cloud Smart License API

    getCiscoSmartLicense

  • EKB-11621: Create script to run CLI command and capture output from CUCM. The following probes gather general status / settings of Cisco CUCM via SSH Console

    • getCiscoCucmConfig - gathers data from (show status, show network eth0, show webapp session timeout, utils ntp status)

    • ciscoCucmServiceStatus - gathers data from (utils service list)

    • ciscoCucmDiagTest - gather data from (utils diagnose test)

    • ciscoCucmDbRep - gathers data from (utils dbreplication runtimestate)

    • ciscoCucmDisasterRecoverHistory - gathers data from (utils disaster_recovery history backup)

  • EKB-12353: Using Roboto font on Arbitrator. Using Roboto font on Arbitrator

  • EKB-11663: Implement import/export capability for Assets.

    1. Export:

      • User selects one or more or all assets.

      • When user clicks Asset export button, UI prompts to enter filename.

      • Once export is done, UI prompts to open CSV file.

    2. Import:

      • New import feature - new column: “row action”.

      • If the cell is marked with “Delete” during importing, that asset/interface will be deleted.

  • EKB-11662: Implement import/export capability for Policies.

    1. Export:

      • User selects one or more or all policies.

      • When user clicks Policy export button, UI prompts to enter filename.

      • Once export is done, UI prompts to open CSV file.

    2. Import:

      • New import feature - new column: “row action”.

      • If the cell is marked with “Delete” during importing, that policy will be deleted.

  • EKB-11661: Create icons in Bootstrap for import/export buttons. New buttons for Policy import/export, new buttons for Asset import/export.

Defects Fixed: Detail

  • EKB-12531: Unable to pull down the policy modules. Removing the list of parents from the policy_modules’ return results. Since the policy_modules have a high re-use rate, their parent list can be quite large. This reduction will still allow policy_module, and down to be fetched in a timely manner, without hitting timeout or data size errors.

  • EKB-12750: Second+ controls may fail to run on “quiet” system. When a “quiet” system has multiple controls set in a response procedure, then not all of the controls may execute. “Quiet” is relative to the timeout confirmation value set for the controls, and if another response procedure attempts to run during that timeout window.

  • EKB-11917: Expressway SNMP script not working. The original SNMP v2 scripts cisco/expressway_cpu.php and cisco/expressyway_memory.php have been updated to use a longer timeout and a retry to handle long delays from the expressway response from an SNMP v2 query. Also two additional scripts have been added for SNMP v3 support cisco/expressway_cpu_v3.php and cisco/expressway_memory_v3.php

  • EKB-11869: Expressway script issues. Updated expressway_api_systemunit.php to handle expressways that have more than 2 ethernet interfaces.

  • EKB-12329: voss4uc_phones_transaction is not providing correct data. Parser updated to look for stale entries in the transaction table and update accordingly.