installation installation procedures procedures for
play

Installation Installation Procedures Procedures for Clusters for - PowerPoint PPT Presentation

Moreno Baricevic CNR-IOM DEMOCRITOS Trieste, ITAL Y Installation Installation Procedures Procedures for Clusters for Clusters PART 1 Cluster Services and Installation Procedures Agenda Agenda Cluster Services Cluster Services


  1. Moreno Baricevic CNR-IOM DEMOCRITOS Trieste, ITAL Y Installation Installation Procedures Procedures for Clusters for Clusters PART 1 – Cluster Services and Installation Procedures

  2. Agenda Agenda Cluster Services Cluster Services Overview on Installation Procedures Overview on Installation Procedures Confjguration and Setup of a NETBOOT Environment Troubleshooting Cluster Management T ools Notes on Security Hands-on Laboratory Session 2

  3. What's a cluster? What's a cluster? INTERNET Commodity Commodity Cluster Cluster HPC HPC LAN CLUSTER CLUSTER LAN NETWORK NETWORK servers, workstations, laptops, ... master-node computing nodes 3

  4. What's a cluster? What's a cluster? A cluster needs : – Several computers, nodes, often in special cases for easy mounting in a rack – One or more networks (interconnects) to hook the nodes together – Software that allows the nodes to communicate with each other (e.g. MPI) – Software that reserves resources to individual users A cluster is : all of those components working together to form one big computer 4

  5. Cluster example (internal network) Cluster example (internal network) 32 blades I/O srv STORAGE masternode 12x600GB (2x6 cores, 36x2TB I/O srv 24,48,96GB RAM) I/O srv STORAGE GPU node 12x600GB 36x2TB I/O srv GPU node FAT node (2TB RAM) 1 GB Ethernet (SP/iLO/mgmt) 1 GB Ethernet (NFS) 40 GB Infjniband (LUSTRE/MPI) 10 GB Ethernet (iSCSI) 1 GB (LAN) 5

  6. What's a cluster from the HW side? What's a cluster from the HW side? RACKs + rack mountable SERVERS PC / WORKSTATION LAPTOP 1U Server (rack mountable) BLADE Servers :-( HP c7000 IBM Blade Center SUN Fire B1600 8-16 bays in 10U 6 14 bays in 7U 2x 16 bays in 3U 5x

  7. What's a cluster from the HW side? What's a cluster from the HW side? 7

  8. "K Computer" (@RIKEN, Advanced Institute for Computational Science – Japan) "K Computer" (@RIKEN, Advanced Institute for Computational Science – Japan) 京 (kei), means 10 16 京 (kei), means 10 16 st in TOP500 in 2011, 4 th as of 2013 (and 2014) 1 st in TOP500 in 2011, 4 th as of 2013 (and 2014) 1 864 racks 864 racks 88.128 nodes 88.128 nodes 640.000 cores 640.000 cores 10,51 *PETA* Flops => 10 * 10 15 15 10,51 *PETA* Flops => 10 * 10 each rack each rack ➔ 96 computing nodes 96 computing nodes ➔ 6 I/O nodes 6 I/O nodes each node each node ➔ single 2.0 GHz 8-core SPARC64 VIIIfx processor single 2.0 GHz 8-core SPARC64 VIIIfx processor ➔ 16GB RAM 16GB RAM 12,6 *MEGA* WATT 12,6 *MEGA* WATT

  9. " 天河 天河 -2" Tianhe-2 (MilkyWay-2) -2" Tianhe-2 (MilkyWay-2) " (National Super Computer Center , Guangzhou – China) (National Super Computer Center , Guangzhou – China) 1 st st in TOP500 in 2013 and 2014 in TOP500 in 2013 and 2014 1 125 racks 125 racks 16.000 nodes 16.000 nodes 3.120.000 cores 3.120.000 cores 33,86 *PETA* Flops (54,9 theoretical peak) 33,86 *PETA* Flops (54,9 theoretical peak) each rack each rack ➔ 128 computing nodes 128 computing nodes each node each node ➔ 2x Ivy Bridge XEON + 3x XEON PHI 2x Ivy Bridge XEON + 3x XEON PHI ➔ 88GB RAM (64GB Ivy Bridge + 8GB each PHI) 88GB RAM (64GB Ivy Bridge + 8GB each PHI) 17,8 *MEGA* WATT 17,8 *MEGA* WATT

  10. CLUSTER SERVICES CLUSTER SERVICES CLUSTER INTERNAL NETWORK NTP NTP CLUSTER-WIDE TIME SYNC DNS DNS DYNAMIC HOSTNAMES RESOLUTION SERVER / MASTERNODE DHCP INSTALLATION / CONFIGURATION LAN (+ network devices confjguration and backup) TFTP NFS SHARED FILESYSTEM REMOTE ACCESS SSH SSH FILE TRANSFER PARALLEL COMPUTATION (MPI) LDAP/NIS/... LDAP/NIS/... AUTHENTICATION ... 10

  11. HPC SOFTWARE INFRASTRUCTURE HPC SOFTWARE INFRASTRUCTURE Overview Overview Users' Parallel Applications Users' Serial Applications Parallel Environment: MPI/PVM Software T ools for Applications CLOUD-enabling software (compilers, scientifjc libraries) Resources Management Software System Management Software (installation, administration, monitoring) O.S. Network Storage + (fast interconnection (shared and parallel services among nodes) fjle systems) 11

  12. HPC SOFTWARE INFRASTRUCTURE HPC SOFTWARE INFRASTRUCTURE Overview (our experience) Overview (our experience) Fortran, C/C++ codes Fortran, C/C++ codes MVAPICH / MPICH / openMPI / LAM INTEL, PGI, GNU compilers BLAS, LAPACK, ScaLAPACK, ATLAS, ACML, FFTW libraries PBS/T orque batch system + MAUI scheduler OpenStack SSH, C3T ools, ad-hoc utilities and scripts, IPMI, SNMP Ganglia, Nagios NFS Gigabit Ethernet LUSTRE, LINUX Infjniband GPFS, GFS Myrinet SAN 12

  13. CLUSTER MANAGEMENT CLUSTER MANAGEMENT Installation Installation Installation can be performed: - interactively - non-interactively Interactive installations: - fjner control Non-interactive installations: - minimize human intervention and let you save a lot of time - are less error prone - are performed using programs (such as RedHat Kickstart) which: - “simulate” the interactive answering - can perform some post-installation procedures for customization 13

  14. CLUSTER MANAGEMENT CLUSTER MANAGEMENT Installation Installation MASTERNODE Ad-hoc installation once forever (hopefully), usually interactive: - local devices (CD-ROM, DVD-ROM, Floppy, ...) - network based (PXE+DHCP+TFTP+NFS/HTTP/FTP) CLUSTER NODES One installation reiterated for each node, usually non-interactive. Nodes can be: 1) disk-based 2) disk-less (not to be really installed) 14

  15. CLUSTER MANAGEMENT CLUSTER MANAGEMENT Cluster Nodes Installation Cluster Nodes Installation 1) Disk-based nodes - CD-ROM, DVD-ROM, Floppy, ... Time expensive and tedious operation - HD cloning: mirrored raid, dd and the like (tar, rsync, ...) A “template” hard-disk needs to be swapped or a disk image needs to be available for cloning, confjguration needs to be changed either way - Distributed installation: PXE+DHCP+TFTP+NFS/HTTP/FTP More efgorts to make the fjrst installation work properly (especially for heterogeneous clusters), (mostly) straightforward for the next ones 2) Disk-less nodes - Live CD/DVD/Floppy - ROOTFS over NFS - ROOTFS over NFS + UnionFS - initrd (RAM disk) 15

  16. CLUSTER MANAGEMENT CLUSTER MANAGEMENT Existent toolkits Existent toolkits Are generally made of an ensemble of already available software packages thought for specifjc tasks, but confjgured to operate together, plus some add-ons. Sometimes limited by rigid and not customizable confjgurations, often bound to some specifjc LINUX distribution and version. May depend on vendors' hardware. Free and Open - OSCAR (Open Source Cluster Application Resources) - NPACI Rocks - xCAT (eXtreme Cluster Administration T oolkit) - Warewulf/PERCEUS - SystemImager - Kickstart (RH/Fedora), FAI (Debian), AutoYaST (SUSE) Commercial - Scyld Beowulf - IBM CSM (Cluster Systems Management) - HP, SUN and other vendors' Management Software... 16

  17. Network-based Distributed Installation Network-based Distributed Installation Overview Overview PXE DHCP TFTP INITRD RAM ROOTFS over NFS INSTALLATION CLONING ramfs or initrd NFS Kickstart/Anaconda SystemImager Customized at Customization Customization Customization creation time and through a through happens before through ad-hoc dedicated mount post-installation deployment, post-conf procedures point for each node when the of the cluster golden-image is created 17

  18. Network-based Distributed Installation Network-based Distributed Installation Basic services Basic services Deployment PXE : network booting ● DHCP : IP binding + NBP (pxelinux.0) ● TFTP : pxe confjguration fjle (pxelinux.cfg/<HEXIP>), alternative ● boot-up images (memtest, UBCD, ...) NFS : kickstart + RPM repository (with little modifjcation HTTP(S) ● or FTP can be used too) Maintenance passive updates: post-boot updates using port-knocking, ssh, ● distributed shells, wget, ... active confjguration/package updates: ssh, distributed shells ● advanced IT automation tools: Ansible, CFEngine, ... ● 18

  19. Customization layers Customization layers Installation process Installation process 19

  20. Customization layers Customization layers Ramdisk/Ramfs for disk-less nodes, rescue and HW test Ramdisk/Ramfs for disk-less nodes, rescue and HW test 20

  21. Network booting (NETBOOT) Network booting (NETBOOT) PXE + DHCP + TFTP + KERNEL + INITRD PXE + DHCP + TFTP + KERNEL + INITRD DHCPDISCOVER PXE DHCP DHCPOFFER IP Address / Subnet Mask / Gateway / ... Network Bootstrap Program (pxelinux.0) CLIENT / COMPUTING NODE SERVER / MASTERNODE DHCPREQUEST PXE DHCP DHCPACK PXE DHCP tftp get pxelinux.0 PXE TFTP TFTP INITRD tftp get pxelinux.cfg/HEXIP PXE+NBP TFTP tftp get kernel foobar PXE+NBP TFTP tftp get initrd foobar.img kernel foobar TFTP 21

  22. Network-based Distributed Installation Network-based Distributed Installation NETBOOT + KICKSTART INSTALLATION NETBOOT + KICKSTART INSTALLATION get NFS:kickstart.cfg kernel + initrd NFS get RPMs anaconda+kickstart NFS CLIENT / COMPUTING NODE SERVER / MASTERNODE tftp get tasklist TFTP kickstart: %post Installation tftp get task#1 kickstart: %post TFTP tftp get task#N kickstart: %post TFTP tftp get pxelinux.cfg/default kickstart: %post TFTP tftp put pxelinux.cfg/HEXIP kickstart: %post TFTP 22

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend