Start a Conversation

Unsolved

This post is more than 5 years old

J

1030

July 5th, 2017 08:00

Isilon SMB Shares

Could anyone please suggest any documentation or CLI commands to move one SMB share to another location on the file system??

Is this using the isi smb config CLI commands?

I am aware the SyncIQ and snapshot scheduling will need to be disabled before the SMB share move.

Thanks

Jonathan



65 Posts

July 6th, 2017 13:00

Hey jgardner1,

I would refer to the CLI or web admin guides.

7.2.1:

https://support.emc.com/docu60091_OneFS-7.2.1-Web-Administration-Guide.pdf?language=en_US

https://support.emc.com/docu60090_OneFS-7.2.1-CLI-Administration-Guide.pdf?language=en_US

8.0:

https://support.emc.com/docu65065_OneFS_8.0.0_CLI_Administration_Guide.pdf?language=en_US

https://support.emc.com/docu65068_OneFS_8.0.0_Web_Administration_Guide.pdf?language=en_US

The commands your looking for will be an "isi smb shares modify" command. this is the example taken from page 412 in teh 7.2.1 CLI admin guide.

Run the isi smb shares modify command. In the following example, the file path for share1 in zone5 points to /ifs/ zone5/data. The following commands modifies the file path of share1 to /ifs/zone5/etc, which is another directory in the zone5 path:

isi smb shares modify share1 --zone=zone5 \ --path=/ifs/zone5/etc

No Events found!

Top