-
Notifications
You must be signed in to change notification settings - Fork 20
Shutdown Instructions
Wiki Reorganisation |
---|
This page has been classified for reorganisation. It has been given the category MOVE. |
The content of this page will be revised and moved to one or more other pages in the new wiki structure. |
During shutdowns or outages, the following actions should be taken by all Data Node administrators:
Display Shutdown Notification (Index nodes only)
Display notification about the US Government Shutdown and a link to this resource on the Web-FrontEnd.
- Backup /usr/local/tomcat/webapps/esgf-web-fe/WEB-INF/views/common/banner.jsp
- Download http://esgf-data.dkrz.de/public/banner , rename the file as banner.jsp and copy in place of the file mentioned above.
No truststore download
Prevent your server from re-downloading the ESGF trust-store from the PCMDI server by issuing the following command as root:
$ esg-node --set-auto-fetch-certs false
Attribute Service
Use the BADC Attribute Service for CMIP5 access control (instead of the usual PCMDI Attribute Service).
Edit the file /esg/config/esgf_ats_static.xml. Remove all current references to CMIP5 endpoints, and replace them with these lines (if you have other endpoints, they remain unchanged)
<attribute type="CMIP5 Research"
attributeService="https://esgf-index1.ceda.ac.uk/esgf-idp/saml/soap/secure/attributeService.htm"
description="Users of CMIP5 data for non-commercial research purposes only"
registrationService="https://esgf-index1.ceda.ac.uk/esgf-idp/secure/registrationService.htm"/>
<attribute type="CMIP5 Commercial"
attributeService="https://esgf-index1.ceda.ac.uk/esgf-idp/saml/soap/secure/attributeService.htm"
description="Users of CMIP5 data for commercial purposes"
registrationService="https://esgf-index1.ceda.ac.uk/esgf-idp/secure/registrationService.htm"/>
Also, make sure that the file /esg/config/esgf_ats.xml does NOT contain any CMIP5 references, and is NOT automagically updated to contain them.
wget Script Template (Index Nodes Only)
- Backup /usr/local/tomcat/webapps/esg-search/WEB-INF/wget-template
- Replace it with http://esgf-data.dkrz.de/public/wget-template
- Restart your node