Lines Matching +full:per +full:- +full:processor
8 poolcfg \- create and modify resource pool configuration files
12 \fB/usr/sbin/poolcfg\fR \fB-c\fR \fIcommand\fR [\fB-d\fR | [\fIfilename\fR]]
17 \fB/usr/sbin/poolcfg\fR \fB-f\fR \fIcommand_file\fR [\fB-d\fR | [\fIfilename\fR]]
22 \fB/usr/sbin/poolcfg\fR \fB-h\fR
30 of modifications to the specified configuration file. If you use the \fB-d\fR
53 \fB\fB-c\fR \fIcommand\fR\fR
62 \fB\fB-d\fR\fR
71 \fB\fB-f\fR \fIcommand_file\fR\fR
75 editing commands, one per line.
81 \fB\fB-h\fR\fR
91 A script consists of editing commands, one per line, of the following:
95 \fBinfo [\fIentity-name\fR]\fR
101 \fBpoolcfg\fR \fB-c\fR \fB\&'info' afile\fR is an equivalent invocation to
102 \fBpoolcfg\fR \fB-c\fR \fB\&'info system name' afile\fR.
108 \fBcreate \fIentity-name\fR [\fIproperty-list\fR]\fR
118 \fBdestroy \fIentity-name\fR\fR
128 \fBmodify \fIentity-name\fR [\fIproperty-list\fR]\fR
138 \fBassociate \fIpool-name\fR [\fIresource-list\fR]\fR
149 \fBtransfer to\fR [\fIresourcetype\fR] \fIname\fR[\fIcomponent-list\fR]
190 This command is a NO-OP when \fBpoolcfg\fR operates directly on the kernel. See
191 the \fB-d\fR option.
195 with the \fB-s\fR option.
201 \fBrename \fIentity-name\fR to \fInew-name\fR\fR
279 Processor set resource
298 A 64-bit signed integer value.
307 A 64-bit unsigned integer value.
335 processor set, \fBsmall-1\fR. The processor set is created first, then the pool
341 create pset small-1 ( uint pset.min = 1 ; uint pset.max = 4)
343 associate pool Accounting ( pset small-1 )
357 # poolcfg -c 'info pool pool_0' /etc/pooladm.conf
372 # poolcfg -c 'destroy pool pool_0' /etc/pooladm.conf
386 $ poolcfg -c 'info' /etc/pooladm.conf
389 boolean system.bind-default true
401 int pset.sys_id -1
423 \fBExample 5 \fRMoving cpu with ID 2 to Processor Set pset1 in the Kernel
426 The following command moves \fBcpu\fR with ID \fB2\fR to processor set
432 # poolcfg -dc 'transfer to pset pset1 ( cpu 2 )'
438 \fBExample 6 \fRMoving 2 cpus from Processor Set pset1 to Processor Set pset2
442 The following command moves 2 \fBcpu\fRs from processor set \fBpset1\fR to
443 processor set \fBpset2\fR in the kernel:
448 # poolcfg -dc 'transfer 2 from pset pset1 to pset2'