Nutanix Files, part of Nutanix Unified Storage (NUS), supports distributed shares that span multiple File Server Virtual Machines (FSVMs) for scalability (as discussed in Questions 16 and 30). The administrator has created a distributed share, accessed it via Windows Explorer (implying SMB protocol), and created folders. However, the folders cannot be renamed to meet the company’s naming convention, indicating a permissions issue.
Understanding the Issue:
Distributed Share: A distributed share in Nutanix Files is accessible via SMB or NFS and spans multiple FSVMs.
Windows Explorer (SMB): The administrator is using Windows Explorer, indicating the share is accessed via SMB.
Cannot Rename Folders: The inability to rename folders suggests a permissions restriction, likely because the user account used to create the folders does not have sufficient permissions to modify them (e.g., rename).
Company Naming Convention: The requirement to rename folders to meet a naming convention implies the administrator needs full control over the folders, which may not be granted by the current permissions.
Analysis of Options:
Option A (Use the Microsoft Shared Folder MMC Snap-in): Incorrect. The Microsoft Shared Folder MMC Snap-in (e.g., via Computer Management) allows management of SMB shares on a Windows server, but Nutanix Files shares are managed through the Files Console or FSVMs, not a Windows server. While this tool can view shares, it does not provide a mechanism to resolve renaming issues caused by permissions on a Nutanix Files share.
Option B (Use the Files MMC Snap-in and rename the folders): Incorrect. There is no “Files MMC Snap-in” for Nutanix Files. Nutanix Files is managed via the Files Console in Prism Central or through CLI/FSVM access. This option appears to be a misnomer and does not provide a valid solution for renaming folders.
Option C (Modify the read/write permissions on the created folders): Correct. The inability to rename folders in an SMB share is typically due to insufficient permissions. When the administrator created the folders via Windows Explorer, the default permissions (inherited from the share or parent folder) may not grant the necessary rights (e.g., “Modify” or “Full Control”) to rename them. The administrator should modify the permissions on the created folders to grant the required rights (e.g., Full Control) to the user account or group, allowing renaming to meet the company naming convention. This can be done via Windows Explorer (Properties > Security tab) or through the Files Console by adjusting share/folder permissions.
Option D (Modify the Files shares to use the NFS protocol): Incorrect. Switching the share to use NFS instead of SMB would require reconfiguring the share and client access, which is unnecessary and disruptive. The issue is with permissions, not the protocol, and SMB supports folder renaming if the correct permissions are set. Additionally, NFS may introduce other complexities (e.g., Unix permissions) that do not address the core issue.
Why Option C?
The inability to rename folders in an SMB share is a permissions issue. Modifying the read/write permissions on the created folders to grant the administrator (or relevant user/group) the necessary rights (e.g., Modify or Full Control) allows renaming, resolving the issue and enabling compliance with the company naming convention. This can be done directly in Windows Explorer or via the Files Console.
Exact Extract from Nutanix Documentation:
From the Nutanix Files Administration Guide (available on the Nutanix Portal):
“If users cannot rename folders in an SMB share on Nutanix Files, this is typically due to insufficient permissions. Modify the read/write permissions on the affected folders to grant the necessary rights (e.g., Modify or Full Control) to the user or group. Permissions can be adjusted via Windows Explorer (Properties > Security) or through the Files Console by editing share or folder permissions.”
[:, Nutanix Files Administration Guide, Version 4.0, Section: “Managing Permissions for SMB Shares” (Nutanix Portal)., Nutanix Certified Professional - Unified Storage (NCP-US) Study Guide, Section: “Nutanix Files Share Permissions”., , ]