Start a Conversation

Unsolved

This post is more than 5 years old

R

2333

August 27th, 2014 07:00

7.1.1 SMB share management via MMC

Has anyone managed to successfully create a SMB share via the MMC plugin ?

I can see the current shares and sessions but cannot browse a path to create a share using the create share wizard

Any help would be greatly appreciated

60 Posts

August 27th, 2014 09:00

If you want to be able to browse, you need to first create a C$ share via the WebUI or the CLI. You can set the path for the C$ share to be where you would like to be able to create shares from, so you can set it to /ifs or subdirectory under /ifs.

7 Posts

September 3rd, 2014 06:00

There are many limitations in the process using MMC to create SMB share and we recommend to use cluster WebGUi or CLI.

Before you start "New share" wizard:

- Create the new folder manually if folder doesn't exist.

- Configure NTFS permissions

- Open MMC "Shared folder snap-in" using direct IP to any node.

Never use SmartConnect name. IP has to be from the correct Access Zone.

- Start "new share" wizard

- Folder path: . For example:

- On the permission config" All users have read-only access". You have to reconfigure SMB share permissions later.

OneFS: How to create new SMB share using MMC

1 Rookie

 • 

20.4K Posts

September 3rd, 2014 07:00

crippled process indeed, might as well use the WebUI at this point.

19 Posts

September 10th, 2014 00:00

As far as I know the use of MMC is not supported. Another Pitfall is the default ACL applied to the folder, if you did not create a folder before creating a share. The quickest way is to go by cli:

isi smb share create --name="myfiles" --path="/ifs/data/myfiles"

No Events found!

Top