update the format in the mkvm manpage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9216 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
49aaa5388c
commit
8ac1f7d72f
@ -62,27 +62,27 @@ The cec (fsp) name for the destination.
|
||||
|
||||
=item B<-i>
|
||||
|
||||
Starting numeric id of the newly created partitions. For P7 IH using Direct FSP Management, the id value only could be 1, 5, 9, 13, 17, 21, 25 and 29.
|
||||
Starting numeric id of the newly created partitions. For P7 IH using Direct FSP Management, the id value only could be B<1>, B<5>, B<9>, B<13>, B<17>, B<21>, B<25> and B<29>.
|
||||
|
||||
=item B<-m>
|
||||
|
||||
memory interleaving. The value only could be interleaved or non-interleaved. non-interleaved mode means the memory cannot be shared across the processors in an octant. interleaved means the memory can be shared.
|
||||
memory interleaving. The value only could be B<interleaved> or B<non-interleaved>. B<non-interleaved> mode means the memory cannot be shared across the processors in an octant. B<interleaved> means the memory can be shared.
|
||||
|
||||
=item B<-r>
|
||||
|
||||
partition rule.
|
||||
|
||||
If all the octants configuration value are same in one CEC, it will be " -r 0-7:value" .
|
||||
If all the octants configuration value are same in one CEC, it will be " B<-r> B<0-7>:I<value>" .
|
||||
|
||||
If the octants use the different configuration value in one cec, it will be "-r 0:value1,1:value2,...7:value7", or "-r 0:value1,1-7:value2" and so on.
|
||||
If the octants use the different configuration value in one cec, it will be "B<-r> B<0>:I<value1>,B<1>:I<value2>,...B<7>:I<value7>", or "B<-r> B<0>:I<value1>,B<1-7>:I<value2>" and so on.
|
||||
|
||||
The octants configuration value for one Octant could be 1, 2, 3, 4, 5 . The meanings of the octants configuration value are as following:
|
||||
The octants configuration value for one Octant could be B<1>, B<2>, B<3>, B<4>, B<5>. The meanings of the octants configuration value are as following:
|
||||
|
||||
1 - 1 partition with all cpus and memory of the octant
|
||||
2 - 2 partitions with a 50/50 split of cpus and memory
|
||||
3 - 3 partitions with a 25/25/50 split of cpus and memory
|
||||
4 - 4 partitions with a 25/25/25/25 split of cpus and memory
|
||||
5 - 2 partitions with a 25/75 split of cpus and memory
|
||||
1 -- 1 partition with all cpus and memory of the octant
|
||||
2 -- 2 partitions with a 50/50 split of cpus and memory
|
||||
3 -- 3 partitions with a 25/25/50 split of cpus and memory
|
||||
4 -- 4 partitions with a 25/25/25/25 split of cpus and memory
|
||||
5 -- 2 partitions with a 25/75 split of cpus and memory
|
||||
|
||||
=item B<-l>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user