OI AD(Active Directory) group are not syncing with Identity Manager and users are able to access aria automation.
VMware Identity Manager 3.x
1. Check all the Group collect added from Identity & Access Management > Sync Settings > Groups tab.
2. Select or deselect the Sync nested group members check box, as needed
3. Run below command on primary node to increase the OpenSearch max shards count to 6500/8200:
curl -X PUT localhost:9200/_cluster/settings -H "Content-Type: application/json" -d '{ "persistent":{ "cluster.max_shards_per_node": "8200" }}'
4. Restart the main vIDM service - first on primary, wait a minute or two, then the other two nodes:
service horizon-workspace restart
5. Resave all the Tab from Identity & Access Management > Sync setting > Save all tabs one by one -> Save and sync.
6. From User and Groups > Groups (Click on groups) > Sync User from User Tab > refresh.
7. Check and confirm all issues reported above are resolved.
A shard is a unit of data distribution in the Opensearch/Elasticsearch analytics search engine. Shards are used to distribute data around the cluster.
A shard is a Lucene index, which is a full-text search library that acts as both a data store and a search engine. Shards are used to logically partition data, and each shard indexes and handles queries for a subset of data. Sharding separates large databases into smaller parts that are faster and easier to manage.
In 3.3.6 and earlier versions, the IDM appliance used Elasticsearch search engine where the number of shards set was about 1000.
IDM 3.3.7 uses the Opensearch search engine which handles search on a larger number of objects that has bigger data distribution units, and hence needs the Shards set to a higher number.
After upgrading to IDM 3.3.7, it is recommended to increase the number of shards to a higher number.