home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor4.zip / CSDM / CSDM2LCU.PRO < prev    next >
Text File  |  1996-04-04  |  3KB  |  123 lines

  1. * CSDM/2 Master Control Profile
  2. *
  3. * CSDM2 process this profile during run time to initialize the option
  4. * parameters.  Any parameters specified from the command line will
  5. * override the parameters defined in this profile.
  6. *
  7. * Use your favorite ASCII editor to edit this profile.  Please refer to
  8. * MSTRPRO.DOC for rules and guidelines in how to edit this profile.
  9. *
  10.  
  11. *┌────────────────────────────┐
  12. *│  Standard Options          │
  13. *└────────────────────────────┘
  14. * stdonly = ON
  15. * partition = OFF
  16. * default_boot = C:
  17. * laps = MIGRATE
  18.  
  19. *┌────────────────────────────┐
  20. *│  Default Transport         │
  21. *└────────────────────────────┘
  22. default_transport = CDROM
  23.  
  24. *┌─────────────────────────────────┐
  25. *│  Prepare Client Response Files  │
  26. *└─────────────────────────────────┘
  27. CLIENTRESPONSE:
  28. clientrspdir = C:\CLIENT
  29. ENDCLIENTRESPONSE:
  30.  
  31. *┌─────────────────────────────────┐
  32. *│  CD-ROM Transport Section       │
  33. *└─────────────────────────────────┘
  34. CDROM:
  35. maintdir = [BOOT]\MAINT
  36. logdir = A:\CSDM2\LOG
  37. ciddir = [CDROM]\CID
  38. clientdir = A:\CSDM2
  39. globalrspdir = [CID]\RSP
  40. clientrscdir = [CID]\CSDM2\CDROM\CLIENT
  41. serverrscdir = [CID]\CSDM2\CDROM\SERVER
  42. csdmsourcedir = [CID]\CSDM2
  43. movelog = MOVELOG
  44. moveclient = MOVECLNT
  45. moversp = MOVERSP
  46. * volumelabel =
  47. * preinst =
  48. * casother
  49. caslaps = LAPS
  50. caslapsprod = LAPSPROD
  51. setup = CSDMAGNT+CDINST
  52. maintenance = SEMAINT
  53. cleanup = CDDEL+CSDMDEL
  54. ENDCDROM:
  55.  
  56. *┌─────────────────────────────────┐
  57. *│  SRVIFS Transport Section       │
  58. *└─────────────────────────────────┘
  59. SRVIFS:
  60. clientrscdir = [DRIVE]\CSDM2\SRVIFS\CLIENT
  61. serverrscdir = [DRIVE]\CSDM2\SRVIFS\SERVER
  62. csdmsourcedir = [CID]\CSDM2
  63. maintdir = [BOOT]\MAINT
  64. * Define CID directory
  65. ciddir = X:
  66. cascid = THINIFS01
  67. * Define log directory
  68. logdir = Y:
  69. caslog = THINIFS02
  70. movelog = MOVELOG
  71. * Define client response directory
  72. clientdir = Z:
  73. casclient = THINIFS03
  74. moveclient = MOVECLNT
  75. * Define global response directory
  76. globalrspdir = [CID]\RSP
  77. *casglobalrsp = 
  78. moversp = MOVERSP
  79. * Miscellaneous CASPREP keyword
  80. *preinst =
  81. caslaps = LAPS
  82. caslapsprod = LAPSPROD
  83. caslapsprep = LAPS_PREP
  84. *setup =
  85. casother = CSDMAGNT
  86. maintenance = SEMAINT
  87. cleanup = IFSDEL+CSDMDEL
  88. ENDSRVIFS:
  89.  
  90. *┌─────────────────────────────────┐
  91. *│  NFS Transport Section          │
  92. *└─────────────────────────────────┘
  93. NFS:
  94. clientrscdir = [DRIVE]\CSDM2\NFS\CLIENT
  95. serverrscdir = [DRIVE]\CSDM2\NFS\SERVER
  96. csdmsourcedir = [CID]\CSDM2
  97. maintdir = [BOOT]\MAINT
  98. * Define CID directory
  99. ciddir = X:
  100. cascid = THINTCP01
  101. * Define log directory
  102. logdir = Y:\[HOST]
  103. caslog = THINTCP02
  104. movelog = MOVELOG
  105. * Define client response directory
  106. clientdir = Z:\[HOST]
  107. casclient = THINTCP03
  108. moveclient = MOVECLNT
  109. * Define global response directory
  110. globalrspdir = [CID]\RSP
  111. *casglobalrsp = 
  112. moversp = MOVERSP
  113. * Miscellaneous CASPREP keyword
  114. *preinst =
  115. caslaps = LAPS
  116. caslapsprod = LAPSPROD
  117. caslapsprep = LAPS_PREP
  118. setup = THINTCP
  119. casother = CSDMAGNT
  120. maintenance = SEMAINT
  121. cleanup = TCPDEL+CSDMDEL
  122. ENDNFS:
  123.