6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_cifsconfig
Configures global settings for SMB.
Description
The ibrix_cifsconfig command configures global settings for SMB operations. The settings
apply to all SMB shares configured in the cluster.
Synopsis
Configure SMB settings:
ibrix_cifsconfig -t [-S SETTINGLIST] [-h HOSTLIST]
For the -S SETTINGLIST option, enclose the list of settings in quotation marks, and use commas
to separate the settings. For example, the following command sets SMB signing to enabled and
required:
ibrix_cifsconfig -t -S "smb signing enabled=1,smb signing required=1"
To disable SMB signing, use this command:
ibrix_cifsconfig -t -S "smb signing enabled=0,smb signing required=0"
The next example enables RFC2307, which is the protocol that enables Linux static user mapping
with Active Directory:
ibrix_cifsconfig -t -S "rfc2307_support=rfc2307"
To disable RFC2307, use this command:
ibrix_cifsconfig -t -S "rfc2307_support=unprovisioned"
To see other supported settings, use the ibrix_cifsconfig -L command.
IMPORTANT: After making configuration changes with the ibrix_cifsconfig -t -S
command, use the following command to restart the SMB services on all nodes affected by the
change.
ibrix_server -s -t cifs -c restart [-h SERVERLIST]
Clients will experience a temporary interruption in service during the restart.
Display current information about global SMB settings:
ibrix_cifsconfig -i [-h HOSTLIST]
List default global SMB configuration settings:
ibrix_cifsconfig -L
Options
DescriptionOption
Lists default global SMB configuration settings.-L
Specifies global SMB settings. Use commas to separate the settings, and enclose
the list in quotation marks (for example,
"smb_signing_enabled=1,smb_signing_required=0").
-S SETTINGLIST
Specifies one or more file serving nodes.-h
Displays current information about global SMB settings.-i
Configures global SMB settings.-t
Shows the usage for this command.-?
32 StoreAll commands