Created
March 10, 2021 00:25
-
-
Save stellarpower/0958b179b54501e70ec6cc9c3222b473 to your computer and use it in GitHub Desktop.
zadm-doc.out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipkg brand attributes | |
brand: the zone's brand type | |
ip-type: ip-type of zone. can either be "exclusive" or "shared" | |
limitpriv: the maximum set of privileges any process in this zone can | |
obtain | |
zonename: name of zone | |
zonepath: path to zone root | |
admin (optional): resource containing the following attributes: | |
auths: permissions set for user | |
user: username | |
attr (optional): array of resource containing the following attributes: | |
name: attribute name | |
type: attribute type | |
value: attribute value | |
autoboot (optional): boot zone automatically | |
bootargs (optional): boot arguments for zone | |
capped-cpu (optional): resource containing the following attributes: | |
ncpus: sets the limit on the amount of CPU time. value is the percentage of a single CPU | |
capped-memory (optional): resource containing the following attributes: | |
locked (optional): limits of locked memory. can be suffixed by (K, M, G, T) | |
physical (optional): limits of physical memory. can be suffixed by (K, M, G, T) | |
swap (optional): limits of swap memory. can be suffixed by (K, M, G, T) | |
cpu-shares (optional): the number of Fair Share Scheduler (FSS) shares | |
dataset (optional): array of resource containing the following | |
attributes: | |
name: the name of a ZFS dataset to be accessed from within the zone | |
dedicated-cpu (optional): resource containing the following attributes: | |
ncpus: the number of cpus that should be assigned for this zone's exclusive use | |
importance (optional): specifies the pset.importance value for use by poold | |
device (optional): array of resource containing the following | |
attributes: | |
match: device name to match | |
dns-domain (optional): DNS search domain | |
fs (optional): array of resource containing the following attributes: | |
dir: directory of the mounted filesystem | |
special: path of fs to be mounted | |
type: type of fs | |
options (optional): array of mounting options | |
raw (optional): path of raw disk | |
fs-allowed (optional): a comma-separated list of additional filesystems | |
that may be mounted | |
hostid (optional): emulated 32-bit host identifier | |
max-lwps (optional): the maximum number of LWPs simultaneously available | |
max-msg-ids (optional): the maximum number of message queue IDs allowed | |
max-processes (optional): the maximum number of processes simultaneously | |
available | |
max-sem-ids (optional): the maximum number of semaphore IDs allowed | |
max-shm-ids (optional): the maximum number of shared memory IDs allowed | |
max-shm-memory (optional): the maximum amount of shared memory allowed | |
net (optional): array of resource containing the following attributes: | |
physical: network interface | |
address (optional): IP address of network interface | |
allowed-address (optional): IP address of the zone | |
defrouter (optional): IP address of default router | |
global-nic (optional): GZ network interface | |
mac-addr (optional): MAC address of the interface | |
over (optional): global link | |
vlan-id (optional): vlan id | |
pool (optional): name of the resource pool this zone must be bound to | |
rctl (optional): array of resource containing the following attributes: | |
name (optional): resource name | |
value (optional): resource containing the following attributes: | |
action: <description missing> | |
limit: <description missing> | |
priv: <description missing> | |
resolvers (optional): array of DNS resolvers | |
scheduling-class (optional): Specifies the scheduling class used for | |
processes running | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment