What's new in InformixHQ
This topic includes information about new features in InformixHQ.
What's new in InformixHQ 3.3.0
What's new in InformixHQ 3.2.0
What's new in InformixHQ 3.1.1
What's new in InformixHQ 3.1.0
What's new in InformixHQ 3.0.3
What's new in InformixHQ 3.0.2
What's new in InformixHQ 3.0.0
What's new in InformixHQ 3.3.0
Administration
- Multitenancy:
You can segregate data, storage space, and processing resources for multiple client organizations by creating multiple tenant databases in a single instance of Informix server. A tenant is an isolated administrative and resource boundary that can be configured with its own storage spaces, memory limits, connection limits, VP class binding, logging mode, and locale.
Support for multitenancy is introduced in InformixHQ. Using InformixHQ UI, you can manage tenant databases end to end.
- InformixHQ Operating System Disk Utilization sensor now supports raw
disk monitoring:
InformixHQ Operating System Disk Utilization sensor monitored operating system disk usage for the cooked storage devices used by the Informix database server. With the extended support for raw devices, when a raw chunk path is detected under /dev, the sensor calculates total, used, and free bytes for the raw device. This allows storage metrics to accurately reflect logical raw chunk usage by Informix database server.
- Creating unencrypted spaces using InformixHQ:
InformixHQ now allows users to create unencrypted spaces even when DISK_ENCRYPTION is enabled.
On the "Create Space" page, a new checkbox is available: "Disk encryption is enabled by default. Uncheck to create an unencrypted dbspace." This checkbox is visible whenever the DISK_ENCRYPTION parameter is configured in the onconfig file. To create an unencrypted space, you should uncheck this option. You can verify the encryption status in the "Spaces" table under the "Encryption" column; unencrypted spaces are marked with a cross icon.
Note: Following are the version requirements for creating unencrypted 'sbspaces':- Informix 15.0: Supported from version 15.0.1.5 and higher.
- Informix 14.10: Supported from version 14.10.xC13W7 and higher.
- Lower versions: This feature is not supported.
- Efficient duplication of incidents per entity:
Starting InformixHQ 3.3.0, by default, InformixHQ suppresses duplicate incidents for the same alert and entity while the server is running. Once an incident exists for a specific condition, additional evaluations producing the same message will not create new incidents. A new incident will only be generated if there is a change in the underlying state or message. This is an improvement over earlier releases, where multi-entity alerts could generate new incidents during every evaluation cycle even without status changes.
- A new built-in sensor "Backup Age per dbspace":
The new Backup Age per dbspace sensor is designed for threshold-based alerting when a Level 0 backup is overdue for any dbspace.
The sensor monitors the age of the most recent Level 0 backup across all dbspaces and can trigger alerts based on your specific requirements (e.g., if 12 or 24 hours have passed since the last backup). This functionality helps administrators quickly identify backup gaps and mitigate potential recovery risks.
What's new in InformixHQ 3.2.0
Administration
- Agent repository database space insufficiency
warning: User will be now warned if the Agent repository
database has shortage of space. Following warning will be issued with a
provision to create additional
space:
The Agent repository database space is full. This means the agent will not be able to store sensor data, resulting in data loss. Please add a new chunk or expand the database space. - Performance monitoring of hot tables & indexes: InformixHQ now provides a structured and interactive view of the most active (hot) tables and indexes within a database instance. This feature simplifies performance monitoring by presenting key I/O, locking, and scan metrics, allowing users to quickly identify and diagnose performance bottlenecks.
- New Alerting Capability for Server Blocked States: InformixHQ introduces an enhancement in its alerting system to monitor the current state of the Informix server. When the server transitions into any predefined blocked state, Informix HQ will create an incident on the basis of alert(if created), helping administrators take timely corrective actions.
Ease of use
- Swagger API: Swagger API is a fully documented, interactive API using Swagger UI to make integration of InformixHQ server APIs in your custom application easier.
What's new in InformixHQ 3.1.1
Administration
- InformixHQ release 3.1.1 addresses vulnerability fixes.
What's new in InformixHQ 3.1.0
Administration
- Role Management: Enhanced to create, assign, and grant roles on the Manage Privileges page.
- Backup support: InformixHQ 3.1.0 supports automatic and manual backup of the H2DB.
- Database utilities support: InformixHQ 3.1.0 supports database utilities (dbimport, dbexport, and dbschema) through its user interface.
Ease of use
- PWA support: InformixHQ 3.1.0 supports Progressive Web App (PWA) installation for quick access and a seamless app-like experience.
- DBspace List Enhancement: Enhanced to support the physical dbspace type, with indication of critical dbspaces in the dbspaces list.
- Sensor Chart Enhancement: Sensor charts on the main page are now available for viewing in fullscreen mode.
- InformixHQ server log enhancements: Enhanced to filter InformixHQ server logs by log level and server on the Monitoring Server Logs page and also displays server ID and name in InformixHQ logs for better traceability.
- System Report Enhancement: Ensures consistent database filter selection and includes system catalog tables across all table reports on the System Reports page.
What's new in InformixHQ 3.0.3
Administration
- Default Role Handling Enhancement: Modifying a user’s privilege from CONNECT to RESOURCE will no longer delete the default role unexpectedly.
Ease of use
- Task Cleanup Enhancement: The cleanup process now effectively
deletes orphaned
ph_taskentries that does not have the corresponding records incommand_history. - Space Usability Optimization : InformixHQ 3.0.3 has been improved to preserve the search input under Tables & Indexes when any Optimize Space option is executed, eliminating the need to re-enter the search.
- Schema Manager Enhancement: InformixHQ 3.0.3 provides the ability to create an index when the database has a different owner.
System Report Enhancements
- Sequential scan is improved to properly populate pages when executed.
- An option has been added to show or hide system tables in the Table Extents report, allowing for easier focus on user-defined tables.
What's new in InformixHQ 3.0.2
Administration
- SSL connection issue addressed: InformixHQ 3.0.2 addresses an Informix server SSL connection failure issue (seen with IBM Java).
What's new in InformixHQ 3.0.0
Administration
- Java 11 or Higher Requirement: InformixHQ 3.0.0 (both the server and agent) now mandates Java 11 or higher for proper functionality.
- Account Lockout Policy: To enhance security, InformixHQ 3.0.0 now implements an account lockout policy. User accounts will be automatically locked after 5 consecutive failed login attempts.
Ease of use
- Support for Large Tables: For Informix 15.0 or later, InformixHQ now supports the creation of large tables through the "Create Table" option. Additionally, users can view whether a table is categorized as SMALL or LARGE on the table information page.
- Dropping Constraints: InformixHQ now provides the ability to drop constraints directly from the user interface.
- Server Refresh Functionality: Users can now refresh specific servers or multiple servers simultaneously within InformixHQ. This feature allows loading the most recent information from the selected servers.