Object Storage Service. User Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Size: px
Start display at page:

Download "Object Storage Service. User Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD."

Transcription

1 Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

2 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies Co., Ltd. Trademarks and Permissions and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd. All other trademarks and trade names mentioned in this document are the property of their respective holders. Notice The purchased products, services and features are stipulated by the contract made between Huawei and the customer. All or part of the products, services and features described in this document may not be within the purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information, and recommendations in this document are provided "AS IS" without warranties, guarantees or representations of any kind, either express or implied. The information in this document is subject to change without notice. Every effort has been made in the preparation of this document to ensure accuracy of the contents, but all statements, information, and recommendations in this document do not constitute a warranty of any kind, express or implied. Huawei Technologies Co., Ltd. Address: Website: Huawei Industrial Base Bantian, Longgang Shenzhen People's Republic of China i

3 Contents Contents 1 Introduction Definition Basic Concepts Object Bucket AK/SK Region Advantages Service Tariff Accessing OBS Using Domain Names Access Control ACL Bucket Policy Signature Verification Access Log Record Lifecycle Management Static Website Hosting CORS URL Validation Adding External Buckets Fragment Management Versioning Control Object URL Quick Start Registering an HWS Account Enabling the OBS Service Creating an Access Key Using OBS on the Management Console ii

4 Contents Logging In to the Management Console Managing Buckets Managing Files and Folders Typical Application Using OBS Through OBS Browser Installing OBS Browser Logging In to OBS Browser Managing Buckets Managing Files and Folders Typical Application Using OBS SDKs Obtaining More Resources iii

5 1 Introduction 1 Introduction About This Chapter This chapter describes the concepts, advantages, data security and reliability, and tariff of Huawei object storage service (OBS). 1.1 Definition 1.2 Basic Concepts 1.3 Advantages 1.4 Service Tariff 1

6 1 Introduction 1.1 Definition OBS provides customers with massive, secure, reliable, and cost-effective data storage capabilities, including bucket creation, modification, and deletion as well as object upload, download,and deletion. It applies to the storage of any type of file and is suitable for ordinary subscribers, websites, enterprises, and developers. Oriented to Internet access, OBS provides web service interfaces based on Hypertext Transfer Protocol (HTTP) and Hypertext Transfer Protocol Service (HTTPS). Users can use the OBS management console to access and manage data stored on OBS from any computer connected to the Internet anytime, anywhere. In the mean time, OBS is compatible with most Amazon S3 interfaces. Users can invoke Representational State Transfer (REST) application programming interfaces (APIs) of OBS and software development kits (SDKs) to develop software adapting to upper-layer applications or connect to the Amazon S3 storage, so that the users can focus on service applications and ignore underlying storage implementation technologies. Huawei Web Service (HWS) enables infrastructure to be deployed in multiple areas and delivers flexible expansion and enhanced reliability. Users can deploy OBS in specific areas based on site requirements to obtain rapid access speed at an affordable price. OBS provides an ultra-large storage capacity. It also provides a browser-based visualized and unified management console (browser/server architecture), host-based clients (client/server architecture), SDKs (Java, Python, PHP,.Net, Android, and C++), and REST APIs that are compatible with Amazon S3 interfaces to help users easily manage their own data stored on OBS and develop a wide array of upper-layer applications. OBS has the following functions: Creates and deletes buckets in specific regions (service areas). Manages objects, including uploading (such as multipart upload),downloading, copying,and deleting objects. Manages bucket permissions, including bucket policies, access control lists (ACLs), and cross-origin resource sharing (CORS). Manages bucket versioning, allowing multiple versions of objects to exist in a bucket. Supports website attribute setting of buckets, achieving static website hosting. Sets lifecycle management policies for buckets to automatically delete expired objects. Sets web page redirection to redirect bucket requests to specified hosts. Provides the URL validation function to prevent object links on OBS from being stolen by other websites. Provides a variety of management and development platforms, such as a management console, clients, SDKs (Java, Python, PHP,.Net, Android, C++, and Ruby), and REST APIs. OBS provides storage resources for: Massive storage resource pool Enterprise cloud disk Static website hosting Cloud backup 2

7 1 Introduction Video surveillance and archive Big Data storage 1.2 Basic Concepts Object This section describes concepts related to OBS, including the object, bucket, access key ID (AK)/secret key ID (SK), and region Bucket An object is a basic data unit on OBS. It consists of object data and object metadata that describes object attributes. The data uploaded to OBS is stored in buckets as objects. An object consists of the key, metadata, and data. Key: specifies the object name. An object key is a character string containing 1 to 1024 characters in the UTF-8 format. The object key for each object in a bucket must be unique. Metadata: specifies the object description. Metadata contains system metadata and user metadata. All the metadata is uploaded to OBS as key-value pairs. System metadata is automatically generated by OBS and is used for processing object data. It includes Date, Content-length, Last-modify, and Content-MD5. User metadata is specified when users upload objects. Users adopt the metadata to describe their objects. Data: Specifies the object data. Generally, objects are managed as files. However, OBS is an object-based storage service and it does not involve the file and folder concepts. For easy data management, OBS provides a method to simulate folders. After adding a slash (/) in an object name, for example, test/ 123.jpg, you can simulate test as a folder and 123.jpg as the name of a file under the test folder. However, the key remains test/123.jpg. On the OBS management console, you can directly use folders. A bucket is a container used to store objects on OBS. OBS provides flat storage methods based on buckets and objects. All objects in a bucket are on the same logical layer, eliminating multi-layer directory structures in file systems. On OBS, the bucket name must be unique and cannot be changed. When a bucket is created, its ACL is generated by default. The items in the ACL include permissions of authorized users such as the read (READ), write (WRITE), and full control (FULL_CONTROL) permissions. Only authorized users can perform operations related to buckets, including creating, deleting, and viewing a bucket as well as setting the ACL of a bucket. A user can create a maximum of 100 buckets. However, the number and total size of objects in a bucket are not restricted. Users do not need to consider data expandability. As OBS is based on REST HTTP and HTTPS, you can use uniform resource locators (URLs) to locate resources. For example, if object test/123.jpg is stored in bucket testbucket and the bucket is located in the OBS Northern China zone (the domain name is obs.cn- 3

8 1 Introduction north-1.myhwclouds.com), you can use URL to locate the object. Figure 1-1 illustrates the relationship between objects and buckets. Figure 1-1 Relationship between objects and buckets AK/SK Region AKs and SKs are key pairs used to access OBS. When OBS APIs are used to access stored data, AKs and SKs are used to generate authentication information for security authentication. After subscribing to the OBS service, you can log in to the OBS management console and create AKs and SKs based on site requirements. The system identifies users who access the system by AK, and SKs are used for key authentication. One AK maps to only one user but one user can have multiple AKs. One SK maps to one AK, forming a key pair for accessing OBS and thereby ensuring access security. When creating a bucket, you can specify a region (an Amazon region) for the bucket based on your requirements for the price, response latency, and request source. The specified region cannot be changed after the bucket is created. HWS has created data centers in North China, East China, and South China. The OBS service is available in North China (obs.cn-north-1.myhwclouds.com). After a bucket is created, all objects uploaded to the bucket will be stored in the data center. 1.3 Advantages Compared with storage systems constructed by enterprises and household storage systems, OBS delivers: 4

