home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / NETACC.FAX < prev    next >
Text File  |  1994-11-27  |  5KB  |  110 lines

  1. How to restore the NETACC                       3/15/94
  2.  
  3. The following fax has three valuable tips to assist you in correcting
  4. specific problems with your server or domain controller.  Each
  5. procedure solves a specific problem and you need to do ONLY those
  6. that specifically relate to your problem.  Read the fax carefully to
  7. determine which procedure is required.
  8.  
  9.  
  10. PROCEDURE FOR INITIALIZING NET.ACC (When NET.ACC has been corrupted)
  11.     
  12. 1) Make a backup copy of the current NET.ACC, leaving old backups intact.
  13.    Rename d:\IBMLAN\ACCOUNTS\NET.ACC to d:\IBMLAN\ACCOUNTS\NET.BAK, or
  14.    if you are running Version 2.0 make a backup of the NET.ACC by typing
  15.    the BACKACC command. The BACKACC command is documented in OS/2 Version
  16.    2.0 LAN Network Administrator Reference Volume 3: Network Administrator
  17.    Tasks, page C-2.
  18.  
  19. 2) ONLY ONE OF THE FOLLOWING STEPS (a, b, or c) will be applicable to your
  20.    configuration.  DO THAT STEP AND THAT STEP ONLY.  Note that the system will
  21.    need to be booted from diskette before any of the following steps can be
  22.    successfully completed.
  23.    a. If a previous, non-corrupted backup copy of the NET.ACC exists, then copy
  24.       it into the d:\IBMLAN\ACCOUNTS subdirectory.
  25.    b. If a non-corrupt backup does not exist and you are running OS/2 1.3 do the
  26.       following:     
  27.       - Insert one of the following diskettes into drive A:
  28.         i.   Extended Edition 1.30 installation diskette #7
  29.         ii.  Extended Edition 1.30.1 installation diskette #6
  30.         iii. Extended Edition 1.30.2 installation diskette #6
  31.       - Type the following at the command prompt:
  32.         UNPACK A:NET.AC@ d:\IBMLAN\ACCOUNTS
  33.    c. If a non-corrupt backup does not exist and you are running OS/2 2.0 issue
  34.       the following:
  35.       COPY d:\IBMLAN\INSTALL\NET.ACC d:\IBMLAN\ACCOUNTS\NET.ACC
  36.  
  37. 3) Only one of the following steps (a or b) will be applicable to your
  38.    configuration.  Do that step and that step only.
  39.      a. If you are running OS/2 1.3 do the following:
  40.       - Insert the LAN Server 1.3 installation diskette in drive A:
  41.       - Type the following at the command prompt:
  42.         UNPACK A:ADDSVRIN.EX@ d:\
  43.    b. If you are running OS/2 2.0 issue    the following:
  44.       COPY d:\IBMLAN\NETPROG\ADDSVRIN.EXE d:\
  45.  
  46. 4) Follow the instructions below to run the ADDSVRIN executable from the
  47.    root directory (d:).  This will initialize the new NET.ACC file.  Note that
  48.    the server will need to be booted from the hard drive before the
  49.    ADDSVRIN command can complete properly.
  50.  
  51.    ADDSVRIN  %1  %2  %3
  52.  
  53.    %1 - The computer name of the server.  Located in the ibmlan.ini file.
  54.    %2 - Indicates the type of machine.
  55.           Enter the number 1 if the server is an additional server.
  56.           Enter the number 2 if the server is a domain controller.
  57.    %3 - The location of the ibmlan directory  eg. C:\IBMLAN
  58.  
  59.    Example: Domain controller with computer name Test1 and the IBMLAN
  60.    subdirectory is on C:
  61.  
  62.    ADDSVRIN TEST1 2 C:\IBMLAN
  63.  
  64. RESYNCHING THE ADDITIONAL SERVER
  65.  
  66.    Under unusual circumstances, the internal password between an
  67.    additional server and the domain controller may become unsynchronized.
  68.    This can also occur if a backup copy of the file NET.ACC is installed on
  69.    the domain controller or additional server.  The usual symptom of this is
  70.    a NET3062 which indicates that the NETLOGON service has failed to
  71.    start, but other errors may occur.
  72.    NOTE:  In the following steps <Servername> refers to the machine
  73.    name of the server, and <New Password> is an arbitrary text string.
  74.    <New Password> MUST BE IDENTICAL for all commands that use it.
  75.  
  76.    To avoid possible complications when resynchronizing the server,
  77.    temporarily recreate the default administrator ID of USERID with    
  78.    a password of PASSWORD and use it for the following steps.
  79.    The ID should be deleted at the end of the procedure, for security
  80.    reasons.
  81.  
  82. STEP 1:
  83.    Ensure that the additional server is listed at the domain
  84.    controller.  Go to LAN REQUESTER's Full Screen Interface.  Select
  85.    DEFINITIONS then MACHINE PARAMETERS then ADD (if not listed).         r
  86.    If it was already listed check UPM (User Profile Management) to
  87.    ensure that Server is identified in Group Servers and Userid.
  88.    TRY TO START THE SERVER NOW.  If it starts without errors, you may
  89.    may stop here.
  90.  
  91. STEP 2:    (If errors continue after the above step.)
  92.  
  93.    In order to reset the additional server's internal password at the
  94.    domain controller, issue the following at the domain controller:
  95.       LOGON USERID /P:PASSWORD
  96.       NET USER <Servername> <New Password>
  97.       LOGOFF
  98.  
  99. Go to the Additional server and do the following steps:
  100.       LOGON USERID /P:PASSWORD
  101.       NET ACCOUNTS /ROLE:STANDALONE
  102.       NET USER <Servername><New Password>
  103.  
  104.       The password you set locally and on the domain controller
  105.       must be the same.  Now reset the role and start NETLOGON.
  106.  
  107.       NET ACCOUNTS /ROLE:MEMBER
  108.       NET START NETLOGON
  109. 12/31/99
  110.