How to list the SyncIQ Domains

Resolution To find the Isilon SyncIQ domain, you need to identify the path of the directory protected by the SyncIQ policy and then verify the existence of the SyncIQ domain using. CLI instructions: Run the following command: isi_classic domain list –long

What are the SyncIQ **STF_PHASES** ?

Description SyncIQ has several **STF_PHASES** that represent different stages of the data replication process. These phases ensure that all changes, deletions, and additions are accurately replicated between the source and target clusters: 1. **STF_PHASE_SUMM_TREE**: Enumerates changed LINs (Logical Inode Numbers) to identify modifications. 2. **STF_PHASE_CC_DIR_DEL**: Enumerates deleted directories. 3. **STF_PHASE_CC_DIR_CHGS**: Enumerates added or changed directories.…

Continue reading What are the SyncIQ **STF_PHASES** ?

How to delete the SyncIQ Domain

Description Perform the following command on the actual Production cluster to delete additional writable SyncIQ domain. CLI instructions: Run the following command: cluster1-1: domain_mark /ifspath synciq -d

InsightIQ REST API overview

Description InsightIQ supports public-facing REST APIs. The URI structure for the InsightIQ REST API is: https://insightiq:8080/insightiq/rest/<component>/v1/<resource> Where: component is one of the following: clustermanager security-iam resource varies within each component InsightIQ 5.x also supports a reporting API.