9 1 Introduction Higher availability OBS uses the node redundancy design that ensures robust reliability of object data and service node networks. The availability ratio is up to 99.99%. Enhanced data reliability OBS stores object data in multiple copies and uses automatic repair technology that ensures the consistency of the copies to improve the reliability of object data. The data durability is up to %. That is, in every 100 billion user files on OBS, data of at most one file may be lost in a month. Robust data security User data can be encrypted using Secure Sockets Layer (SSL) before being transferred to OBS. OBS employs AKs and SKs to authenticate users and uses a wide array of methods, such as ACLs and bucket policies to control user access to ensure the security of data transfer and access. Object data uploaded to OBS is stored in segments and then randomly distributed onto different disks. For this reason, if data on some disks is stolen, the data cannot be restored to the object data. Flexible expansion 1.4 Service Tariff All service nodes and universal distributed storage nodes (UDSNs) work in cluster mode. All function nodes and clusters can be independently and smoothly expanded. Storage space can be scaled up and out based on service requirements, boosting service flexibility. Lower maintenance cost As data is stored on OBS, enterprises do not need professional maintenance personnel, reducing maintenance cost. OBS is charged based on service duration in the unit of hour. The settlement is implemented on the hour, and no minimum consumption amount is configured. The settlement involves three charging items: Charging by storage space Users are charged based on the capacity of data that is stored in it. Multistep pricing is used. The cost per GB decreases as the storage capacity increases. Charging factors: storage capacity and duration Formula: Fee = Cost of 1 GB per hour x Storage capacity x Hours Charging by traffic Users are charged based on the traffic used by user operations in the OBS. For a public network, users are charged based on traffic flowing out of the OBS. For an Intranet (within HWS), users are not charged for either traffic flowing in or out of the OBS. Charging factor: traffic Formula: Fee = Cost per GB bandwidth x Outbound bandwidth per month Charging by the number of requests Service requests of OBS are divided into upload, query, download, modification, and deletion requests. Users are charged for all requests except deletion requests. Charging factor: number of requests Formula: Fee = Cost per request x Number of requests per month 5

10 1 Introduction For details on service tariff, go to HWS website. 6

11 2 Accessing OBS Using Domain Names 2 Accessing OBS Using Domain Names OBS can be accessed using domain names. Different data centers are assigned different domain names. When using OBS through APIs or SDKs, you can use domain names to locate resources on OBS. When creating a bucket, you can specify a region (a cloud service zone) for the bucket. HWS has created data centers in North China, East China, and South China. The OBS service is available in North China and will be available in the other data centers. You can specify a region for your bucket based on your requirements for the price, response latency, and request source. The domain names for accessing OBS are as follows: obs.myhwclouds.com The global domain name for accessing OBS. When this domain name is used, OBS locates the data center based on requests. obs.cn-north-1.myhwclouds.com The domain name for accessing data centers in North China. obs-website.cn-north-1.myhwclouds.com The domain name for OBS static website hosting in North China. If a user creates a bucket named newbucket in North China, the domain name for accessing the bucket is newbucket.obs.cn-north-1.myhwclouds.com. Ensure that the domain name used for accessing OBS from the intranet is the same as that used for accessing OBS from the Internet. 7

12 3 Access Control 3 Access Control About This Chapter Access requests to OBS can be controlled using ACLs, bucket policies, and signature verification. 3.1 ACL OBS provides account-based ACLs to assign accounts specified access permissions. 3.2 Bucket Policy A bucket owner can compile a bucket policy to restrict the access permission for the bucket. 3.3 Signature Verification OBS employs AKs and SKs in user accounts for signature verification to ensure that only authorized accounts can access specified OBS resources. 8

13 3 Access Control 3.1 ACL OBS provides account-based ACLs to assign accounts specified access permissions. OBS enables bucket and object access permissions to be assigned to four types of authorized users using the ACL, as shown in Table 3-1. Table 3-1 Authorized users supported by OBS Authorized User Bucket owner Registered user group Anonymous user Log delivery user group Specific user Description The owner of a bucket. It can disable or enable read and write permissions but cannot modify other permissions. A user registered with OBS. The user employs the AK or SK to access OBS. A user not registered with OBS. Access permission for a bucket and objects can be assigned to anonymous users. If the permission is assigned, all users can access the bucket and objects. A user used to deliver bucket access logs. The user is configured for bucket log management. A user assigned the permission to access a bucket by the bucket owner. OBS supports five types of bucket and object access permissions, as shown in Table 3-2. Table 3-2 Access permissions supported by OBS Permission Read permission (READ) Write permission (WRITE) Viewing the ACL permission (READ_ACP) Modifying the ACL permission (WRITE_ACP) Description The permission to read a bucket and objects in the bucket. The permission to write a bucket. A user with the write permission for a bucket can upload, overwrite, and delete any object in the bucket. The permission to view the ACL of a bucket. A bucket owner has this permission. The permission to write the ACL of a bucket, that is, the permission to modify the ACL of a bucket. A bucket owner has this permission. As a user assigned such a permission can modify access control policies, the user owns the full control permission. 9

