User Tools

Site Tools


scratchpad:dmcmorris:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scratchpad:dmcmorris:start [2007/05/24 08:28] dmcmorrisscratchpad:dmcmorris:start [2022/02/10 13:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +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? =====
 +<code>
 +request router opensrf.router.info.class.list
 +</code>
 +
 +==== Hostname lookup ====
 +<code>
 +perl -MNet::Domain=hostfqdn -e "print hostfqdn();"
 +</code>
 +
 +==== What's our orgtree look like? ====
 +This will dump the orgtree, such as would be needed by /openils/bin/org_tree_html_options.pl.
 +<code>
 +request open-ils.storage open-ils.actor.org_tree.retrieve
 +</code>
 +
 +==== Simple Storage/CStore test ====
 +<code>
 +request open-ils.cstore open-ils.cstore.direct.actor.user.retrieve 1
 +request open-ils.storage open-ils.storage.direct.actor.user.retrieve 1
 +</code>
 +
 +==== Config/Log zip-up ====
 +<code>
 +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/
 +</code>
 +and send us openils.tar.bz2.
 +
 +==== Gateway ====
 +<code>
 +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=
 +</code>
 +
 +
 +
 +
 +==== Other sections =====
 +[[dbdtest]]
 +
 +[[retcon2codabar|Retrospective Conversion to CODABAR-Standard barcodes]]
 +
 +[[http://open-ils.org/documentation/evergreen_1.1.3_erd.html|EG1.1 DB Index]]
 +
 +[[http://old.linux-foundation.org/newsroom/press_releases/2004/2004_05_24_dco.html|DCO 1.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.