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

  1. Setting up a CD-ROM on LAN Server 2.0 and       2/28/94
  2.  
  3. SHARING A CD-ROM ON THE OS/2 LAN SERVER (VERSION 2.0 OR
  4. VERSION 3.0)
  5.  
  6.  
  7. DESCRIPTION OF SYMPTOMS
  8.     One or more of the following:
  9.     1.  Received the error NET9336:  The drive you specified is not
  10.         valid or cannot be accessed.  Diskette drives, files,
  11.         redirected drives, virtual disk drives, or nonexistent
  12.         drives are not valid for defining an alias.  Specify a
  13.         valid drive and try the operation again.
  14.     2.  Need to share a CD-ROM on a LAN server.
  15.     3.  Users cannot get below the root directory of the CD-ROM on
  16.         the server.
  17.     4.  The CD-ROM no longer accessible after system restart.
  18.  
  19. SUMMARY OF RESOLUTION
  20.     At the server, set up the CD-ROM from the command line or
  21.     from the LAN Requester Full Screen Interface.
  22.  
  23. DETAILS OF RESOLUTION
  24.  
  25.     There are two ways to set up a CD-ROM on the LAN.  The
  26.     first set up below is done from the command line, but must be
  27.     done each time the server is rebooted.  (It could be put
  28.     in the STARTUP.CMD.)  The second setup, done from the
  29.     LAN Requester Full Screen Interface, takes a little more
  30.     time to set up; but it does not have to be done each time
  31.     the server is rebooted.
  32.  
  33.     Note:  In the following examples:
  34.                 SERVNAME = The name of the server with the
  35.                            CD-ROM
  36.                 NETCDROM = The CD-ROM netname
  37.                 CDROMAL  = The CD-ROM alias
  38.                 E:       = The local drive letter assigned to
  39.                            the CD-ROM
  40.                 K:       = The redirected drive at the requester
  41.  
  42.     1.  This setup is done from the command line on the server
  43.         where the CD-ROM is installed:
  44.  
  45.         a.  At the OS/2 command line, do a NET SHARE.
  46.             Example: NET SHARE NETCDROM=E:
  47.         b.  Create an access control profile.
  48.             Example: NET ACCESS E: /ADD
  49.         c.  Grant access to the users.
  50.             Example: NET ACCESS E: /GRANT USERS:R GUEST:R
  51.         d.  At the requester, do a NET USE.
  52.             Example: NET USE K: \\SERVNAME\NETCDROM
  53.         NOTE:  The access profile must be for "E:" not "E:\";
  54.                otherwise an APPLY will have to be done after each
  55.                CD-ROM change.
  56.  
  57.     2.  This setup is done from the LAN Requester Full Screen
  58.         Interface on the server where the CD-ROM is installed:
  59.  
  60.         a.  Define an alias for the CD-ROM drive root directory:
  61.  
  62.             1)  From the LAN Requester Main Panel, select
  63.                 Definitions, then select Aliases from the popup.
  64.             2)  From the Aliases panel, select Files.
  65.             3)  From the Manage Aliases - Files panel, select
  66.                 --NEW--, then select Create from the popup.
  67.             4)  Complete the Create Aliases - Files panel:
  68.                   Alias:                       CDROMAL
  69.                   Server name:                 SERVNAME
  70.                   Server path to directory:    E:\
  71.                   When shared:                 At server startup
  72.  
  73.         b.  Create the access control profile for the CD-ROM:
  74.  
  75.             1)  From the LAN Requester Main Panel, select
  76.                 Definitions, then Access Controls from the popup.
  77.             2)  From Manage Access Control - Aliases, F10 to the
  78.                 Action Bar, and select Servers, then Enter on the
  79.                 Display Profiles by Server popup.
  80.             3)  From List of Servers, select --Here--.
  81.             4)  From Manage Access Control - Non-Alias, select
  82.                 --New--, F10 to the Action bar, then select
  83.                 Create on the popup.
  84.             5)  On the Create an Access Control Profile, enter or
  85.                 select the following:
  86.                   Profile type:     E:  (DO NOT add a \; eg, E:\)
  87.                   Resource Type:    File
  88.                   Permissions for
  89.                     User Group:     XR
  90.             6)  On Manage Access Control - Non-alias, select the
  91.                 profile created in the previous step (eg. E:).
  92.                 F10 to the Action bar, selection Actions, then
  93.                 select User List from the popup.
  94.             7)  From Access Control Profile User List, cursor to
  95.                 Guest and enter XR in Permissions.
  96.             8)  From Manage Access Control - Non-alias, select E:.
  97.                 F10 to the action bar and select Actions, then
  98.                 Apply from the popup.
  99.             9)  At the next popup, verify the drive letter is
  100.                 correct, then press Enter to proceed.  (This will
  101.                 search all the files currently loaded in the CD-ROM
  102.                 and create many entries.)
  103.                     NOTE:  A CD must be in the CD-ROM drive.
  104.         c.  Delete all the access control profiles for the
  105.             CD-ROM EXCEPT E:.  (This is the only access
  106.             control required for the drive.)
  107.         d.  At the requester, use the alias to access the shared
  108.             CD-ROM:
  109.                 NET USE K: CDROMAL
  110.  
  111.  
  112.  
  113. Date last updated:  02/25/94
  114. XA25008   CJVCT
  115.  
  116.  
  117. 12/31/99
  118.