14 3 Access Control Permission Full control (FULL_CONTROL) Description The permission to control a bucket and objects in the bucket. A user assigned such a permission possesses all the permissions mentioned above. 3.2 Bucket Policy If no ACL permission is assigned for a new bucket, OBS automatically disables the access to the bucket and objects by other users except the bucket owner. For details on OBS ACLs, see the Object Storage Service API Reference. A bucket owner can compile a bucket policy to restrict the access permission for the bucket. A bucket policy defines the access permission for a bucket assigned by the bucket owner. After a bucket policy is created, access requests to the bucket are controlled by the bucket policy. The bucket policy controls access requests by accepting or rejecting the requests. Bucket policies are compiled in the JSON format. Grant OBS account permission: { { "Id": "Policy ", "Statement": [ { "Sid": "Stmt ", "Action": [ "s3:getbucketlogging" ], "Effect": "Allow", "Resource": "arn:aws:s3:::logging.bucket3", "Principal": { "AWS": [ "arn:aws:iam::783fc6652cf246c096ea836694f71855:root" ] } } ] } Grant OBS user permission: { "Id": "Policy ", "Statement": [ { "Sid": "Stmt ", "Action": [ "s3:putbucketlogging" ], "Effect": "Allow", "Resource": "arn:aws:s3:::logging.bucket3", "Principal": { "AWS": [ "arn:aws:iam::219d520ceac84c5a98b237431a2cf4c2:user/ 71f e ea2c26d1999" ] } } ] } 10

15 3 Access Control Table 3-3 describes parameters in bucket policies. Table 3-3 Parameters in bucket policies Parameter Version Id Statement Effect Sid Principal Action Resource Description Specifies the version that is consistent with Amazon S3. This parameter is optional. Only is supported. Specifies the ID of the bucket policy. This parameter is optional. Specifies the description of the bucket policy. This parameter is mandatory. The statement defines complete permission control. Each bucket policy can have multiple statements, and each statement contains the following parameters: Sid Principal NotPrincipal Action NotAction Effect Resource NotResource Condition Specifies the effect of the bucket policy. That is, the statement is to accept or reject requests. This parameter is mandatory. Possible values are Allow and Deny. Specifies the statement ID. This parameter is optional. Specifies the authorized user, that is, the user on who the bucket policy statement takes effect. This parameter is optional. Either Principal or NotPrincipal can be selected to specify the user on who the bucket policy statement takes effect or does not take effect. Specifies the operation, that is, the OBS operation on which the bucket policy statement takes effect. This parameter is optional. Either Action or NotAction can be selected to specify whether the bucket policy statement takes effect on the OBS operation. Specifies the resource, that is, the object on which the bucket policy statement takes effect. This parameter is optional. Either Resource or NotResource can be selected to specify whether the bucket policy statement takes effect on the OBS resource. After a bucket policy is created, OBS determines whether to accept or reject requests to the bucket based on the bucket policy. When no bucket policy statement matches with an access request, OBS rejects the request by default. 11

16 3 Access Control Typical Application The priority of the Effect value in a new bucket policy is higher than that of Deny, the default value of OBS. The priority of Deny is higher than that of Allow. For details on OBS bucket policies, see the Object Storage Service API Reference. Assign specific users the permission to obtain objects in specific buckets. In the following example, tenant-user (whose UserID is ac49fefeb fbaf43249eb73ed) of the account (whose DomainID is 783fc6652cf246c096ea836694f71855) is assigned the permission to obtain all objects in bucket mybucket. { "Version":" ", "Id":"aaaa-bbbb-cccc-dddd", "Statement" : [ { "Effect":"Allow", "Sid":"1", "Principal" : { "AWS":["arn:aws:iam::783fc6652cf246c096ea836694f71855:user/ ac49fefeb fbaf43249eb73ed"] }, "Action":["s3:GetObject"], "Resource":"arn:aws:s3:::mybucket/*" } ] } Limit specific addresses' permission to access specific buckets. In the following example, the permission of address to access all objects in bucket mybucket is limited. { "Version":" ", "Statement":[ { "Sid":"1", "Effect":"Deny", "Principal":{"CanonicalUser":["*"]}, "Action":["s3:*"], "Resource":["arn:aws:s3:::mybucket/*"], "Condition": {"StringEquals":{"aws:Referer":[" } } ] } List objects in a bucket with conditions. In the following example, only account 219d520ceac84c5a98b237431a2cf4c2 is allowed to list objects prefixed with Obj in bucket mybucket. { "Version":" ", "Id":"aaaa-bbbb-cccc-dddd", "Statement" : [ { "Effect":"Allow", "Sid":"1", "Principal" : {"AWS":["arn:aws:iam::219d520ceac84c5a98b237431a2cf4c2:root"]}, "Action":["s3:ListBucket"], "Resource":"arn:aws:s3:::mybucket", Condition":{"StringEquals":{"s3:prefix":"Obj"}} } 12

17 3 Access Control ] } Limit the start time of accessing objects in a bucket. In the following example, the start time of accessing all objects in bucket mybucket by all users is limited. { "Version":" ", "Statement":[ { "Sid":"1", "Effect":"Allow", "Principal":{"CanonicalUser":["*"]}, "Action":["s3:*"], "Resource":["arn:aws:s3:::mybucket/*"], "Condition":{"DateGreaterThan" : { "aws:currenttime" : " T12:00:00Z"} "DateLessThan": {"aws:currenttime" : " T15:00:00Z"} } } ] } 3.3 Signature Verification OBS employs AKs and SKs in user accounts for signature verification to ensure that only authorized accounts can access specified OBS resources. When accessing OBS, accounts must provide a pair of access keys, that is an AK and an SK. AKs and SKs support the identity and access management authentication mechanism. They are required when OBS is accessed using clients, APIs, or SDKs. The following describes AKs and SKs: AK: identifies the access key on OBS. One AK maps to only one user but one user can have multiple AKs. OBS recognizes the users who access the system by their AKs. SK: specifies the secure access key on OBS. It is used to access OBS. Users generate authentication information based on AKs and request header fields. SKs and AKs are in one-to-one match. For details on how to obtain AKs and SKs, see 13.3 Creating an Access Key. A request to be sent to OBS must contain the SK, request time, request type, and other information for authentication. Before authentication, OBS encodes the bucket name and object names using URLENCODE and generates required information for authentication. Accounts can access specified OBS resources only after they pass the signature authentication. OBS supports Amazon V2 and V4 for authentication. In addition to using the HMAC- SHA256 algorithm, Amazon V4 introduces user data into signature computing. The header fields introduced in signature computing can be specified by users, notably improving the security of request authentication. 13

18 4 Access Log Record 4 Access Log Record OBS can record bucket access requests in logs for request analysis and log audit. Logs occupy some OBS storage space rented by users, causing extra fees. For this reason, OBS does not collect bucket access logs by default. For analysis and audit purpose, you can enable log management. Access logs enable a bucket owner to analyze the property, type, or trend of requests to the bucket in depth. After log management is enabled for a bucket, OBS automatically logs access requests to the bucket and generates and writes log files into the specified bucket (that is, the destination bucket). Log files are stored to the destination bucket after being named as follows: <TargerPrefix>YYYY-mm-DD-HH-MM-SS-<UniqueString> <TargerPrefix> indicates the specified destination prefix, that is, the first field in the log file name. YYYY-mm-DD-HH-MM-SS indicates the date and time when the log is generated. <UniqueString> indicates a unique character string generated by OBS. On the management console, if configured <TargetPrifix> ends with a slash (/), logs generated in the bucket are stored in the <TargetPrifix> folder in the destination bucket to facilitate management. For example: If the destination bucket is bucket and destination prefix is bucket-log/, all logs are stored in the bucket-log/ folder in bucket. If the destination bucket is bucket and destination prefix is bucket-log, all logs are directly stored in bucket. The log file is named as follows: bucketlog n7mxlaf1bdg7mpdv. The following shows the access log of the destination bucket: 787f2f92b a4fe2ab75eb09b8 bucket [13/Aug/2015:01:43: ] f2f92b a4fe2ab75eb09b BACAD9376ECE141B842B94535B REST.GET.BUCKET.LOCATION - "GET /bucket?location HTTP/1.1" "-" "HttpClient" - The access log of each bucket contains the following information: Table 4-1 Bucket logging format Name Example Description BucketOwner 787f2f92b a4fe2ab75eb09b8 ID of the bucket owner 14

19 4 Access Log Record Name Example Description Bucket bucket Bucket name Time [13/Aug/2015:01:43: ] Request timestamp Remote IP Request IP address Requester 787f2f92b a4fe2ab75eb09b8 Requester ID RequestID BACAD9376ECE141B842B94 535B Request ID Operation REST.GET.BUCKET Operation Request-URI GET /bucket?location HTTP/1.1 Request URI HTTPStatus 200 Return code BytesSent 211 Size of the HTTP response, expressed in bytes TotalTime 6 Processing time on the server Turn- AroundTime 6 Total request processing time For details on access logs, see section PUT Bucket logging in the Object Storage Service API Reference. 15

