nerdexam
Network_Appliance

NS0-157 · Question #69

Which statement is true about NFS exports in Data ONTAP Cluster-Mode?

The correct answer is C. Export policies and rules are stored in the RDB. In Data ONTAP Cluster-Mode, NFS export policies and rules are stored in the Replicated Database (RDB), replacing the flat-file /etc/exports model used in 7-Mode.

Network Configuration and Data Access

Question

Which statement is true about NFS exports in Data ONTAP Cluster-Mode?

Options

  • AExport policies are created and modified by editing /etc/exports.
  • BExport can be either persistent or temporary.
  • CExport policies and rules are stored in the RDB.
  • DBoth A and B
  • EBoth B and C

How the community answered

(62 responses)
  • B
    6% (4)
  • C
    89% (55)
  • D
    3% (2)
  • E
    2% (1)

Why each option

In Data ONTAP Cluster-Mode, NFS export policies and rules are stored in the Replicated Database (RDB), replacing the flat-file /etc/exports model used in 7-Mode.

AExport policies are created and modified by editing /etc/exports.

Editing /etc/exports is specific to 7-Mode; Cluster-Mode does not use this file and export policies must be created and modified through the ONTAP CLI or System Manager instead.

BExport can be either persistent or temporary.

Cluster-Mode does not support temporary exports - all export policies are persistent objects stored in the RDB, unlike 7-Mode which allowed temporary export entries.

CExport policies and rules are stored in the RDB.Correct

The RDB is a distributed configuration database built into ONTAP Cluster-Mode that automatically replicates data across all cluster nodes, ensuring every node enforces the same export policies without manual synchronization. Storing export policies in the RDB allows them to be managed centrally via CLI or System Manager and makes them immediately consistent cluster-wide. This is a fundamental architectural departure from the per-node /etc/exports file used in 7-Mode.

DBoth A and B

Both A and B are individually incorrect, so their combination is also incorrect.

EBoth B and C

Although C is correct, B is false because temporary exports are not supported in Cluster-Mode, making this combined choice incorrect.

Concept tested: NFS export policy storage in ONTAP Cluster-Mode RDB

Source: https://docs.netapp.com/us-en/ontap/nfs-config/create-export-policy-task.html

Topics

#NFS exports#export policies#RDB#NFS configuration

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice