Added -p flag to usage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d955b672cd
commit
d26cada112
@ -9,18 +9,20 @@ I<chvm [-h| --help]>
|
||||
I<chvm [-v| --version]>
|
||||
|
||||
|
||||
I<chvm [-V| --verbose] noderange>
|
||||
I<chvm [-V| --verbose] noderange [-p profile]>
|
||||
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
The chvm command modifies the partition profile for the partitions specified in noderange. A partitions current profile can be read using lsvm, modified, and piped into the chvm command.
|
||||
The chvm command modifies the partition profile for the partitions specified in noderange. A partitions current profile can be read using lsvm, modified, and piped into the chvm command, or changed with the -p flag.
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
|
||||
B<-h> Display usage message.
|
||||
|
||||
B<-p profile> Name of an existing partition profile.
|
||||
|
||||
B<-v> Command Version.
|
||||
|
||||
B<-V> Verbose output.
|
||||
@ -42,6 +44,14 @@ Output is similar to:
|
||||
|
||||
lpar4: Success
|
||||
|
||||
2. To change the partition profile for lpar4 to the existing profile 'prof1', enter:
|
||||
|
||||
I<chvm lpar4 -p prof1>
|
||||
|
||||
Output is similar to:
|
||||
|
||||
lpar4: Success
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user