20 5 Lifecycle Management 5 Lifecycle Management OBS can periodically delete objects in a bucket based on preset rules. That is, OBS supports the lifecycle management of objects. Lifecycle management means periodically deleting objects in a bucket by configuring rules. Lifecycle management applies to the following scenarios: Periodically uploaded files: Some files uploaded periodically need only to be retained for one week or one month. Documents that are seldom accessed after a certain period of time. You can archive these documents before deleting them. You can define lifecycle management rules for identifying objects and manage lifecycles of the objects based on the rules. After unnecessary files are deleted, less OBS storage space is required, thereby reducing the rent fee. Lifecycle management rules have two key elements: Configuration policy: You can specify the prefix of object names so that objects whose names have this prefix are restricted by the rules. You can configure a lifecycle rule for a bucket so that all objects in the bucket can be restricted by the lifecycle rule. Expiration time: You can specify the number of days after which objects are automatically deleted or the day after which objects that match with a rule are deleted. For example, you stored the following files on OBS on January 7, 2015: log/test1.log log/test2.log doc/example.doc doc/good.txt You stored the following files on OBS on January 10, 2015: log/clientlog.log log/serverlog.log doc/work.doc doc/travel.txt 1. If the expiration time of objects prefixed with log/ is set to January 11, 2015 (or one day later) on January 10, 2015, OBS will delete objects log/clientlog.log and log/ serverlog.log on January 11,

21 5 Lifecycle Management 2. If the expiration time of objects prefixed with log/ is set to January 8, 2015 on January 10, 2015, OBS will delete objects log/test1.log and log/test2.log that were last modified before January 8, 2015 on January 10, 2015 but will not delete objects log/clientlog.log and log/serverlog.log that were stored on OBS the same day. NOTE The deletion of an object may be delayed after the object expires. Generally, the delay does not exceed 48 hours. If you specify log/ as the prefix, OBS automatically deletes objects log/clientlog.log and log/ serverlog.log when the expiration time arrives. For details on lifecycle management, see section PUT Bucket lifecycle in the Object Storage Service API Reference. 17

22 6 Static Website Hosting 6 Static Website Hosting OBS enables you to configure the static website hosting mode for your bucket on OBS. You can upload the content files of the static website to your bucket on OBS and configure a read permission to anonymous users for these files, then configure the static website hosting mode for your bucket to host your static website on OBS. Static websites contain static web pages and some scripts that can run on clients, such as JavaScript and Flash. Different from static websites, dynamic websites depend on processing scripts on servers, including PHP, PHP, and ASP.NET. OBS does not support scripts running on servers. After the static website hosting settings take effect on OBS, you can use the following domain names to access the static website: For example, after configuring the static website hosting mode for bucket mysite in the OBS Northern China zone (the static website hosting domain name is obs-website.cnnorth-1.myhwclouds.com), you can use or to access your static website. When configuring static website hosting, you can specify the index page and error page returned during website access: Index page: specifies the default home page of the static website. When the management console is used to configure static website hosting, only html web pages are supported. When APIs or SDKs are used, the Content-Type of objects must be specified. OBS does not allow the default home page to be set by specifying the directory level (for example, /page/index.html). After changing the default home page, you must wait for about 5 minutes before using the access point to access the new default home page. Error page: specifies the error page returned when an error occurs during static website access. When the management console is used to configure static website hosting, only html web pages are supported. When APIs or SDKs are used, the Content-Type of objects must be specified. When using the static website hosting function, you can configure request redirection to redirect specified or all requests. Typical application scenarios include: Redirects all requests to another site. 18

23 6 Static Website Hosting Redirects specified requests based on redirection rules. NOTE After changing the destination address for redirection, you must manually clear the browser cache so that requests will be redirected to the new destination address. For example, if the original destination address for redirection is the system automatically jumps to the page after you access the static website hosting address (or replicate the address to another browser). After changing the destination address for redirection to you must clear the browser cache. By doing so, when you access the static website hosting address, the system automatically jumps to the page. Otherwise, the system jumps to the page. For details on static website hosting, see section PUT Bucket website in the Object Storage Service API Reference. 19

24 7 CORS 7 CORS OBS supports CORS rules and allows resources on OBS to be accessed across origins. CORS is a browser standard mechanism provided by the World Wide Web Consortium (W3C). It defines the interaction methods between client-side web applications in one origin and resources in another origin. In web page requests, website scripts and contents in one origin cannot interact with those in another origin because of Same Origin Policies (SOPs). OBS supports static website hosting. Static websites stored on OBS can respond to website requests from another origin only when CORS is configured for the bucket. OBS CORS is used in the following scenarios: Enables JavaScript and HTML 5 to be used to establish web applications that can directly access resources on OBS. No proxy servers are required for transfer. Enables the dragging function of HTML 5 to be used to upload files to OBS (with the upload progress displayed) or update OBS contents using web applications. Hosts external web pages, style sheets, and HTML 5 applications in different origins. Web fonts or pictures on OBS can be shared by multiple websites. Table 7-1 describes parameters in CORS rules. Table 7-1 Parameters in CORS rules Parameter Allowed Origin Allowed Method Description Specifies the origin of cross-origin requests. That is, requests from the origin can access the bucket. This parameter is mandatory. Multiple matching rules are allowed. One rule occupies one line, and allows one wildcard character *. Example: Specifies the method of cross-origin requests, that is, the operation type of buckets and objects. This parameter is mandatory. 20

25 7 CORS Parameter Allowed Header Expose Header Max Age Seconds Description Specifies the allowed header of cross-origin requests. This parameter is optional. Only CORS requests matching the allowed header are valid. Multiple matching rules are allowed. One rule occupies one line, and allows one wildcard character *. Specifies the supplemented header in CORS responses, providing additional information for clients. This parameter is optional. Multiple matching rules are allowed. One rule occupies one line, and does not allow wildcard character *. Specifies the duration that a client can buffer CORS responses, expressed in seconds. This parameter is mandatory. For details on CORS, see section PUT Bucket CORS in the Object Storage Service API Reference. 21

26 8 URL Validation 8 URL Validation On a pay-per-use basis, OBS supports URL validation based on Referer in HTTP headers to prevent a user's data in OBS from being stolen by other users. OBS supports both whitelists and blacklists. To reduce costs, some websites steal links to other websites to enrich contents. Stealing links not only damages interests of the original websites but also increases workloads on the server. To resolve this problem, URL validation comes into being. In HTTP, a website can detect the web page that accesses a target web page using the Referer field. As the Referer field can trace sources, specific techniques can be used to block or return to specific web pages if the pages are not from the website. URL validation checks whether the Referer field in requests matches the whitelist or blacklist by setting Refer. If the field matches the whitelist, the requests are allowed. Otherwise, the requests are blocked or specific pages are displayed. OBS employs the whitelist Refer and blacklist Refer for URL validation. The following describes the principles for setting Refer: 1. Refer format: Refers are separated from each other using newline characters. 2. When the whitelist Refer is empty but the blacklist Refer is not, all websites except specified ones in the blacklist are allowed to access data in the target bucket. 3. When the whitelist Refer is not empty and the blacklist Refer is empty or not empty, only specified websites in the whitelist are allowed to access data in the target bucket. NOTE When the whitelist Refer is the same as the blacklist Refer, the blacklist takes effect. For example, if the Referer fields of the whitelist Refer and blacklist Refer are set to the access request from is blocked. 4. When the whitelist Refer and blacklist Refer are empty, all websites can access data in the target bucket by default. 5. URL validation is implemented only when users use URL signatures or anonymously access buckets and objects in the buckets. It will not be implemented for requests whose headers have the Authorition field. 6. Before determining whether a user has the five types of permission (full control, read, write, ACL view, and ACL modification) for a bucket or objects in the bucket, check whether the user complies with the URL validation principles of Referer. For example: 22

