mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	Fixed errors in flexnode command pod man pages
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6203 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
			
		||||
=head1 B<NAME>
 | 
			
		||||
=head1 NAME
 | 
			
		||||
 | 
			
		||||
B<lsflexnode> - Display the information of flexible node
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<SYNOPSIS>
 | 
			
		||||
=head1 SYNOPSIS
 | 
			
		||||
 | 
			
		||||
B<lsflexnode> [-h | --help]
 | 
			
		||||
 | 
			
		||||
@@ -12,7 +12,7 @@ B<lsflexnode> [-v | --version]
 | 
			
		||||
B<lsflexnode> I<noderange> 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<DESCRIPTION>
 | 
			
		||||
=head1 DESCRIPTION
 | 
			
		||||
 | 
			
		||||
IBM BladeCenter HX5 offers flexibility ideal that the blades can be combined together for scalability. 
 | 
			
		||||
 | 
			
		||||
@@ -35,9 +35,9 @@ A B<Partition> can be created base on the B<Complex>, each B<Partition> can have
 | 
			
		||||
The I<noderange> in the B<SYNOPSIS> can be a AMM node or a blade node.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<OPTIONS>
 | 
			
		||||
=head1 OPTIONS
 | 
			
		||||
 | 
			
		||||
=over 4
 | 
			
		||||
=over 17
 | 
			
		||||
 | 
			
		||||
=item B<-h | --help>
 | 
			
		||||
 | 
			
		||||
@@ -51,7 +51,7 @@ Display the version information.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<ATTRIBUTES>
 | 
			
		||||
=head1 ATTRIBUTES
 | 
			
		||||
 | 
			
		||||
The meaning of attributes which displayed by the B<lsflexnode>. The word 'node' in this section means B<Blade slot node>.
 | 
			
		||||
 | 
			
		||||
@@ -123,9 +123,9 @@ The identifier of the complex this node belongs to.
 | 
			
		||||
 | 
			
		||||
The identifier of the partition this node belongs to.
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<EXAMPLES>
 | 
			
		||||
=head1 EXAMPLES
 | 
			
		||||
 | 
			
		||||
=over 3
 | 
			
		||||
 | 
			
		||||
@@ -133,9 +133,10 @@ The identifier of the partition this node belongs to.
 | 
			
		||||
 | 
			
		||||
Display all the B<Complex>, B<Partition> and B<Blade slot node> which managed by a AMM.
 | 
			
		||||
 | 
			
		||||
B<lsflexnode> amm1
 | 
			
		||||
 lsflexnode amm1
 | 
			
		||||
 | 
			
		||||
The output:
 | 
			
		||||
 | 
			
		||||
    amm1: Complex - 24068
 | 
			
		||||
    amm1: ..Partition number - 1
 | 
			
		||||
    amm1: ..Complex node number - 2
 | 
			
		||||
@@ -161,9 +162,10 @@ The output:
 | 
			
		||||
 | 
			
		||||
Display a flexible node.
 | 
			
		||||
 | 
			
		||||
B<lsflexnode> blade1
 | 
			
		||||
 lsflexnode blade1
 | 
			
		||||
 | 
			
		||||
The output:
 | 
			
		||||
 | 
			
		||||
    blade1: Flexnode state - poweredoff
 | 
			
		||||
    blade1: Complex id - 24068
 | 
			
		||||
    blade1: Partition id - 1
 | 
			
		||||
@@ -175,10 +177,10 @@ The output:
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
=head1 B<FILES>
 | 
			
		||||
=head1 FILES
 | 
			
		||||
 | 
			
		||||
/opt/xcat/bin/lsflexnode
 | 
			
		||||
 | 
			
		||||
=head1 SEE ALSO
 | 
			
		||||
 | 
			
		||||
L<mkflexnode>, L<rmflexnode>
 | 
			
		||||
L<mkflexnode(1)|mkflexnode.1>, L<rmflexnode(1)|rmflexnode.1>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
=head1 B<NAME>
 | 
			
		||||
=head1 NAME
 | 
			
		||||
 | 
			
		||||
B<mkflexnode> - Create a flexible node.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<SYNOPSIS>
 | 
			
		||||
=head1 SYNOPSIS
 | 
			
		||||
 | 
			
		||||
B<mkflexnode> [-h | --help]
 | 
			
		||||
 | 
			
		||||
@@ -12,7 +12,7 @@ B<mkflexnode> [-v | --version]
 | 
			
		||||
B<mkflexnode> I<noderange>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<DESCRIPTION>
 | 
			
		||||
