mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 21:20:36 +00:00
Fixed some spelling errors in chvm and mkvm documentation
This commit is contained in:
@ -387,7 +387,7 @@ Removes a processor from an active virtual machine's configuration.
|
||||
|
||||
=item B<--removeloaddev> I<wwpn> I<lun>
|
||||
|
||||
Removes the LOADDEV statement from a virtual machines's directory entry.
|
||||
Removes the LOADDEV statement from a virtual machine's directory entry.
|
||||
|
||||
=item B<--removezfcp> I<device_address> I<wwpn> I<lun>
|
||||
|
||||
@ -515,7 +515,7 @@ then run the command:
|
||||
|
||||
cat /tmp/lparfile | chvm lpar4 --p775
|
||||
|
||||
5. To change the I/O slot profile for lpar1-lpar8 using the configuration data in the file /tmp/lparfile. Users can use the output of lsvm.and remove the cec information, and modify the lpar id before each I/O, and run the command as following:
|
||||
5. To change the I/O slot profile for lpar1-lpar8 using the configuration data in the file /tmp/lparfile. Users can use the output of lsvm, remove the cec information, modify the lpar id before each I/O, and run the command as following:
|
||||
|
||||
chvm lpar1-lpar8 --p775 -p /tmp/lparfile
|
||||
|
||||
|
@ -297,7 +297,7 @@ After a node object is defined, the resources that will be used for the partitio
|
||||
|
||||
chdef lpar1 vmcpus=1/4/16 vmmemory=1G/4G/32G vmphyslots=0x21010201,0x21010200 vmothersetting=bsr:128,hugepage:2
|
||||
|
||||
Then, create the partion on the specified cec.
|
||||
Then, create the partition on the specified cec.
|
||||
|
||||
mkvm lpar1
|
||||
|
||||
@ -305,7 +305,7 @@ Option 2:
|
||||
|
||||
mkvm lpar1 vmcpus=1/4/16 vmmemory=1G/4G/32G vmphyslots=0x21010201,0x21010200 vmothersetting=bsr:128,hugepage:2
|
||||
|
||||
The outout is similar to:
|
||||
The output is similar to:
|
||||
|
||||
lpar1: Done
|
||||
|
||||
|
Reference in New Issue
Block a user