The zonecfg Resources Parameters
Resource types within the zonecfg utility include the following:
• zone name - Defines the zone name and identifies the zone to the configuration utility.
• zonepath - Defines the zone path resource and is the path to the zone root.
• fs - Assigns resource parameters for file systems. Use of the special parameter allows the local zone to mount global system resources under separate directories. Table 15-2 shows parameters associated with the fs resource.
|
dir |
File system to mount from global zone |
|
special |
Where to make the global file system available on the zone |
|
type |
How zone kernel interacts with the file system |
|
options |
Allow parameters similar to those found with the mount command |
• Inherit-pkg-dir - Gives access to software packages from the global system. The contents of software packages in the inherit-pkg-dir directory are inherited by the non-global zone in a read-only mode. The default inherit-pkg-dir resources are: /lib, /platform, /sbin, and /usr.
• net - Provisions logical interfaces of the global systems interfaces to non-global zones. The network interfaces are plumbed when the zone transitions from the installed state to the ready state.
• device - References devices for the select, add, or remove commands. Each zone can have devices that should be configured when the zone transitions from the installed state to the ready state.
• attr - Enables the global administrator to assign generic-attribute settings, such as name type and value. The type must be int, uint (unsigned), Boolean or string.
Post a comment