diff --git a/content/cgiar-library-migration.md b/content/cgiar-library-migration.md index 969aeb150..a32659824 100644 --- a/content/cgiar-library-migration.md +++ b/content/cgiar-library-migration.md @@ -149,20 +149,8 @@ $ for item in 10947-latest/*.zip; do dspace packager -r -u -t AIP -e aorth@mjanj ) ``` -- [x] Regenerate Handle server's `sitebndl.zip` on CGIAR Library server: +I had been regenerated the `sitebndl.zip` file on the CGIAR Library server and sent it to the Handle.net admins but they said that there were mismatches between the public and private keys, which I suspect is due to `make-handle-config` not being very flexible. After discussing our scenario with the Handle.net admins they said we actually don't need to send an updated `sitebndl.zip` for this type of change, and the above `config.dct` edits are all that is required. I guess they just did something on their end by setting the authoritative IP address for the 10947 prefix to be the same as ours... -``` -$ sudo su - -# cp -a /usr/local/dspace/handle-server /usr/local/dspace/handle-server-2017-09-19.bak -# /usr/local/dspace/bin/dspace make-handle-config /usr/local/dspace/handle-server -``` - -- The handle setup script will ask for IP address, contact person, etc -- Use CGSpace's IP address, but give some contact person from the system organization -- Copy the resulting `sitebndl.zip` somewhere so we can send it to Handle.net -- Now I'm wondering how we'll do this when we move servers in the future, because the `make-handle-config` basically assumes you only have one handle -- Also, there is `dspace make-handle-config` and `bin/make-handle-config` and both behave differently (the first is interactive, the second reads your `dspace.cfg` and generates your handle config and `sitebndl.zip` accordingly) -- I'm really not sure on the proper order of events actually - [ ] Update DNS records: - CNAME: cgspace.cgiar.org - [x] Re-deploy DSpace from freshly built `5_x-prod` branch diff --git a/public/2017-09/index.html b/public/2017-09/index.html index 0b70390ce..dc7ff5dba 100644 --- a/public/2017-09/index.html +++ b/public/2017-09/index.html @@ -25,7 +25,7 @@ Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account - + @@ -63,7 +63,7 @@ Ask Sisay to clean up the WLE approvers a bit, as Marianne’s user account "url": "https://alanorth.github.io/cgspace-notes/2017-09/", "wordCount": "2937", "datePublished": "2017-09-07T16:54:52+07:00", - "dateModified": "2017-09-19T12:53:00+03:00", + "dateModified": "2017-09-19T21:57:38+03:00", "author": { "@type": "Person", "name": "Alan Orth" diff --git a/public/cgiar-library-migration/index.html b/public/cgiar-library-migration/index.html index 392a2a300..e71be0172 100644 --- a/public/cgiar-library-migration/index.html +++ b/public/cgiar-library-migration/index.html @@ -13,7 +13,7 @@ - + @@ -37,9 +37,9 @@ "@type": "BlogPosting", "headline": "CGIAR Library Migration", "url": "https://alanorth.github.io/cgspace-notes/cgiar-library-migration/", - "wordCount": "1321", + "wordCount": "1302", "datePublished": "2017-09-18T16:38:35+03:00", - "dateModified": "2017-09-19T16:07:20+03:00", + "dateModified": "2017-09-19T21:57:38+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -273,22 +273,9 @@ $ for item in 10568-93760/ITEM@10947-465*; do dspace packager -r -f -u -t AIP -e ) -
$ sudo su -
-# cp -a /usr/local/dspace/handle-server /usr/local/dspace/handle-server-2017-09-19.bak
-# /usr/local/dspace/bin/dspace make-handle-config /usr/local/dspace/handle-server
-
+I had been regenerated the sitebndl.zip
file on the CGIAR Library server and sent it to the Handle.net admins but they said that there were mismatches between the public and private keys, which I suspect is due to make-handle-config
not being very flexible. After discussing our scenario with the Handle.net admins they said we actually don’t need to send an updated sitebndl.zip
for this type of change, and the above config.dct
edits are all that is required. I guess they just did something on their end by setting the authoritative IP address for the 10947 prefix to be the same as ours…
sitebndl.zip
somewhere so we can send it to Handle.netmake-handle-config
basically assumes you only have one handledspace make-handle-config
and bin/make-handle-config
and both behave differently (the first is interactive, the second reads your dspace.cfg
and generates your handle config and sitebndl.zip
accordingly)