HP Insight Cluster Management Utility User Manual

Page 83

Advertising
background image

enables the scalable diskless support in HP Insight CMU. Edit this file and insert the NFS
topology of the cluster. The syntax of this file supports HP Insight CMU node names and
network entities. Remember that HP Insight CMU network entities represent groups of nodes
on a common network switch. The acceptable formats of this file are:

<NFS server A IP address> <nodeA1> <nodeA2> <nodeA3> ... <nodeAN>
<NFS server B IP address> <NEB1> <NEB2> ... <NEBN>
<NFS server C IP address> <nodeC1> <NEC2> <nodeC3> ... <NECN>

Sample file:

[root@head ~]# cat /opt/cmu/etc/cmu_diskless_nfs_servers
172.20.0.5 n06 n07 rack1
172.20.0.50 encl3 encl4
[root@head ~]#

In this sample, node n06, node n07, and all of the nodes in the 'rack1' network entity obtain
the NFS-root file system from node n05 which has IP address 172.20.0.5. All nodes in the
'encl3' and 'encl4' network entities obtain the NFS-root file system from node n50, which has
IP address 172.20.0.50. Any diskless compute nodes that are not assigned to an NFS server
in this file obtain the NFS-root file system from the HP Insight CMU management node.

6.

Proceed with the diskless installation procedure in

“Populating the HP Insight CMU database”

(page 71)

. If the /opt/cmu/etc/cmu_diskless_nfs_servers file is detected, the

following additional actions occur:

When a diskless logical group is created

Each additional NFS server gets a copy of the root file system from /opt/cmu/image/
<logical_group_name>

on the HP Insight CMU management node.

Each additional NFS server is configured to export the root/ and snapshot/
subdirectories from /opt/cmu/image/<logical_group_name>

For the system-config-netboot diskless method, additional TFTP subdirectories are
created on the HP Insight CMU management node to host the kernel and memory image
booted by each additional NFS server.

For the system-config-netboot diskless method, an additional PXE-boot OS
description is configured on the HP Insight CMU management node for each additional
NFS server.

When a node is added to the diskless logical group

For the system-config-netboot diskless method, a copy of the snapshot directory
for this node is sent to the NFS server that will be serving this node. For the oneSIS diskless
method, the onesis golden image directory on the HP Insight CMU management node
is synchronized (using rsync) with the other NFS servers to propagate any per-node
changes that were made.

A PXE-boot file is created in the TFTP pxelinux.cfg directory that instructs the kernel
to obtain its root file system from the assigned NFS server.

IMPORTANT:

When booting the computes nodes in a large-scale diskless cluster, only one DHCP and TFTP server
are available for the cluster. HP recommends booting no more than 256 nodes at a time to avoid
DHCP and TFTP timeouts.

NOTE:

For the system-config-netboot diskless method, any data written from the compute

nodes is stored on the respective NFS server for each node. HP Insight CMU does not aggregate
this data back to the HP Insight CMU management node.

5.8 HP Insight CMU diskless environments

83

Advertising