Task #7266
MNDeployment #3558: CDL Merritt
CDL/Merritt's node registration document says it is tiers 1 and 3
100%
Description
https://cn.dataone.org/cn/v1/node/urn:node:CDL
MNStorage should be "false" to accurately reflect CDL/Merritt as a tier 1 MN. Mark Reyes (mark.reyes@ucop.edu) is the POC at Merritt.
History
#1 Updated by Mark Servilla over 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Mark Reyes reverted to using CURL and a direct PUT call to https://cn.dataone.org/cn/v1/node/urn:node:CDL to resolve:
On Wed, Aug 26, 2015 at 12:43 PM, Mark Reyes mark.reyes@ucop.edu wrote:
Yeah, it worked!
(https://cn.dataone.org/cn/v1/node/urn:node:CDL)
Thanks so much Mark.
On Wednesday 2015-08-26 10:37, Mark Servilla wrote:
Date: Wed, 26 Aug 2015 10:37:59
From: Mark Servilla mark.servilla@gmail.com
To: Mark Reyes mark.reyes@ucop.edu
Cc: "Moyers, Laura Burton (Laura)" lmoyers1@utk.edu,
"Stephen Abrams (Stephen.Abrams@ucop.edu)" Stephen.Abrams@ucop.edu
Subject: Re: CDL Member Node down?
Hi Mark,
The short answer is yes - you can use curl with a PUT action to
https://cn.dateone.org/cn/v1/node/urn:node:CDL and provide the node
capabilities from your MN call as form payload. See here for details:
https://releases.dataone.org/online/api-documentation-v1.2.0/apis/CN_APIs.html#CNRegister.updateNodeCapabilities
- curl -s -X GET https://merritt.cdlib.org:8084/knb/d1/mn/v1/node > CDL.xml
- curl -i --cert ./urn_node_CDL.pem --header "Content-Type: multipart/form-data" --form "node=@./CDL.xml" -X PUT https://cn.dataone.org/cn/v1/node/urn:node:CDL
You should see a 200 response (in theory). The certificate must be the
combined certificate/private_key variety. I haven't done this in quite some
time, so I hope it works. Sincerely, Mark
Mark Servilla
mark.servilla@gmail.com
On Wed, Aug 26, 2015 at 11:23 AM, Mark Reyes mark.reyes@ucop.edu wrote:
Hi Mark,
A quick update on this.
I modified the parameters on our member node to reflect the changes you
suggest.
They are viewable here.
https://merritt.cdlib.org:8084/knb/d1/mn/
However, when I use the admin interface to upload these changes, the
baseURL reverts back to d1mn.cdlib.org.
Is there a way I can update the Coordinating Node baseURL directly? That
is, use a RESTful request?
Thank you.
-Mark