User Tools

Site Tools


scratchpad:dmcmorris:start

This page (heck… this namespace) is intended for my uncoordinated notes for some issues. Some of it may be useful to move into general documentation. But for now, I'm going to just use this for some small stuff…

What workers are loaded?

request router opensrf.router.info.class.list

Hostname lookup

perl -MNet::Domain=hostfqdn -e "print hostfqdn();"

What's our orgtree look like?

This will dump the orgtree, such as would be needed by /openils/bin/org_tree_html_options.pl.

request open-ils.storage open-ils.actor.org_tree.retrieve

Simple Storage/CStore test

request open-ils.cstore open-ils.cstore.direct.actor.user.retrieve 1
request open-ils.storage open-ils.storage.direct.actor.user.retrieve 1

Config/Log zip-up

user$ su opensrf
opensrf$ mkdir /tmp/openils
opensrf$ cp -Rv /openils/{var/log,conf} /tmp/openils
opensrf$ cd /tmp/openils/conf
/* Take this moment to go through the conf and sanitize it of any
sensitive passwords */
opensrf$ cd /tmp
opensrf$ tar -cjf openils.tar.bz2 openils/

and send us openils.tar.bz2.

Gateway

http://demo.gapines.org/gateway?service=open-ils.auth&method=open-ils.auth.authenticate.init&param=1
http://gapines.org/gateway?service=open-ils.actor&method=opensrf.open-ils.system.ils_version&param=

Other sections

scratchpad/dmcmorris/start.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.