Updating Point-In-Time Views of NFS Shares

Name

update_snap

Syntax

ConfigureObjectStore -o update_snap -n <Object Store Name> -p <Mount Path> < -c Allowed Clients | -C Copy Precedence | -m MediaAgent Client Name > [-h]

Description

The update_snap option updates the point-in-time NFS ObjectStore share properties.

Use this option when additional clients need access to the NFS ObjectStore point-in-time view, or to change the point-in-time name.

The table lists the options that the software supports.

Option

Description

-n

The NFS ObjectStore share name.

-c

A comma separated list of IP Addresses or host names that can access the NFS ObjectStore share.

Specify the clients that can access the point-in-time NFS ObjectStore share over NFS or SMB 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.

-p

The mount point path.

This is the point-in-time NFS ObjectStore share that you want to update.

-C

Update the point-in-time share from the specified copy precedence.

-m

The MediaAgent or NFS server to use for the point-in-time share.

Example

The following command updates a point-in-time NFS ObjectStore share. In this example, the parameters are listed on the command line.

./ConfigureObjectStore -o update_snap -n userTest –p /userTest-1496271338 -c 192.168.0.42,192.168.0.44

The following command updates a point-in-time NFS ObjectStore share from a secondary copy. In this example, the parameters are listed on the command line.

./ConfigureObjectStore -o update_snap -n userTest –p /userTest-1496271338 -c 192.168.0.42,192.168.0.44 -C 2

Loading...