| 220 | When finished, you should see something like this: |
| 221 | |
| 222 | {{{ |
| 223 | Running Node Services... |
| 224 | node type: [ data index idp ] (29) |
| 225 | --------------------------- |
| 226 | myproxy-s 23071 root 5u IPv4 1526752 0t0 TCP *:7512 (LISTEN) |
| 227 | java 26088 solr 28u IPv6 1591850 0t0 TCP 127.0.0.1:7983 (LISTEN) |
| 228 | java 26088 solr 92u IPv6 1591986 0t0 TCP *:8983 (LISTEN) |
| 229 | java 26257 solr 28u IPv6 1592730 0t0 TCP 127.0.0.1:7984 (LISTEN) |
| 230 | java 26257 solr 92u IPv6 1593098 0t0 TCP *:8984 (LISTEN) |
| 231 | postmaste 29509 postgres 3u IPv6 1449862 0t0 TCP [::1]:5432 (LISTEN) |
| 232 | postmaste 29509 postgres 4u IPv4 1449863 0t0 TCP 127.0.0.1:5432 (LISTEN) |
| 233 | httpd 12706 root 4u IPv6 1512235 0t0 TCP *:80 (LISTEN) |
| 234 | --------------------------- |
| 235 | |
| 236 | |
| 237 | |
| 238 | Finished!... |
| 239 | In order to see if this node has been installed properly you may direct your browser to: |
| 240 | http://spock.meteo.unican.es/thredds |
| 241 | http://spock.meteo.unican.es/esg-orp |
| 242 | http://spock.meteo.unican.es/ |
| 243 | |
| 244 | Your peer group membership -- : [esgf-test] |
| 245 | Your specified "default" peer : [spock.meteo.unican.es] |
| 246 | Your specified "index" peer - : [spock.meteo.unican.es] (url = http://spock.meteo.unican.es/) |
| 247 | Your specified "idp" peer --- : [spock.meteo.unican.es] (name = SPOCK.METEO.UNICAN.ES) |
| 248 | Your temporary certificates have been placed in /etc/tempcerts |
| 249 | You can install them by executing this : esg-node --install-keypair /etc/tempcerts/hostcert.pem /etc/tempcerts/hostkey.pem |
| 250 | When promped for the chainfile, specify: /etc/tempcerts/cacert.pem |
| 251 | |
| 252 | [Note: Use UNIX group permissions on /esg/content/thredds/esgcet to enable users to be able to publish thredds catalogs from data therein] |
| 253 | %> chgrp -R <appropriate unix group for publishing users> /esg/content/thredds |
| 254 | |
| 255 | ------------------------------------------------------- |
| 256 | Administrators of this node should subscribe to the |
| 257 | esgf-node-admins@lists.llnl.gov by sending email to: majordomo@lists.llnl.gov |
| 258 | with the body: subscribe esgf-node-admins |
| 259 | ------------------------------------------------------- |
| 260 | |
| 261 | v2.4.24-master-release |
| 262 | |
| 263 | Writing additional settings to db. If these settings already exist, psql will report an error, but ok to disregard. |
| 264 | ERROR: insert or update on table "permission" violates foreign key constraint "permission_user_id_fkey" |
| 265 | DETAIL: Key (user_id)=(1) is not present in table "user". |
| 266 | Node installation is complete. |
| 267 | }}} |
| 268 | |