Dell DX6004S DX Content Router Setup and Configuration Guide - Page 27

Request for Source Cluster IP Addresses

Page 27 highlights

uuid=... . . . 5.5.3. Request for Source Cluster IP Addresses Publisher clients such as Replicator may need to know IP addresses of nodes in the CAStor source cluster that Publisher listens to (in order to make SCSP requests to this cluster). The Publisher Channel Server will support a request for a list of source cluster IP addresses and SCSP port numbers: GET /sourceclusteripports.bin HTTP/1.1 You will want to provide the publisher's IP address & the Publication Server Port as part of the request. For example: http://publisherIp:publicationServerPort/sourceclusteripports.bin A normal response to this request is: HTTP/1.1 200 Date: ... Server: Content Router Publisher Content-Type: text/plain Content-Length: ... Each line of the response body will be of the form ":". Over time, new source cluster nodes may come online and others may go offline, so it may become necessary for a client to update its list of IP addresses. This could be done, for instance, whenever a previously accessible source cluster node is no longer accessible, or at regular time intervals. Copyright © 2010 Caringo, Inc. All rights reserved 23 Version 2.2 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

Copyright © 2010 Caringo, Inc.
All rights reserved
23
Version 2.2
December 2010
uuid=...
.
.
.
5.5.3. Request for Source Cluster IP Addresses
Publisher clients such as Replicator may need to know IP addresses of nodes in the CAStor source
cluster that Publisher listens to (in order to make SCSP requests to this cluster). The Publisher
Channel Server will support a request for a list of source cluster IP addresses and SCSP port
numbers:
GET /sourceclusteripports.bin HTTP/1.1
You will want to provide the publisher's IP address & the Publication Server Port as part of the
request. For example:
http://publisherIp:publicationServerPort/sourceclusteripports.bin
A normal response to this request is:
HTTP/1.1 200
Date: ...
Server: Content Router Publisher
Content-Type: text/plain
Content-Length: ...
Each line of the response body will be of the form "<source cluster IP address>:<SCSP port
number>". Over time, new source cluster nodes may come online and others may go offline, so
it may become necessary for a client to update its list of IP addresses. This could be done, for
instance, whenever a previously accessible source cluster node is no longer accessible, or at
regular time intervals.