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]
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. |
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.