home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdorup.zip / ii07718.zip / SERVER.TXT < prev   
Text File  |  1994-06-01  |  5KB  |  135 lines

  1. .**************************************************************
  2. .*******  Removing the NetDoor Installation From Servers  *****
  3. .**************************************************************
  4.  
  5. The following sections describe the procedure to
  6. remove the NetDoor installation from server workstations.
  7.  
  8. This procedure restores system files like before the NetDoor* product
  9. was installed.
  10.  
  11. NOTE:
  12. Before proceeding to remove the NetDoor product from the server:
  13.   -  Keep trace of system files changes made by other products
  14.      installed after NetDoor. These changes will be lost when you apply
  15.      the procedure to remove the NetDoor installation.
  16.   -  Save your private files stored in the product directories.
  17.  
  18.  
  19.  
  20.     Querying Information on the NetDoor Environment
  21.     -----------------------------------------------
  22.  
  23. To have information about the NetDoor environment you can write a CMD
  24. file containing the following REXX statements:
  25.  
  26.         /**/
  27.         call RxFuncAdd 'RxCouInfo','COUENV','RxCouInfo'
  28.  
  29.         class = RxCouInfo('GET','CLASS')
  30.         say 'This workstation is a ---->' class
  31.  
  32.         inifile= RxCouInfo('GET','INIFILE')
  33.         say 'NetDoor Ini file ------> ' inifile
  34.  
  35.         local =  RxCouInfo('GET','LOCAL')
  36.         say 'NetDoor product directory ------> ' local
  37.  
  38.         remote = RxCouInfo('GET','REMOTE')
  39.         say 'Netdoor server remote access ------> ' remote
  40.  
  41.         oldconf = RxCouInfo('GET','OLDCONFIG')
  42.         say 'The old configuration files are saved in --->' oldconf
  43.  
  44.         exit
  45.  
  46.  
  47. To run the command file you have created, type its file name from
  48. an OS/2 command prompt.
  49. It returns the type of the machine (client or server), the NetDoor
  50. directory, and the remote disk that allows the access to the remote
  51. server.
  52.  
  53.  
  54.  
  55.  
  56.     Deleting the NetDoor Product
  57.     ----------------------------
  58.  
  59. To perform the procedure to delete the NetDoor product, follow these steps:
  60.  
  61.  1. Log on the server, where you need to remove the NetDoor installation,
  62.     with an administrator ID.
  63.  2. Remove the NetDoor icon on the desktop (the shadow icon of NetDoor
  64.     in the Startup folder will be removed automatically).
  65.  3. From an OS/2 command prompt, type the following commands to restore
  66.     system files:
  67.  
  68.      a. COPY drive:½OS2½INSTALL½CONFIG.COU   drive:½CONFIG.SYS
  69.      b. COPY drive:½OS2½INSTALL½AUTOEXEC.COU   drive:½AUTOEXEC.BAT
  70.      c. COPY drive:½OS2½INSTALL½STARTUP.COU   drive½STARTUP.CMD
  71.  
  72.     If your access method is NetBIOS, follow the next two steps:
  73.      d. COPY drive:½OS2½INSTALL½IBMLAN.COU   drive:½IBMLAN½IBMLAN.INI
  74.      e. COPY drive:½OS2½INSTALL½PROTOCOL.COU  drive:½IBMCOM½PROTOCOL.INI
  75.  
  76.     If your access method is TCP/IP, follow this step:
  77.      f. COPY drive:½OS2½INSTALL½EXPORTS.COU   drive:½EXPORTS.INI
  78.  
  79. where 'drive' is the drive where the OS/2* operating system is installed.
  80.  4. Get the alias name of the COUIMAGE directory.
  81.  5. Detach the aliases created typing the command:
  82.  
  83.     NET ALIAS ½alias½ /DELETE
  84.  
  85.     where, 'alias' is the alias name of the COUIMAGE directory.
  86.     If the server is a Domain Controller, type the command:
  87.  
  88.     NET ALIAS COUDATA /DELETE
  89.  
  90.  6. Create a command file (.CMD extension) that contains the following
  91.     statements:
  92.  
  93.        /**/
  94.  
  95.        call rxfuncadd 'RXOS2INI','RXUTILS','RXOS2INI'
  96.        call rxos2ini 'USER', 'CREQINST', '$RXDEL'
  97.        call rxos2ini 'USER', 'COU', '$RXDEL'
  98.        call rxos2ini 'USER', 'COREADD', '$RXDEL'
  99.  
  100.     Run this command file, typing its name from an OS/2 command prompt.
  101.     It removes, from the OS2.INI file, the changes caused by the NetDoor
  102.     installation procedure.
  103.        NOTE: The program requires the RXUTILS.DLL in the LIBPATH.
  104.  7. Remove the COUIMAGE directory (you can use DELDIR utility).
  105.  8. Reboot the system.
  106.  9. Remove the NetDoor directory and the relative subtrees
  107.     (the name of this directory has been returned by the REXX procedure
  108.     you ran in the step 6).
  109.     NOTE: If you are not using a tool that erase the hidden files also,
  110.           made the NetDoor product directory the current one and type the
  111.           following command:
  112.  
  113.                    ATTRIB -h -s -r *.*
  114.  
  115.           This command will make visible and erasable all the files in
  116.           the directory.
  117. 10. Delete from the ½OS2½INSTALL directory all the files
  118.     with the '.COU' extension.
  119. 11. Delete from the ½OS2½DLL directory all the files with
  120.     '.ICO' extension and that begin with the 'c' character.
  121.  
  122.  
  123.  
  124.  
  125.     Trademarks and Service Marks
  126.     ----------------------------
  127.  
  128. The following terms, denoted by an asterisk (*) in these sections,
  129. are trademarks of the IBM Corporation in the United States
  130. and/or other countries:
  131.  
  132.   -  NetDoor
  133.   -  OS/2
  134.  
  135.