Release: August Gluster Filesystem Unified File and Object Storage Beta 2
|
|
|
- David Sanders
- 10 years ago
- Views:
Transcription
1 Release: August 2011 Gluster Filesystem Unified File and Object Storage Beta 2
2 Copyright Copyright 2011 Gluster, Inc. This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein. Unified File and Object Storage Beta 2 Pg No. 2
3 Table of Contents 1. About this Guide Disclaimer Audience Prerequisite Typographical Conventions Feedback Introducing Unified File and Object Storage Preparing to Deploy Unified File and Object Storage Pre-requisites Dependencies Deploying and Configuring Unified File and Object Storage Migrating Unified File and Object Storage from Beta 1 to Beta Working with Unified File and Object Storage Configuring Authenticated Access Working with Accounts Displaying Container Information Displaying Account Metadata Information Working with Containers Creating Container Displaying Objects of a Container Displaying Container Metadata Information Deleting Container Updating Container Metadata Setting ACLs on Container Working with Objects Creating or Updating Object Copying Object Displaying Object Information Displaying Object Metadata Updating Object Metadata Deleting Object Managing Your Gluster Filesystem Unified File and Object Storage Beta 2 Pg No. 3
4 1. About this Guide This guide describes Unified File and Object Storage feature and its deployment and management Disclaimer Gluster, Inc. has designated English as the official language for all of its product documentation and other documentation, as well as all our customer communications. All documentation prepared or delivered by Gluster will be written, interpreted and applied in English, and English is the official and controlling language for all our documents, agreements, instruments, notices, disclosures and communications, in any form, electronic or otherwise (collectively, the Gluster Documents ). Any customer, vendor, partner or other party who requires a translation of any of the Gluster Documents is responsible for preparing or obtaining such translation, including associated costs. However, regardless of any such translation, the English language version of any of the Gluster Documents prepared or delivered by Gluster shall control for any interpretation, enforcement, application or resolution Audience This guide is intended for systems administrators interested in using Unified File and Object Storage feature of GlusterFS Prerequisite This document assumes that you are familiar with the Linux operating system, concepts of File System, GlusterFS concepts, ReST web services, and HTTP/ Typographical Conventions The following table lists the formatting conventions that are used in this guide to make it easier for you to recognize and use specific types of information. Convention Description Example Courier Text Italicized Text Commands formatted as courier indicate shell commands. Within a command, italicized text represents variables, which must be substituted with specific values. gluster volume start volname gluster volume start volname Square Brackets Curly Brackets Within a command, optional parameters are shown in square brackets. Within a command, alternative parameters are grouped within curly brackets and separated by the vertical OR bar. gluster volume start volname [force] gluster volume { start stop delete } volname Unified File and Object Storage Beta 2 Pg No. 4
5 1.5. Feedback Gluster welcomes your comments and suggestions on the quality and usefulness of its documentation. If you find any errors or have any other suggestions, write to us at for clarification and provide the chapter, section, and page number, if available. Gluster offers a range of resources related to Gluster software: Discuss technical problems and solutions on the Discussion Forum ( Get hands-on step-by-step tutorials ( Reach Support ( Unified File and Object Storage Beta 2 Pg No. 5
6 2. Introducing Unified File and Object Storage Gluster s Unified File and Object Storage unifies NAS and object storage technology. This provides a system for data storage that enables users to access the same data as an object and as a file, simplifying management and controlling storage costs. GlusterFS with unified file and object storage technology, is key to enterprise customer s ability to adopt and deploy cloud storage solutions. GlusterFS allows users to access data as objects from an Amazon S3 compatible interface and access files from a NAS interface including NFS and CIFS. In addition to decreasing cost and making it faster and easier to access object data, GlusterFS also delivers massive scalability, high availability and replication of object storage. For infrastructure as a service offerings, GlusterFS enables organizations to build their own Amazon-like storage offering for its customers. Enterprises can use GlusterFS to accelerate the process of preparing file-based applications for the cloud and simplify new application development for cloud computing environments. Unified File and Object Storage Beta 2 Pg No. 6
7 3. Preparing to Deploy Unified File and Object Storage This section provides information on pre-requisites and list of dependencies that will be installed during installation of Unified File and Object Storage of GlusterFS Pre-requisites Enable user_xattr for the backend used for GlusterFS using the following command: # mount o user_xattr,rw <device name> <mount point> # mount o user_xattr,rw /dev/hda1 /data 3.2. Dependencies The following packages will be installed in CentOS when you install Gluster Object Storage: curl gcc memcached python2.6 xattr netifaces eventlet paste configobj coverage setuptools webob greenlet xfsprogs simplejson nose openssl Unified File and Object Storage Beta 2 Pg No. 7
8 pastedeploy The following packages will be installed in Ubuntu when you install Gluster Object Storage: curl gcc memcached python-software-properties python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr xfsprogs python-webob python-eventlet python-greenlet python-pastedeploy python-netifaces Unified File and Object Storage Beta 2 Pg No. 8
9 4. Deploying and Configuring Unified File and Object Storage This section describes how to deploy and configure Gluster Unified File and Object Storage in your storage environment, and verify that it is functioning correctly. 1. Untar the glusterfs-3.3beta2 tarball on each server in your cluster. You can download the software at 2. Run the configuration utility using the following command: #./configure GlusterFS configure summary ================== FUSE client : yes Infiniband verbs : yes epoll IO multiplex : yes argp-standalone : no fusermount : no readline : yes georeplication : yes The configuration summary shows the components that will be built with GlusterFS. 3. Build the GlusterFS software using the following commands: # make # make install 4. Verify that 3.3beta2 version of GlusterFS is installed, using the following command: # glusterfs version For more information on installing GlusterFS, refer to GlusterFS Installation at tion_guide 5. Add FUSE module by using the following command: # modprobe fuse 6. Untar the gluster-object-storage-3.3beta2 tarball to each server in your cluster. You can download the software at beta-2/. 7. Navigate to the UFO directory and the following install scripts will be available: centos_install.sh ssa_install.sh ubuntu_install.sh Unified File and Object Storage Beta 2 Pg No. 9
10 When prompted, provide configuration parameters like external IP, port, and so on. 8. Run the install script corresponding to your distribution to install gluster object storage and its dependencies. 9. Check if all the configuration files in UFO/gluster-object/config directory are available at /etc/gluster-object directory and ensure that all the servers (proxy, account, container, and object) are running. 10. You can configure auth account name and mount path in fs.conf file. By default, the account name is auth and mount path is /mnt/gluster-object. 11. Create volume auth using the following command: # gluster volume create NEW-VOLNAME NEW-BRICK... # gluster volume create auth server1:/exp1 12. Start the volume auth using the following command: # gluster volume start VOLNAME # gluster volume start auth Starting auth volume has been successful 13. You can create more volumes or use existing volumes as object storage accounts. # gluster volume create VOL-NAME NEW-BRICK... # gluster volume create test server1:/data server2:/data You can verify the existing accounts using gluster-object list as described in Step Initialize the authentication using the following command: # gluster-object-prep -K <super_admin_key> -A <http_url/https_url> # gluster-object-prep -K Password@123 -A Note: All accounts except auth are accessible by username =.super_admin and password = <super_admin_key>. You should generate user token on auth server local to that account to access with.super_admin. 15. Add users to the account by using the following command: # gluster-object-add-user -a -K <super_admin_key> -A <http_url/https_url> <account_name> <user_name> <password> [<uid>] [<gid>] Unified File and Object Storage Beta 2 Pg No. 10
11 # gluster-object-add-user -a -K -A test tester testing The UID (owner) and GID (group owner) will be the owner for objects/containers created by this user. If UID and GID is not specified, it will default to root. You can run # gluster-object-add-user for help. Note: User Passwords can be stored as plaintext or encrypted text and by default, the auth_type is plaintext. You can change the auth_type in proxy-server.conf file. Encrypted option (sh1) works only with Swift and does not work with S Verify that the account is successfully created by using the following command: # gluster-object list -K <super_admin_key> -A <http_url/https_url> # gluster-object list -K password@123 -A Verify that the output lists all the accounts available in the storage pool. 17. (Optional) Delete the existing users and its tokens using the following command: # gluster-object-delete-user -K <super_admin_key> -A <http_url/https_url> <account_name> <user_name> # gluster-object-delete-user -K pasword@124 -A test tester You can run # gluster-object-delete-user for help. 18. (Optional) Set the service URL for the existing accounts using the following command: # gluster-object-set-account-service -K <super_admin_key> <account> <service> <name> <value> -A <http_url/https_url> # gluster-object-set-account-service -K pasword@124 A test storage local You can run # gluster-object-set-account-service for help. 19. (Optional) Stop the service using the following command: # gluster-object-stop Unified File and Object Storage Beta 2 Pg No. 11
12 20. (Optional) Configure the service using the following command: # gluster-object-config 21. Use curl, st, Cyberduck or any other application to access object storage. Unified File and Object Storage Beta 2 Pg No. 12
13 5. Migrating Unified File and Object Storage from Beta 1 to Beta 2 The following is the procedure to migrate Unified File and Object Storage form beta 1 to beta 2: 1. Stop the running Unified File and Object Storage service using the following command: # gluster-object-stop 2. Untar the gluster-object-storage-3.3beta2 tarball to each server in your cluster. You can download the software at beta-2/. 3. Navigate to the UFO directory and the following install scripts will be available: centos_install.sh ssa_install.sh ubuntu_install.sh 4. Start the auth volume and run the install script corresponding to your distribution to install gluster object storage and its dependencies. 5. Upgrade to beta 2 by running the following command: # python upgrade.py When prompted, provide Admin-URL and Admin-Key information. After successfully upgrade, Successfully upgraded auth data to Beta2 message is displayed. Note: You must run migration steps on only one machine where Unified File and Object Storage is running. 6. After upgrade, all the previously generated tokens must be re-generated. Note: You must run the upgrade upgrade.py script only after running the install script. Otherwise, the new operations may leave the auth account in an inconsistent state causing failure of upgrade.py script. Unified File and Object Storage Beta 2 Pg No. 13
14 6. Working with Unified File and Object Storage This section describes the ReST API for administering and managing Object Storage. All requests will be directed to the host and URL described in the X-Storage-URL HTTP header obtained during successful authentication. The ReST interface is a data service that allows you to construct HTTP requests to query data in GlusterFS Configuring Authenticated Access Authentication is the process of proving identity to the system. To use the ReST interface, you must obtain an authorization token using GET method and supply it with v1.0 as the path. Each ReST request against the Object Storage system requires the addition of a specific authorization token HTTP x-header, defined as X-Auth-Token. The storage URL and authentication token are returned in the headers of the response. To authenticate, run the following command: GET auth/v1.0 HTTP/1.1 Host: <auth URL> X-Auth-User: <account name>:<user name> X-Auth-Key: <user-password> GET auth/v1.0 HTTP/1.1 Host: auth.example.com X-Auth-User: test:tester X-Auth-Key: testing HTTP/ OK X-Storage-Url: X-Storage-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554 X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554 Content-Length: 0 Date: Wed, 10 jul :11:51 GMT To configure authentication access using curl (for the above example), run the following command: curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass:testing' -k The X-Auth-Url has to be parsed and used in the connection and request line of all subsequent requests to the server. In the example output, users connecting to server will send most container/object requests with a host header of example.storage.com and the request line's version and account as v1/auth_a0d83bf cc fa Note: The authentication tokens are valid for a 24 hour period. Unified File and Object Storage Beta 2 Pg No. 14
15 6.2. Working with Accounts This section describes the list of operations you can perform at the account level of the URL Displaying Container Information You can list the objects of a specific container, or all containers, as needed using GET command. You can use the following optional parameters with GET request to refine the results: Parameter limit marker format Description Limits the number of results to at most n value. Returns object names greater in value than the specified marker. Specify either json or xml to return the respective serialized response. To display container information List all the containers of an account using the following command: GET <account> HTTP/1.1 X-Auth-Token: <authentication-token-key> GET /v1/auth_a0d83bf cc fa29501 HTTP/1.1 HTTP/ Ok Date: Wed, 13 Jul :32:21 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 39 songs movies documents reports To display container information using curl (for the above example), run the following command: curl -v -X GET -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' -k Displaying Account Metadata Information You can issue HEAD command to the storage service to view the number of containers and the total bytes stored in the account. Unified File and Object Storage Beta 2 Pg No. 15
16 To display containers and storage used, run the following command: HEAD <account> HTTP/1.1 X-Auth-Token: <authentication-token-key> HEAD /v1/auth_a0d83bf cc fa29501 HTTP/1.1 HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT X-Account-Container-Count: 4 X-Account-Total-Bytes-Used: To display account metadata information using curl (for the above example), run the following command: curl -v -X HEAD -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' -k 6.3. Working with Containers This section describes the list of operations you can perform at the container level of the URL Creating Container You can use PUT command to create containers. Containers are the storage folders for your data. The URL encoded name must be less than 256 bytes and cannot contain a forward slash '/' character. To create a container, run the following command: PUT <account>/<container>/ HTTP/1.1 X-Auth-Token: <authentication-token-key> PUT /v1/auth_a0d83bf cc fa29501/pictures/ HTTP/1.1 HTTP/ Created Date: Wed, 13 Jul :32:21 GMT Content-Type: text/plain; charset=utf-8 Unified File and Object Storage Beta 2 Pg No. 16
17 To create container using curl (for the above example), run the following command: curl -v -X PUT -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' pictures -k The status code of 201 (Created) indicates that you have successfully created the container. If a container with same is already existed, the status code of 202 is displayed Displaying Objects of a Container You can list the objects of a container using GET command. You can use the following optional parameters with GET request to refine the results: Parameter Description limit Limits the number of results to at most n value. marker Returns object names greater in value than the specified marker. prefix Displays the results limited to object names beginning with the substring x. beginning with the substring x. path Returns the object names nested in the pseudo path. format Specify either json or xml to return the respective serialized response. delimiter Returns all the object names nested in the container To display objects of a container List objects of a specific container using the following command: GET <account>/<container>[parm=value] HTTP/1.1 X-Auth-Token: <authentication-token-key> GET /v1/auth_a0d83bf cc fa29501/images HTTP/1.1 HTTP/ Ok Date: Wed, 13 Jul :42:21 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 139 sample file.jpg test-file.pdf You and Me.pdf Puddle of Mudd.mp3 Test Reports.doc To display objects of a container using curl (for the above example), run the following command: Unified File and Object Storage Beta 2 Pg No. 17
18 curl -v -X GET-H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images -k Displaying Container Metadata Information You can issue HEAD command to the storage service to view the number of objects in a container and the total bytes of all the objects stored in the container. To display list of objects and storage used, run the following command: HEAD <account>/<container> HTTP/1.1 X-Auth-Token: <authentication-token-key> HEAD /v1/auth_a0d83bf cc fa29501/images HTTP/1.1 HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT X-Account-Object-Count: 8 X-Container-Bytes-Used: 472 To display list of objects and storage used in a container using curl (for the above example), run the following command: curl -v -X HEAD -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images -k Deleting Container You can use DELETE command to permanently delete containers. The container must be empty before it can be deleted. You can issue HEAD command to determine if it contains any objects. To delete a container, run the following command: DELETE <account>/<container>/ HTTP/1.1 X-Auth-Token: <authentication-token-key> DELETE /v1/auth_a0d83bf cc fa29501/pictures HTTP/1.1 Unified File and Object Storage Beta 2 Pg No. 18
19 HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT Content-Length: 0 Content-Type: text/plain; charset=utf-8 To delete a container using curl (for the above example), run the following command: curl -v -X DELETE -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' pictures -k The status code of 204 (No Content) indicates that you have successfully deleted the container. If that container does not exist, the status code 404 (Not Found) is displayed, and if the container is not empty, the status code 409 (Conflict) is displayed Updating Container Metadata You can update the metadata of container using POST operation, metadata keys should be prefixed with 'x-container-meta'. To update the metadata of the object, run the following command: POST <account>/<container> HTTP/1.1 X-Auth-Token: <Authentication-token-key> X-Container-Meta-<key>: <new value> X-Container-Meta-<key>: <new value> POST /v1/auth_a0d83bf cc fa29501/images HTTP/1.1 X-Container-Meta-Zoo: Lion X-Container-Meta-Home: Dog HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT Content-Type: text/plain; charset=utf-8 To update the metadata of the object using curl (for the above example), run the following command: curl -v -X POST -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images -H ' X-Container-Meta-Zoo: Lion' -H 'X-Container-Meta-Home: Dog' - k The status code of 204 (No Content) indicates the container s metadata is updated successfully. If that object does not exist, the status code 404 (Not Found) is displayed. Unified File and Object Storage Beta 2 Pg No. 19
20 Setting ACLs on Container You can set the container access control list by using POST command on container with x- container-read and x-container-write keys. The ACL format is [item[,item...]]. Each item can be a group name to give access to or a referrer designation to grant or deny based on the HTTP Referer header. The referrer designation format is:.r:[-]value. The.r can also be.ref,.referer, or.referrer; though it will be shortened to.r for decreased character count usage. The value can be * to specify any referrer host is allowed access, a specific host name like or if it has a leading period. or leading *. it is a domain name specification, like.example.com or *.example.com. The leading minus sign (-) indicates referrer hosts that should be denied access. Referrer access is applied in the order they are specified..r:.example.com,.r:- thief.example.com would allow all hosts ending with.example.com except for the specific host thief.example.com. Examples of valid ACLs:.r:*.r:*,.r:-.thief.com.r:*,.r:.example.com,.r:-thief.example.com.r:*,.r:-.thief.com,bobs_account,sues_account:sue bobs_account,sues_account:sue Examples of invalid ACLs::.r:.r:- By default, allowing read access via.r will not allow listing objects in the container but allows retrieving objects from the container. To turn on listings, use the.rlistings directive. Also,.r designations are not allowed in headers whose names include the word write. to set all the objects access rights to public inside the container using curl (for the above example), run the following command: curl -v -X POST -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' ges -H ' X-Container-Read :.r:*' -k 6.4. Working with Objects An object represents the data and any metadata for the files stored in the system. Through the ReST interface, metadata for an object can be included by adding custom HTTP headers to the request and the data payload as the request body. Objects name should not exceed 1024 bytes after URL encoding. This section describes the list of operations you can perform at the object level of the URL. Unified File and Object Storage Beta 2 Pg No. 20
21 Creating or Updating Object You can use PUT command to write or update an object s content and metadata. You can verify the data integrity by including an MD5checksum for the object s data in the ETag header. ETag header is optional and can be used to ensure that the object s contents are stored successfully in the storage system. You can assign custom metadata to objects by including additional HTTP headers on the PUT request. The objects created with custom metadata via HTTP headers are identified with the X-Object- Meta- prefix. To create or update an object, run the following command: PUT <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <authentication-token-key> ETag: da1e100dc9e7becc810986e37875ae38 Content-Length: X-Object-Meta-PIN: 2343 PUT /v1/auth_a0d83bf cc fa29501/pictures/dog HTTP/1.1 ETag: da1e100dc9e7becc810986e37875ae38 HTTP/ Created Date: Wed, 13 Jul :32:21 GMT ETag: da1e100dc9e7becc810986e37875ae38 Content-Length: 0 Content-Type: text/plain; charset=utf-8 To create or update an object using curl (for the above example), run the following command: curl -v -X PUT -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' pictures/dog -H 'Content-Length: 0' -k The status code of 201 (Created) indicates that you have successfully created or updated the object. If there is a missing content-length or Content-Type header in the request, the status code of 412 (Length Required) is displayed. (Optionally) If the MD5 checksum of the data written to the storage system does not match the ETag value, the status code of 422 (Unprocessable Entity) is displayed Chunked Transfer Encoding You can upload data without knowing the size of the data to be uploaded. You can do this by specifying an HTTP header of Transfer-Encoding: chunked and without using a Content-Length header. You can use this feature while doing a DB dump, piping the output through gzip, and then piping the data directly into Object Storage without having to buffer the data to disk to compute the file size. Unified File and Object Storage Beta 2 Pg No. 21
22 To create or update an object, run the following command: PUT <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <authentication-token-key> Transfer-Encoding: chunked X-Object-Meta-PIN: 2343 PUT /v1/auth_a0d83bf cc fa29501/pictures/cat HTTP/1.1 Transfer-Encoding: chunked X-Object-Meta-PIN: A bunch of data broken up D into chunks Copying Object You can copy object from one container to another or add a new object and then add reference to designate the source of the data from another container. To copy object from one container to another To add a new object and designate the source of the data from another container, run the following command: COPY <account>/<container>/<sourceobject> HTTP/1.1 X-Auth-Token: < authentication-token-key> Destination: /<container>/<destinationobject> COPY /v1/auth_a0d83bf cc fa29501/images/dogs HTTP/1.1 Destination: /photos/cats HTTP/ Created Date: Wed, 13 Jul :32:21 GMT Content-Length: 0 Content-Type: text/plain; charset=utf-8 Unified File and Object Storage Beta 2 Pg No. 22
23 To copy an object using curl (for the above example), run the following command: curl -v -X COPY -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' -H 'Destination: /photos/cats' - k images/dogs The status code of 201 (Created) indicates that you have successfully copied the object. If there is a missing content-length or Content-Type header in the request, the status code of 412 (Length Required) is displayed. You can also use PUT command to copy object by using additional header 'X-Copy-From: container/obj'. To use PUT command to copy an object, run the following command: PUT /v1/auth_a0d83bf cc fa29501/photos/cats HTTP/1.1 X-Copy-From: /images/dogs HTTP/ Created Date: Wed, 13 Jul :32:21 GMT Content-Type: text/plain; charset=utf-8 To copy an object using curl (for the above example), run the following command: curl -v -X PUT -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' -H 'X-Copy-From: /images/dogs' k impages/cats The status code of 201 (Created) indicates that you have successfully copied the object Displaying Object Information You can issue GET command on an object to view the object data of the object. To display the content of an object run the following command: GET <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <Authentication-token-key> GET /v1/auth_a0d83bf cc fa29501/images/cat HTTP/1.1 HTTP/ Ok Date: Wed, 13 Jul :52:21 GMT Unified File and Object Storage Beta 2 Pg No. 23
24 Last-Modified: Thu, 14 Jul :40:18 GMT ETag: 8a964ee2a5e88be344f36c22562a6486 Content-Length: [...] To display the content of an object using curl (for the above example), run the following command: curl -v -X GET -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images/cat -k The status code of 200 (Ok) indicates the object s data is displayed successfully. If that object does not exist, the status code 404 (Not Found) is displayed Displaying Object Metadata You can issue HEAD command on an object to view the object metadata and other standard HTTP headers. You must send only authorization token as header. To display the metadata of the object, run the following command: HEAD <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <Authentication-token-key> HEAD /v1/auth_a0d83bf cc fa29501/images/cat HTTP/1.1 HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT Last-Modified: Thu, 14 Jul :40:18 GMT ETag: 8a964ee2a5e88be344f36c22562a6486 Content-Length: Content-Type: text/plain; charset=utf-8 X-Object-Meta-House: Cat X-Object-Meta-Zoo: Cat X-Object-Meta-Home: Cat X-Object-Meta-Park: Cat To display the metadata of the object using curl (for the above example), run the following command: curl -v -X HEAD -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images/cat -k The status code of 204 (No Content) indicates the object s metadata is displayed successfully. If that object does not exist, the status code 404 (Not Found) is displayed. Unified File and Object Storage Beta 2 Pg No. 24
25 Updating Object Metadata You can issue POST command on an object name only to set or overwrite arbitrary key metadata. You cannot change the object s other headers such as Content-Type, ETag and others using POST operation. The POST command will delete all the existing metadata and replace it with the new arbitrary key metadata. You must prefix X-Object-Meta- to the key names. To update the metadata of an object, run the following command: POST <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <Authentication-token-key> X-Object-Meta-<key>: <new value> X-Object-Meta-<key>: <new value> POST /v1/auth_a0d83bf cc fa29501/images/cat HTTP/1.1 X-Object-Meta-Zoo: Lion X-Object-Meta-Home: Dog HTTP/ Accepted Date: Wed, 13 Jul :52:21 GMT Content-Length: 0 Content-Type: text/plain; charset=utf-8 To update the metadata of an object using curl (for the above example), run the following command: curl -v -X POST -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' images/cat -H ' X-Object-Meta-Zoo: Lion' -H 'X-Object-Meta-Home: Dog' -k The status code of 202 (Accepted) indicates that you have successfully updated the object s metadata. If that object does not exist, the status code 404 (Not Found) is displayed Deleting Object You can use DELETE command to permanently delete the object. The DELETE command on an object will be processed immediately and any subsequent operations like GET, HEAD, POST, or DELETE on the object will display 404 (Not Found) error. To delete an object, run the following command: DELETE <account>/<container>/<object> HTTP/1.1 X-Auth-Token: <Authentication-token-key> Unified File and Object Storage Beta 2 Pg No. 25
26 DELETE /v1/auth_a0d83bf cc fa29501/pictures/cat HTTP/1.1 HTTP/ No Content Date: Wed, 13 Jul :52:21 GMT Content-Type: text/plain; charset=utf-8 To delete an object using curl (for the above example), run the following command: curl -v -X DELETE -H 'X-Auth-Token: AUTH_tkde3ad38b087b49bbbac0494f7600a554' pictures/cat -k The status code of 204 (No Content) indicates that you have successfully deleted the object. If that object does not exist, the status code 404 (Not Found) is displayed. Unified File and Object Storage Beta 2 Pg No. 26
27 7. Managing Your Gluster Filesystem The GlusterFS Administration Guide is available at: ion_guide. Unified File and Object Storage Beta 2 Pg No. 27
Gluster Filesystem 3.3 Beta 2 Hadoop Compatible Storage
Gluster Filesystem 3.3 Beta 2 Hadoop Compatible Storage Release: August 2011 Copyright Copyright 2011 Gluster, Inc. This is a preliminary document and may be changed substantially prior to final commercial
OpenStack Object Storage Developer Guide
docs.openstack.org OpenStack Object Storage (2013-02-22) Copyright 2010-2013 OpenStack, LLC All rights reserved. This document is intended for software developers interested in developing applications
October 2011. Gluster Virtual Storage Appliance - 3.2 User Guide
October 2011 Gluster Virtual Storage Appliance - 3.2 User Guide Table of Contents 1. About the Guide... 4 1.1. Disclaimer... 4 1.2. Audience for this Guide... 4 1.3. User Prerequisites... 4 1.4. Documentation
HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE
HOST EUROPE CLOUD STORAGE REST API DEVELOPER REFERENCE REST API REFERENCE REST OVERVIEW Host Europe REST Storage Service uses HTTP protocol as defned by RFC 2616. REST operations consist in sending HTTP
WP4: Cloud Hosting Chapter Object Storage Generic Enabler
WP4: Cloud Hosting Chapter Object Storage Generic Enabler Webinar John Kennedy, Thijs Metsch@ Intel Outline 1 Overview of the Cloud Hosting Work Package 2 Functionality Trust and Security Operations FI-WARE
Prepared for: How to Become Cloud Backup Provider
Prepared for: How to Become Cloud Backup Provider Contents Abstract... 3 Introduction... 3 Purpose... 3 Architecture... 4 Result... 4 Requirements... 4 OS... 5 Networking... 5 Database... 5 Permissions...
NovaBACKUP xsp Version 15.0 Upgrade Guide
NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject
Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3
Open-Xchange Authentication & Session Handling Table of Contents 1.Introduction...3 2.System overview/implementation...4 2.1.Overview... 4 2.1.1.Access to IMAP back end services...4 2.1.2.Basic Implementation
Oracle WebCenter Content Service for Microsoft Exchange
Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade
Remote Access API 2.0
VYATTA A BROCADE COMPANY Vyatta System Remote Access API 2.0 REFERENCE GUIDE Vyatta A Brocade Company 130 Holger Way San Jose, CA 95134 www.brocade.com 408 333 8400 COPYRIGHT Copyright 2005 2015 Vyatta,
Secure Messaging Server Console... 2
Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating
IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide
IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using
BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide
BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9
IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide
IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this
NovaBACKUP xsp Version 12.2 Upgrade Guide
NovaBACKUP xsp Version 12.2 Upgrade Guide NovaStor / August 2011 Rev 20110815 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications
RealPresence Platform Director
RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director
Installing Management Applications on VNX for File
EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Postgres Enterprise Manager Installation Guide
Postgres Enterprise Manager Installation Guide January 22, 2016 Postgres Enterprise Manager Installation Guide, Version 6.0.0 by EnterpriseDB Corporation Copyright 2013-2016 EnterpriseDB Corporation. All
Isilon OneFS. Version 7.2. OneFS Migration Tools Guide
Isilon OneFS Version 7.2 OneFS Migration Tools Guide Copyright 2014 EMC Corporation. All rights reserved. Published in USA. Published November, 2014 EMC believes the information in this publication is
Interworks. Interworks Cloud Platform Installation Guide
Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,
Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7
Title page Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 APPLICATION API DEVELOPER GUIDE 3HE-10590-AAAA-TQZZA Issue 1 December 2015 Legal notice Legal notice Alcatel, Lucent, Alcatel-Lucent and the
StoreGrid Backup Server With MySQL As Backend Database:
StoreGrid Backup Server With MySQL As Backend Database: Installing and Configuring MySQL on Windows Overview StoreGrid now supports MySQL as a backend database to store all the clients' backup metadata
http://docs.trendmicro.com
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,
EMC Data Protection Search
EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes
EMC NetWorker Module for Microsoft Applications Release 2.3. Application Guide P/N 300-011-105 REV A02
EMC NetWorker Module for Microsoft Applications Release 2.3 Application Guide P/N 300-011-105 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
Copyright Pivotal Software Inc, 2013-2015 1 of 10
Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10
MarkLogic Server. Installation Guide for All Platforms. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.
Installation Guide for All Platforms 1 MarkLogic 8 February, 2015 Last Revised: 8.0-4, November, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Installation
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
Setting Up Resources in VMware Identity Manager
Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
Cloud Servers Developer Guide
Cloud Servers Developer Guide API v0.9 This document is intended for software developers interested in developing applications using the Cloud Servers Application Programming Interface (API). Table of
NexentaConnect for VMware Virtual SAN
NexentaConnect for VMware Virtual SAN User Guide 1.0.2 FP3 Date: April, 2016 Subject: NexentaConnect for VMware Virtual SAN User Guide Software: NexentaConnect for VMware Virtual SAN Software Version:
Introduction to Mobile Access Gateway Installation
Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure
http://www.trendmicro.com/download
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
User and Programmer Guide for the FI- STAR Monitoring Service SE
User and Programmer Guide for the FI- STAR Monitoring Service SE FI-STAR Beta Release Copyright 2014 - Yahya Al-Hazmi, Technische Universität Berlin This document gives a short guide on how to use the
EMC NetWorker Module for Microsoft Exchange Server Release 5.1
EMC NetWorker Module for Microsoft Exchange Server Release 5.1 Installation Guide P/N 300-004-750 REV A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
McAfee SMC Installation Guide 5.7. Security Management Center
McAfee SMC Installation Guide 5.7 Security Management Center Legal Information The use of the products described in these materials is subject to the then current end-user license agreement, which can
WhatsUp Gold v16.2 Installation and Configuration Guide
WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines
IBM WebSphere Application Server Version 7.0
IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the
EMC NetWorker. Licensing Guide. Release 8.0 P/N 300-013-596 REV A01
EMC NetWorker Release 8.0 Licensing Guide P/N 300-013-596 REV A01 Copyright (2011-2012) EMC Corporation. All rights reserved. Published in the USA. Published June, 2012 EMC believes the information in
Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2
Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 1 Buffalo Technology: Migrating your data to Windows Storage Server 2012 R2 Contents Chapter 1 Data migration method:... 3 Chapter
TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual
TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
Python for Series 60 Platform
F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia
DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007
DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft Outlook Web
Rational Rational ClearQuest
Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Rational Rational ClearQuest Version 7.0 Windows Using Project Tracker GI11-6377-00 Before using this information, be
About the VM-Series Firewall
About the VM-Series Firewall Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 http://www.paloaltonetworks.com/contact/contact/
vrealize Operations Manager Customization and Administration Guide
vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.0.1 This document supports the version of each product listed and supports all subsequent versions until
Axway API Gateway. Version 7.4.1
O A U T H U S E R G U I D E Axway API Gateway Version 7.4.1 3 February 2016 Copyright 2016 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.4.1
Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c
Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor
LAE 5.1. Windows Server Installation Guide. Version 1.0
LAE 5.1 Windows Server Installation Guide Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS THEREOF MAY NOT BE REPRODUCED IN ANY FORM WITHOUT
EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01
EMC ViPR Controller Version 2.3.0.0 ViPR Controller REST API Virtual Data Center Configuration Guide 302-002-070 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in USA. Published
Managing Software and Configurations
55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page
Oracle Fusion Middleware Oracle API Gateway OAuth User Guide 11g Release 2 (11.1.2.4.0)
Oracle Fusion Middleware Oracle API Gateway OAuth User Guide 11g Release 2 (11.1.2.4.0) July 2015 Oracle API Gateway OAuth User Guide, 11g Release 2 (11.1.2.4.0) Copyright 1999, 2015, Oracle and/or its
Manual POLICY PATROL SECURE FILE TRANSFER
Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management
EMC DiskXtender File System Manager for UNIX/Linux Release 3.5
EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Administrator s Guide P/N 300-009-573 REV. A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com
Oracle Cloud E66791-05
Oracle Cloud Using Oracle Managed File Transfer Cloud Service 16.2.5 E66791-05 June 2016 Oracle Managed File Transfer (MFT) is a standards-based, endto-end managed file gateway. Security is maintained
SafeNet KMIP and Google Cloud Storage Integration Guide
SafeNet KMIP and Google Cloud Storage Integration Guide Documentation Version: 20130719 Table of Contents CHAPTER 1 GOOGLE CLOUD STORAGE................................. 2 Introduction...............................................................
Connect for Dragon Medical 360 Network Edition. Administrator Guide
Connect for Dragon Medical 360 Network Edition Administrator Guide Copyright 2013. Connect for Dragon Medical 360 Network Edition. Nuance Communications, Inc. has patents or pending patent applications
How To Backup A Database In Navision
Making Database Backups in Microsoft Business Solutions Navision MAKING DATABASE BACKUPS IN MICROSOFT BUSINESS SOLUTIONS NAVISION DISCLAIMER This material is for informational purposes only. Microsoft
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM
IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information
EMC Avamar. Backup Clients User Guide. Version 7.2 302-001-792 REV 02
EMC Avamar Version 7.2 Backup Clients User Guide 302-001-792 REV 02 Copyright 2001-2015 EMC Corporation. All rights reserved. Published in USA. Published August, 2015 EMC believes the information in this
Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html
Oracle EXAM - 1Z0-102 Oracle Weblogic Server 11g: System Administration I Buy Full Product http://www.examskey.com/1z0-102.html Examskey Oracle 1Z0-102 exam demo product is here for you to test the quality
Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy
Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Applied Technology Abstract This white paper serves as a detailed solutions guide for installing and configuring IBM WebSEAL
RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware
RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone
EdgeCast Networks Inc. Token-Based Authentication Administration Guide
EdgeCast Networks Inc. Token-Based Authentication Administration Guide Disclaimer Care was taken in the creation of this guide. However, EdgeCast Networks Inc. cannot accept any responsibility for errors
Hadoop Basics with InfoSphere BigInsights
An IBM Proof of Technology Hadoop Basics with InfoSphere BigInsights Part: 1 Exploring Hadoop Distributed File System An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government
TIBCO Spotfire Automation Services 6.5. Installation and Deployment Manual
TIBCO Spotfire Automation Services 6.5 Installation and Deployment Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED
Perceptive Intelligent Capture Solution Configration Manager
Perceptive Intelligent Capture Solution Configration Manager Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: February 2016 2015 Lexmark International Technology, S.A.
http://docs.trendmicro.com/en-us/smb/hosted-email-security.aspx
Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release
Introducing the BIG-IP and SharePoint Portal Server 2003 configuration
Deployment Guide Deploying Microsoft SharePoint Portal Server 2003 and the F5 BIG-IP System Introducing the BIG-IP and SharePoint Portal Server 2003 configuration F5 and Microsoft have collaborated on
Migrating to Azure SQL Database
Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise
Cloudera Manager Training: Hands-On Exercises
201408 Cloudera Manager Training: Hands-On Exercises General Notes... 2 In- Class Preparation: Accessing Your Cluster... 3 Self- Study Preparation: Creating Your Cluster... 4 Hands- On Exercise: Working
vsphere Upgrade vsphere 6.0 EN-001721-03
vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,
Building Storage as a Service with OpenStack. Greg Elkinbard Senior Technical Director
Building Storage as a Service with OpenStack Greg Elkinbard Senior Technical Director MIRANTIS 2012 PAGE 1 About the Presenter Greg Elkinbard Senior Technical Director at Mirantis Builds on demand IaaS
Configuring Keystone in OpenStack (Essex)
WHITE PAPER Configuring Keystone in OpenStack (Essex) Joshua Tobin April 2012 Copyright Canonical 2012 www.canonical.com Executive introduction Keystone is an identity service written in Python that provides
Forms Printer User Guide
Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting
Setup Guide Access Manager 3.2 SP3
Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE
CA Unified Infrastructure Management Server
CA Unified Infrastructure Management Server CA UIM Server Configuration Guide 8.0 Document Revision History Version Date Changes 8.0 September 2014 Rebranded for UIM 8.0. 7.6 June 2014 No revisions for
CA ARCserve Backup for Windows
CA ARCserve Backup for Windows Agent for Microsoft SharePoint Server Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for
Flight Workflow User's Guide. Release 12.0.0
Flight Workflow User's Guide Release 12.0.0 Copyright 2015 Signiant Inc. All rights reserved. Contents CHAPTER 1 Flight Introduction 4 FlightUploadReference 4 FlightDownloadReference 4 Cloud Storage Configuration
TIBCO Spotfire Server Migration. Migration Manual
TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE
Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario
Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.2 November 2015 Last modified: November 3, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing
English ETERNUS CS800 S3. Backup Exec OST Guide
English ETERNUS CS800 S3 Backup Exec OST Guide Edition April 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps
Reconfiguring VMware vsphere Update Manager
Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a
EMC Documentum Connector for Microsoft SharePoint
EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014
Hybrid Cloud Data Management API
Hybrid Cloud Data Management API Hybrid Cloud Data Access This set of services offer the interaction with the object data stored in the Hybrid Cloud storage platform. List data objects of a user and container
TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS
White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
docs.rackspace.com/api
docs.rackspace.com/api Rackspace Cloud Backup Developer API v1.0 (2015-06-30) 2015 Rackspace US, Inc. This document is intended for software developers interested in developing applications using the Rackspace
Implementing Cloud Storage with OpenStack Swift
Implementing Cloud Storage with OpenStack Swift Amar Kapadia Sreedhar Varma Kris Rajana Chapter No. 4 "Using Swift" In this package, you will find: A Biography of the authors of the book A preview chapter
NTP Software File Auditor for NAS, EMC Edition
NTP Software File Auditor for NAS, EMC Edition Installation Guide June 2012 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for NAS,
Microsoft Corporation. Project Server 2010 Installation Guide
Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups
Microsoft Dynamics GP. Workflow Installation Guide Release 10.0
Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario
Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.0 July 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing Disaster Recovery Version 7.0 July
Adaptive Log Exporter Users Guide
IBM Security QRadar Version 7.1.0 (MR1) Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page page 119. Copyright IBM Corp. 2012,
IDENTITIES, ACCESS TOKENS, AND THE ISILON ONEFS USER MAPPING SERVICE
White Paper IDENTITIES, ACCESS TOKENS, AND THE ISILON ONEFS USER MAPPING SERVICE Abstract The OneFS user mapping service combines a user s identities from different directory services into a single access
File Share Navigator Online 1
File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...
Backup Exec Cloud Storage for Nirvanix Installation Guide. Release 2.0
Backup Exec Cloud Storage for Nirvanix Installation Guide Release 2.0 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the
