Difference between revisions of "PubMan 7 13"

From MPDLMediaWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by one other user not shown)
Line 20: Line 20:


== PidManager ==
== PidManager ==
*wget http://rd.mpdl.mpg.de/nexus/service/local/repositories/thirdparty/content/de/escidoc/pidmanager/1.0/pidmanager-1.0-patched.war
*gepatches pidmanager.war nach /usr/share/jboss/server/default/deploy kopieren
*gepatches pidmanager.war nach /usr/share/jboss/server/default/deploy kopieren


Line 28: Line 29:


== PubMan Properties ==
== PubMan Properties ==
* /usr/share/pubman/modules/pubman/main/pubman.properties:
 
   escidoc.pid.gwdg.service.url=http://vm04.pid.gwdg.de:8081/handles/
* /usr/share/pubman/modules/pubman/main/pubman.properties:  
   escidoc.pid.gwdg.service.suffix=21.T11998
  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.timeout=4
   escidoc.pid.gwdg.user.login=mpdlpid
 
   escidoc.pidcache.user.password=XXXXXXXXXX
   escidoc.pid.gwdg.user.login=
   escidoc.pid.gwdg.user.password=
 
 
* 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==
Line 41: Line 52:
== PubMan PidCache ==
== PubMan PidCache ==
* 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



Latest revision as of 10:07, 25 February 2022

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=
 escidoc.pid.gwdg.user.password=


  • 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]