27 8 URL Validation If Whitelist Refer of bucket test-111 is set to and Blacklist Refer is empty, only requests whose referer is can access data in the bucket. If Blacklist Refer of bucket test-111 is set to and Whitelist Refer is empty, all requests except the requests whose referer is can access data in the bucket. 23

28 9 Adding External Buckets 9 Adding External Buckets OBS enables you to use the external bucket adding function to add buckets of other users if you have access permission for the buckets. By doing so, you can access the external buckets locally using your account. After successfully adding an external bucket, you can see the external bucket in the bucket list using your own account and have the ACL access permission for the bucket. For example: If you are assigned the write permission for bucket test, you can leverage the external bucket adding function to add bucket test to a local computer using your account. You can see bucket test in the bucket list on the left and have the write permission for the bucket. That is, you can upload objects to, overwrite objects in, and delete objects from the bucket. 24

29 10 Fragment Management 10 Fragment Management The fragment management function enables you to clear junk data that was generated due to object upload failures 90 days ago. Fragments are incomplete data in buckets generated due to data upload failures. OBS uploads data by blocks. In the following situations (but not limited to the following situations), junk data is generated due to data upload failures. The junk data needs to be cleared to free up space. The network is in poor condition, and the connection to the OBS server is interrupted frequently. The upload task is manually interrupted. The device is faulty. The device is powered off suddenly. 25

30 11 Versioning Control 11 Versioning Control OBS can store multiple versions of an object. You can quickly search for and restore the versions as well as restore data in the event of misoperations or application faults. Versioning control is an effective means to restore overwritten or incorrectly deleted objects. By default, the versioning function is disabled for new buckets on OBS. New objects will overwrite the existing objects with the same names as the new ones in a bucket. After versioning control is enabled: When an object is uploaded, OBS automatically allocates a unique version ID for the object. Objects with the same name are stored on OBS with different version IDs. Objects can be downloaded by version ID. By default, the latest object is downloaded if the version ID is not specified. Objects can be permanently deleted by specifying version IDs. If an object is deleted with no version ID specified, the object is only attached with a deletion mark and a unique version ID but is not physically deleted. If an access request is sent to the object, a message will return indicating that the object does not exist. The latest objects in a bucket are returned by default after a GET Object request. You can also send a request to obtain a bucket's objects with all version IDs. All object versions except deletion marks stored on OBS are charged. If versions of objects in a bucket do not need to be controlled, you can suspend versioning control: Old version data remains on OBS. You need to manually delete unnecessary old version data. Objects can be downloaded by version ID. By default, the latest object is downloaded if the version ID is not specified. All old object versions except deletion marks stored on OBS are charged. Current OBS Browser does not support versioning control. To use this function, use the OBS management console, APIs, or SDKs to manage data on OBS. For details on versioning, see section PUT Bucket versioning in the Object Storage Service API Reference. 26

31 12 Object URL 12 Object URL The object uniform resource locator (URL) (object sharing) function allows anonymous users to access object data using object URLs. OBS provides the object URL function. When anonymous users are assigned the permission to read specific objects, the anonymous users can quickly access the objects using the object URLs. The object URL is in the format of name/bucket name/directory level/object name, for example, If the object is in the root directory of the bucket, the URL does not contain directory level. NOTE If Versioning Control is enabled for the bucket and Show Version is enabled for the object list, the object URL contains a version and is in the format of name/bucket name/directory level/object name?versionid=version, for example, testobject.txt? versionid= d1374c713176d5692e9292f6872c446b47e04cf4001b a. The browser-based object access method varies depending on the object type. You can directly open TXT and HTML files using a browser. However, when you open EXE and DAT files using a browser, the files are automatically downloaded to your local computer. 27

32 13 Quick Start 13 Quick Start About This Chapter This chapter describes basic OBS operations Registering an HWS Account You must register an HWS account before using OBS Enabling the OBS Service You must recharge the account before using the OBS service Creating an Access Key This section describes how to create an access key, an access key ID (AK) or a secret access key (SK). Access keys enable you to use OBS through clients, APIs, and SDKs Using OBS on the Management Console The OBS management console enables you to perform most basic operations Using OBS Through OBS Browser OBS Browser enables you to perform most basic operations. 28

33 13 Quick Start 13.1 Registering an HWS Account Procedure You must register an HWS account before using OBS. Step 1 Step 2 Step 3 Open a browser. Type in the address box and press Enter. In the upper right corner of the page, click Register. The registration page is displayed. Step 4 Step 5 Enter the registration information. Choose I have read and agree to the Huawei HWS User Agreement. and click Next. Enter User name and address according to the information displayed, and click Next. When the following page is displayed, the registration is complete. 29

34 13 Quick Start ----End 13.2 Enabling the OBS Service You must recharge the account before using the OBS service. Procedure Step 1 Step 2 Log in to the management console. Click Recharge. The recharging window is displayed. Step 3 Recharge the account as prompted. 30

35 13 Quick Start Step 4 Step 5 After the recharging, close the window. On the home page, click Object Storage Service to enable the OBS service and log in to the OBS management console. ----End 13.3 Creating an Access Key Procedure This section describes how to create an access key, an access key ID (AK) or a secret access key (SK). Access keys enable you to use OBS through clients, APIs, and SDKs. Step 1 Step 2 Log in to the management console. In the upper right corner of the page, click the user name and choose Authentication Center. Step 3 On the Authentication Center page, click Add Access Key below the Access Credentials area. Each user can create two valid access keys at most. 31

36 13 Quick Start Step 4 In the dialog box that is displayed, enter the login password and SMS verification code and click OK. NOTE You can click Verify by to obtain the verification code from the registered mailbox. Step 5 In the Confirm dialog box that is displayed, click OK to download the access key. NOTE ----End Follow-up Procedure To prevent access key leakage, properly save the access key. If you click Cancel in the Confirm dialog box, the access key will not be downloaded and cannot be downloaded later. You must delete the access key and create one later. If an access key is abnormally used (for example, an access key is lost or leaked) or will be no longer used, click Delete to delete the access key or contact the administrator to reset the key. When deleting an access key, you must enter the login password and verification code. A deleted access key cannot be restored. 32

37 13 Quick Start 13.4 Using OBS on the Management Console The OBS management console enables you to perform most basic operations Logging In to the Management Console Procedure This section describes how to log in to the management console using a web browser. Step 1 Step 2 Step 3 Step 4 Open a browser. Type in the address box and press Enter. In the upper right corner of the page, click Seller Marketplace. The management console login page is displayed. Enter your account and password to log in to the management console. To log in as an enterprise user, go to Step 4.1. To log in as an individual user, go to Step Click Multitenant Login in the upper right corner and enter Enterprise Account, User name, address, Mobile number, Password, and Verify code. Then click Log In. To obtain the account and password, contact the enterprise administrator. 33

38 13 Quick Start 2. Click User Login in the upper right corner and enter User name, address, Mobile number, Password, and Verify code. Then click Log In. If you have not registered with HWS, click Register and register an HWS account as prompted. 34

