diff --git a/xCAT-client/pods/man1/rbootseq.1.pod b/xCAT-client/pods/man1/rbootseq.1.pod index 8aa902462..5279b5ebe 100644 --- a/xCAT-client/pods/man1/rbootseq.1.pod +++ b/xCAT-client/pods/man1/rbootseq.1.pod @@ -1,21 +1,32 @@ =head1 NAME -B - Persistently sets the order of boot devices for BladeCenter blades. +B - Persistently sets the order of boot devices for BladeCenter blades or PPC LPARs. =head1 SYNOPSIS -B I {B|B|B|B|B|B|B|B|B|B|B|B|B}B<,>I<...> - B [B<-h>|B<--help>|B<-v>|B<--version>] +=head2 Blade specific: + +B I {B|B|B|B|B|B|B|B|B|B|B|B|B}B<,>I<...> + +=head2 PPC (using Direct FSP Management) specific: + +B I B<[hfi|net]> =head1 DESCRIPTION +For PPC (with HMC) specific: + B sets the boot sequence (the order in which boot devices should be tried) for the specified blades. Up to four different medium/devices can be listed, separated by commas. The boot sequence will remain in effect for these blades until set differently. +For PPC (using Direct FSP Management) specific: + +B sets the net or hfi device as the first boot device for the specified PPC LPARs. The net or hfi mac address is store in the mac table. And B requires that the network information is correct in networks table as for getmacs/rnetboot. + =head1 OPTIONS =over 7