home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / rpldel.zip / RPLDEL.DOC next >
Text File  |  1996-03-07  |  3KB  |  88 lines

  1.  
  2.           RPLDEL.EXE  LAN Server 4.0 Productivity Aids Program
  3.  
  4.  
  5. This program, RPLDEL.EXE, can be used to delete LAN Server Version 4.0
  6. remote IPL client definitions from an OS/2 command line.  The files
  7. included in this package are:
  8.  
  9.      RPLDEL.EXE - Executable program
  10.      RPLDEL.FIL - Sample input file
  11.      RPLDEL.DOC - This README document
  12.      RPLDEL.ICO - Icon file
  13.  
  14.  
  15. USING RPLDEL
  16. ============
  17.  
  18. RPLDEL can be used to delete remote IPL definitions from any OS/2 workstation
  19. within the same domain.  The local workstation and the target remote IPL
  20. server must both be running LAN Server Version 4.0.  The local workstation
  21. must be logged on with administrator level privilege.  The target remote IPL
  22. server must have the Server service started, but does not require that the
  23. Remoteboot service be started.
  24.  
  25.  
  26. COMMAND LINE PARAMETERS
  27. =======================
  28.  
  29.   REQUIRED PARAMETERS
  30.  
  31.     /F:input_filename
  32.       This required parameter specifies the path and file name of the source
  33.       input file containing the formatted records that will be used as
  34.       input to the RPLDEL.EXE program.  See the INPUT FILE FORMAT section
  35.       of this document for an explanation of the input file format.
  36.  
  37.  
  38.   OPTIONAL PARAMETERS
  39.  
  40.    /O:output_log_filename
  41.      This optional parameter specifies the path and file name of an ouput
  42.      log file that will be used to record all output from the RPLDEL.EXE
  43.      program.  If this parameter is specified, all output that would normally
  44.      be displayed on the display, will be redirected to a file.
  45.  
  46.    /Debug
  47.      This optional parameter specifies to display additional debug information
  48.      about the execution of the RPLDEL.EXE program.  This parameter can be
  49.      useful for displaying information about the parameters that are parsed
  50.      from the input file.
  51.  
  52.  
  53. INPUT FILE FORMAT
  54. =================
  55.  
  56. RPLDEL.EXE requires an input file containing formatted records.  A sample
  57. input file, RPLDEL.FIL, is supplied with this program.  Below is a brief
  58. description of the input file format.
  59.  
  60.   PARAMETER 1 = NAME
  61.  
  62.     The name of the remote IPL machine definition to be deleted.
  63.  
  64.   PARAMETER 2 = SERVERNAME (Optional)
  65.  
  66.     The SERVERNAME is the name of the target server where the remote IPL
  67.     machine will be deleted.  The server name specified must exist within
  68.     the same domain as the machine where RPLDEL is being executed.
  69.     The SERVERNAME parameter is optional if the remote IPL machines are
  70.     to be deleted on the same machine where RPLDEL is being run.
  71.  
  72. Below are sample input lines...
  73.  
  74.  
  75. ;NAME          [SERVERNAME] (Optional)
  76. ;-----------   ------------
  77. RPL_MACH1
  78. RPL_MACH2      RIPL_SERV
  79.  
  80.  
  81. The results expected from each line above are...
  82.  
  83.   A remote IPL definition for RPL_MACH1 will be deleted on the local server.
  84.  
  85.   A remote IPL definition for RPL_MACH2 will be deleted on RIPL_SERV server.
  86.  
  87. End of RPLDEL.DOC.
  88.