Unable to create non-default file share in FSx

0

Please tell me why the following error occurs when I try to share files with FSx.

The resources must be online on the same node for this operation

  • CategoryInfo : NotSpecified: (MSFT_SMBShare:ROOT/Microsoft/Windows/SMB/MSFT_SMBShare) [New-SmbShare], CimException
  • FullyQualifiedErrorId : Windows System Error -2147018963,New-SmbShare
asked a year ago731 views
2 Answers
0
Accepted Answer

HI, Thank you for writing to us.

The error which you have encountered may occur when the SYSTEM user does not have Full control NTFS ACL permissions on every folder on which you create an SMB file share.

As per [1], Amazon FSx requires that the SYSTEM user has Full control NTFS ACL permissions on every folder on which you create an SMB file share. Do not change the NTFS ACL permissions for this user on your folders, as doing so can make your file shares inaccessible.

Hence please confirm the permissions of SYSTEM user and check if issue resolves.

If issue persists, then please consider to open a support case with us to check the details further and help you accordingly.

[1] https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-file-shares.html

AWS
answered a year ago
profile picture
EXPERT
reviewed a year ago
0

Thank you for your reply. I was able to share it if I included the SYSTEM user! thank you very much.

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions