Difference between revisions of "PubMan 7 13"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 50: Line 50:


== PubMan PidCache ==
== PubMan PidCache ==
* move pubman_db nach pubman_db_bak, create new directory pubman_db, chmod...
* remove old cache containing pids from old GWDG pid server before (import logs sind in postgres und nicht in h2 db!)
* 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/pubman_db
   cd /usr/share/pubman/standalone/data/
   rm -rf *
  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
* build new cache with pids from new GWDG pid server: set escidoc.pidcache.refresh.interval to 10 sec temporarily till cache is full



Revision as of 09:30, 8 January 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]

  • gepatches pidmanager.war nach /usr/share/jboss/server/default/deploy kopieren

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]