Skip to content

ESGF Post Installation Tests

Sasha Ames edited this page Apr 10, 2017 · 19 revisions

Post Installation Tests

After installation, install your keypair. If you don't have a web-cert already from a third-party or signed by an ESGF CA, do the following:

./esg-node --install-keypair /etc/tempcerts/hostcert.pem /etc/tempcerts/hostkey.pem /etc/tempcerts/cacert.pem is your chain

Make sure to restart the node using:

 ./esg-node restart

1/ Check Web front ends

All Nodes (new to 2.5.1 devel):

 https://[data_node_fqdn]/esgf-nm

Data Node:

 https://[data_node_fqdn]/esg-orp
 https://[data_node_fqdn]/thredds/catalog/catalog.html

Index Node:

 https://[index_node_fqdn]

IDP Node:

 https://[idp_node_fqdn]/esgf-idp

Compute Node:

 https://[compute_node_fqdn]/las

2/ Check Federated search service

Chose any index node's CoG of the federation and search for your data node's dataset by using the facet 'Data Node'

3/ Check wget service

After checking federated search, generate a wget script and try to execute it from your desktop

4/ Publication test

NEW IN v2.5.1 - automated publish test available and recommended to try.

https://github.com/ESGF/esgf-installer/wiki/ESGF-Publication-Test

5/ Node manager test

./esg-node status # verify service is running, if not check logs in /esg/log, more detailed check for registration.xml coming soon

6/ Eventually run the esgf-test-suite

https://github.com/ESGF/esgf-test-suite