This command modifies various cluster settings.
Usage
cluster modify [--id ID] [--name] [--psnt PSNT] [--remove-s3-key-pair] [--s3-certificate S3_CERTIFICATE] [--s3-private-key S3_PRIVATE_KEY] [--auto-logout-timeout AUTO_LOGOUT_TIMEOUT] [--motd MOTD] [--enable-metrics] [--disable-metrics] [--enable-module-metrics] [--disable-module-metrics] [--enable-similarity] [--disable-similarity] [--auth-provider-refresh-interval AUTH_PROVIDER_REFRESH_INTERVAL] [--enable-trash] [--disable-trash] [--trash-gid TRASH_GID] [--enable-suppressed-showmount] [--disable-suppressed-showmount] [--smb-privileged-user-name SMB_PRIVILEGED_USER_NAME] [--smb-privileged-group-sid SMB_PRIVILEGED_GROUP_SID] [--enable-smb-privileged-user] [--disable-smb-privileged-user] [--enable-smb-privileged-group] [--disable-smb-privileged-group] [--smb-read-write-privileged-group-access] [--smb-read-only-privileged-group-access] [--audit-dir-name] [--read-access-users] [--read-access-users-groups] [--max-file-size] { [--disable-audit] | { [--audit-protocols PROTOCOLS] [--audit-operations OPERATIONS] [--audit-options OPTIONS] [--enable-audit-settings|--disable-audit-settings] } } [--default-others-share-level-perm FULL|CHANGE|READ]
Options
The ID of the cluster. |
|
|
Modify the cluster name. |
Change the PSNT of the cluster. |
|
|
Remove the current SSL server certificate key pair for the S3 service. |
|
Specify content of SSL server certificate file, to install SSL certificate for the S3 service, to enable S3 clients to connect to the S3 service over HTTPS. Include also the |
|
Specify content of SSL server key file, to install SSL certificate for the S3 service, to enable S3 clients to connect to the S3 service over HTTPS. Include also the |
|
Modify the inactivity period for auto logout for VAST OS on all nodes (seconds). |
|
Specify a custom Message of the Day text . VAST OS displays this MOTD text on login. |
Enable similarity-based data reduction. |
|
|
Disable similarity-based data reduction (enabled by default). |
|
Modify the Auth Provider Refresh Interval (specify in seconds). |
|
Enable the trash folder feature. Once enabled, trash folder access permission can be given to NFSv3 client hosts per view policy. |
|
Disable the trash folder feature. |
|
Specify the GID of a group of non root users to allow them access to the trash folder. |
|
Suppress output of 'showmount' command from Linux NFSv3 clients. |
|
Disable suppression of 'showmount' command output. |
|
Specify a custom username for the privileged SMB user. If not specified, the user name of the SMB privileged user is 'vastadmin'. |
|
Specify a custom SID for the privileged SMB group. If not specified, the privileged SMB group SID is the Backup Operators domain group SID (S-1-5-32-551). |
|
Enable the privileged SMB user. |
|
Disable the privileged SMB user. |
|
Enable the privileged SMB group. |
|
Disable the privileged SMB group. |
|
Grant read and write control access to the privileged SMB group. Members of the group can perform backup and restore operations on all files and directories, without requiring read or write access to the specific files and directories. |
|
Grant only read-only access control to the privileged SMB group. Members of the group can perform backup operations on all files and directories without requiring read access to the specific files and directories. They cannot perform restore operations without write access to the specific files and directories. |
|
Sets a name for the audit directory. A file of this name will be created directly under the root directory of the Element Store. Protocol audit records are written to this directory. |
|
Specifies users to grant them read access to all files in the audit directory. Specify users as a comma separated list of user names. |
|
Specifies user groups to grant users in those groups read access to all files in the audit directory. Specify groups as a comma separated list of user names. |
|
Modifies the maximum size of each file in the audit directory. Audit records are written to subdirectories of the audit directory per CNode core. Records written to each directory roll over to a new file when the file reaches this size. Specify For example: |
|
Specifies auditing protocols to enable or disable. Must be used together with When specifying Specify
|
|
Specifies categories of auditing operations to enable or disable. Must be used together with When specifying Specify Possible values:
|
|
Specifies audit options to enable or disable. Use together with When specifying Specify Possible values:
|
|
Enables audit operations and options specified in the same command line by the Any auditing protocols, operations options that are already enabled remain enabled. |
|
Disables audit protocols and operations and/or audit options specified in the command line by the Any auditing protocols, operations options that are already enabled and which you do not specify remain enabled. |
|
Disables protocol auditing. To enable protocol auditing, include |
|
Sets the default 'Everyone' Group SMB share-level permission for the cluster. This default permission affects all views in which share-level ACL is disabled. For more information about SMB share-level permissions, see Share-Level ACLs. Possible values:
|
Example
This example changes the SMB privileged user name to 'vast_backup_user'.
vcli: admin> cluster modify --smb-privileged-user-name vast_backup_user
Comments
0 comments
Article is closed for comments.