Veritas Access Appliance Administrator's Guide
- Section I. Introducing Access Appliance
- Section II. Configuring Access Appliance
- Managing users
- Configuring the network
- Configuring authentication services
- Section III. Managing Access Appliance storage
- Configuring storage
- Managing disks
- Configuring ISCSI
- Access Appliance as an iSCSI target
- Configuring storage
- Section IV. Managing Access Appliance file access services
- Configuring the NFS server
- Setting up Kerberos authentication for NFS clients
- Using Access Appliance as a CIFS server
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Configuring an FTP server
- Using Access Appliance as an Object Store server
- Configuring the NFS server
- Section V. Managing Access Appliance security
- Section VI. Monitoring and troubleshooting
- Configuring event notifications and audit logs
- About alert management
- Appliance log files
- Configuring event notifications and audit logs
- Section VII. Provisioning and managing Access Appliance file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- About managing application I/O workloads using maximum IOPS settings
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Provisioning and managing Access Appliance shares
- Creating shares for applications
- Creating and maintaining NFS shares
- About the NFS shares
- Creating and maintaining CIFS shares
- About the CIFS shares
- About managing CIFS shares for Enterprise Vault
- Using Access Appliance with OpenStack
- Integrating Access Appliance with Data Insight
- Section IX. Managing Access Appliance storage services
- Compressing files
- About compressing files
- Compression tasks
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Access Appliance continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Compressing files
- Section X. Reference
About buckets and objects
The Object Store server consists of a collection of objects. The container of an object is known as a bucket. In Access Appliance Object Store, the buckets are stored on file systems as directories and objects are stored as files.
Buckets and objects are resources which can be managed using the APIs.
Once the Object Store Server is configured, you can create buckets and objects and perform the required operations.
Access Appliance supports the following methods for accessing the buckets and the objects:
Path-style method
Virtual-hosted-style method
When using the virtual hosted-style method, the bucket_name.s3.cluster_name should be DNS resolvable. The bucket name is part of the endpoint URL (bucket_name.<endpoint_name>). For example, bucket_name.s3.cluster_name. You can send a request to the S3 server only if this URL is DNS resolvable by the client's DNS servers. A separate entry in the DNS server is required for every bucket.
See the objectaccess_bucket(1) manual page for more information.
Note:
Access S3 does not support creation of object with and without "/" at the same time. For example, you cannot create two objects such as, bucket1/object1
and bucket1/object1/
, where the latter represents a directory. The user should use separate names for directories and real objects.
Note:
Object name containing …:: substring is not supported.
See the objectaccess manual pages for all of the Access Appliance Object Store server operations that can be performed.
Buckets are created by S3 clients by calling the standard S3 APIs to the Access Appliance S3 server. For creating a bucket, you need the endpoint of the Access Appliance server, access key, and the secret key. The endpoint of the Access Appliance Object Store server is s3.cluster_name:8143.
The Access Appliance Object Store server can also be accessed using the fully qualified domain name:
s3.cluster_name.fqdn:8143
Make sure that you associate one (or more) of the VIPs of the Access Appliance cluster to s3.cluster_name.fqdn in the client's DNS server.
You can delete a bucket using the standard API or by using the objectAccess bucket delete command.
objectaccess> bucket delete bucket_name
Table: Object and bucket restrictions describes the restrictions enforced by the Access Appliance Object Storage Server. Configure your S3 clients within these limitations to ensure that Access Appliance works correctly.
Table: Object and bucket restrictions
Description | Limit |
---|---|
Maximum recommended parallel threads | 10 |
Maximum number of buckets per file system with fs_sharing enabled | 10,000 |
Maximum number of objects per file system | 1 billion |
Maximum supported size of an object that can be uploaded using a single PUT | 100 MB |
Maximum number of parts supported for multipart upload | 10,000 |
Maximum supported size range of an object that can be downloaded using a single GET | 100 MB |
Maximum number of grantees supported for setting ACL on buckets/objects | 128 |