VIOS Cluster Alert Framework for Event Handling

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing distributed data processing systems lack effective mechanisms for registering handlers and listeners associated with message types within a cluster of virtual input/output servers, particularly in responding to events such as 'pool up', 'pool down', 'node up', and 'node down' statuses, which are crucial for maintaining cluster awareness and I/O services availability.

Innovation Solution

A method and system that register handlers and listeners for specific message types within a data structure, enabling the system to call handlers or send information to listeners when corresponding messages are received, thereby establishing cluster-awareness for virtual input/output servers. This includes registering handlers and listeners for alert events related to the status of virtual input/output servers, allowing for proactive management of I/O services and resource sharing within the cluster.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If hardware-level clustering is implemented without VIOS cluster awareness, then system simplicity is maintained, but the ability to respond to cluster events and maintain I/O service availability deteriorates

Engineering Contradiction:
ImproveI/O service availabilityVSAvoidcluster architecture complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent introduces a VIOS cluster awareness layer that acts as an intermediary between the hardware clustering infrastructure and the I/O service management system. This layer includes cluster event subscribers, message brokers, and event handlers that mediate cluster events (such as node failures, pool status changes) and translate them into appropriate I/O service responses, thereby maintaining service availability without requiring fundamental changes to the underlying hardware clustering architecture

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system performs preliminary actions by pre-registering event handlers and listeners within the VIOS cluster before failures occur. The cluster awareness mechanism proactively monitors cluster health, pre-configures failover paths, and maintains event subscription lists ready to respond immediately when cluster events occur, ensuring I/O service continuity without reactive delays

Inventive Principle:
Principle #10Preliminary action

2Speed

If cluster event monitoring and handler registration mechanisms are implemented, then responsiveness to cluster events improves, but system complexity and overhead increase

Engineering Contradiction:
Improveevent response speedVSAvoidmessaging system complexity
Core Design Contradiction:
SpeedVSDevice complexity

Solution Approach 1:

The patent implements a universal messaging infrastructure that serves multiple functions: event notification, handler coordination, listener management, and cluster state propagation. This single messaging system handles diverse cluster events (node up/down, pool status changes, I/O failures) through a common protocol and data structure, reducing overall system complexity despite the added responsiveness capabilities

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system utilizes parameter changes in message types and event codes to efficiently route and handle different cluster events without requiring separate processing paths. By encoding event types, severity levels, and target identifiers as parameters in standardized messages, the system achieves fast event differentiation and handler dispatch while maintaining a relatively simple messaging framework

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS8661089B2VIOS cluster alert framework
Publication Date: 2014.02.25 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • US8661089B2 patent drawing
  • US8661089B2 patent drawing
  • US8661089B2 patent drawing

AI summary

In a data processing system including a virtual I/O server (VIOS) cluster and multiple logical partitions (LPARs), at least one VIOS of the VIOS cluster performs functions of: receiving first registration information from one or more entities within the VIOS cluster; registering, based on the first registration information, a handler associated with a first message type; responsive to receiving second registration information, registering, based on the second registration information, a listener associated with a second message type; receiving a first message associated with a first alert event of the cluster; determining, based on the first message, that the handler is associated with the first message type; and calling the handler. In one embodiment, the handler is associated with a pointer to a subroutine, and registering the handler includes storing the pointer in a data structure that associates the handler with the first message type.