home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / rpladd.zip / RPLADD.FIL < prev    next >
Text File  |  1996-03-07  |  8KB  |  157 lines

  1. ;-------------------------------------------------------------------------
  2. ; RPLADD.FIL - This is a sample input file which is distributed with the
  3. ;              RPLADD remote IPL utility.  This file is an example of the
  4. ;              input record format.  The file input format is chosen by
  5. ;              command line switch /F:filename when running RPLADD.EXE.
  6. ;              Example:  RPLADD /F:RPLADD.FIL
  7. ;-------------------------------------------------------------------------
  8. ;
  9. ;<<--- COMMENTS! Any line that begins with a 'semi-colon' is a COMMENT.
  10. ;
  11. ;-------------------------------------------------------------------------
  12. ; EXPLANATION OF INPUT PARAMETERS....
  13. ;-------------------------------------------------------------------------
  14. ;
  15. ;-------------------------------------------------------------------------
  16. ; CREATE TYPE
  17. ;-------------------------------------------------------------------------
  18. ;   CREATE TYPE = 2 is specified to create a new machine definition
  19. ;      and will inherit the default machine configuration.
  20. ;
  21. ;   CREATE TYPE = 12 is specified to create a new machine from an existing
  22. ;      model machine definition.  The new machine will inherit all of the
  23. ;      configuration files from the model machine definition.  The new
  24. ;      machine and the model machine must exist on the same server.
  25. ;-------------------------------------------------------------------------
  26. ;
  27. ;-------------------------------------------------------------------------
  28. ; NAME
  29. ;-------------------------------------------------------------------------
  30. ;   The name of the new remote IPL machine definition.  The machine name
  31. ;      must be a unique name within the Domain.  DOS remote IPL machine
  32. ;      names cannot exceed 8 characters in length.  Machine names defined
  33. ;      on a server with a FAT file system cannot exceed 8 characters in
  34. ;      length.
  35. ;-------------------------------------------------------------------------
  36. ;
  37. ;-------------------------------------------------------------------------
  38. ; ADAPTER ADDRESS
  39. ;-------------------------------------------------------------------------
  40. ;   The ADAPTER ADDRESS is the 12 character universal adapter address of
  41. ;      the remote IPL machine.
  42. ;-------------------------------------------------------------------------
  43. ;
  44. ;-------------------------------------------------------------------------
  45. ; SERVER RECORD IDENTIFIER
  46. ;-------------------------------------------------------------------------
  47. ;  The SERVER RECORD IDENTIFIER specifies the operating system plus
  48. ;      network adapter type configuration information.
  49. ;      The SERVER RECORD IDENTIFIER specified must exist as an enabled
  50. ;      server record identifier on the remote IPL server.
  51. ;-------------------------------------------------------------------------
  52. ;
  53. ;-------------------------------------------------------------------------
  54. ; OS/2 DRIVE - OS/2 PARAMETER ONLY
  55. ;-------------------------------------------------------------------------
  56. ;   The OS/2 DRIVE specifies the boot drive letter for the OS/2 remote IPL
  57. ;   machine.
  58. ;   NOTE:  USE THIS PARAMETER FOR OS/2 MACHINE DEFINITIONS ONLY!
  59. ;-------------------------------------------------------------------------
  60. ;
  61. ;-------------------------------------------------------------------------
  62. ; OS/2 CONFIG - OS/2 PARAMETER ONLY
  63. ;-------------------------------------------------------------------------
  64. ;   The OS/2 CONFIG parameter is used to specify OS/2 configuration
  65. ;   parameters for the OS/2 remote IPL machine.  A combination of 3
  66. ;   flags(4 flags for DBCS countries) are to be specified, one from
  67. ;   each of the catagories.  There should be no spaces between the flags.
  68. ;
  69. ;   SWAPPER.DAT LOCATION
  70. ;      L = SWAPPER.DAT file located on remote IPL machine hard disk
  71. ;      S = SWAPPER.DAT file located on server hard disk
  72. ;   BUS ARCHITECTURE
  73. ;      I = ISA bus architecture
  74. ;      M = Microchannel bus architecture
  75. ;   DISPLAY TYPE
  76. ;      3 = S-3 Super VGA display
  77. ;      8 = 8514 display
  78. ;      E = EGA display
  79. ;      U = Super VGA display(non S-3)
  80. ;      V = VGA display
  81. ;      X = XGA display
  82. ;      N = PS/55 16 color display(DBCS countries)
  83. ;      O = PS/55 256 color display(DBCS countries)
  84. ;      P = PS/55 256P color display(DBCS countries)
  85. ;   KEYBOARD TYPE (DBCS COUNTRIES ONLY)
  86. ;      A = DBCS AX keyboard
  87. ;      B = DBCS 101 keyboard
  88. ;      C = DBCS 103 keyboard
  89. ;      D = DBCS 106 keyboard
  90. ;
  91. ;   NOTE:  USE THIS PARAMETER FOR OS/2 MACHINE DEFINITIONS ONLY!
  92. ;-------------------------------------------------------------------------
  93. ;
  94. ;-------------------------------------------------------------------------
  95. ; DOS IMAGE - DOS PARAMETER ONLY
  96. ;-------------------------------------------------------------------------
  97. ;   The DOS IMAGE specifies the DOS image file for the remote IPL machine.
  98. ;   The DOS image file must exist on the target server before the DOS
  99. ;   remote IPL machine can be defined.  Do not specify a file name extention
  100. ;   for the DOS IMAGE parameter.
  101. ;   NOTE:  USE THIS PARAMETER FOR DOS MACHINE DEFINITIONS ONLY!
  102. ;-------------------------------------------------------------------------
  103. ;
  104. ;-------------------------------------------------------------------------
  105. ; SERVERNAME (Optional)
  106. ;-------------------------------------------------------------------------
  107. ;   The SERVERNAME is the name of the target server where the remote IPL
  108. ;   machine will be created.  The server name specified must exist within
  109. ;   the same domain as the machine where RPLADD is being run.
  110. ;   The SERVERNAME parameter is optional if the remote IPL machines are
  111. ;   to be created on the same machine where RPLADD is being run.
  112. ;-------------------------------------------------------------------------
  113.  
  114.  
  115. ;CREATE  NAME           ADAPTER       SERVER RECORD  OS/2   OS/2    DOS       [SERVERNAME]
  116. ;TYPE                   ADDRESS       IDENTIFIER     DRIVE  CONFIG  IMAGE     (Optional)
  117. ;------  -------------- ------------  -------------  -----  ------  --------  ------------
  118. 2        OS2_MACH       10005A111111  R_230_OTK      Z      LI3
  119. 2        DOS_MACH       10005A222222  R_DTK                         STD3HFUL
  120. 2        OS2JAPAN       10005A333333  R_21_OTK       J      SMND              SVR_JAPAN
  121.  
  122.  
  123. ;CREATE  NAME           ADAPTER       MODEL         [SERVERNAME]
  124. ;TYPE                   ADDRESS       NAME          (Optional)
  125. ;------  -------------  ------------  ------------  ------------
  126. 12       NEW_MACH       10005A444444  MODEL_MACH    RIPL_SERV
  127.  
  128.  
  129. ;-------------------------------------------------------------------------
  130. ;The results expected from each line above are...
  131. ;
  132. ; A remote IPL definition for OS2_MACH will be created on the local server.
  133. ; OS2_MACH will be defined as an OS/2 remote IPL machine and will be created
  134. ; from the R_230_OTK standard configuration files.  OS2_MACH will boot from
  135. ; drive letter "Z:" and will be configured for a local SWAPPER.DAT file,
  136. ; ISA bus architecture and an S3 SVGA display.  Note that the remote IPL
  137. ; server must be preconfigured to support SVGA display types.
  138. ;
  139. ; A remote IPL definition for DOS_MACH will be created on the local server.
  140. ; DOS_MACH will be defined as a DOS remote IPL machine and will be created
  141. ; from the R_DTK standard configuration files.  DOS_MACH will boot using
  142. ; the STD3HFUL DOS image file.
  143. ;
  144. ; A remote IPL definition for OS2JAPAN will be created on SVR_JAPAN server.
  145. ; OS2JAPAN will be defined as an OS/2 remote IPL machine and will be created
  146. ; from the R_21_OTK standard configuration files.  OS2JAPAN will boot from
  147. ; drive letter "J:" and will be configured for a server SWAPPER.DAT file,
  148. ; microchannel bus architecture, PS/55 16 color display and DBCS 106 keyboard.
  149. ;
  150. ; A remote IPL definition for NEW_MACH will be created on RIPL_SERV server.
  151. ; NEW_MACH will inherit all the configuration information of MODEL_MACH.
  152. ; NEW_MACH and MODEL_MACH will exist on the same remote IPL server.
  153. ;
  154. ;-------------------------------------------------------------------------
  155. ; END OF RPLADD.FIL - RPLADD.EXE SAMPLE INPUT FILE
  156. ;-------------------------------------------------------------------------
  157.