Dell DX6004S DX Object Storage Application Guide - Page 23

Undefined Responses from DX Storage

Page 23 highlights

where bucketname is a simple, URL- encoded identifier that cannot contain slash characters (or any other character not allowed in HTTP URLs), and objectname is any legitimate URL, which can contain slash characters. The domain name must be passed as the Host in the request, unless the domain is the default cluster domain. Contact your cluster administrator for more information about the default cluster domain. • Unnamed objects (same as pre-5.0): METHOD /uuid[?query-arguments] HTTP/1.1 4.5. Undefined Responses from DX Storage This section discusses HTTP requests sent to a DX Storage cluster for which results are currently undefined. In most cases, one of the following error responses is sent by DX Storage. HTTP/1.1 500 Internal Server Error Date: Wed, 1 Sept 2010 15:59:02 GMT Server: CAStor Cluster 5.0.0 Allow: GET, HEAD, POST, PUT, DELETE Connection: close Content-Length: 27 Content-Type: text/html CRLF Message The preceding response indicates a critical error in DX Storage. Check your logs for more information, and contact your support representative if necessary. HTTP/1.1 501 Not Implemented Date: Wed, 1 Sept 2010 15:59:02 GMT Server: CAStor Cluster 5.0.0 Allow: GET, HEAD, POST, PUT, DELETE Connection: close Content-Length: 56 Content-Type: text/html CRLF DX Storage does not understand the request or does not yet implement this functionality. The preceding response indicates a request method was received that DX Storage doesn't implement yet. Only the methods listed in the Allow header currently work in DX Storage. For more information, see Appendix A, Content Header Metadata HTTP/1.1 503 Service Unavailable Date: Wed, 1 Sept 2010 15:59:02 GMT Server: CAStor Cluster 5.0.0 Allow: GET, HEAD, POST, PUT, DELETE Connection: close Content-Length: 0 Content-Type: text/html The preceding response indicates DX Storage received a request it didn't understand, and it doesn't have the resources to figure out why. The client can resubmit the request at a later time. Copyright © 2010 Caringo, Inc. All rights reserved 18 Version 5.0 December 2010

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81

Copyright © 2010 Caringo, Inc.
All rights reserved
18
Version 5.0
December 2010
where
bucketname
is a simple, URL- encoded identifier that
cannot
contain slash characters (or
any other character not allowed in HTTP URLs), and
objectname
is any legitimate URL, which
can
contain slash characters.
The domain name must be passed as the Host in the request, unless the domain is the default
cluster domain. Contact your cluster administrator for more information about the default cluster
domain.
Unnamed objects
(same as pre-5.0):
METHOD
/
uuid
[?
query-arguments
] HTTP/1.1
4.5. Undefined Responses from DX Storage
This section discusses HTTP requests sent to a DX Storage cluster for which results are currently
undefined. In most cases, one of the following error responses is sent by DX Storage.
HTTP/1.1 500 Internal Server Error
Date: Wed, 1 Sept 2010 15:59:02 GMT
Server: CAStor Cluster 5.0.0
Allow: GET, HEAD, POST, PUT, DELETE
Connection: close
Content-Length: 27
Content-Type: text/html
CRLF
Message
The preceding response indicates a critical error in DX Storage. Check your logs for more
information, and contact your support representative if necessary.
HTTP/1.1 501 Not Implemented
Date: Wed, 1 Sept 2010 15:59:02 GMT
Server: CAStor Cluster 5.0.0
Allow: GET, HEAD, POST, PUT, DELETE
Connection: close
Content-Length: 56
Content-Type: text/html
CRLF
DX Storage does not understand the request or does not yet implement this
functionality.
The preceding response indicates a request method was received that DX Storage doesn't
implement yet. Only the methods listed in the Allow header currently work in DX Storage. For more
information, see
Appendix A,
Content Header Metadata
HTTP/1.1 503 Service Unavailable
Date: Wed, 1 Sept 2010 15:59:02 GMT
Server: CAStor Cluster 5.0.0
Allow: GET, HEAD, POST, PUT, DELETE
Connection: close
Content-Length: 0
Content-Type: text/html
The preceding response indicates DX Storage received a request it didn’t understand, and it doesn't
have the resources to figure out why. The client can resubmit the request at a later time.