Go to main content

Creating and Using Oracle® Solaris Zones

Exit Print View

Updated: April 2019
 
 

How to Add a Dedicated Device to a Zone

Use the following specification to place a scanning device in a non-global zone configuration.

  1. Become a zone administrator.

    For more information, see Assigning Limited Rights to Zone Administrators.

  2. Select the zone for the device.
    global$ zonecfg -z my-zone
  3. Add a device.
    zonecfg:my-zone> add device
  4. Set the device match, /dev/scsi/scanner/c3t4* in this procedure.
    zonecfg:my-zone:device> set match=/dev/scsi/scanner/c3t4*
  5. Set the device match, /dev/scsi/scanner/c3t4* in this procedure.
    zonecfg:my-zone:device> set match=/dev/scsi/scanner/c3t4*
  6. End the device specification.
    zonecfg:my-zone:device> end
  7. Exit the zonecfg command.
    zonecfg:my-zone> exit