Related with this issue I would like to mention that queries by junction-path takes longer and longer on one of our clusters (all the clusters bellow run Ontap 8.2.2P1):
- it takes 100 secs, on a cluster made of 8 nodes about 540 volumes (NFS).
<volume-get-iter>
<max-records>10</max-records>
<query>
<volume-attributes>
<volume-id-attributes>
<junction-path>/CRS/dbs03/EMREPP</junction-path>
</volume-id-attributes>
</volume-attributes>
</query>
<desired-attributes>
<volume-autosize-attributes></volume-autosize-attributes>
<volume-id-attributes></volume-id-attributes>
<volume-space-attributes></volume-space-attributes>
<volume-state-attributes></volume-state-attributes>
</desired-attributes>
</volume-get-iter>
-- 13 secs, 14 nodes cluster about 540 volumes. NFS access. About 145 volumes. NFS and iSCSI access.
<volume-get-iter>
<max-records>10</max-records>
<query>
<volume-attributes>
<volume-id-attributes>
<junction-path>/ORA/dbs03/ENCVORCL</junction-path>
</volume-id-attributes>
</volume-attributes>
</query>
<desired-attributes>
<volume-autosize-attributes></volume-autosize-attributes>
<volume-id-attributes></volume-id-attributes>
<volume-space-attributes></volume-space-attributes>
<volume-state-attributes></volume-state-attributes>
</desired-attributes>
</volume-get-iter>
-- 6 secs, 2 nodes cluster
<volume-get-iter>
<max-records>10</max-records>
<query>
<volume-attributes>
<volume-id-attributes>
<junction-path>/backup/dbs01/ENCVORCL</junction-path>
</volume-id-attributes>
</volume-attributes>
</query>
<desired-attributes>
<volume-autosize-attributes></volume-autosize-attributes>
<volume-id-attributes></volume-id-attributes>
<volume-space-attributes></volume-space-attributes>
<volume-state-attributes></volume-state-attributes>
</desired-attributes>
</volume-get-iter>
How can I track where the time is spent? how I can debug this a little,who is running the query on a cluster, where are log files located?
Thank you