home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / ADDSRV.FAX < prev    next >
Text File  |  1994-11-30  |  3KB  |  82 lines

  1. ADDSVRIN procedure; adds an additional ser      12/01/93
  2.  
  3. PROCEDURES FOR ADDSVRIN UTILITY
  4. (IBM LAN SERVER VERSION 1.3, 2.0 AND 3.0)
  5.  
  6.  
  7. DESCRIPTION OF SYMPTOMS
  8.     A new NET.ACC was installed on an additional server,
  9.     or the LSServer Service fails to start.  This failure
  10.     may be accompanied by NET3084, NET3055, and NET3113.
  11.  
  12. SUMMARY OF RESOLUTION
  13.     Execute the ADDSVRIN utility to add the server name
  14.     (machine name) to the NET.ACC on the failing server.
  15.  
  16. DETAILS OF RESOLUTION
  17.     On the failing server, execute ADDSVRIN:
  18.  
  19.     1.  Complete only one of the following steps (a. or b.):
  20.         a.  For LAN Server Version 1.3, do the following:
  21.             1)  Insert the LAN Server Version 1.3 installation
  22.                 diskette in drive A:
  23.             2)  Type the following at the command prompt:
  24.                 UNPACK A:ADDSVRIN.EX@ C:\
  25.         b.  For LAN Server Version 2.0 or Version 3.0, the
  26.             ADDSVRIN utility is part of the installed LAN
  27.             product (d:\IBMLAN\NETPROG - d:=the drive where
  28.             LAN is installed).
  29.  
  30.             NOTE:  If ADDSVRIN.EXE is missing from the
  31.                    installed system, the file is zipped in
  32.                    SRVRFILS.ZIP on LAN Server Installation
  33.                    Diskette 1.  With the Diskette 1 in Drive a:,
  34.                    type the following command:
  35.  
  36.             PKUNZIP2 -E A:\SRVRFILS.ZIP d:\ ADDSVRIN.EXE -D
  37.             (d: = the drive where LAN is installed)
  38.  
  39.     2.  Type the instruction below to run the ADDSVRIN
  40.         executable from the root directory:
  41.  
  42.             ADDSVRIN  %1  %2  %3
  43.             where:
  44.             %1 = Indicates the computer name of the server
  45.                  (as listed in the IBMLAN.INI file).
  46.             %2 = Indicates the type of machine.
  47.                  Enter the number 1 if the server
  48.                  is an additional server.
  49.                  Enter the number 2 if the server
  50.                  is a domain controller.
  51.                  For LAN Server Version 3.0 ONLY:
  52.                  Enter the number 3 if the server
  53.                  is a backup domain controller.
  54.             %3 = Indicates the location of the IBMLAN
  55.                  directory (eg: C:\IBMLAN)
  56.                  Example:  For a domain controller with a computer
  57.                  name Test1 and the IBMLAN subdirectory is on C:,
  58.                  the instruction would be:
  59.                     ADDSVRIN TEST1 2 C:\IBMLAN
  60.     3.  Start the Server:
  61.  
  62.         NET START SVR
  63.  
  64. Date last updated:  12/01/93
  65. XA25017
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. 12/31/99
  82.