home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / RCNW.ZIP / RC.DOC next >
Text File  |  1992-11-04  |  3KB  |  76 lines

  1. Remote Console II v1.00
  2. =======================
  3. Copyright (c) 1992 by Lubor Ptacek & Wolfgang Schreiber
  4.  
  5. Purpose:
  6.     Remote Console II is a small useful client-server utility for 
  7.     NetWare v3.11 which makes it possible to execute commands on 
  8.     file server console directly from a workstation without using 
  9.     the RCONSOLE utility.
  10.  
  11.     This utility consists of two parts: RC.EXE started from the 
  12.     client workstation and RC.NLM running on the file server.
  13.  
  14. Installation:
  15.     The INSTALLATION is very simple:
  16.     1) Run RC.EXE as a SUPERVISOR from your workstation with the 
  17.     parameter /I resp. /INSTALL. The default setting allows 
  18.     usage of RC only for SUPERVISOR and his equivalents.
  19.  
  20.     If you want to allow the usage of RC to an other user than 
  21.     SUPERVISOR, you can add this user to the Queue Users List for 
  22.     the RC_INPUT_QUEUE. This can be done with the NetWare utility 
  23.     PCONSOLE.
  24.  
  25.     2) After the communication queue has been installed with "RC /i" 
  26.     you have to load RC.NLM on the file server. Now the RC.NLM 
  27.     is ready to serve.
  28.  
  29. De-Installation:
  30.     To deinstall RC you just have to run RC.EXE from your worksta- 
  31.     tion with the parameter /D resp. /DEINSTALL. This will fully 
  32.     deinstall the communication queue and automatically unload 
  33.     the RC.NLM.
  34.  
  35. Usage:
  36.     Once RC is installed and loaded on a file server every user 
  37.     listed as queue user for the queue RC_INPUT_QUEUE may submit 
  38.     commands to the file server and receive the results on the 
  39.     workstation screen.
  40.  
  41.     RC will sent the commands to the server and display the server 
  42.     messages on the workstation screen.  If you plan to run 
  43.     interactive server menus (e.g. MONITOR.NLM, INSTALL.NLM) you 
  44.     should use RCONSOLE.
  45.  
  46.     By default only supervisor equivalents may submit commands to 
  47.     the server, but the list of legal users can be modified in the 
  48.     menu option "Print Queue Information"/"Queue Users" of NetWare's 
  49.     PCONSOLE utility.
  50.  
  51.     To redirect the console output use the standard DOS syntax:
  52.        e.g.:  "RC display servers > LPT1"
  53.  
  54. Syntax:
  55.     Possible parameters for RC.EXE:
  56.     RC /i[nstall]   [/s=<serverName>]
  57.     RC /d[einstall] [/s=<serverName>]
  58.     RC <command>    [/s=<serverName>]
  59.  
  60.     Entries in square brackets are optional.
  61.     <serverName> is the name of any server in your network and 
  62.     <command> is any file server console command.  RC must have been 
  63.     installed and the NLM must be loaded on the destination server.
  64.  
  65. Examples:  
  66.         RC /Install            (Install RC on the default server)
  67.         RC mount vol3          (mount a volume)
  68.         RC bstart              (start btrieve)
  69.  
  70. Royalties:
  71.     This utility is a Public Domain program which excludes any 
  72.     compensation or support claims to the authors.  The programs 
  73.     were thoroughly tested, but usage is at your own risk.
  74.  
  75.     Have a lot of fun using RC !
  76.