Updating the Hybrid File Store Share Properties

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

update

Syntax

ConfigureObjectStore -o update -n <Object Store Name> [-c Allowed clients] [-a Access Permission (RW/RO)] [-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 update option updates the Hybrid File Store properties.

Use this option when additional clients and users need access to the Hybrid File Store or when you want to change the versions enabled flag.

The table lists the options that the software supports.

Option

Description

-n

The Hybrid File Store name.

-c

A comma separated list of IP Addresses or host names that can access the Hybrid File Store.

Specify the clients that can access the point-in-time Hybrid File Store over NFS protocol.

The clients do not need to be configured in CommCell Console.

To make this Hybrid File Store accessible to any client, use 0.0.0.0 for IPv4 and :: for IPv6 as the client IP address.

-a

The access permissions. The valid values are :

  • RW, read and write

  • RO, read-only

-V

The flag that specifies whether to enable versioning for thisHybrid File Store.

Valid values are:

-S

The squashing type to use for the share. The default is ROOT_SQUASH.

Valid values are:

  • ROOT_SQUASH: Map the root user on the NFS client to an anonymous user/group that has limited privileges. This prevents a root client user from having total control of the Hybrid File Store share.

  • ROOT_ID_SQUASH: Map the root user on the NFS client to an anonymous user/group that has limited privileges and map a non-root user that is part of the root user's group to an anonymous group ID so that the user is treated as a non-root user.

    A root user ID is 0. A root user group ID is 0. This squashing type performs the following operations:

    • Maps a user ID of 0 to an anonymous user ID.

    • Maps a group ID of 0 to an anonymous group ID.

    • Maps a group ID of 0 in an alternative group to an anonymous group ID.

      For example, if USER1 has the root user group (group ID 0), then the user is mapped to an anonymous group ID and is treated as USER1 (instead of having root privileges).

  • ALL_SQUASH: Map all the users on the NFS client to an anonymous user/group that has limited privileges.

  • NO_ROOT_SQUASH: A root user account on the NFS client can access the share as a root user.

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

-h

Displays the help for this option.

-F

Specify the file extensions that must be excluded from the backup operations.

Example

  • The following commands update an Hybrid File Store. In this example, the parameters are listed on the command line.

    ./ConfigureObjectStore -o update -n userTest -c 192.168.0.42,192.168.0.44 ./ConfigureObjectStore -o update -n userTest1 -c 192.168.0.45,192.168.0.46 -V0

  • The following command is used to modify filters that must be excluded from the backup operations:

    ./ConfigureObjectStore -o update -n OraTest2 -F "txt,jpeg,bmp"
  • The following command is used to remove filters that were added earlier.

    ./ConfigureObjectStore -o update -n OraTest2 -F ""

    Note

    Before you remove the filters, you must delete the files with extensions that match with the filter criteria you set.

Loading...