Revision 6861
Added by ben leinfelder almost 13 years ago
lib/admin/dataone-configuration.jsp | ||
---|---|---|
44 | 44 |
<h2>DataONE Configuration</h2> |
45 | 45 |
|
46 | 46 |
<p> |
47 |
Configure the Metacat as a DataONE Member Node. |
|
47 |
Becoming a DataONE Member Node is a means of distributing data and metadata within the broader DataONE infrastructure. |
|
48 |
Metadata will be synchronized in the network and additional backups of data can be housed among other Member Nodes for |
|
49 |
archival safe-keeping. |
|
50 |
Optionally, this Member Node can provide backup space for other Member Nodes that wish to share their data in the federation. |
|
51 |
<p/> |
|
52 |
<p> |
|
53 |
In order to become a Member Node, the registration must be reviewed and verified. |
|
54 |
A unique Member Node Id will be assigned and |
|
55 |
should only be used for this node and never shared or altered. |
|
56 |
<p/> |
|
57 |
<p> |
|
58 |
A client certificate can be requested from the DataONE Certificate Authority and will be used by this node when communicating with |
|
59 |
the Coordinating Node and other participating Member Nodes. |
|
60 |
This certificate should be properly protected so that nefarious entities cannot pose as this Member Node. |
|
48 | 61 |
</p> |
49 |
<!-- BRL TODO add DataONE instructions and contact info --> |
|
50 | 62 |
<br clear="right"/> |
51 | 63 |
|
52 | 64 |
<%@ include file="page-message-section.jsp"%> |
... | ... | |
116 | 128 |
<div class="form-row"> |
117 | 129 |
<img class="question-mark" src="style/images/question-mark.gif" |
118 | 130 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
119 |
<div class="textinput-label"><label for="dataone.nodeSynchronize" title="Synchronize">Synchronize</label></div>
|
|
131 |
<div class="textinput-label"><label for="dataone.nodeSynchronize" title="Share metadata with DataONE">Share with DataONE</label></div>
|
|
120 | 132 |
|
121 | 133 |
<% |
122 | 134 |
boolean synchronize = (Boolean) request.getAttribute("dataone.nodeSynchronize"); |
... | ... | |
140 | 152 |
<div class="form-row"> |
141 | 153 |
<img class="question-mark" src="style/images/question-mark.gif" |
142 | 154 |
onClick="helpWindow('<%= request.getContextPath() %>','metacat-configure.html#dataone')"/> |
143 |
<div class="textinput-label"><label for="dataone.nodeReplicate" title="Replicate">Replicate</label></div>
|
|
155 |
<div class="textinput-label"><label for="dataone.nodeReplicate" title="Accept Replicas from other Member Nodes">Accept Replicas</label></div>
|
|
144 | 156 |
|
145 | 157 |
<% |
146 | 158 |
boolean replicate = (Boolean) request.getAttribute("dataone.nodeReplicate"); |
... | ... | |
244 | 256 |
|
245 | 257 |
<input type="hidden" name="configureType" value="dataone"/> |
246 | 258 |
<input type="hidden" name="processForm" value="true"/> |
247 |
<input class=button type="submit" value="Update"/>
|
|
248 |
<input class=button type="button" value="Bypass" onClick="forward('./admin?configureType=dataone&bypass=true&processForm=true')">
|
|
259 |
<input class=button type="submit" value="Register"/>
|
|
260 |
<input class=button type="button" value="Skip" onClick="forward('./admin?configureType=dataone&bypass=true&processForm=true')">
|
|
249 | 261 |
<input class=button type="button" value="Cancel" onClick="forward('./admin')"> |
250 | 262 |
|
251 | 263 |
</form> |
Also available in: Unified diff
add description about what becoming a Member Node entails