X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=5ebfcd3ed4ac714ec8ef689d2be7fb00535b5dc4;hb=c76d814c4ebc9ec7fc962c900cb4b48ed58a4f30;hp=2486f703d80677c9aa9bbcfaa60a2a168a238df3;hpb=7d77cebae2b7af01eb7211f4ca9860217b3d32cb;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index 2486f70..5ebfcd3 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra @@ -147,6 +147,10 @@ + FIXME - Didn't Adam make something to have multiple databases in multiple dirs... + + + @@ -186,6 +190,7 @@ Specifies the Z39.50 database name. + FIXME - now we can have multiple databases in one server. -H @@ -428,10 +433,14 @@ in the configuration file. In addition, you should set storeKeys to 1, since the Zebra indexer must save additional information about the contents of each record - in order to modify the indices correctly at a later time. + in order to modify the indexes correctly at a later time. + FIXME - There must be a simpler way to do this with Adams string tags -H + + + For example, to update records of group esdd located below /data1/records/ you should type: @@ -635,19 +644,22 @@ each directory in the order specified and use the next specified directories as needed. The size is an integer followed by a qualifier - code, M for megabytes, + code, + b for bytes, k for kilobytes. + M for megabytes, + G for gigabytes. For instance, if you have allocated two disks for your register, and the first disk is mounted - on /d1 and has 200 MB of free space and the - second, mounted on /d2 has 300 MB, you could + on /d1 and has 2GB of free space and the + second, mounted on /d2 has 3.6 GB, you could put this entry in your configuration file: - register: /d1:200M /d2:300M + register: /d1:2G /d2:3600M