mms3 command
Manages Simple Storage Service (S3) configuration, accounts, and buckets.
Synopsis
mms3 config list [-Y] [--debug]
or
mms3 config change Option=Value[:Option=Value1,Value2:Option=Value...] [--force] [--debug] [--help]
or
mms3 config backup backup_directory [--debug] [--help]
or
mms3 config restore backup_tar_file [--debug][--force] [--help]
or
mms3 account create [AccountName | --anonymous] [ --gid GroupID --uid UserID |
--userName User ] [ --newBucketsPath BucketsPath] [--accessKey AccessKey]
[--secretKey SecretKey] [--debug] [--help]
or
mms3 account delete [AccountName | --anonymous] [--debug] [--help]
or
mms3 account list [name | --anonymous | uid:gid] [flags]
or
mms3 account update AccountName [--newBucketsPath BucketsPath] [--resetKey]
[--accessKey AccessKey] [--secretKey SecretKey] [--debug] [--force] [--help]
or
mms3 bucket create BucketName --accountName AccountName --filesystemPath FilesystemPath
[--debug][--help]
or
mms3 bucket delete BucketName [--debug] [--force] [--help]
or
mms3 bucket list BucketName [-Y] [--debug] [--help]
or
mms3 bucket update BucketName [--filesystemPath fileSystempath][--force] [--debug] [--help]
or
mms3 notificationConnection add [--connectionFile connectionFilePath] [--debug] [--help]
or
mms3 notificationConnection delete name [--debug] [--help]
or
mms3 notificationConnection list [name] [-Y] [--debug] [--help]
or
mms3 notificationConnection update name [--connectionKey ConnectionKeytoupdate]
[--connectionRemoveKey] [--connectionValue ConnectionValuetoupdate]
[--debug] [--help]
or
mms3 upgrade start [--upgrade_version][-d]
Availability
Available on all IBM Storage Scale editions.
Description
Use the mms3 config commands to list, change, backup and restore the S3 configuration.
Use the mms3 account commands to create, delete, update and list S3 accounts.
Use the mms3 bucket commands to create, delete, update and list S3 buckets.
Use the mms3 notificationConnection to manage S3 notification
connections.
Use the mms3 upgrade commands to upgrade the S3 service.
Parameters
- config
- Manages S3 configuration for a CES cluster:
- list
- Displays the S3 configuration parameters and their values. The output can be formatted to be
human readable or machine readable.
- -Y
- Displays the command output in a parseable format with a colon (:) as a field delimiter. Each column is described by a header.
- --debug
- Displays the debug logging information.
- change
-
Modifies the S3 configuration parameters. S3 service must be restarted on all the nodes where the S3 service is running, when this command is issued. Only some configuration options can be modified with this command.
- backup
- Backs up the IBM Storage Scale S3 configuration. The backup directory information is required. The s3ConfigBackup.yyyymmdd-hhmmss.tar.bz2 backup file is stored in the backup directory.
- restore
- Restores the IBM Storage Scale S3 configuration. The path
of the tar.bz2 backup file is required.
- --force
- Allows the config restore action to go through without confirmation from the user.
- --debug
- Displays the debug logging information.
- account
- Manages S3 accounts for the CES cluster.
- create
- Creates an S3 account with the specified account name.
- AccountName
- Specifies the name of the S3 user account that you want to create.
- --anonymous
- Creates an anonymous account to access one or more public buckets. The anonymous account is mutually exclusive with an account name.
- --accessKey AccessKey
- (Optional) Specifies the values of an access key, which is a 20-characters string.
- --secretKey SecretKey
- (Optional) Specifies the values of a secret key, which is a 40-characters string.
- --gid GroupID
- Specifies a group ID that is associated with the S3 account.
- --uid UserID
- Specifies a user ID that is associated with the S3 account.
- --newBucketsPath BucketsPath
- Specifies an absolute path of the file system, which acts as a base path for S3 buckets that you create by using S3 API.
- --userName
- Specifies a user name that is associated with the S3 account. This parameter is not needed, if a
user ID and a group ID are provided.Note:
Ensure that ID mapping for the specified username can be successfully performed on all CES nodes.
- --debug
- Displays the debug logging information.
- delete
- Deletes the specified S3 account.
- AccountName
- Specifies an account name of the S3 user account that you want to delete.
- --anonymous
- Deletes an anonymous account.
- --debug
- Displays the debug logging information.
- list
- Displays the S3 user account information for a specified account name or a group ID and a user
ID or all user accounts.
- name | --anonymous | uid:gid
- Specifies an account name or a user ID and a group ID of an S3 user account whose information
you want to display.
- --anonymous
- Lists an anonymous account.
- -Y
- Displays the command output in a parseable format with a colon (:) as a field delimiter. Each column is described by a header.
- --debug
- Displays the debug logging information.
- update
- Updates the S3 user account information for a specified account name.
- bucket
- Manages S3 buckets.
- create
- Creates an S3 bucket with the specified parameters.
- BucketName
- Specifies a name of the S3 bucket that you want to create. Ensure that the name meets the
following naming conventions:
- Has lowercase alphanumeric characters, - (dash), or . (period).
- Begins and ends with an alphanumeric character.
- Has minimum three characters and maximum 63 or less than 63 characters.
- --accountName AccountName
- Specifies a name of an account that owns the bucket.
- --filesystemPath FileSystemPath
- Specifies the absolute path that is to be used for the bucket.
- --debug
- Displays the debug logging information.
- delete
- Deletes the S3 bucket with the specified bucket name.
- BucketName
- Specifies a name of the S3 bucket that you want to delete.
- --debug
- Displays the debug logging information.
- --force
- Allows the bucket delete action to go through without confirmation from the user.
- list
- Displays the information for the specified bucket or lists all S3 buckets.
- BucketName
- (Optional) Specifies the name of the S3 bucket whose information you want to display.
- -Y
- Displays the command output in a parseable format with a colon (:) as a field delimiter. Each column is described by a header.
- --debug
- Displays the debug logging information.
- update
- Updates S3 bucket configuration for the specified S3 bucket name.
- BucketName
-
Specifies a name of the S3 bucket that you want to update. Ensure that the name meets the following naming conventions:
- Has lowercase alphanumeric characters, - (dash), or . (period).
- Begins and ends with an alphanumeric character.
- Has minimum three characters and maximum 63 or less than 63 characters.
- --filesystemPath FileSystemPath
- Specifies an absolute path that is used for the bucket.
- --debug
- Displays the debug logging information.
notificationConnection
Manages the configuration for S3 bucket notification connections.
upgrade start
Starts the upgrades of the S3 service on all CES nodes in an IBM Storage Scale cluster.
Exit status
- 0
- Successful completion.
- nonzero
- A failure has occurred.
Security
You must have root authority to run the mms3 command.
The node on which the command is issued must be able to run remote shell commands on any other CES node in the cluster without the use of a password and without producing any extraneous messages. For more information, see Requirements for administering a GPFS file system.
Examples
- To list the S3 configuration, issue the following
command:
A sample output is as follows:# mms3 config list
S3 Configuration: ======================= ALLOW_HTTP : false DEBUGLEVEL : default ENABLEMD5 : false ENDPOINT_FORKS : 2 ENDPOINT_PORT : 6001 ENDPOINT_SSL_PORT : 6443 GPFSDLPATH : /usr/lpp/mmfs/lib/libgpfs.so LOG_TO_STDERR_ENABLED : false LOG_TO_SYSLOG_ENABLED : true NC_DISABLE_ACCESS_CHECK : false NC_MASTER_KEYS_GET_EXECUTABLE : /usr/lpp/mmfs/bin/cess3_key_get NC_MASTER_KEYS_PUT_EXECUTABLE : /usr/lpp/mmfs/bin/cess3_key_put NC_MASTER_KEYS_STORE_TYPE : executable NSFS_DIR_CACHE_MAX_DIR_SIZE : 536870912 NSFS_DIR_CACHE_MAX_TOTAL_SIZE : 1073741824 NSFS_NC_CONFIG_DIR_BACKEND : GPFS NSFS_NC_STORAGE_BACKEND : GPFS UVTHREADPOOLSIZE : 16 =======================
- To list the S3 configuration with the -Y option, issue the following
command:
A sample output is as follows:# mms3 config list -Y
mms3lscfg:config:HEADER:version:reserved:reserved:section:configParameter:value: mms3lscfg:config:0:1:::s3config:ALLOW_HTTP:false: mms3lscfg:config:0:1:::s3config:DEBUGLEVEL:all: mms3lscfg:config:0:1:::s3config:ENABLEMD5:true: mms3lscfg:config:0:1:::s3config:ENDPOINT_FORKS:2: mms3lscfg:config:0:1:::s3config:ENDPOINT_PORT:6001: mms3lscfg:config:0:1:::s3config:ENDPOINT_SSL_PORT:6443: mms3lscfg:config:0:1:::s3config:GPFSDLPATH:/usr/lpp/mmfs/lib/libgpfs.so: mms3lscfg:config:0:1:::s3config:LOG_TO_STDERR_ENABLED:false: mms3lscfg:config:0:1:::s3config:LOG_TO_SYSLOG_ENABLED:true: mms3lscfg:config:0:1:::s3config:NC_DISABLE_ACCESS_CHECK:false: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_GET_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_get: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_PUT_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_put: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_STORE_TYPE:executable: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_DIR_SIZE:536870912: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_TOTAL_SIZE:1073741824: mms3lscfg:config:0:1:::s3config:NSFS_NC_CONFIG_DIR_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:NSFS_NC_STORAGE_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:UVTHREADPOOLSIZE:16:
- To list the S3 configuration with the --debug option, issue the
following command:
A sample output is as follows:# mms3 config list -Y --debug
Running Command /usr/lpp/mmfs/bin/mmlsconfig cesSharedRoot CallerPath of File utils/utils.go Noobaa configuration path: /ibm/fvt_ces_root/ces/s3-config/config.json mms3lscfg:config:HEADER:version:reserved:reserved:section:configParameter:value: mms3lscfg:config:0:1:::s3config:ALLOW_HTTP:false: mms3lscfg:config:0:1:::s3config:DEBUGLEVEL:all: mms3lscfg:config:0:1:::s3config:ENABLEMD5:true: mms3lscfg:config:0:1:::s3config:ENDPOINT_FORKS:2: mms3lscfg:config:0:1:::s3config:ENDPOINT_PORT:6001: mms3lscfg:config:0:1:::s3config:ENDPOINT_SSL_PORT:6443: mms3lscfg:config:0:1:::s3config:GPFSDLPATH:/usr/lpp/mmfs/lib/libgpfs.so: mms3lscfg:config:0:1:::s3config:LOG_TO_STDERR_ENABLED:false: mms3lscfg:config:0:1:::s3config:LOG_TO_SYSLOG_ENABLED:true: mms3lscfg:config:0:1:::s3config:NC_DISABLE_ACCESS_CHECK:false: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_GET_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_get: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_PUT_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_put: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_STORE_TYPE:executable: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_DIR_SIZE:536870912: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_TOTAL_SIZE:1073741824: mms3lscfg:config:0:1:::s3config:NSFS_NC_CONFIG_DIR_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:NSFS_NC_STORAGE_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:UVTHREADPOOLSIZE:16:
- To update the HTTP endpoint port of the S3 service, issue the following
command:
A sample output is as follows:# mms3 config change ENDPOINT_PORT=6002
S3 service will get restarted on all CES nodes where S3 service is running. Do you want to continue with the configuration change? [y|n]: y S3 Configuration successfully changed. S3 service restarted on the CES node: ces-13.openstacklocal. S3 Configuration successfully changed. S3 service restarted on the CES node: ces-14.openstacklocal. S3 Configuration successfully changed. S3 service restarted on the CES node: ces-12.openstacklocal.
To verify whether the S3 configuration modification is successful, issue the following commands:
# mms3 config list -Y --debug
A sample output is as follows:
Running Command /usr/lpp/mmfs/bin/mmlsconfig cesSharedRoot Running Command /usr/lpp/mmfs/bin/mmces service list Running Command /usr/lpp/mmfs/bin/mmlsconfig cesSharedRoot Noobaa configuration path: /mnt/cesSharedRoot/ces/s3-config/config.json mms3lscfg:config:HEADER:version:reserved:reserved:section:configParameter:value: mms3lscfg:config:0:1:::s3config:ALLOW_HTTP:false: mms3lscfg:config:0:1:::s3config:DEBUGLEVEL:default: mms3lscfg:config:0:1:::s3config:ENABLEMD5:false: mms3lscfg:config:0:1:::s3config:ENDPOINT_FORKS:2: mms3lscfg:config:0:1:::s3config:ENDPOINT_PORT:6002: mms3lscfg:config:0:1:::s3config:ENDPOINT_SSL_PORT:6443: mms3lscfg:config:0:1:::s3config:GPFSDLPATH:/usr/lpp/mmfs/lib/libgpfs.so: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_GET_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_get: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_PUT_EXECUTABLE:/usr/lpp/mmfs/bin/cess3_key_put: mms3lscfg:config:0:1:::s3config:NC_MASTER_KEYS_STORE_TYPE:executable: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_DIR_SIZE:536870912: mms3lscfg:config:0:1:::s3config:NSFS_DIR_CACHE_MAX_TOTAL_SIZE:1073741824: mms3lscfg:config:0:1:::s3config:NSFS_NC_CONFIG_DIR_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:NSFS_NC_STORAGE_BACKEND:GPFS: mms3lscfg:config:0:1:::s3config:UVTHREADPOOLSIZE:16: mms3lscfg:config:0:1:::s3config:LOG_TO_STDERR_ENABLED:false: mms3lscfg:config:0:1:::s3config:LOG_TO_SYSLOG_ENABLED:true: mms3lscfg:config:0:1:::s3config:NC_DISABLE_ACCESS_CHECK:false:
- To back up the S3 configuration, issue the following
command:
A sample output is as follows:# mms3 config backup /tmp
To verify whether the backup the tar.bz2 file is created, issue the following command:Backup of IBM Storage Scale S3 configuration is successful.
A sample output is as follows:# ls -ltr /tmp/s3Config*
-rw-r--r--. 1 root root 40960 Feb 29 20:44 /tmp/s3ConfigBackup.20240229-204430.tar.bz2
- To restore the S3 service configuration from the backup tar.bz2 file, issue
the following
command:
A sample output is as follows:# mms3 config restore /tmp/s3ConfigBackup.20240229-204430.tar.bz2
The S3 configuration directory at path /mnt/cesSharedRoot/ces/s3-config is not empty. Restore operation will overwrite the existing S3 configuration except system.json and config.json and restart the S3 service on all CES nodes. Do you want to proceed ? [y|n]:y Started Restoring s3-config configuration data Restore of IBM Storage Scale S3 configuration is successfully done. Note: system.json and config.json from backuped tar file is restored as system.json.old and config-old.json.old
- To create an S3 account by using a user ID and a group ID, issue the following
command:
A sample output is as follows:# mms3 account create s3user --newBucketsPath /mnt/gpfs0/s3user-path --gid 6666 --uid 6666
To create an S3 account by using a username, issue the following commands:Account is created successfully. The secret and access keys are as follows. Access Key Secret Key --------- ---------- Eb5PXYPKJ31bf8lp48s7 RH20/UFucdLvm/Vwj/TO8GCGvmEs7ITT8vpDeBYS
- Use a valid user.
A sample output is as follows:# id user2001
uid=2001(user2001) gid=2000(group2000) groups=2000(group2000)
- Create an account by using the
username.
A sample output is as follows:# mms3 account create account2001 --userName user2001 --newBucketsPath /mnt/gpfs0/account2001/
Account account2001 created successfully Access Key Secret Key Y21BSccPm4HB072s8IQ8 K7Z6jn1VJqetXGd8HUx6x0uJ8Aw7N9Gstt8AYBSe
Note:- Ensure that ID mapping for the specified username can successfully be performed on all CES nodes.
- If the username ID mapping is not consistent on all nodes, account operations might fail due to permission or ownership mismatches.
- Use a valid user.
- To list an S3 account with an account name, issue the following
command:
A sample output is as follows:# mms3 account list s3user
Name New Buckets Path Uid Gid Access Key Secret Key ----- ----------------- --- --- ----------- ----------- s3user /mnt/gpfs0/s3user-path 6666 6666 Eb5PXYPKJ31bf8lp48s7 RH20/UFucdLvm/Vwj/TO8GCGvmEs7ITT8vpDeBYS
- To reset access and secret key for an S3 account, issue the following
command:
A sample output is as follows:# mms3 account update s3user --resetKey
The secret and access keys are as follows. Account s3user updated successfully Access Key Secret Key ---------- ---------- hGbu9C6RyjPFKeD60xea 2MzuIzqzevJVov6YTf+gcgD2w9YJM5gB5yMQhqrA
- To update the access and a secret key, issue the following
command:
The output is as follows:# mms3 account update s3user --accessKey hGbu9C6RyjPFKeD60xeb --secretKey 3MzuIzqzevJVov6YTf+gcgD2w9YJM5gB5yMQhqrA
Account s3user updated successfully
- To update the path for creating new buckets for an S3 account, issue the following
command:
A sample output is as follows:# mms3 account update s3user --newBucketsPath /mnt/gpfs0/s3user-path1
Updating the path for creating new S3 buckets, will cause the current path to become inaccessible for the S3 user account. Do you want to continue with updating the path for S3 user account? [y|n]: y Account s3user updated successfully
- To delete a valid S3 account, issue the following
command:
The output is as follows:# mms3 account delete s3user
Account s3user deleted successfully
To create an anonymous account, complete the following steps:
- To create an anonymous account with a user ID and a group ID, issue the following
command:
The output is as follows:# mms3 account create --anonymous --uid 1002 --gid 4000
Anonymous account is created successfully.
- To create account with a username, issue the following
command:
The output is as follows:# mms3 account create --anonymous --userName username
Anonymous account is created successfully.
- To create an anonymous account with a user ID and a group ID, issue the following
command:
To list information an anonymous account, issue the following command:
A sample is as follows:# mms3 account list --anonymous
Name New Buckets Path Uid Gid Access Key Secret Key ----- ----------------- --- --- ----------- ----------- anonymous - 1002 4000 - -
To delete an anonymous account, issue the following command:
A sample output is as follows:# mms3 account delete --anonymous
Account deleted successfully.
- To create an S3 bucket, issue the following
command:
A sample output is as follows:# mms3 bucket create s3user-bucket --accountName s3user --filesystemPath /mnt/gpfs0/s3user-bucket
Starting to create bucket with name s3user-bucket Bucket s3user-bucket created successfully
To list an S3 bucket with a bucket name, issue the following command:
A sample output is as follows:# mms3 bucket list s3user-bucket
Name Filesystem Path Bucket Owner ------ --------------- ------------- s3user-bucket /mnt/gpfs0/s3user-bucket s3user
- To list all the S3 buckets, issue the following
command:
A sample output is as follows:# mms3 bucket list
Name ------ s3a10-bucket s3a4-bucket s3a2-bucket s3a1-bucket
- To list all the S3 buckets with the -Y option, issue the following
command:
A sample output is as follows:# mms3 bucket list -Y
mms3lsbucket:bucket:HEADER:version:reserved:reserved:bucketName: mms3lsbucket:bucket:0:1:::s3a10-bucket: mms3lsbucket:bucket:0:1:::s3a4-bucket: mms3lsbucket:bucket:0:1:::s3a2-bucket: mms3lsbucket:bucket:0:1:::s3a1-bucket:
- To update the file system path for an S3 bucket, issue the following
command:
A sample output is as follows:# mms3 bucket update s3user-bucket --filesystemPath /mnt/gpfs0/s3user-path/bucket2
Updating the bucket path may cause the current bucket path to become inaccessible for the S3 user account. Do you want to continue with updating the bucket path ? [y|n]:y Bucket s3user-bucket updated successfully.
- To delete an S3 bucket, issue the following
command:
A sample output is as follows:# mms3 bucket delete s3user-bucket
Starting to delete bucket s3user-bucket Bucket s3user-bucket deleted successfully
To add a new connection configuration for S3 bucket notifications, issue the following command:
A sample output is as follows:# mms3 notificationConnection add --connectionFile /root/connection.json
Check the updated connection.Connection created successfully.
To list the connection information for the S3 bucket notification, issue the following command:
A sample output is as follows:# mms3 notificationConnection list http_notif
Name Notification Protocol Host Port Timeout ----------- -------------------- ---------- ------- ----------- http_notif http localhost 8080 100
To update the connection information for S3 bucket notifications, issue the following command:
The output is displayed as follows:# mms3 notificationConnection update http_notif --connectionRemoveKey --connectionKey notification_protocol
Connection http_notif updated successfully.
Check the updated connection.
A sample output is as follows:# mms3 notificationConnection list http_notif
Name Notification Protocol Host Port Timeout ----------- -------------------- ---------- ------- ----------- http_notif <nil> localhost 8080 100
To delete the connection information for S3 bucket notification, issue the following command:
The output is displayed as follows:# mms3 notificationConnection delete http_notif
Connection http_notif deleted successfully.
Backing up the S3 configuration data
- Automatic backup of the S3 configuration dataCES S3 supports automatic or periodic backup of the S3 configuration from the CES share root directory to CCR. Backups are scheduled every 10 minutes on CES nodes where S3 is enabled. It is ensured that only one CES node takes backup at a time.
-
To list the S3 configuration backup tar.bz2 file at CCR, issue the following command:
# mmccr flist | grep _s3 37 _s3-config-backup.tar.bz2
- To get a local copy of the backup tar.bz2 file from the CCR, issue the following
command:
# mmccr fget _s3-config-backup.tar.bz2 /tmp/s3-config.tar.bz2 fget:37 # ls -ltr /tmp/s3-config.tar.bz2 -rw-------. 1 root root 537 Mar 18 20:34 /tmp/s3-config.tar.bz2
-
- Manual backup of the S3 configuration data
CES S3 backs up and restores the S3 configuration data manually.
The backup of S3 configuration can be taken by using the mms3 config backup command. The mms3 config backup command archives all the files and directories of the {cesSharedRoot_dir}/ces/s3-config directory into a single tar.bz2 file and saves to the specified backup_directory path.
Syntax of the mms3 config backup command:
# mms3 config backup --help Backup the IBM Storage Scale S3 configuration. Usage: mms3 config backup <backup_directory> [flags] Flags: -h, --help help for backup Global Flags: -d, --debug debug logging
Note: Make sure that the backup directory exists before running the mms3 config backup command.Example: To take manual backup, issue the following command:
A sample output is as follows:# mms3 config backup /tmp
Backup of IBM Storage Scale S3 configuration /tmp/s3ConfigBackup.20240722-125858.tar.bz2 is successful.
After successful backup, a file with a name such as s3ConfigBackup.date-time.tar.bz2 is created in the specified backup_directory.
Restoring the S3 configuration data
CES S3 restores the S3 configuration data by using the mms3 config restore command. The mms3 config restore command extracts the specified backup tar.bz2 file, it overwrites the existing content of {cesSharedRoot_dir}/ces/s3-config directory, and restarts the S3 service on all the CES nodes.
Syntax of mms3 config restore command:
# mms3 config restore -h
Restore the IBM Storage Scale S3 configuration.
Usage:
mms3 config restore <backup_tar_file> [flags]
Flags:
--force Allows the config restore action to go through without confirmation from user.
-h, --help help for restore
Global Flags:
-d, --debug debug logging
- Restoring S3 configuration from the manual or automatically backed up
tar.bz2 file.The S3 configuration data can be restored to the CES shared root in two ways:
- Restore the S3 configuration data by using the S3 configuration backup
tar.bz2 file, which was automatically backed up in the CCR.
To list the S3 configuration backup tar.bz2 files in CCR, issue the following command:
# mmccr flist version name --------- -------------------- 1 ccr.nodes 1 ccr.disks 1 mmLockFileDB 1 genKeyData 2 genKeyDataNew 35 mmsdrfs 1 mmsysmon.json 4 _callhomeconfig 2 _perfmon.keys 1 measurements.json 1 zmrules.json 3 collectors 6 _gui.settings 15 _gui.user.repo 14 _gui.keystore_settings 31 cesiplist 3 gpfs.ganesha.main.conf 1 gpfs.ganesha.nfsd.conf 1 gpfs.ganesha.log.conf 2 gpfs.ganesha.exports.conf 1 gpfs.ganesha.statdargs.conf 1 idmapd.conf 808 _s3-config-backup.tar.bz2 1 _ces_s3.master_keys 1 authccr
To get a local copy of the backup tar.bz2 file from the CCR, issue the following command:
# mmccr fget _s3-config-backup.tar.bz2 /tmp/_s3-config-backup.tar.bz2 fget:808 # tar -xvf /tmp/_s3-config-backup.tar.bz2 -C /tmp/backup/ ././config.json./accounts/./accounts/demo-account.json./buckets/./buckets/demo-bucket.json./system.json./access_keys/./access_keys/Pei0Og7tlMD4mFfq5qi5.symlink ./ces/mms3-config.json
Ensure that the extracted directory contains system.json and config.json.
# tree /tmp/backup/ ├── access_keys ├── accounts_by_name ├── buckets ├── config.json ├── connections ├── identities ├── mms3-config.json └── system.json
To restore the S3 configuration, issue the following command:
A sample output is as follows:# mms3 config restore /tmp/_s3-config-backup.tar.bz2
The S3 configuration directory at path /mnt/cesSharedRoot/ces/s3-config is not empty. Restore operation will overwrite the existing S3 configuration and restart the S3 service on all CES nodes. Do you want to proceed ? [y|n]:y Started restoring S3 configuration data. S3 service restarted on the CES node: node-1.vmlocal S3 service restarted on the CES node: node-2.vmlocal Restore of IBM Storage Scale S3 configuration is successfully done.
- Restore the S3 configuration data by using the S3 configuration backup
tar.bz2 file, which the administrator backed up by using the mms3
config backup command.
To restore the S3 configuration, issue the following command:
A sample output is as follows:# mms3 config restore /tmp/s3ConfigBackup.<date>-<time>.tar.bz2
The S3 configuration directory at path /mnt/cesSharedRoot/ces/s3-config is not empty. Restore operation will overwrite the existing S3 configuration and restart the S3 service on all CES nodes. Do you want to proceed ? [y|n]:y Started restoring S3 configuration data. S3 service restarted on the CES node: node-1.vmlocal S3 service restarted on the CES node: node-2.vmlocal Restore of IBM Storage Scale S3 configuration is successfully done.
- Restore the S3 configuration data by using the S3 configuration backup
tar.bz2 file, which was automatically backed up in the CCR.
See also
Location
/usr/lpp/mmfs/bin