X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=417a3da09e40b0213cc4d3f3fb981f1f9a553d31;hb=4fe772289b1ab968655c27b144d08fc69c113fd9;hp=2486f703d80677c9aa9bbcfaa60a2a168a238df3;hpb=c1dc7627995e76239179aad06d41c73dadfdb67f;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index 2486f70..417a3da 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 @@ -432,6 +437,10 @@ + 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