IBM Books

IBM General Parallel File System for AIX: Administration and Programming Reference

Adding nodes to your GPFS nodeset

You can add nodes to an existing GPFS nodeset issuing the mmaddnode command. You must follow these rules when adding nodes:

For example, to add node k145n08 to nodeset set1, enter:

mmaddnode -C set1 k145n08

To confirm the addition, enter:

mmlsnode -C set1

The system displays information similar to:

GPFS nodeset    Node list
-------------   -------------------------------------------------------
   set1         k145n08 k145n29 k145n30 k145n31 k145n32
 

See the mmaddnode Command for complete usage information.

Note:
You must start GPFS manually the first time it is started on the new nodes by issuing the mmstartup command.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]