6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_cifs
Manages SMB shares.
NOTE: Be sure to use the ibrix_cifs command located in <installdirectory>/bin.
The ibrix_cifs command located in /usr/local/ibrix/init is used internally by StoreAll
software and should not be run directly.
Description
SMB is the file-sharing protocol used in Windows-based networks. Use the ibrix_cifs command
to configure SMB shares.
You can configure the following options when creating a share:
Default modes for creating files and directories in the share.
Allow and deny lists for client IP addresses.
NOTE: This option cannot be used if your network includes packet filters, a NAT gateway,
or routers.
Access-based enumeration. When this feature is in effect, users can see only the files and
folders to which they have been allowed access on the SMB share.
Various other SMB settings such as read-only can also be applied. The ibrix_cifs -L command
lists the available settings.
Synopsis
Add an SMB share:
ibrix_cifs -a -f FSNAME -s SHARENAME -p SHAREPATH [-D SHAREDESCRIPTION]
[-S SETTINGLIST] [-A ALLOWCLIENTIPSLIST] [-E DENYCLIENTIPSLIST] [-F
FILEMODE] [-M DIRMODE] [-h HOSTLIST]
NOTE: You cannot create an SMB share with a name containing an exclamation point (!) or a
number sign (#) or both.
The share can be added at the specified path on all file serving nodes or only the nodes specified
in HOSTLIST. The option descriptions describe the required format for entering lists of values.
Modify settings on an SMB share:
ibrix_cifs -m -s SHARENAME [-D SHAREDESCRIPTION] [-S SETTINGLIST] [-A
ALLOWCLIENTIPSLIST] [-E DENYCLIENTIPSLIST] [-F FILEMODE] [-M DIRMODE]
[-h HOSTLIST]
The share can be modified on all file serving nodes or only the nodes specified in HOSTLIST. To
modify SMB settings, include the -S SETTINGLIST option and supply the new values. To delete
a setting, enter settingname= with no value (for example, read only=). To list the valid SMB
share settings, use ibrix_cifs -L.
Delete an SMB share:
ibrix_cifs -d -s SHARENAME [-h HOSTLIST]
The share can be deleted from either all file serving nodes or only the nodes specified in HOSTLIST.
Delete all SMB shares associated with the specified file system:
ibrix_cifs -d -f FSNAME
Display information about SMB shares:
ibrix_cifs -i [-h HOSTLIST]
You can list information for all file serving nodes or only the nodes specified in HOSTLIST.
30 StoreAll commands