Dell EMC Unity – Bulk create Filesystems & NFS/SMB Shares

I’ve been quite impressed by the new UI for the new Unity arrays. The pains of JAVA/Flash annoyances are a thing of the past with the new sleek, smooth interface on board.

There are still some things missing however. One of the tasks I had before me was to create a significant amount of filesystems for use with discrete NFS shares.

The requirements were for 143 NFS shares, 300GB each with sequential naming.

Creating single (or even a handful of these) would take just a minute or 2 but doing them in bulk is not really feasible or sensible, it may have been easier if there was an option in the UI for multiple “increments or counts”. But alas, not yet ?

Of course, this type of task can still be completed using the included automation tools, which in the Unity’s case is UEMCli. With some quick Powershell this was an easy one.

Adding filesystems can be completed using the /unitycli /stor/prov/fs  command and the create operator, the format is;

My requirements were for 143 @ 300GB. I’m going to include a Description and set the Deduplication, Access Policy and MultiProtocol options over the default requirements.

To have the multiples created, I’ll define a number range array and then wrap the command in a “for each” loop.

The $fsid variable is used for the iterations and also as part of a concatenation to sequentially name the File Systems and the Description.

The resulting output is fairly droll, but the tasks completes;

You may notice there’s one thing missing here, the NFS Exports ! Strangely enough, the UI dialog allows you to create a default SMB/NFS share at the same time you create a FileSystem. No sic option currently exists in the CLI… Odd, but I’m sure we’ll get there.

In any case, we can easily append a “change” process to the loop and create it as required, at the same time. Here, for consistency, I’ll use the same numbering and include the hosts I want to have defined Root level access to the export.

Job done.

 

Related Post

2 thoughts on “Dell EMC Unity – Bulk create Filesystems & NFS/SMB Shares

Leave a Reply

Your email address will not be published. Required fields are marked *

Dell EMC Unity – Bulk create Filesystems & NFS/SMB Shares

I’ve been quite impressed by the new UI for the new Unity arrays. The pains of JAVA/Flash annoyances are a thing of the past with the new sleek, smooth interface on board.

There are still some things missing however. One of the tasks I had before me was to create a significant amount of filesystems for use with discrete NFS shares.

The requirements were for 143 NFS shares, 300GB each with sequential naming.

Creating single (or even a handful of these) would take just a minute or 2 but doing them in bulk is not really feasible or sensible, it may have been easier if there was an option in the UI for multiple “increments or counts”. But alas, not yet ?

Of course, this type of task can still be completed using the included automation tools, which in the Unity’s case is UEMCli. With some quick Powershell this was an easy one.

Adding filesystems can be completed using the /unitycli /stor/prov/fs  command and the create operator, the format is;

My requirements were for 143 @ 300GB. I’m going to include a Description and set the Deduplication, Access Policy and MultiProtocol options over the default requirements.

To have the multiples created, I’ll define a number range array and then wrap the command in a “for each” loop.

The $fsid variable is used for the iterations and also as part of a concatenation to sequentially name the File Systems and the Description.

The resulting output is fairly droll, but the tasks completes;

You may notice there’s one thing missing here, the NFS Exports ! Strangely enough, the UI dialog allows you to create a default SMB/NFS share at the same time you create a FileSystem. No sic option currently exists in the CLI… Odd, but I’m sure we’ll get there.

In any case, we can easily append a “change” process to the loop and create it as required, at the same time. Here, for consistency, I’ll use the same numbering and include the hosts I want to have defined Root level access to the export.

Job done.

 

Related Post

2 thoughts on “Dell EMC Unity – Bulk create Filesystems & NFS/SMB Shares

Leave a Reply to Brett Sinclair Cancel reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: