home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 5.ddi / 012.LIF / ATTACHDE.HLP < prev    next >
Encoding:
Text File  |  1992-07-02  |  5.1 KB  |  97 lines

  1.  
  2. ATTACHDEVICE:  HI Command                Common Alias:  AD
  3.                Attaches a physical device to the operating system and
  4.                associates a logical name with the device.  Attachdevice
  5.                catalogs the logical name in the root object directory,
  6.                making the logical name accessible to all users.
  7.  
  8.                SYNTAX:
  9.                attachdevice physical-name as :logical-name: [n[ d]|p|r|e] [w]
  10.  
  11.                PARAMETERS:
  12.  
  13.                physical-name
  14.                           Physical device name of the device to be
  15.                           attached to the system.  This name must be the
  16.                           name used in a BIOS Device Unit Information
  17.                           Block (DUIB), as defined at system
  18.                           configuration time.
  19.  
  20.                as
  21.                           Preposition required for the command.
  22.  
  23.                logical-name
  24.                           A 1 to 12 character name (excluding colons) to be
  25.                           associated with the device.  Colons surrounding
  26.                           the logical name are optional, but if used must
  27.                           be in pairs (:logical-name:).
  28.  
  29.                n(amed)
  30.                           The volume mounted on the device is already
  31.                           formatted for the iRMX named file driver. 
  32.                           Volumes that can contain named files are
  33.                           diskettes or hard disks.  If named, physical,
  34.                           remote, or edos is not specified, named is the
  35.                           default.
  36.  
  37.                d(elay)
  38.                           The device is attached logically, but not
  39.                           physically attached until the first access.
  40.  
  41.                p(hysical)
  42.                           The volume mounted on the logical device is
  43.                           considered to be a single, large file.  Examples
  44.                           include printers, terminals, and tape drives.
  45.  
  46.                r(emote)
  47.                           The volume mounted on the logical device is a
  48.                           remote file server.  If you specify remote with
  49.                           the physical name of a remote server, a logical
  50.                           name is created for the virtual root directory
  51.                           of the server.  The logical name is used to
  52.                           transparently access files residing at the
  53.                           server.  The server, rather than the consumer,
  54.                           associates the appropriate device drivers with
  55.                           the devices residing at the server system.  As a
  56.                           result, consumer systems do not require DUIBs
  57.                           attached for remote servers.  The world switch
  58.                           is always supported for consumer-based
  59.                           connections and is supported for server-based
  60.                           connections if the remote server has defined a
  61.                           user named World with a carriage return password.
  62.  
  63.                e(dos)
  64.                           For iRMX for Windows, specifies the encapsulated
  65.                           DOS (EDOS) file driver, allowing iRMX users to
  66.                           access shared DOS files.  The edos parameter
  67.                           includes the delay and world parameters. 
  68.                           Physical device names used with this parameter
  69.                           include a_dos through z_dos, which are equivalent
  70.                           to DOS drives A: through Z:.
  71.  
  72.                w(orld)
  73.                           The World user (ID 65535) is the owner of the
  74.                           device.  Any user can detach the device.  If you
  75.                           omit this parameter, your user ID is listed as
  76.                           the owner of the device.  In this case, only you
  77.                           and the system manager can detach the device. 
  78.                           In iRMX for Windows, access to an edos device is
  79.                           always done as World.
  80.  
  81.                ADDITIONAL INFORMATION:
  82.  
  83.                To use a device you must attach it, unless it is attached
  84.                by the system during initialization.  For example, before
  85.                you use the format, backup, or restore commands, you must
  86.                attach the appropriate device.  Likewise, any time you put
  87.                a diskette in its drive, you must attach the drive device. 
  88.                For general access of a hard disk or diskette, such as
  89.                reading or writing files, you may attach the device under a
  90.                generic physical device name.  However, to format a hard
  91.                disk or diskette, you must attach it under a specific
  92.                physical (DUIB) name that specifies the device
  93.                characteristics.
  94.  
  95.                For further information on using the Attachdevice command,
  96.                please refer to the Command Reference manual.
  97.