39 13 Quick Start ----End Managing Buckets Procedure This section describes how to manage buckets. Step 1 Step 2 Log in to the management console. Select the bucket you want to manage and click Attribute. Step 3 Click Basic Information to view the creation time, owner, capacity, and object quantity of the bucket. 35

40 13 Quick Start Step 4 Click Permission Settings to manage the read and write permissions for and policies of the bucket. Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 Click Static Website Hosting to manage static website hosting. Click CORS Settings to manage cross-origin resource sharing (CORS). Click Log Management Settings to manage bucket logs. Click Periodic Cycling Rule Management to manage lifecycle rules of objects. Click URL Validation Settings to manage object access permissions. Click Versioning Control to manage object versioning. Click Fragment Management to manage fragments in buckets. NOTE ----End For details on how to use the management console to manage buckets, see the Object Storage Service Management Console Operation Guide Managing Files and Folders Procedure This section describes how to use the management console to manage files and folders. Step 1 Step 2 Step 3 Log in to the management console. Click the bucket where the files and folders to be managed reside. The Object Management page is displayed. Click Create Folder to create a folder. 36

41 13 Quick Start Step 4 Step 5 Step 6 Click Delete to delete a file or folder. Click Download to download a file. Click the icon in the red box, select a file, and click Upload to upload the file. ----End Typical Application This section describes how an enterprise uses OBS through the management console. Prerequisites The enterprise has enabled the OBS service. Context The enterprise needs to store a large number of files but does not want to purchase storage devices. Therefore, the enterprise enables the OBS service for storing the files. The enterprise wants to control the read and write permissions for stored files and delete all the files after one-year storage. Procedure Step 1 Step 2 Log in to the management console as an enterprise user. Create a bucket. 1. Click Create Bucket in the upper left corner. 2. Click Region. 37

42 13 Quick Start 3. Enter Bucket Name. Bucket Name must be unique. 4. Click Create Bucket. Step 3 Step 4 Step 5 Step 6 Step 7 Click Attribute. Configure the read and write permissions for the bucket. 1. Click Permission Settings. 2. Click Add Permission. 3. Add the read and write permissions for the bucket and click Save. Set a lifecycle rule. 1. Click Periodic Cycling Rule Management. 2. Click Add Rule. 3. In Periodic Cycling Rule, configure a lifecycle management rule. Create a folder. 1. Click Bucket Name. The Object Management page is displayed. 2. Click Create Folder and enter a name for the folder. Upload a file. 1. Click the folder. 2. Click the button on the left side of Upload to select the file you want to upload. 3. Click Upload. ----End Follow-up Procedure To view the content of a file stored on OBS, log in to the management console and download the file to a local computer Using OBS Through OBS Browser OBS Browser enables you to perform most basic operations Installing OBS Browser This section describes how to install OBS Browser. Procedure Step 1 Download OBS Browser. 1. In the browser, enter to go to the enterprise cloud service homepage. 38

43 13 Quick Start 2. Click the area in the red box. The OBS details page is displayed. 3. At the bottom of the page, click OBS Browser in the red box. The OBS Browser download page is displayed. 4. Download OBS Browser as instructed. Step 2 Install OBS Browser. 1. Double-click the OBS Browser installation file, for example, OBS Browser.exe. 2. In the installation wizard, click Next. 39

44 13 Quick Start 3. Click Browse and select an installation path. Click Next. 4. Click Install to start installation. 40

45 13 Quick Start 5. Click Finish. Step 3 Double-click the obs.exe file to start the OBS service. ----End 41

46 13 Quick Start Follow-up Procedure By default, the OBS Browser page is automatically displayed after OBS Browser is installed. If you have got an OBS account, you can add your account to manage resources on OBS. You can disable OBS Browser. Then log in to OBS Browser and add your account when necessary Logging In to OBS Browser Procedure This section describes how to use OBS Browser to manage resources stored on OBS. Step 1 Step 2 Click OBS Browser to start it. If you start OBS Browser for the first time, the Add Account page is automatically displayed. Go to Step 4. In the upper right corner of OBS Browser, click the account name. Then click Account Manage. Step 3 In the Account Manage dialog box that is displayed, click Add Account. Step 4 In the Add Account dialog box, enter the account information and click OK. 42

47 13 Quick Start The account information includes the following: Account name: specifies the account name used on OBS Browser. The account name is used only to uniquely identify an account and can be different from the OBS account registered with the Huawei enterprise cloud. Storage type: OBS Browser can be connected to OBS or other storage compatible with Amazon S3. When OBS Browser is connected to OBS, set the storage type to OBS Storage. When OBS Browser is connected to other storage compatible with Amazon S3, set the storage type to S3 Compatible Storage. You need to specify the Server IP address or domain name of the storage. The format is IP address or domain name:port. The access requests use the HTTPS port by default. If you want to use the HTTP port, click the icon on the top right corner. Then modify the port in the System Settings page that is displayed. 43

48 13 Quick Start AK/SK: specifies the AK/SK created in Authentication Center after you register with a storage service, such as OBS. For details on how to obtain the AK/SK, see 13.3 Creating an Access Key. After OBS Browser is successfully connected to the storage service, the account information is displayed in the Account Management dialog box. Step 5 Step 6 Click OK. Then you can log in to the storage service using the account and check bucket and object resources owned by the account. Optional: To manage objects owned by multiple accounts using OBS Browser, click the account name and Account Management to add multiple accounts. You can click a desired account to switch to the account. ----End Managing Buckets Procedure This section describes how to manage buckets using OBS Browser. Step 1 Step 2 Step 3 Start OBS Browser. In the upper left corner of the page, click Create to create a bucket. Select buckets you want to manage. 44

49 13 Quick Start Step 4 Choose More > Basic Information to view basic information, such as the bucket owner and number of objects. Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 Step 12 Choose More > Permission Settings to configure read and write permissions. Choose More > Configure Bucket Policy to configure bucket policies. Choose More > CORS Settings to configure CORS. Choose More > Log Management Settings to configure logging. Choose More > Periodic Cycling Rule Management to configure lifecycle rules. Choose More > Add External Buckets to add external buckets. Choose More > Fragment Management to manage fragments in a bucket. Click Delete to delete unnecessary empty buckets. NOTE ----End For details on how to use OBS Browser to manage buckets, see the Object Storage Service Client Operation Guide Managing Files and Folders This section describes how to manage files and folders using OBS Browser. 45

OBS. Management Console Operation Guide. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

OBS. Management Console Operation Guide. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. Management Console Operation Guide Issue 02 Date 2015-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Object Storage Service. User Guide. Issue 01. Date

Object Storage Service. User Guide. Issue 01. Date Issue 01 Date 2016-02-05 Contents Contents 1 Introduction... 1 1.1 Definition... 1 1.2 Basic Concepts... 2 1.2.1 Object... 2 1.2.2 Bucket... 3 1.2.3 AK/SK... 3 1.2.4 Region... 4 1.3 Advantages... 4 2 Accessing

More information

Object Storage Service. Console Operation Guide. Issue 01. Date

Object Storage Service. Console Operation Guide. Issue 01. Date Issue 01 Date 2016-02-05 Contents Contents 1 Definition... 1 2 Advantages... 3 3 Relationship Between OBS and Other Products... 4 4 Basic OBS Operations... 5 4.1 Logging In to the Management Console...

