Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP XC System Software : Administration Guide > Chapter 18 Servicing the HP XC System

Adding a Node

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The following procedure describes how to add one or more nodes in the HP XC system:

  1. Log in as superuser on the head node.

  2. Note the number of nodes currently on your system. You can determine that number with the following command:

    # shownode all | wc -l
  3. Prepare the new node hardware as described in the HP XC System Software Hardware Preparation Guide.

  4. Cable the new node (or nodes) into the system. See the HP XC System Software documentation for your system for more information.

  5. Start the automatic discovery of the new node or nodes into your system and add them to the configuration and management database (cmdb).

    # cd /opt/hptc/config/sbin
    # ./discover --addnode options

    See discover(8) to determine which options are appropriate for your system.

  6. Verify that any new nodes have been added to your system by running the following command and compare it with the result from step 2:

    # shownode all | wc -l
  7. If the added node is of a type different from the other nodes and if its disk size does not match other disks in the HP XC system, modify the disk size parameters in the /opt/hptc/systemimager/etc/model.conf file on the head node, where model refers to the model type. See the Release Notes for any additional information.

  8. Run the cluster_config utility to configure the nodes and set the imaging environment:

    # ./cluster_config

    The cluster_config utility prompts you for key information, as shown here:

    1. The following menu is displayed:

      [L]ist Nodes, [M]odify Nodes, [H]elp, [P]roceed, [Q]uit: 

      Modify the default role assignments depending upon your system requirements. When you are finished with your modifications, enter P to proceed:

      The cluster configuration is ready to be applied. Do it? [y/n] y
    2. When prompted, enter y to regenerate ssh keys:

      Root ssh keys for the cluster already exist
      (Warning: you will not be able to ssh/pdsh to
      other nodes until you reimage them)
      Would you like to regenerate them? ([n]/y) y

    3. When prompted, specify the same NTP server that you are using for SFS; the SFS and HP XC clocks must be synchronized.

    4. When prompted, supply the network type for your system:

      Enter the network type of your system.
      Valid choices are QMS32 or QMS64: [QMS64]:
    5. When prompted, enable Web access to the Nagios monitoring application and create a password for the nagiosadmin user. This password does not have to match any other password on your system.

      Running C50nagios
      Would you like to enable web based monitoring? ([y]/n) y
      Enter the password for the 'nagiosadmin' web user:
      New password: your_nagios_password
      Re-type new password: your_nagios_password
    6. The cluster_config utility prompts you that it recognizes an existing slurm.conf file and asks if you want to reconfigure it.

      Answer n if the slurm.conf file has any changes that you made manually. Otherwise, answer y.

      The cluster_config utility adds the node to the slurm.conf file in either case.

    7. The golden image is created automatically, and all other system services are configured and started.

  9. Boot the system and propagate the golden image to the new node or nodes with the startsys command:

    # startsys --image_and_boot node_name

    The node_name indicates the newly added node or nodes.

  10. Run the spconfig utility.

    # /opt/hptc/sbin/spconfig
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003 Hewlett-Packard Development Company, L.P.