Changes between Version 21 and Version 22 of ESGFNodeInstallation
- Timestamp:
- Nov 12, 2013 1:01:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v21 v22 127 127 128 128 129 129 {{{ 130 130 131 131 /usr/local/pgsql/bin/createuser -U postgres -P -s -e dbsuper … … 143 143 ------------------------------------------- 144 144 145 Questionnaire interactif 4 145 }}} 146 147 {{{ 146 148 147 149 Looking for keystore [/esg/config/tomcat/keystore-tomcat]... (don't see one)... … … 155 157 Do you wish to generate a Certificate Signing Request at this time? [Y/n] Y 156 158 157 Questionnaire interactif 5 159 }}} 160 161 {{{ 158 162 159 163 Please enter the password for this keystore : 160 164 Please re-enter the password for this keystore: 161 165 162 Questionnaire interactif 6 166 }}} 167 168 {{{ 163 169 164 170 Create user credentials … … 168 174 Would you like to add another user? [y/N]: 169 175 170 Questionnaire interactif 7 176 }}} 177 178 179 {{{ 180 171 181 172 182 Please Enter the IP address of this host [134.157.179.48]:> … … 196 206 Is this correct? [Y/n] Y 197 207 198 Questionnaire interactif 8 208 }}} 209 210 211 {{{ 199 212 200 213 Loading KeyStore /esg/config/tomcat/esg-truststore.ts... … … 217 230 Enter certificate to add to trusted keystore or 'q' to quit: [1] > Y 218 231 219 Questionnaire interactif 9 232 }}} 233 234 235 {{{ 220 236 221 237 Creating directory /esg/content/thredds/esgcet … … 231 247 Add new line: 232 248 233 Bug 1 234 235 Processing esgf_node_manager-0.1.5-py2.7.egg 236 creating /usr/local/uvcdat/1.3.3/lib/python2.7/site-packages/esgf_node_manager-0.1.5-py2.7.egg 237 Extracting esgf_node_manager-0.1.5-py2.7.egg to /usr/local/uvcdat/1.3.3/lib/python2.7/site-packages 238 Adding esgf-node-manager 0.1.5 to easy-install.pth file 239 Installing esgf_node_manager_initialize script to /usr/local/uvcdat/1.3.3/bin 240 241 Installed /usr/local/uvcdat/1.3.3/lib/python2.7/site-packages/esgf_node_manager-0.1.5-py2.7.egg 242 Processing dependencies for esgf-node-manager==0.1.5 243 Finished processing dependencies for esgf-node-manager==0.1.5 244 Traceback (most recent call last): 245 File "/usr/local/uvcdat/1.3.3/bin/esgf_node_manager_initialize", line 5, in <module> 246 pkg_resources.run_script('esgf-node-manager==0.1.5', 'esgf_node_manager_initialize') 247 File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 505, in run_script 248 File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 1245, in run_script 249 File "/usr/local/uvcdat/1.3.3/lib/python2.7/site-packages/esgf_node_manager-0.1.5-py2.7.egg/EGG-INFO/scripts/esgf_node_manager_initialize", line 10, in <module> 250 from migrate.versioning.exceptions import DatabaseAlreadyControlledError 251 ImportError: No module named exceptions 252 ERROR: Could not create esgf manager database tables in esgcet 253 254 rm -Rf /usr/local/uvcdat/1.3.3/lib/python2.7/site-packages/sqlalchemy_migrate-0.7.2-py2.7.egg/ 255 esg-node --type [data compute index idp] --install 256 257 Supprimer le répertoire sqlalchemy_migrate-0.7.2-py2.7.egg puis relancer l'installation 258 259 Questionnaire interactif 10 249 }}} 250 251 252 {{{ 260 253 261 254 # ESGF cronjob BEGIN ### … … 263 256 # ESGF cronjob END ### 264 257 Is this ok ? [Y/n]Y 265 266 Questionnaire interactif 11 258 }}} 259 260 261 {{{ 267 262 268 263 # ESGF cronjob BEGIN ### … … 272 267 Is this ok ? [Y/n]Y 273 268 274 Questionnaire interactif 12 269 }}} 270 271 272 {{{ 275 273 276 274 Server sent 2 certificate(s): … … 288 286 Enter certificate to add to trusted keystore or 'q' to quit: [1] > 1 289 287 290 Fin 291 292 esg-node restart 293 288 }}} 289 290 291 After that, you should restart the esg-node: 292 {{{ 293 #!sh 294 $ sudo ./esg-node restart 295 }}} 294 296 295 297