home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / e52os2m.exe / netfbase.rsp < prev    next >
Text File  |  1998-05-27  |  5KB  |  115 lines

  1. ; sample response file for remote install of Netfinity
  2. ;
  3. ;
  4. ;  Package - which package will be selected from the main menu.
  5. ;    For Services, Package can be:
  6. ;      Active
  7. ;      Passive
  8. ;      StandAlone
  9. ;    For Manager, Package can be:
  10. ;      Manager
  11. Package = Active
  12. ;
  13. ;
  14. ;  Options - which options will be selected from the main menu.
  15. ;    These are only available with some packages.
  16. ;    For the NT/95 Manager, Active Client, and Passive Client, the RWC and Update
  17. ;       Connector options are available.
  18. ;    For the NT/95 Manager package, the Web manager, Capacity management, and Advanced
  19. ;       System Management options are also available.
  20. ;    For the OS/2 Manager, Active Client, and Passive Client, the RWC option is
  21. ;       available.
  22. ;    For the OS/2 Manager package, the Web manager and Advanced System Management options
  23. ;       are also available.
  24. ; Options = WebManager RWC CapMgt ServProc Cyber
  25. ;
  26. ;
  27. ;  InstallTo - This is the directory on a client's target drive into which Netfinity
  28. ;      will be installed.  It will be created if it does not exist.  DO NOT include
  29. ;      the drive letter in this - that will be assigned at install time
  30. InstallTo = \NETFIN
  31. ;
  32. ;
  33. ;  ChangeConfig - This says whether changes should be automatically made to the
  34. ;      config.sys file on the client's machine, if those changes need to be made.
  35. ;      TRUE or 1 will cause the changes to be automatically made.  FALSE or 0 will
  36. ;      cause the necessary changes to be stored in the file Config.New in the
  37. ;      InstallTo directory
  38. ChangeConfig = TRUE
  39. ;
  40. ;
  41. ;  RouteNMVT - This says whether SNA Network Managment Vector Transport (NMVT) generated by the
  42. ;      operating system and its subsystems are to be routed to the NetFiniti Alert Manager.
  43. ;      TRUE or 1 will cause Config.Sys to be changed.  See ChangeConfig above for related information
  44. ;      about changing Config.Sys
  45. RouteNMVT = FALSE
  46. ;
  47. ;
  48. ;  The following parameters are for the network driver configuration program.
  49. ;      The Driver.X fields need to be set to either 1 (driver X is enabled) or
  50. ;      0 (driver X is disabled).  As of the date of this file, valid networks
  51. ;      are 'TCPIP', 'NETBIOS', 'NETBIOS2', 'IPX', 'SERIPC', and 'SNA_APPC'
  52. Driver.TCPIP = 1
  53. Driver.NETBIOS = 1
  54. Driver.NETBIOS2 = 0
  55. Driver.IPX = 0
  56. Driver.SERIPC = 0
  57. Driver.SNA_APPC = 0
  58. ;
  59. ;  The ParmN.X fields are set according to the various drivers (X).  IPX
  60. ;      and TCPIP need no parameters.  NETBIOS may need Parm1 - the name of this
  61. ;      station, which must be a 1-8 character alphanumeric string.  N must be a
  62. ;      number from 1 to 3, and the parms must be in order.  (i.e. if Parm3.NETBIOS
  63. ;      exists, it must have both Parm2.NETBIOS and Parm1.NETBIOS before it)
  64. ;
  65. ;Parm1.NETBIOS = MACHINE1
  66. ;Parm1.NETBIOS2 = MACHINE2
  67. ;
  68. ;  SERIPC requires Parm1 - the name for this station.
  69. ;
  70. ;Parm1.SERIPC = MACHINE1
  71. ;
  72. ;  The Keyword.N fields are the default keywords (for discovery) that will be
  73. ;      assigned to this station.  N must be a number from 1 to 8.
  74. Keyword.1 = Netfinity
  75. ;
  76. ;  The NetTimeout parameter can be used to set the default Network Time-Out
  77. ;      value for all Netfinity applications to a value other than the default
  78. ;      of 15 seconds.  This value should only be set if the system is
  79. ;      experiencing frequent timeouts which can be attributed to heavy system
  80. ;      load and/or heavy network load.
  81. ;NetTimeout = 15
  82. ;
  83. ;
  84. ; SystemName - The name Netfinity will be recognized as when discovered.  The
  85. ;      default value is the network address.
  86. ;SystemName = Netfinity System
  87. ;
  88. ; ForceRemoteLogons - if this line is uncommented, then
  89. ;      all logons from this machine to remote systems will require using a
  90. ;      userid/password logon.  (i.e. no "default" logons will be used).  Only
  91. ;      uncomment this line if you wish this to occur.
  92. ;ForceRemoteLogons = 1
  93. ;
  94. ; ServiceAlerts - if this line is uncommented, then
  95. ;      any service starting on this machine will send a severity 7 alert to the
  96. ;      alertmanager on this machine.  Enabling this will also cause a severity
  97. ;      5 alert to be generated if an attempt is made to access a service which
  98. ;      is prevented by security.   Only uncomment this line if you want these
  99. ;      effects.
  100. ;ServiceAlerts = 1
  101. ;
  102. ; ShowSupportProgram - if this line is uncommented, then the Netfinity
  103. ;      support program will be set to be visible on this machine.
  104. ;ShowSupportProgram = 1
  105. ;
  106. ; ReqUserAuthToScreen = if this line is uncommented, then a Netfinity manager
  107. ;       only requires security access to use Screen View and Remote Workstation
  108. ;       Control services.  Otherwise, the user will NOT be prompted to approve
  109. ;       use of these services when requested.
  110. ;ReqUserAuthToScreen = 1
  111. ;
  112. ; DisableDNSNameResolution = if this line is uncommented, then DNS names will
  113. ;       not be resolved.                                                       
  114. ;DisableDNSNameResolution = 1
  115.