Difference between revisions of "PubMan 7 13"

From MPDLMediaWiki
Jump to navigation Jump to search
(Undo revision 105954 by Siedersleben (talk))
(Undo revision 105953 by Siedersleben (talk))
Line 27: Line 27:


== PubMan Properties ==
== PubMan Properties ==
 
* /usr/share/pubman/modules/pubman/main/pubman.properties:
  escidoc.pidcache.refresh.interval=10
  escidoc.pid.gwdg.service.url=http://pid.gwdg.de/handles/
  escidoc.pid.gwdg.service.suffix=21.11116
  escidoc.pid.gwdg.timeout=4
 
  escidoc.pid.gwdg.user.login=mpdl-pid-usr01
  escidoc.pid.gwdg.user.password=SGJybq2pb9
* set logging of pidcache to DEBUG mode (reset later) in .../standalone/configuration/standalone.xml:
  <logger category="de.mpg.escidoc.services.pidcache">
        <level name="DEBUG"/>
  </logger>


== PubMan Apache==
== PubMan Apache==

Revision as of 17:50, 20 March 2018

PubMan 7.13 Release[edit]

Server[edit]

Affected Servers[edit]

Prepare read only system[edit]

Fedora[edit]

Coreservice Apache[edit]

Coreservice JBoss[edit]

Core Infrastructure[edit]

Core Properties[edit]

Core Index Properties[edit]

PidManager[edit]

PubMan EAR[edit]

PubMan Properties[edit]

  • /usr/share/pubman/modules/pubman/main/pubman.properties:
 escidoc.pidcache.refresh.interval=10
 escidoc.pid.gwdg.service.url=http://pid.gwdg.de/handles/
 escidoc.pid.gwdg.service.suffix=21.11116
 escidoc.pid.gwdg.timeout=4
 
 escidoc.pid.gwdg.user.login=mpdl-pid-usr01 
 escidoc.pid.gwdg.user.password=SGJybq2pb9


  • set logging of pidcache to DEBUG mode (reset later) in .../standalone/configuration/standalone.xml:
 <logger category="de.mpg.escidoc.services.pidcache">
       <level name="DEBUG"/>
 </logger>

PubMan Apache[edit]

PubMan Wildfly[edit]

PubMan PidCache[edit]

  • remove old cache containing pids from old GWDG pid server before (import logs sind in postgres und nicht in h2 db!)
 cd /usr/share/pubman/standalone/data/
 mv ./pubman_db  ./pubman_db_bak
 mkdir pubman_db
 chown jboss:jboss pubman_db
  • build new cache with pids from new GWDG pid server: set escidoc.pidcache.refresh.interval to 10 sec temporarily till cache is full

eSciDoc-OAI-Provider[edit]

AA[edit]

Validation Database[edit]

Migration database[edit]

CoNE[edit]

eSciDoc Admin[edit]

Data Migration[edit]

PubMan Software Homepage[edit]

Miscellaneous[edit]