nerdexam
Network_Appliance

NS0-157 · Question #383

Which of the following steps must be completed before a CIFS share can be active?

The correct answer is A. Configure name mapping. In ONTAP, name mapping must be configured before a CIFS share can serve data because ONTAP uses UNIX credentials internally and requires a mapping from Windows identities to UNIX UIDs for all file operations.

Network Configuration and Data Access

Question

Which of the following steps must be completed before a CIFS share can be active?

Options

  • AConfigure name mapping
  • BLicense both NFS and CIFS
  • CCreate a data LIF for the CIFS server on every node
  • DReboot the node containing the CIFS Vserver root volume

How the community answered

(54 responses)
  • A
    87% (47)
  • B
    4% (2)
  • C
    7% (4)
  • D
    2% (1)

Why each option

In ONTAP, name mapping must be configured before a CIFS share can serve data because ONTAP uses UNIX credentials internally and requires a mapping from Windows identities to UNIX UIDs for all file operations.

AConfigure name mappingCorrect

ONTAP's security architecture requires every operation - including SMB/CIFS access - to resolve to a UNIX user identity internally. Name mapping defines how Windows user accounts translate to UNIX UIDs and GIDs. Without a valid name mapping, the CIFS server cannot authorize file access requests, making the share effectively non-functional even if it is created.

BLicense both NFS and CIFS

Only the CIFS license is required to serve SMB shares; NFS does not need to be licensed for CIFS functionality to work.

CCreate a data LIF for the CIFS server on every node

A data LIF is required for CIFS traffic, but it only needs to exist on the nodes hosting the CIFS server - not on every node in the cluster.

DReboot the node containing the CIFS Vserver root volume

ONTAP does not require a node reboot to activate a CIFS server or its shares; the CIFS service starts dynamically without a reboot.

Concept tested: ONTAP CIFS name mapping prerequisite for share access

Source: https://docs.netapp.com/us-en/ontap/smb-admin/configure-name-mapping-concept.html

Topics

#CIFS#name mapping#data LIF#SMB

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice