home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / PEER1.FAX < prev    next >
Text File  |  1994-11-26  |  6KB  |  113 lines

  1. Getting around the 1-user limitation in Pe      8/02/93
  2.  
  3. XA22004
  4. 930719   PEER SERVER ONE-USER PRINT LIMITATION
  5.  
  6. DESCRIPTION OF SYMPTOMS
  7.     1.  One-user limitation for printing from a peer server.
  8.         (Net Sharing a printer resource from a Peer Server allows
  9.         only one ID at a time--plus the owner ID--to NET USE the
  10.         printer.)
  11.     2.  Two steps are omitted from the Red Book GG24-3959, Chapter 5,
  12.         page 81.
  13.  
  14. SUMMARY OF RESOLUTION
  15.     1.  Do a NET USE at the LAN Server to get access to the
  16.         printer resource at the peer server and then NET SHARE
  17.         it out to the domain.
  18.     2.  Now the peer server printer is available to all OS/2 LAN
  19.         Server users via the LAN Server queue.  Issue a NET USE
  20.         for the printer resource defined at the LAN Server.  This
  21.         resource is available for use at many workstations at
  22.         the same time.
  23.  
  24. DETAILS OF RESOLUTION
  25.     1.  Set up the printer share at the peer server workstation.
  26.         Example: machine name = PHANTOM
  27.         a.  Issue a LOGON for an administrator ID.
  28.             NOTE: The administrator authority can be either LOCAL
  29.             for the peer server workstation (i.e., defined as
  30.             administrator in the NET.ACC on the peer server
  31.             workstation), or DOMAIN (defined as administrator in
  32.             the NET.ACC on the Domain Controller Workstation),
  33.             depending on your requirements.
  34.         b.  Issue a NET SHARE command for the printer resource:
  35.                 NET SHARE IBMNULLP = LPT1
  36.             where   IBMNULLP = Physical Name
  37.                     LPT1     = Physical port on peer server (via the
  38.                     Print Objects "Settings" Notebook) of Print
  39.                     Object on peer server
  40.             NOTE: The userid does not need to remain logged on
  41.             for the sharing to continue.
  42.     2.  Set up the Printer Share at the server workstation.  There
  43.         are 2 methods.  Method A requires that a userid remain
  44.         logged on at the server workstation.  Method B does not
  45.         require a userid to remain logged on at the server
  46.         workstation; however, with this method, you cannot log on at
  47.         the server workstation console.
  48.         Select a or b.
  49.         a.  Set up the printer share at the server workstation.
  50.             This method requires that a userid remain logged on at
  51.             the server workstation.
  52.             1)  At the LAN Server workstation:
  53.                 (Example:  machine name = PACIFIC)
  54.                 a)  Create a Printer Object on the LAN Server
  55.                     workstation desktop.
  56.                     (Example:  physical name = Printer, with
  57.                     IBMNULLP driver, output to LPT3)
  58.                 b)  Log onto the Domain with an administrator
  59.                     ID or a user ID created with NET USER command and
  60.                     at least these options:
  61.                        /OPERATOR:SERVER,PRINTER /WORKSTATIONS:PACIFIC
  62.                     (This creates a userid that will be able to NET
  63.                     SHARE the printer, but can only log onto the
  64.                     server that will be sharing the printer resource
  65.                     with the entire domain.)
  66.                 c)  Issue a NET USE command at the LAN Server
  67.                     workstation to use the printer being shared by
  68.                     the Peer Server:
  69.                         NET USE LPT3: \\PHANTOM\IBMNULLP
  70.                     where PHANTOM  = The Peer Server
  71.                           IBMNULLP = The printer resource shared at
  72.                           PHANTOM
  73.                 d)  Issue a NET SHARE command at the LAN Server
  74.                     workstation to share the printer resource (which
  75.                     has, as above, been redirected to LAN Server
  76.                     LPT3) to the network:
  77.                         NET SHARE PRINTER = LPT3
  78.             2)  If a NET2150 message is generated, the printer queue
  79.                 does not exist.  Create a printer object and retry
  80.                 Step 1.
  81.         b.  Set up the printer share at the server workstation. This
  82.             method does not require a userid to remain logged on at
  83.             the server workstation; however, you cannot logon at
  84.             the server workstation console.
  85.             1)  At the LAN Server workstation (machine name =
  86.                 PACIFIC), create a Printer Object on the LAN Server
  87.                 workstation desktop.
  88.                 (Example:  Physical Name = PRINTER, with IBMNULLP
  89.                 driver, output to LPT3)
  90.             2)  At the Administrator's requester workstation issue
  91.                 the following command:
  92.                     [C:\]NET ADMIN \\PACIFIC /c
  93.             3)  Issue a NET USE command at the LAN Server
  94.                 workstation:
  95.                      NET USE LPT3: \\PHANTOM\IBMNULLP
  96.                 where PHANTOM  = the peer server
  97.                       IBMNULLP = the printer resource shared at
  98.                       PHANTOM
  99.             4)  Issue a NET SHARE command at the LAN Server
  100.                 workstation to share this printer resource (which
  101.                 has, as above, been redirected to LAN Server
  102.                 LPT3) to the network:
  103.                     NET SHARE PRINTER=LPT3
  104.             5)  Type EXIT or press Ctrl+Z to exit.
  105.     3.  At any "user" LAN Requester workstation, issue the
  106.         following command:
  107.             NET USE LPT3 \\PACIFIC\PRINTER
  108.         where PACIFIC = The "Regular" LAN Server
  109.               PRINTER = The printer resource used by all
  110.  
  111.  
  112. 12/31/99
  113.