home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Utils / rmcommander.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  3.3 KB  |  99 lines

  1.  
  2.  
  3.  
  4.    =====( RMCommander V1.10 )=========================================
  5.  
  6.  
  7.         Trion 'Resource Manager Commander' Utility.
  8.  
  9.         (c) Copyright Paul Spijkerman, '95-'98. All rights reserved.
  10.  
  11.         Written for use with the Trion BBS package.
  12.  
  13.  
  14.    ===================================================================
  15.  
  16.  
  17.    This is a Utility to give all kind of commands to the
  18.    Trion Resource Manager.
  19.    With this command you can for instance expell the whole system
  20.    from memory or reduce the number of messages on the system.
  21.  
  22.    For some of these commands there are scripts for simple use
  23.    like the 'TrimMsgs' or the 'SalvageFiles' scripts.
  24.    This will be al lot clearer in your scripts or crontab then
  25.    the flags normally used with RMCommander.
  26.  
  27.    Look for examples at the trion:scripts/ directory or
  28.    the trion:down script.
  29.  
  30.  
  31.    These are the commands the RMCommander supports at this time:
  32.  
  33.     -Q  = quit trionRM.
  34.     -A  = quit all nodes if possible.
  35.     -T  = trim message base.
  36.         = renumber message base.      (-R)
  37.     -K  = Remake FileCat keyfiles.
  38.     -F  = ReScan FileCat Descriptions.
  39.     -G  = Remake GlobalIndex file.
  40.     -D  = RM debug mode on.
  41.     -O  = RM debug mode off.
  42.  
  43.  
  44.  
  45.  
  46.  
  47.     -Q - Quit TrionRM
  48.  
  49.              This will Quit the resource manager if there
  50.              are no nodes active.
  51.  
  52.     -A - Quit TrionRM
  53.  
  54.              This will quit all BBS nodes , TrionRM will then
  55.              wait untill all node area down and quit itself.
  56.  
  57.     -T trim messages..
  58.  
  59.              This will reduce the amount of messages in the
  60.              message sections to the maximum amount of messages
  61.              configured in the "trion:cfg/mailareas.cfg" for
  62.              each message section.
  63.  
  64.     -K remake filecat keyfiles.
  65.  
  66.              In the filecatalogue directory there is a keyfile
  67.              for each file section. The keyfiles contain the
  68.              sequence of the files in Alphabetical and
  69.              chronological order. So they are needed for
  70.              file lists .. or else the BBS wouldn't know
  71.              in which order to list the files.
  72.              When you lost any keyfiles, you can remake
  73.              them with this command.
  74.  
  75.     -F rescan descripties.
  76.  
  77.              When a description file in the filecat directory
  78.              was accidently changed, for instance one line
  79.              has gotten shorter or longer, then the BBS looses
  80.              track of the descriptions in that section.
  81.              With this function changed positions in the
  82.              catalog files are updated.
  83.  
  84.     -G Remake GlobalIndex file.
  85.  
  86.              Every file has an entry in the file catalogue with
  87.              a lot of information .. but also every file has a short
  88.              entry in the globalindex, this is needed for very quick
  89.              access to the file catalogue if it has to be downloaded
  90.              or if there has to be checked if a file exists yet
  91.              (while uploading for instance) .. because the file
  92.              is sorted on name and the TrionRM has an index in memory of
  93.              the characters the names start with, it can get the
  94.              position in the file catalogue of the file in a split second.
  95.              When you have lost the GlobalIndex file, or you are
  96.              removing file areas you have to remake the GlobalIndex.
  97.  
  98.  
  99.