Deprecated
Hybrid File Store server is deprecated.
For comprehensive information about deprecated products and features, see End-of-Life, Deprecated, and Extended Support - Obsolescence Policy.
Name
create
Syntax
ConfigureObjectStore -o create -n <Object Store Name> -s <Storage Policy> -i <Index Server Client Name> [-t Object Store type] -m <Media Agent Client Name> -c <Allowed clients> [-V Versions enabled flag] [-S Squashing Type] [-u anonuid] [-g anongid] [-C Copy Precedence] [-A ACL enable flag <1|0>] [-D Retention: Minimum Days to retain Deleted Items] [-v Retention: Minimum versions to retain] [-d Retention: Minimum days to retain the older versions] [-F Backup filter] [-h]
Description
The create option creates a Hybrid File Store.
Before you create the Hybrid File Store share, make sure that you have the following CommCell Console information:
-
The MediaAgent client name
-
The Index Server client name that is in the Index Servers client group in the CommCell Console
-
The storage policy name
After you create the Hybrid File Store, send the mount path to the users so that they can access it.
The table lists the options that the software supports.
Option |
Description |
---|---|
-n |
The Hybrid File Store name. |
-s |
The storage policy name. |
-i |
The Index Server client name that is in the Index Servers client group in the CommCell Console |
-m |
The Linux MediaAgent name that is configured as NFS server. |
-c |
A comma separated list of IP Addresses or host names that can access the Hybrid File Store share. Specify the clients that can access the Hybrid File Store share over NFS protocol. The clients do not need to be configured in CommCell Console. To make this share accessible to any client, use 0.0.0.0 for IPv4 and :: for IPv6 as the client IP address. |
-V |
The flag that specifies whether to enable versioning for this Hybrid File Store Valid values are:
|
-S |
The squashing type to use for the share. The default is ROOT_SQUASH. Valid values are:
|
-u |
If you use squashing, then the user ID is the user ID that the software uses for mapping. This value can be greater than 0. |
-g |
If you use squashing, then the group ID is the group ID that the software uses for mapping. This value can be greater than 0. |
-C |
Specify the copy precedence to use for the backup copy operation. |
-h |
Displays the help for this option. |
-F |
Specify the file extensions that must be excluded from the backup operations. |
Examples
The following command creates a Hybrid File Store share. In this example, the parameters are listed on the command line.
./ConfigureObjectStore -o create -n userTest -i Index1_analyticsServer -s object_store_storage_policy -m object_store_mediaagent -c '*' -F 'txt,bmp,jpeg'