Creating and Using Oracle® Solaris Zones

Exit Print View

Updated: May 2015
 
 

How to Add a Dedicated Device to a Zone

The following specification places a scanning device in a non-global zone configuration.

You must be the global administrator in the global zone or a user with appropriate authorizations to perform this procedure.

  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

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