More information

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2017-12-20 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date 2018-01-17 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Object Storage Service. Client Guide (OBS Browser) Issue 10 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Client Guide (OBS Browser) Issue 10 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 10 Date 2018-07-15 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Third-Party Client (s3fs) User Guide

Third-Party Client (s3fs) User Guide Issue 02 Date 2017-09-28 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Third-Party Client (s3fs) User Guide

Third-Party Client (s3fs) User Guide Issue 02 Date 2017-09-28 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Object Storage Service. Third-Party Client (S3cmd) User Guide. Issue 03 Date

Object Storage Service. Third-Party Client (S3cmd) User Guide. Issue 03 Date Third-Party Client (S3cmd) User Guide Issue 03 Date 2017-11-30 Contents Contents 1 Overview... 1 2 Interoperability Matrix...2 3 Set-Up... 4 3.1 Preparing Tools...4 3.2 Creating Access Keys (AKs and SKs)...

More information

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD.

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 20 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Object Storage Service FAQ. Issue 14 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service FAQ. Issue 14 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 14 Date 2019-01-29 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Data Ingestion Service. SDK Development Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Data Ingestion Service. SDK Development Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-06-12 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD.

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 09 Date 2019-01-31 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD.

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 21 Date 2018-09-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Live Streaming Accelerator. Quick Start. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Live Streaming Accelerator. Quick Start. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

Backup Solution. User Guide. Issue 01 Date

Backup Solution. User Guide. Issue 01 Date Issue 01 Date 2017-08-30 Contents Contents 1 Introduction... 1 1.1 What Is the Backup Solution?... 1 1.2 Why Choose the Backup Solution?... 2 1.3 Concepts and Principles...3 1.3.1 Basic OBS Concepts...3

More information

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Advanced Anti-DDoS. User Guide. Issue 17 Date HUAWEI TECHNOLOGIES CO., LTD.

Advanced Anti-DDoS. User Guide. Issue 17 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 17 Date 2018-08-13 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-08-15 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Object Storage Service. Developer Guide. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Developer Guide. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 05 Date 2018-12-14 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Huawei OceanStor ReplicationDirector Software Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date

Huawei OceanStor ReplicationDirector Software Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date Huawei OceanStor Software Issue 01 Date 2015-01-17 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

Domain Name Service. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Domain Name Service. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-15 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Database Security Service. FAQs. Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD.

Database Security Service. FAQs. Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 19 Date 2019-04-08 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Cloud Stream Service. User Guide. Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD.

Cloud Stream Service. User Guide. Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 18 Date 2018-11-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC Huawei esight LogCenter Technical White Paper Issue 1.0 Date 2013-12-03 PUBLIC HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

Huawei FusionCloud Desktop Solution 5.3. Branch Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Huawei FusionCloud Desktop Solution 5.3. Branch Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2015-06-30 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

HUAWEI Secospace USG Series User Management and Control White Paper

HUAWEI Secospace USG Series User Management and Control White Paper Doc. code HUAWEI Secospace USG Series User Management and Control White Paper Issue 1.0 Date 2014-03-27 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2012. All rights reserved.

More information

My Account. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

My Account. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-09-28 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Domain Name Service. FAQs. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD.

Domain Name Service. FAQs. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 07 Date 2019-03-05 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper Issue 01 Date 2014-03-26 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced

More information

AD SSO Technical White Paper

AD SSO Technical White Paper Issue V1.0 Date 2017-02-28 Huawei Technologies Co., Ltd. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Anti-DDoS. FAQs. Issue 11 Date HUAWEI TECHNOLOGIES CO., LTD.

Anti-DDoS. FAQs. Issue 11 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 11 Date 2018-05-28 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

HUAWEI OceanStor Enterprise Unified Storage System. HyperReplication Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

HUAWEI OceanStor Enterprise Unified Storage System. HyperReplication Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. HUAWEI OceanStor Enterprise Unified Storage System HyperReplication Technical White Paper Issue 01 Date 2014-03-20 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date espace SoftConsole V200R001C02 Issue 01 Date 2012-07-10 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

WHITE PAPER. Good Mobile Intranet Technical Overview

WHITE PAPER. Good Mobile Intranet Technical Overview WHITE PAPER Good Mobile Intranet CONTENTS 1 Introduction 4 Security Infrastructure 6 Push 7 Transformations 8 Differential Data 8 Good Mobile Intranet Server Management Introduction Good Mobile Intranet

More information

Relational Database Service. User Guide. Issue 05 Date

Relational Database Service. User Guide. Issue 05 Date Issue 05 Date 2017-02-08 Contents Contents 1 Introduction... 1 1.1 Concepts... 2 1.1.1 RDS... 2 1.1.2 DB Cluster... 2 1.1.3 DB Instance... 2 1.1.4 DB Backup... 3 1.1.5 DB Snapshot... 3 1.2 RDS DB Instances...

More information

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC.

FUJITSU Cloud Service S5. Introduction Guide. Ver. 1.3 FUJITSU AMERICA, INC. FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 FUJITSU AMERICA, INC. 1 FUJITSU Cloud Service S5 Introduction Guide Ver. 1.3 Date of publish: September, 2011 All Rights Reserved, Copyright FUJITSU

More information

CPM Quick Start Guide V2.2.0

CPM Quick Start Guide V2.2.0 CPM Quick Start Guide V2.2.0 1 Content 1 Introduction... 3 1.1 Launching the instance... 3 1.2 CPM Server Instance Connectivity... 3 2 CPM Server Instance Configuration... 3 3 Creating a Simple Backup

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Getting Started and System Guide. Version

Getting Started and System Guide. Version Version 1.0.29 2016 Waterford Technologies. All Rights Reserved. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form

More information

CPM. Quick Start Guide V2.4.0

CPM. Quick Start Guide V2.4.0 CPM Quick Start Guide V2.4.0 1 Content 1 Introduction... 3 Launching the instance... 3 CloudFormation... 3 CPM Server Instance Connectivity... 3 2 CPM Server Instance Configuration... 4 CPM Server Configuration...

More information

Privileged Identity App Launcher and Session Recording

Privileged Identity App Launcher and Session Recording Privileged Identity App Launcher and Session Recording 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are

More information

METADATA FRAMEWORK 6.3. and High Availability

METADATA FRAMEWORK 6.3. and High Availability METADATA FRAMEWORK 6.3 and High Availability Publishing Information Software version 6.3.160 Document version 4 Publication date May 22, 2017 Copyright (c) 2005-2017 Varonis Systems Inc. All rights reserved.

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

Workspace. User Guide (Administrators) Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

Workspace. User Guide (Administrators) Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2018-10-12 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01

CloudLink SecureVM. Administration Guide. Version 4.0 P/N REV 01 CloudLink SecureVM Version 4.0 Administration Guide P/N 302-002-056 REV 01 Copyright 2015 EMC Corporation. All rights reserved. Published June 2015 EMC believes the information in this publication is accurate

More information

Web Cloud Solution. User Guide. Issue 01. Date

Web Cloud Solution. User Guide. Issue 01. Date Issue 01 Date 2017-05-30 Contents Contents 1 Overview... 3 1.1 What Is Web (CCE+RDS)?... 3 1.2 Why You Should Choose Web (CCE+RDS)... 3 1.3 Concept and Principle... 4... 5 2.1 Required Services... 5 2.2

More information

