Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino
Categories Administration
Created by Guest
Created on Apr 29, 2019

Cluster auto-repair and symmetric cluster features support the domino directory links.

In production mode server Domino consist different phisical data which assembled by directory links in one data environment. Enabling the auto-repair feature causes a conflict and overflows the domino program directory.

  • Attach files
  • Guest
    Reply
    |
    Mar 14, 2024

    In Domino Clusters, once symetric cluster feature is enabled, directory links are currently not honored.

    Scenario:

    In a two node domino cluster one node (node 2) has limited disk capacity on DominoDataDisk, that could not be extended! So a new disk for storing the archives was added to the system and linked into DominoDataDir\mail using a dirlink document (archive.dir pointing to the new disk *:\hcl\data\archive)

    As soon as Auto-repair discoveres databases located on node 1 in folder mail\archive\ are missing on node 2, it will initiate a job to create a replica copy of the missing databases from node 1 to node 2. So far so good.

    Problem here:

    Because, Auto-Repair does not honor the archive.dir located under mail folder, Auto-Repair creates a new "physical" folder "archive" and replicates the missing replicas here. This will fill up the DominoDataDisk, resulting in a service outage of Domino.


    Solution:

    Auto-Repair should check for and honor DirLinks if found in DominoData to avoid an outaged.
    At least it should run into an error, notifying the domino admin about the situation and NOT creating missing databases.