home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / pbd / pbd_prep / disk1 / setup.nfo < prev    next >
INI File  |  1995-05-11  |  24KB  |  632 lines

  1. [LOADER]
  2. \SYSTEM;\PALLOADR.NLM
  3. $END
  4.  
  5. [DOWN]
  6. CLIB.NLM
  7. SPXS.NLM
  8. STREAMS.NLM
  9. TLI.NLM
  10. TSA311.NLM
  11. TSA312.NLM
  12. TSA400.NLM
  13. SMDR.NLM
  14. $END
  15.  
  16. [COMMON]
  17. $END
  18.  
  19. [NW311]
  20. \SYSTEM;\NW311\A3112.NLM
  21. \SYSTEM;\NW311\AFTER311.NLM
  22. \SYSTEM;\NW311\CLIB.NLM
  23. \SYSTEM;\NW311\IPXS.NLM
  24. \SYSTEM;\NW311\MATHLIB.NLM
  25. \SYSTEM;\NW311\MATHLIBC.NLM
  26. \SYSTEM;\NW311\SMDR.NLM
  27. \SYSTEM;\NW311\SPXDDFIX.NLM
  28. \SYSTEM;\NW311\SPXFIX2.NLM
  29. \SYSTEM;\NW311\SPXFSFIX.NLM
  30. \SYSTEM;\NW311\SPXLISFX.NLM
  31. \SYSTEM;\NW311\SPXMSFIX.NLM
  32. \SYSTEM;\NW311\SPXS.NLM
  33. \SYSTEM;\NW311\STREAMS.NLM
  34. \SYSTEM;\NW311\TLI.NLM
  35. \SYSTEM;\NW311\TSA311.NLM
  36. \SYSTEM;\NW311\TSADOS.NLM
  37. \SYSTEM;\NW311\TSAPROXY.NLM
  38. \SYSTEM;\NW311\WSMAN.NLM
  39. \SYSTEM;\NW311\XMDFIX.NLM
  40. $END
  41.  
  42. [NW312]
  43. \SYSTEM;\NW312\PM312.NLM
  44. \SYSTEM;\NW312\SMDR.NLM
  45. \SYSTEM;\NW312\SPXCONFG.NLM
  46. \SYSTEM;\NW312\SPXDDFIX.NLM
  47. \SYSTEM;\NW312\SPXFIX2.NLM
  48. \SYSTEM;\NW312\SPXNSFIX.NLM
  49. \SYSTEM;\NW312\TSA312.NLM
  50. \SYSTEM;\NW312\TSADOS.NLM
  51. \SYSTEM;\NW312\TSAPROXY.NLM
  52. \SYSTEM;\NW312\WSMAN.NLM
  53. \SYSTEM;\NW312\CLIB.NLM
  54. \SYSTEM;\NW312\IPXS.NLM
  55. \SYSTEM;\NW312\SPXS.NLM
  56. \SYSTEM;\NW312\STREAMS.NLM
  57. \SYSTEM;\NW312\TLI.NLM
  58. $END
  59.  
  60. [NW401]
  61. \SYSTEM;\NW401\SMDR.NLM
  62. \SYSTEM;\NW401\TSA400.NLM
  63. \SYSTEM;\NW401\TSADOS.NLM
  64. \SYSTEM;\NW401\TSANDS.NLM
  65. \SYSTEM;\NW401\TSAPROXY.NLM
  66. \SYSTEM;\NW401\WSMAN.NLM
  67. $END
  68.  
  69. [NW402]
  70. \SYSTEM;\NW402\SMDR.NLM
  71. \SYSTEM;\NW402\TSA400.NLM
  72. \SYSTEM;\NW402\TSADOS.NLM
  73. \SYSTEM;\NW402\TSANDS.NLM
  74. \SYSTEM;\NW402\TSAPROXY.NLM
  75. \SYSTEM;\NW402\WSMAN.NLM
  76. $END
  77.  
  78. [NW410]
  79. \SYSTEM;\NW410\SPXS.NLM
  80. $END
  81.  
  82. [NCF311]
  83. # PALSTART.NCF
  84. # Palindrome Storage Manager NLM, version 4.0
  85.  
  86. # PALSTART.NCF file loads the appropriate Palindrome Storage Manager NLMs 
  87. # on the NetWare server.  Palindrome provides these 
  88. # files as an example which you may modify to suite your specific needs.  
  89. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  90. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  91. # reboot your server. You should verify that the entries in this file do not 
  92. # conflict with existing AUTOEXEC.NCF file entries.
  93. #
  94. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  95. # If you would like to activate a specific line, simply remove the "REM" from 
  96. # the beginning.  The next time the NCF file is run, that line will be 
  97. # executed.  The NCF file is initiated by simply entering its name at the 
  98. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  99. # commands are specified using upper case only.
  100. #
  101. # The first module required by Storage Manager is PALLOADR.NLM. This file is 
  102. # used during installation of the client software to automatically load NLMs. 
  103.  
  104.              LOAD PALLOADR.NLM
  105.  
  106. # Storage Manager utilizes the Storage Management Services (SMS) 
  107. # architecture to access client data.  In order to access data on a NetWare
  108. # server and/or client, you must load the appropriate Target Service Agent
  109. # (TSA) for that machine type. Remove the "REM" from in front of each the 
  110. # required TSAs for your server.
  111.  
  112.              LOAD TSA311
  113.  
  114. # If you would like to backup workstations, load the appropriate client agents
  115. # (WSMAN is also required for workstation backup).
  116.  
  117.         REM  LOAD WSMAN
  118.         REM  LOAD TSADOS
  119.         REM  LOAD TSAPROXY
  120.  
  121. # The next module required by Storage Manager is your SCSI Host Adapter  
  122. # driver.  Palindrome supports a wide variety of controllers so you should
  123. # consult your documentation for the exact syntax and command line 
  124. # parameters when loading the controller driver.  An example is provided 
  125. # below for the Adaptec 1740 EISA controller (the following command will 
  126. # auto-load the ASPITRAN.NLM module).
  127.  
  128.         REM  LOAD AHA1740.DSK
  129.  
  130.  
  131. # If you have a server with more than 16MB RAM and you are using 
  132. # a SCSI controller which can not access memory above 16MB (for example, the
  133. # Adaptec 1540x cards), you must utilize the ABOVE16MEG parameter and 
  134. # specifically load the PALSDRV.NLM module.  During installation of the 
  135. # software PALSDRV is loaded automatically with the ABOVE16MEG parameter 
  136. # if necessary. 
  137. # If you have this environment, remove the "REM" from in front of this line so 
  138. # that it is executed whenever you reboot your server.
  139.         
  140.         REM  LOAD PALSDRV ABOVE16MEG
  141.  
  142.  
  143. # The job server (PALJSRVR.NLM) services the job queue and is automatically 
  144. # loaded during installation of the client software.
  145.  
  146.         REM  LOAD PALJSRVR
  147.  
  148. # PALMEDIA.NLM scans the SCSI Bus and determines what backup devices are
  149. # available and what media are loaded.
  150.  
  151.         REM  LOAD PALMEDIA
  152.  
  153. $END
  154.  
  155. [NCF_RE311]
  156. # PALSTART.NCF
  157. # Palindrome Storage Manager NLM, version 4.0
  158. #
  159. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  160. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  161. # reboot your server. You should verify that the entries in this file do not 
  162. # conflict with existing AUTOEXEC.NCF file entries.
  163. #
  164. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  165. # If you would like to activate a specific line, simply remove the "REM" from 
  166. # the beginning.  The next time the NCF file is run, that line will be 
  167. # executed.  The NCF file is initiated by simply entering its name at the 
  168. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  169. # commands are specified using upper case only.
  170.  
  171. # Storage Manager utilizes the Storage Management Services (SMS) 
  172. # architecture to access client data.  In order to access data on a NetWare
  173. # server and/or client, you must load the appropriate Target Service Agent
  174. # (TSA) for that machine type. Remove the "REM" from in front of each the 
  175. # required TSAs for your server.
  176.  
  177.              LOAD TSA311
  178.  
  179. # If you would like to backup workstations, load the appropriate client agents
  180. # (WSMAN is also required for workstation backup).
  181.  
  182.         REM  LOAD WSMAN
  183.         REM  LOAD TSADOS
  184.         REM  LOAD TSAPROXY
  185.  
  186.  
  187. $END 
  188.  
  189. [NCF312]
  190. # PALSTART.NCF
  191. # Palindrome Storage Manager NLM, version 4.0
  192.  
  193. # PALSTART.NCF file loads the appropriate Palindrome Storage Manager NLMs 
  194. # on the NetWare server.  Palindrome provides these 
  195. # files as an example which you may modify to suite your specific needs.  
  196. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  197. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  198. # reboot your server. You should verify that the entries in this file do not 
  199. # conflict with existing AUTOEXEC.NCF file entries.
  200. #
  201. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  202. # If you would like to activate a specific line, simply remove the "REM" from 
  203. # the beginning.  The next time the NCF file is run, that line will be 
  204. # executed.  The NCF file is initiated by simply entering its name at the 
  205. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  206. # commands are specified using upper case only.
  207. #
  208. # The first module required by Storage Manager is PALLOADR.NLM. This file is 
  209. # used during installation of the client software to automatically load NLMs. 
  210.  
  211.  
  212.              LOAD PALLOADR.NLM
  213.  
  214. # Storage Manager utilizes the Storage Management Services (SMS) 
  215. # architecture to access client data.  In order to access data on a NetWare
  216. # server and/or client, you must load the appropriate Target Service Agent
  217. # (TSA) for that machine type. Remove the "REM" from in front of each the 
  218. # required TSAs for your server.
  219.  
  220.              LOAD TSA312
  221.  
  222. # If you would like to backup workstations, load the appropriate client agents
  223. # (WSMAN is also required for workstation backup).
  224.  
  225.         REM  LOAD WSMAN
  226.         REM  LOAD TSADOS
  227.         REM  LOAD TSAPROXY
  228.  
  229. # The next module required by Storage Manager is your SCSI Host Adapter  
  230. # driver.  Palindrome supports a wide variety of controllers so you should
  231. # consult your documentation for the exact syntax and command line 
  232. # parameters when loading the controller driver.  An example is provided 
  233. # below for the Adaptec 1740 EISA controller (the following command will 
  234. # auto-load the ASPITRAN.NLM module).
  235.  
  236.         REM  LOAD AHA1740.DSK
  237.  
  238.  
  239. # If you have a server with more than 16MB RAM and you are using 
  240. # a SCSI controller which can not access memory above 16MB (for example, the
  241. # Adaptec 1540x cards), you must utilize the ABOVE16MEG parameter and 
  242. # specifically load the PALSDRV.NLM module.  During installation of the 
  243. # software PALSDRV is loaded automatically with the ABOVE16MEG parameter 
  244. # if necessary.
  245. # If you have this environment, remove the "REM" from in front of this line so 
  246. # that it is executed whenever you reboot your server.
  247.         
  248.         REM  LOAD PALSDRV ABOVE16MEG
  249.  
  250.  
  251. # The job server (PALJSRVR.NLM) services the job queue and is automatically 
  252. # loaded during installation of the client software.              
  253.  
  254.         REM  LOAD PALJSRVR
  255.  
  256. # PALMEDIA.NLM scans the SCSI Bus and determines what backup devices are
  257. # available and what media are loaded.
  258.  
  259.         REM  LOAD PALMEDIA
  260.  
  261. $END
  262.  
  263. [NCF_RE312]
  264. # PALSTART.NCF
  265. # Palindrome Storage Manager NLM, version 4.0
  266. #
  267. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  268. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  269. # reboot your server. You should verify that the entries in this file do not 
  270. # conflict with existing AUTOEXEC.NCF file entries.
  271. #
  272. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  273. # If you would like to activate a specific line, simply remove the "REM" from 
  274. # the beginning.  The next time the NCF file is run, that line will be 
  275. # executed.  The NCF file is initiated by simply entering its name at the 
  276. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  277. # commands are specified using upper case only.
  278.  
  279. # Storage Manager utilizes the Storage Management Services (SMS) 
  280. # architecture to access client data.  In order to access data on a NetWare
  281. # server and/or client, you must load the appropriate Target Service Agent
  282. # (TSA) for that machine type. Remove the "REM" from in front of each the 
  283. # required TSAs for your server.
  284.  
  285.              LOAD TSA312
  286.  
  287. # If you would like to backup workstations, load the appropriate client agents
  288. # (WSMAN is also required for workstation backup).
  289.  
  290.         REM  LOAD WSMAN
  291.         REM  LOAD TSADOS
  292.         REM  LOAD TSAPROXY
  293.  
  294.  
  295. $END 
  296.  
  297. [NCF401]
  298. # PALSTART.NCF
  299. # Palindrome Storage Manager NLM, version 4.0
  300.  
  301. # PALSTART.NCF file loads the appropriate Palindrome Storage Manager NLMs 
  302. # on the NetWare server.  Palindrome provides these 
  303. # files as an example which you may modify to suite your specific needs.  
  304. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  305. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  306. # reboot your server. You should verify that the entries in this file do not 
  307. # conflict with existing AUTOEXEC.NCF file entries.
  308. #
  309. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  310. # If you would like to activate a specific line, simply remove the "REM" from 
  311. # the beginning.  The next time the NCF file is run, that line will be 
  312. # executed.  The NCF file is initiated by simply entering its name at the 
  313. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  314. # commands are specified using upper case only.
  315. #
  316. # The first module required by Storage Manager is PALLOADR.NLM. This file is 
  317. # used during installation of the client software to automatically load NLMs. 
  318.  
  319.  
  320.              LOAD PALLOADR.NLM
  321.  
  322. # Storage Manager utilizes the Storage Management Services (SMS) 
  323. # architecture to access client data.  In order to access data on a NetWare
  324. # server and/or client, you must load the appropriate Target Service Agent
  325. # (TSA) for that machine type. Remove the "REM" from in front of each the 
  326. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  327. # once per NDS Directory tree.
  328.  
  329.              LOAD TSA400
  330.              LOAD TSANDS
  331.  
  332. # If you would like to backup workstations, load the appropriate client agents
  333. # (WSMAN is also required for workstation backup).
  334.  
  335.         REM  LOAD WSMAN
  336.         REM  LOAD TSADOS
  337.         REM  LOAD TSAPROXY
  338.  
  339. # The next module required by Storage Manager is your SCSI Host Adapter  
  340. # driver.  Palindrome supports a wide variety of controllers so you should
  341. # consult your documentation for the exact syntax and command line 
  342. # parameters when loading the controller driver.  An example is provided 
  343. # below for the Adaptec 1740 EISA controller (the following command will 
  344. # auto-load the ASPITRAN.NLM module).
  345.  
  346.         REM  LOAD AHA1740.DSK
  347.  
  348. # If you have a server with more than 16MB RAM and you are using 
  349. # a SCSI controller which can not access memory above 16MB (for example, the
  350. # Adaptec 1540x cards), you must utilize the ABOVE16MEG parameter and 
  351. # specifically load the PALSDRV.NLM module.  During installation of the 
  352. # software PALSDRV is loaded automatically with the ABOVE16MEG parameter 
  353. # if necessary.
  354.  
  355. # If you have this environment, remove the "REM" from in front of this line so 
  356. # that it is executed whenever you reboot your server.
  357.         
  358.         REM  LOAD PALSDRV ABOVE16MEG
  359.  
  360.  
  361. # The job server (PALJSRVR.NLM) services the job queue and is automatically 
  362. # loaded during installation of the client software.              
  363.  
  364.         REM  LOAD PALJSRVR
  365.  
  366. # PALMEDIA.NLM scans the SCSI Bus and determines what backup devices are
  367. # available and what media are loaded.
  368.  
  369.         REM  LOAD PALMEDIA
  370.  
  371. $END
  372.  
  373. [NCF_RE401]
  374. # PALSTART.NCF
  375. # Palindrome Storage Manager NLM, version 4.0
  376. #
  377. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  378. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  379. # reboot your server. You should verify that the entries in this file do not 
  380. # conflict with existing AUTOEXEC.NCF file entries.
  381. #
  382. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  383. # If you would like to activate a specific line, simply remove the "REM" from 
  384. # the beginning.  The next time the NCF file is run, that line will be 
  385. # executed.  The NCF file is initiated by simply entering its name at the 
  386. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  387. # commands are specified using upper case only.
  388.  
  389. # Storage Manager utilizes the Storage Management Services (SMS) 
  390. # architecture to access client data.  In order to access data on a NetWare
  391. # server and/or client, you must load the appropriate Target Service Agent
  392. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  393. # once per NDS Directory tree.
  394.  
  395.              LOAD TSA400
  396.         REM  LOAD TSANDS
  397.  
  398. # If you would like to backup workstations, load the appropriate client agents
  399. # (WSMAN is also required for workstation backup).
  400.  
  401.         REM  LOAD WSMAN
  402.         REM  LOAD TSADOS
  403.         REM  LOAD TSAPROXY
  404.  
  405. $END 
  406.  
  407. [NCF402]
  408. # PALSTART.NCF
  409. # Palindrome Storage Manager NLM, version 4.0
  410.  
  411. # PALSTART.NCF file loads the appropriate Palindrome Storage Manager NLMs 
  412. # on the NetWare server.  Palindrome provides these 
  413. # files as an example which you may modify to suite your specific needs.  
  414. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  415. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  416. # reboot your server. You should verify that the entries in this file do not 
  417. # conflict with existing AUTOEXEC.NCF file entries.
  418. #
  419. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  420. # If you would like to activate a specific line, simply remove the "REM" from 
  421. # the beginning.  The next time the NCF file is run, that line will be 
  422. # executed.  The NCF file is initiated by simply entering its name at the 
  423. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  424. # commands are specified using upper case only.
  425. #
  426. # The first module required by Storage Manager is PALLOADR.NLM. This file is 
  427. # used during installation of the client software to automatically load NLMs. 
  428.  
  429.  
  430.              LOAD PALLOADR.NLM
  431.  
  432. # Storage Manager utilizes the Storage Management Services (SMS) 
  433. # architecture to access client data.  In order to access data on a NetWare
  434. # server and/or client, you must load the appropriate Target Service Agent
  435. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  436. # once per NDS Directory tree.
  437.  
  438.              LOAD TSA400
  439.              LOAD TSANDS
  440.  
  441. # If you would like to backup workstations, load the appropriate client agents
  442. # (WSMAN is also required for workstation backup).
  443.  
  444.         REM  LOAD WSMAN
  445.         REM  LOAD TSADOS
  446.         REM  LOAD TSAPROXY
  447.  
  448. # The next module required by Storage Manager is your SCSI Host Adapter  
  449. # driver.  Palindrome supports a wide variety of controllers so you should
  450. # consult your documentation for the exact syntax and command line 
  451. # parameters when loading the controller driver.  An example is provided 
  452. # below for the Adaptec 1740 EISA controller (the following command will 
  453. # auto-load the ASPITRAN.NLM module).
  454.  
  455.         REM  LOAD AHA1740.DSK
  456.  
  457.  
  458. # If you have a server with more than 16MB RAM and you are using 
  459. # a SCSI controller which can not access memory above 16MB (for example, the
  460. # Adaptec 1540x cards), you must utilize the ABOVE16MEG parameter and 
  461. # specifically load the PALSDRV.NLM module.  During installation of the 
  462. # software PALSDRV is loaded automatically with the ABOVE16MEG parameter 
  463. # if necessary.
  464. # If you have this environment, remove the "REM" from in front of this line so 
  465. # that it is executed whenever you reboot your server.
  466.         
  467.         REM  LOAD PALSDRV ABOVE16MEG
  468.  
  469.  
  470. # The job server (PALJSRVR.NLM) services the job queue and is automatically 
  471. # loaded during installation of the client software.              
  472.  
  473.         REM  LOAD PALJSRVR
  474.  
  475. # PALMEDIA.NLM scans the SCSI Bus and determines what backup devices are
  476. # available and what media are loaded.
  477.  
  478.         REM  LOAD PALMEDIA
  479.  
  480. $END
  481.  
  482. [NCF_RE402]
  483. # PALSTART.NCF
  484. # Palindrome Storage Manager NLM, version 4.0
  485. #
  486. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  487. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  488. # reboot your server. You should verify that the entries in this file do not 
  489. # conflict with existing AUTOEXEC.NCF file entries.
  490. #
  491. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  492. # If you would like to activate a specific line, simply remove the "REM" from 
  493. # the beginning.  The next time the NCF file is run, that line will be 
  494. # executed.  The NCF file is initiated by simply entering its name at the 
  495. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  496. # commands are specified using upper case only.
  497.  
  498. # Storage Manager utilizes the Storage Management Services (SMS) 
  499. # architecture to access client data.  In order to access data on a NetWare
  500. # server and/or client, you must load the appropriate Target Service Agent
  501. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  502. # once per NDS Directory tree.
  503.  
  504.              LOAD TSA400
  505.  
  506. # If you would like to backup workstations, load the appropriate client agents
  507. # (WSMAN is also required for workstation backup).
  508.  
  509.         REM  LOAD WSMAN
  510.         REM  LOAD TSADOS
  511.         REM  LOAD TSAPROXY
  512.  
  513.  
  514. $END 
  515.  
  516.  
  517. [NCF410]
  518. # PALSTART.NCF
  519. # Palindrome Storage Manager NLM, version 4.0
  520.  
  521. # PALSTART.NCF file loads the appropriate Palindrome Storage Manager NLMs 
  522. # on the NetWare server.  Palindrome provides these 
  523. # files as an example which you may modify to suite your specific needs.  
  524. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  525. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  526. # reboot your server. You should verify that the entries in this file do not 
  527. # conflict with existing AUTOEXEC.NCF file entries.
  528. #
  529. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  530. # If you would like to activate a specific line, simply remove the "REM" from 
  531. # the beginning.  The next time the NCF file is run, that line will be 
  532. # executed.  The NCF file is initiated by simply entering its name at the 
  533. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  534. # commands are specified using upper case only.
  535. #
  536. # The first module required by Storage Manager is PALLOADR.NLM. This file is 
  537. # used during installation of the client software to automatically load NLMs. 
  538.  
  539.  
  540.              LOAD PALLOADR.NLM
  541.  
  542. # Storage Manager utilizes the Storage Management Services (SMS) 
  543. # architecture to access client data.  In order to access data on a NetWare
  544. # server and/or client, you must load the appropriate Target Service Agent
  545. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  546. # once per NDS Directory tree.
  547.  
  548.              LOAD TSA410
  549.              LOAD TSANDS
  550.  
  551. # If you would like to backup workstations, load the appropriate client agents
  552. # (WSMAN is also required for workstation backup).
  553.  
  554.         REM  LOAD WSMAN
  555.         REM  LOAD TSADOS
  556.         REM  LOAD TSAPROXY
  557.  
  558. # The next module required by Storage Manager is your SCSI Host Adapter  
  559. # driver.  Palindrome supports a wide variety of controllers so you should
  560. # consult your documentation for the exact syntax and command line 
  561. # parameters when loading the controller driver.  An example is provided 
  562. # below for the Adaptec 1740 EISA controller (the following command will 
  563. # auto-load the ASPITRAN.NLM module).
  564.  
  565.         REM  LOAD AHA1740.DSK
  566.  
  567.  
  568. # If you have a server with more than 16MB RAM and you are using 
  569. # a SCSI controller which can not access memory above 16MB (for example, the
  570. # Adaptec 1540x cards), you must utilize the ABOVE16MEG parameter and 
  571. # specifically load the PALSDRV.NLM module.  During installation of the 
  572. # software PALSDRV is loaded automatically with the ABOVE16MEG parameter 
  573. # if necessary.
  574. # If you have this environment, remove the "REM" from in front of this line so 
  575. # that it is executed whenever you reboot your server.
  576.         
  577.         REM  LOAD PALSDRV ABOVE16MEG
  578.  
  579.  
  580. # The job server (PALJSRVR.NLM) services the job queue and is automatically 
  581. # loaded during installation of the client software.              
  582.  
  583.         REM  LOAD PALJSRVR
  584.  
  585. # PALMEDIA.NLM scans the SCSI Bus and determines what backup devices are
  586. # available and what media are loaded.
  587.  
  588.         REM  LOAD PALMEDIA
  589.  
  590. $END
  591.  
  592. [NCF_RE410]
  593. # PALSTART.NCF
  594. # Palindrome Storage Manager NLM, version 4.0
  595. #
  596. # PALSTART.NCF is automatically added to the end of your AUTOEXEC.NCF when 
  597. # you run SETUP.NLM so that required NLMs are loaded automatically whenever you
  598. # reboot your server. You should verify that the entries in this file do not 
  599. # conflict with existing AUTOEXEC.NCF file entries.
  600. #
  601. # Entries in this file that begin with a "REM" are not processed by NetWare.  
  602. # If you would like to activate a specific line, simply remove the "REM" from 
  603. # the beginning.  The next time the NCF file is run, that line will be 
  604. # executed.  The NCF file is initiated by simply entering its name at the 
  605. # NetWare server prompt (":") and pressing <Enter>.  All of the server 
  606. # commands are specified using upper case only.
  607.  
  608. # Storage Manager utilizes the Storage Management Services (SMS) 
  609. # architecture to access client data.  In order to access data on a NetWare
  610. # server and/or client, you must load the appropriate Target Service Agent
  611. # required TSAs for your server. Note that TSANDS.NLM only needs to be loaded
  612. # once per NDS Directory tree.
  613.  
  614.              LOAD TSA410
  615.         REM  LOAD TSANDS
  616.  
  617. # If you would like to backup workstations, load the appropriate client agents
  618. # (WSMAN is also required for workstation backup).
  619.  
  620.         REM  LOAD WSMAN
  621.         REM  LOAD TSADOS
  622.         REM  LOAD TSAPROXY
  623.  
  624.  
  625. $END 
  626.  
  627.