Solaris Zones · Schema
Oracle Solaris Zone Configuration
Represents a complete Solaris zone configuration including global properties, resource assignments, and networking for non-global zones managed through zonecfg(8) and the RAD zonemgr module.
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Unique name identifying the zone on the system |
| uuid | string | Universally unique identifier assigned to the zone |
| brand | string | Zone brand determining the runtime environment and kernel behavior |
| zonepath | string | File system path for the zone root directory |
| autoboot | boolean | Whether the zone should automatically boot when the global zone boots |
| autoshutdown | string | Action to take when the global zone is shut down |
| bootargs | string | Boot arguments passed to the zone at boot time |
| file-mac-profile | string | File MAC policy profile for mandatory access control |
| hostid | string | Emulated host identifier for the zone |
| ip-type | string | IP stack type for the zone |
| limitpriv | string | Comma-separated list of privileges for the zone |
| scheduling-class | string | Default scheduling class for processes in the zone |
| max-lwps | integer | Maximum number of lightweight processes allowed in the zone |
| max-processes | integer | Maximum number of processes allowed in the zone |
| max-shm-memory | string | Maximum shared memory allowed for the zone |
| max-shm-ids | integer | Maximum number of shared memory identifiers |
| max-msg-ids | integer | Maximum number of message queue identifiers |
| max-sem-ids | integer | Maximum number of semaphore identifiers |
| state | string | Current runtime state of the zone (read-only, not a configuration property) |
| id | integer | Kernel-assigned zone ID when the zone is running (read-only) |
| anet | array | Automatic network interface resources providing network connectivity |
| capped-cpu | object | |
| capped-memory | object | |
| dedicated-cpu | object | |
| virtual-cpu | object | |
| device | array | Device resources made available to the zone |
| fs | array | File system mount resources |
| net | array | Network interface resources for shared-IP zones |
| dataset | array | ZFS dataset resources delegated to the zone |
| rctl | array | Resource control entries for the zone |
| attr | array | Generic attribute key-value pairs |
| admin | array | Administrative access entries for zone delegation |
| rootzpool | object | |
| zpool | array | Additional ZFS pools available to the zone |
| smf-dependency | array | SMF service dependencies required before zone boot |
| verified-boot | object |