0f3e3a7a3a
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
70 lines
1.0 KiB
Plaintext
70 lines
1.0 KiB
Plaintext
=head1 NAME
|
|
|
|
B<mkrrnodes> - Adds or deletes nodes in the xCAT cluster database.
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<mkrrnodes> [-d ]| [-C a|b|,...,r] -L [Start Rack number for CU] -R [startrange,endrange]
|
|
|
|
|
|
B<mkrrnodes> [B<-h> | B<--help>]
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The mkrrnodes add or delete (-d) the nodes requested by inputting the CU name (-C) flag and the start and end range (-R) flag. It will also automatically define required nodegroups.
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
=over 10
|
|
|
|
=item B<-h|--help>
|
|
|
|
Display usage message.
|
|
|
|
=back
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
=over 3
|
|
|
|
=item 0
|
|
|
|
The command completed successfully.
|
|
|
|
=item 1
|
|
|
|
An error has occurred.
|
|
|
|
=back
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
=over 2
|
|
|
|
=item *
|
|
|
|
To build a nodelist entry like this "rrb048c","rrb048,qs22,cub,cell,cell-c,cell-cub-c,compute,tb,all,rack20",,,,:
|
|
|
|
B<mkrrnodes> -C b -L 45 -R 048,048
|
|
|
|
To delete a nodelist entry like this "rrb048c","rrb048,qs22,cub,cell,cell-c,cell-cub-c,compute,tb,all,rack20",,,,:
|
|
|
|
B<mkrrnodes> -d -C b -L 45 -R 048,048
|
|
|
|
=item *
|
|
|
|
|
|
=back
|
|
|
|
|
|
=head1 FILES
|
|
|
|
/opt/xcat/share/xcat/tools/mkrrnodes
|
|
|
|
|