adjust the argument of rmvm according to the requirement.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4870 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
faaadc5ca3
commit
5d309f6c19
@ -9,7 +9,7 @@ I<rmvm [-h| --help]>
|
||||
I<rmvm [-v| --version]>
|
||||
|
||||
|
||||
I<rmvm [-V| --verbose] noderange>
|
||||
I<rmvm [-V| --verbose] noderange [--service]>
|
||||
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -25,6 +25,8 @@ B<-v> Command Version.
|
||||
|
||||
B<-V> Verbose output.
|
||||
|
||||
B<--service> Remove the service partitions of the specified CECs.
|
||||
|
||||
|
||||
=head1 RETURN VALUE
|
||||
|
||||
@ -52,6 +54,15 @@ Output is similar to:
|
||||
lpar2: Success
|
||||
lpar3: Success
|
||||
|
||||
2. To remove the service partitions of the specified CEC cec01 and cec02, enter:
|
||||
|
||||
I<rmvm cec01,cec02 --service>
|
||||
|
||||
Output is similar to:
|
||||
|
||||
cec01: Success
|
||||
cec02: Success
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user