What is the difference between -object-store-server and -object-store-name
Applies to
FabricPool
Answer
- What does the first and second command implement? What is the meaning of -object-store-name, and how is it different from -object-store-server?
::*> vserver object-store-server create -vserver Cluster -object-store-server S3server.local -is- http-enabled true -is- https-enabled false -listener-port 80 -status-admin up::*> storage aggregate object-store config create -object-store-name LocalFPwithS3 -provider-type ONTAP_S3 -server S3server.local -is-ssl-enabled false -port 80 -container-name ontaps3bucket -ipspace Cluster -use- http-proxy false -access-key OntapS3UserAccessKey -secret-password OntapS3UserSecretkey- The first command creates the object store server on the cluster, whereas the second command creates the FabricPool configuration, which enables the tiering of cold data to the object-store-server.
- The object-store-name (e.g., LocalFPwithS3) is the name of the FabricPool configuration itself, where as the object-store-server (e.g., S3server.local) refers to the actual object store server.
Note: In the second command, the -server parameter refers to the same -object-store-server created in the first command.