=head1 DESCRIPTION
 | 
			
		||||
 | 
			
		||||
A flexible node is a B<Partition> in a complex. Creating a flexible node is to create a partition which including all the slots defined in the xCAT blade node.
 | 
			
		||||
 | 
			
		||||
@@ -24,9 +24,9 @@ After the creating, use the B<lsflexnode> to check the status of the node.
 | 
			
		||||
 | 
			
		||||
The I<noderange> only can be a blade node.
 | 
			
		||||
 | 
			
		||||
=head1 B<OPTIONS>
 | 
			
		||||
=head1 OPTIONS
 | 
			
		||||
 | 
			
		||||
=over 4
 | 
			
		||||
=over 17
 | 
			
		||||
 | 
			
		||||
=item B<-h | --help>
 | 
			
		||||
 | 
			
		||||
@@ -39,7 +39,7 @@ Display the version information.
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<EXAMPLES>
 | 
			
		||||
=head1 EXAMPLES
 | 
			
		||||
 | 
			
		||||
=over 3
 | 
			
		||||
 | 
			
		||||
@@ -49,14 +49,14 @@ Create a flexible node base on the xCAT node blade1.
 | 
			
		||||
 | 
			
		||||
The blade1 should belong to a complex, the I<id> attribute should be set correctly and all the slots should be in B<power off> state.
 | 
			
		||||
 | 
			
		||||
B<mkflexnode> blade1
 | 
			
		||||
 mkflexnode blade1
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
=head1 B<FILES>
 | 
			
		||||
=head1 FILES
 | 
			
		||||
 | 
			
		||||
/opt/xcat/bin/mkflexnode
 | 
			
		||||
 | 
			
		||||
=head1 SEE ALSO
 | 
			
		||||
 | 
			
		||||
L<lsflexnode>, L<rmflexnode>
 | 
			
		||||
L<lsflexnode(1)|lsflexnode.1>, L<rmflexnode(1)|rmflexnode.1>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
=head1 B<NAME>
 | 
			
		||||
=head1 NAME
 | 
			
		||||
 | 
			
		||||
B<rmflexnode> - Delete a flexible node.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<SYNOPSIS>
 | 
			
		||||
=head1 SYNOPSIS
 | 
			
		||||
 | 
			
		||||
B<rmflexnode> [-h | --help]
 | 
			
		||||
 | 
			
		||||
@@ -12,7 +12,7 @@ B<rmflexnode> [-v | --version]
 | 
			
		||||
B<rmflexnode> I<noderange>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<DESCRIPTION>
 | 
			
		||||
=head1 DESCRIPTION
 | 
			
		||||
 | 
			
		||||
Delete a flexible node which created by the B<mkflexnode> command.
 | 
			
		||||
 | 
			
		||||
@@ -24,9 +24,9 @@ After the deleting, use the B<lsflexnode> to check the status of the node.
 | 
			
		||||
 | 
			
		||||
The I<noderange> only can be a blade node.
 | 
			
		||||
 | 
			
		||||
=head1 B<OPTIONS>
 | 
			
		||||
=head1 OPTIONS
 | 
			
		||||
 | 
			
		||||
=over 4
 | 
			
		||||
=over 17
 | 
			
		||||
 | 
			
		||||
=item B<-h | --help>
 | 
			
		||||
 | 
			
		||||
@@ -39,7 +39,7 @@ Display the version information.
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
=head1 B<EXAMPLES>
 | 
			
		||||
=head1 EXAMPLES
 | 
			
		||||
 | 
			
		||||
=over 3
 | 
			
		||||
 | 
			
		||||
@@ -49,14 +49,14 @@ Delete a flexible node base on the xCAT node blade1.
 | 
			
		||||
 | 
			
		||||
The blade1 should belong to a complex, the I<id> attribute should be set correctly and all the slots should be in B<power off> state.
 | 
			
		||||
 | 
			
		||||
B<rmflexnode> blade1
 | 
			
		||||
 rmflexnode blade1
 | 
			
		||||
 | 
			
		||||
=back
 | 
			
		||||
 | 
			
		||||
=head1 B<FILES>
 | 
			
		||||
=head1 FILES
 | 
			
		||||
 | 
			
		||||
/opt/xcat/bin/rmflexnode
 | 
			
		||||
 | 
			
		||||
=head1 SEE ALSO
 | 
			
		||||
 | 
			
		||||
L<lsflexnode>, L<mkflexnode>
 | 
			
		||||
L<lsflexnode(1)|lsflexnode.1>, L<mkflexnode(1)|mkflexnode.1>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user