home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinmrcn.txt < prev    next >
Text File  |  1996-12-24  |  3KB  |  79 lines

  1. OSINMRCN - AFTER SUCCESSFUL LAN INSTALL OF OS/2 WARP 4, THE SYSTEM 
  2. ATTEMPTS TO RECONNECT TO NETWORK
  3. 09/20/96
  4. =======================================================================
  5. After Successful LAN Install of OS/2 Warp 4, the System Attempts to 
  6. Reconnect to Network
  7. =======================================================================
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. After what appears to be a successful install across the network,
  14. each time the system restarts it locks up or displays an error message 
  15. that "The connection cannot be made" or "SRVREXX.EXE cannot be found."
  16.  
  17. The system is actually attempting to reestablish the connections to the 
  18. server from which it was installed.
  19.  
  20.  
  21. RESOLUTION
  22.  
  23. This problem is caused by an incomplete cleanup of the CONFIG.SYS file 
  24. once the install is complete.  
  25.  
  26. Some or all of the following lines could be left in the CONFIG.SYS:
  27.  
  28. DEVICE=n:\SRVIFS.SYS
  29. IFS=n:\SRVIFSC.IFS * /T
  30. CALL=n:\SRVATTCH.EXE Z: ... 
  31. RUN=Z:\CID\LOCINSTU\SRVREXX.EXE
  32. CALL=A:\SRVATTCH.EXE W: ...
  33. SET SAVECONNECT=1
  34.  
  35. These lines should be removed and the system should be restarted.  
  36.  
  37. To remove these lines: 
  38.  
  39. 1. Restart the system.
  40.   
  41. 2. When you see a small OS/2 in the top left corner of the screen, 
  42.    press ALT-F1; this brings up the Recovery Choices screen. 
  43.    Choose F2 (Go to command prompt) from the list of options.
  44.   
  45. 3. When the command prompt appears, edit the CONFIG.SYS by entering the 
  46.    following:
  47.  
  48.    COPY \CONFIG.SYS \CONFIG.BK1   (this makes a backup copy of the 
  49.                                                  CONFIG.SYS)
  50.    TEDIT \CONFIG.SYS
  51.  
  52. 4. Press the Esc key, then scroll through the file and search for the 
  53.    statements listed above. Remove them (or add REM to the start
  54.    of each of those lines).
  55.  
  56. 5. Press F4 to save changes and exit the file; then press Ctrl-Alt-Del
  57.    to restart the system. The system should no longer attempt to
  58.    reconnect to the installation server.
  59.  
  60. Note: If the SET SAVECONNECT=1 line is left in the CONFIG.SYS, the 
  61.       system will attempt to reestablish the connections, even if all
  62.       the other lines mentioned above were removed.
  63.  
  64.  
  65.  
  66. warp4
  67.  
  68. ______________________________________________________________________
  69. IBM disclaims all warranties, whether express or implied, including 
  70. without limitation, warranties of fitness and merchantability with 
  71. respect to the information in this document. By furnishing this 
  72. document, IBM grants no licenses to any related patents or copyrights.  
  73. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  74. or brand names referenced in this document are the property of their 
  75. respective owners. Consult your product manuals for complete trademark 
  76. information. 
  77.  
  78.  
  79.