Echidna Concepts Guide

Echidna Concepts Guide Salt Group Concepts Guide Version 15.1 May 2015 2015 Salt Group Proprietary Limited. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Amazon Simple Storage Service. Developer Guide API Version

Amazon Simple Storage Service. Developer Guide API Version Amazon Simple Storage Service Developer Guide Amazon Web Services, LLC Amazon Simple Storage Service: Developer Guide Amazon Web Services, LLC Copyright 2012 Amazon Web Services LLC or its affiliates.

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

Face Recognition. SDK Reference. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Face Recognition. SDK Reference. Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date 2018-12-28 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

More information

Workspace. User Guide (End Users) Date

Workspace. User Guide (End Users) Date Date 2018-11-16 Contents Contents 1 Basic Concepts...1 1.1 Getting to Know...1 1.2 Software Client... 1 1.3 Mobile Terminal... 1 1.4 Desktop...1 2 Common Operation...3 2.1 Logging In to a Desktop Using

More information

VMware AirWatch Cloud Connector Guide ACC Installation and Integration

VMware AirWatch Cloud Connector Guide ACC Installation and Integration VMware AirWatch Cloud Connector Guide ACC Installation and Integration Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

WAM!NET Direct! SM. Service Description

WAM!NET Direct! SM. Service Description WAM!NET Direct! SM Service Description INTRODUCTION The Direct! Service is a subscription based content delivery service that provides customers with the ability to send, receive, and track digital files

More information

esight V300R001C10 SLA Technical White Paper Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

esight V300R001C10 SLA Technical White Paper Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. V300R001C10 Issue 01 Date 2013-12-10 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

Getting Started with Amazon Web Services

Getting Started with Amazon Web Services Getting Started with Amazon Web Services Version 3.3 September 24, 2013 Contacting Leostream Leostream Corporation 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.leostream.com Telephone:

More information

BIG-IP Access Policy Manager : Portal Access. Version 12.1

BIG-IP Access Policy Manager : Portal Access. Version 12.1 BIG-IP Access Policy Manager : Portal Access Version 12.1 Table of Contents Table of Contents Overview of Portal Access...7 Overview: What is portal access?...7 About portal access configuration elements...7

More information

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date

HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN HUAWEI TECHNOLOGIES CO., LTD. Issue 1.1. Date HUAWEI USG6000 Series Next-Generation Firewall Technical White Paper VPN Issue 1.1 Date 2014-03-14 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced or

More information

Tintri Cloud Connector

Tintri Cloud Connector TECHNICAL WHITE PAPER Tintri Cloud Connector Technology Primer & Deployment Guide www.tintri.com Revision History Version Date Description Author 1.0 12/15/2017 Initial Release Bill Roth Table 1 - Revision

More information

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide

Deltek Touch Expense for Ajera. Touch 1.0 Technical Installation Guide Deltek Touch Expense for Ajera Touch 1.0 Technical Installation Guide June 01, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Workspace. User Guide (Administrators) Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD.

Workspace. User Guide (Administrators) Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 19 Date 2018-10-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-05-23 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

ForeScout CounterACT. Configuration Guide. Version 3.4

ForeScout CounterACT. Configuration Guide. Version 3.4 ForeScout CounterACT Open Integration Module: Data Exchange Version 3.4 Table of Contents About the Data Exchange Module... 4 About Support for Dual Stack Environments... 4 Requirements... 4 CounterACT

More information

Vyapin Office 365 Management Suite

Vyapin Office 365 Management Suite Vyapin Office 365 Management Suite Last Updated: December 2015 Copyright 2015 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

FGCP/S5. Introduction Guide. Ver. 2.3 FUJITSU LIMITED

FGCP/S5. Introduction Guide. Ver. 2.3 FUJITSU LIMITED FGCP/S5 Introduction Guide Ver. 2.3 FUJITSU LIMITED FGCP/S5 Instruction Guide Ver. 2.3 Date of publish: July, 2012 All Rights Reserved, Copyright FUJITSU LIMITED No reproduction or republication without

More information

Prophet 21 Middleware Installation Guide. version 12.16

Prophet 21 Middleware Installation Guide. version 12.16 version 12.16 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

VMware Workspace ONE UEM VMware AirWatch Cloud Connector

VMware Workspace ONE UEM VMware AirWatch Cloud Connector VMware AirWatch Cloud Connector VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide

One Identity Active Roles 7.2. Azure AD and Office 365 Management Administrator Guide One Identity Active Roles 7.2 Azure AD and Office 365 Management Administrator Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information

Entrust Cloud Enterprise. Enrollment Guide

Entrust Cloud Enterprise. Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Entrust Cloud Enterprise Enrollment Guide Document issue: 1.0 Copyright 2016 Entrust. All rights reserved. Entrust is a trademark or a registered trademark of

More information

REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore

REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore CLOUDIAN + QUANTUM REFERENCE ARCHITECTURE 1 Table of Contents Introduction to Quantum StorNext 3 Introduction to Cloudian HyperStore 3 Audience

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

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,

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

Optical Character Recognition. SDK Reference. Issue 04 Date

Optical Character Recognition. SDK Reference. Issue 04 Date Issue 04 Date 2018-09-12 Contents Contents 1 SDK Environment Setup...1 1.1 Applying for a Service...1 1.2 Obtaining the SDK... 1 1.3 Preparing a Java Development Environment... 1 1.4 Installing Eclipse

More information

Novell Access Manager

Novell Access Manager Setup Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 Setup Guide Legal Notices Novell, Inc., makes no representations or warranties

More information

Oracle Cloud Using the Microsoft Adapter. Release 17.3

Oracle Cloud Using the Microsoft  Adapter. Release 17.3 Oracle Cloud Using the Microsoft Email Adapter Release 17.3 E70297-10 December 2017 Oracle Cloud Using the Microsoft Email Adapter, Release 17.3 E70297-10 Copyright 2016, 2017, Oracle and/or its affiliates.

More information

NTP Software VFM Administration Web Site

NTP Software VFM Administration Web Site NTP Software VFM Administration Web Site User Manual Version 7.1 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective. Upon completion of

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

WORKSHARE HYBRID STORAGE INSTALLATION GUIDE

WORKSHARE HYBRID STORAGE INSTALLATION GUIDE WORKSHARE HYBRID STORAGE INSTALLATION GUIDE June 2017 COMPANY INFORMATION Workshare Hybrid Storage Installation Guide Workshare Ltd. (UK) 20 Fashion Street London E1 6PX UK Workshare Inc. (USA) 625 Market

More information

Digipass Plug-In for SBR. SBR Plug-In SBR. Steel-Belted RADIUS. Installation G uide

Digipass Plug-In for SBR. SBR Plug-In SBR. Steel-Belted RADIUS. Installation G uide Digipass Plug-In for SBR SBR Plug-In SBR Steel-Belted RADIUS Installation G uide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product

More information

Smart-X Software Solutions SecReport Enterprise User Guide

Smart-X Software Solutions SecReport Enterprise User Guide Smart-X Software Solutions SecReport Enterprise User Guide Table of Contents: WELCOME 4 FEATURES AND CAPABILITIES 5 CONTENTS AND REQUIREMENTS 7 CONTENTS 7 REQUIREMENTS 8 LICENSING AND INSTALLATION 10 EVALUATION

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information