Changes between Version 16 and Version 17 of ESGFNodeInstallation
- Timestamp:
- Nov 12, 2013 10:02:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v16 v17 7 7 = Pre-requisites = 8 8 9 == TCP and UDP ports[[FootNote(http://devel.esgf.org/wiki/ESGFNode/Ports)]] firewall configuration ==9 == TCP and UDP [[http://devel.esgf.org/wiki/ESGFNode/Ports|ports]] firewall configuration == 10 10 11 11 === Corporate Firewall === … … 26 26 27 27 === IPTables configuration === 28 Add the se rulesto the IPTables configuration file, i.e. `/etc/sysconfig/iptables`28 Add the rules below to the IPTables configuration file, i.e. `/etc/sysconfig/iptables` 29 29 30 30 {{{ … … 39 39 }}} 40 40 41 and restartIPTables services41 then, restart the IPTables services 42 42 43 43 {{{ … … 47 47 48 48 === Install RPM packages === 49 Install the sourceforge RPM repository for the `*ExtUtils*` packages:49 First, install the sourceforge RPM repository for the `*ExtUtils*` packages: 50 50 {{{ 51 51 #!sh … … 53 53 }}} 54 54 55 And now the ESGF required RPM packages 55 after that, the ESGF required RPM packages : 56 56 57 57 {{{ … … 60 60 }}} 61 61 62 [[NoteBox(tip, Please make sure that the `ntp` package is installed :`$ yum install ntp`)]]62 [[NoteBox(tip, Please make sure that the `ntp` package is installed `$ rpm -qa | grep ntp`\, otherwise instal it `$ yum install ntp`)]] 63 63 64 64 65 === User configuration ===65 === ESGF user configuration === 66 66 67 Add the`esgf` user:67 Fist, add a `esgf` user: 68 68 {{{ 69 69 #!sh 70 70 $ adduser esgf 71 71 ... 72 }}} 73 After that, change the password: 74 {{{ 75 #!sh 72 76 $ passwd esgf 73 77 ... 74 78 }}} 75 79 76 configure `esgf` user with `sudoers` privileges. Add the following line to `/etc/sudoers` 80 To finish, configure the `esgf` user with `sudoers` privileges. Add the following line to `/etc/sudoers` file: 77 81 {{{ 78 82 esgf ALL=(ALL) ALL