home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdorup.zip / ii07718.zip / client.TXT next >
Text File  |  1994-06-01  |  4KB  |  120 lines

  1. .**************************************************************
  2. .*******  Removing the NetDoor Installation From Clients  *****
  3. .**************************************************************
  4.  
  5. The following sections describe the procedure to remove the NetDoor*
  6. installation from client workstations.
  7.  
  8. This procedure restores system files like before the NetDoor product
  9. was installed.
  10.  
  11. NOTE:
  12. Before proceeding to remove NetDoor from the client:
  13.   -  Keep trace of system files changes made by other products
  14.      installed after NetDoor. These changes will be lost
  15.      when you apply 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&colon.
  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.     Deleting the NetDoor Product
  56.     ----------------------------
  57.  
  58. To perform the procedure to delete the NetDoor product, follow these
  59. steps:
  60.  
  61.  1. If your workstation runs OS/2 2.x, remove the NetDoor folder
  62.     on the desktop (the shadow icon of NetDoor in the Startup folder
  63.     will be removed automatically).
  64.  
  65.     If your workstation runs OS/2 1.x, remove all the programs
  66.     in the NetDoor group, and remove the NetDoor group.
  67.  
  68.  2. Create a command file (.CMD extension) that contains the following
  69.     statements:
  70.  
  71.  
  72.        /**/
  73.  
  74.        call rxfuncadd 'RXOS2INI','RXUTILS','RXOS2INI'
  75.        call rxos2ini 'USER', 'CREQINST', '$RXDEL'
  76.        call rxos2ini 'USER', 'COU', '$RXDEL'
  77.        call rxos2ini 'USER', 'COREADD', '$RXDEL'
  78.  
  79.     Run this command file, typing its name from an OS/2 command prompt.
  80.     It removes, from the OS2.INI file, the changes caused by the NetDoor
  81.     installation procedure.
  82.     NOTE: The program requires the RXUTILS.DLL in the LIBPATH.
  83.  3. From an OS/2 command prompt, type the following commands to restore
  84.     system files:
  85.  
  86.      a. COPY drive:½OS2½INSTALL½CONFIG.COU  drive:½colon½CONFIG.SYS
  87.      b. COPY drive:½OS2½INSTALL½AUTOEXEC.COU  drive:½AUTOEXEC.BAT
  88.  
  89.      If your workstation runs OS/2 2.x, follow the next step:
  90.      c. COPY drive:½OS2½INSTALL½STARTUP.COU  drive:½STARTUP.CMD
  91.  
  92.      If your access method is NetBIOS, follow the next step:
  93.      d. COPY drive:½OS2½INSTALL½IBMLAN.COU drive:½IBMLAN½IBMLAN.INI
  94.  
  95.      where 'drive' is the drive where the OS/2* operating
  96.      system is installed.
  97.  4. Make the NetDoor product directory (it has been returned by the
  98.     REXX procedure you ran in the step 2) the current one, and run
  99.     the 'deldir' utility.
  100.  5. Reboot the system.
  101.  6. Remove the NetDoor directory and all its subdirectories.
  102.  7. Delete from the ½OS2½INSTALL directory all the files with the
  103.     'COU' extension.
  104.  8. Delete from the ½OS2½DLL directory all the files with
  105.     '.ICO' extension and that begin with the 'c' character.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.     Trademarks and Service Marks
  112.     ----------------------------
  113.  
  114. The following terms, denoted by an asterisk (*) in these sections,
  115. are trademarks of the IBM Corporation in the United States
  116. and/or other countries:
  117.  
  118.   -  NetDoor
  119.   -  OS/2
  120.