A Linux PC Cluster with Diskless Slave Nodes for Parallel Computing

Total Page:16

File Type:pdf, Size:1020Kb

A Linux PC Cluster with Diskless Slave Nodes for Parallel Computing A Linux PC Cluster with Diskless Slave Nodes for Parallel Computing Chao-Tung Yang and Yao-Chung Chang High-Performance Computing Laboratory Department of Computer Science and Information Engineering Tunghai University Taichung, 407, Taiwan, R.O.C. Tel: +886-4-23590121 ext. 3279 Fax: +886-4-23591567 [email protected] Abstract. This document describes how to set up a own data on the local hard drives in this way, backups diskless Linux box. As technology is advancing rapidly, and other software installation are rarely (even never) network-cards are becoming cheaper and much faster - performed for computing purpose. As a result, we can 100 Mbits/s Ethernet is common now and in about 1 see drawbacks that much storage space is wasted and year 1000 Mbits/s i.e. 1GigBits Ethernet cards will we have to take care of each node in front of the become a standard. With high-speed network cards, remote access will become as fast as the local disk console if something is going wrong. Does it really access which will make diskless nodes a viable make sense to have a full computer for each node? It’s alternative to workstations in local LAN. Also diskless not necessary. With the development of NOW nodes eliminate the cost of software upgrades and (Networks of workstations), it has been applied to system administration costs like backup, recovery which computing clusters also. Every node (excluding the will be centralized on the server side. Diskless nodes Server) is equipped without any hard disk and is also enable “sharing/optimization” of centralized server booted from the network. Since it has booted CPU, memory, hard-disk, tape and CDROM resources. successfully, it works as same as a fully equipped one. Diskless nodes provides mobility for the users i.e., users We will explain how to set up a diskless cluster for can log on from any one of diskless nodes and are not tied to one workstation. In this paper, a SMP-based PC computing purpose. cluster consists of one master node and eight diskless Motivations for the use of diskless Linux within the slave nodes (16 processors), is proposed and built. The Department of CSIE are listed as bellows: system architecture and benchmark performances of the · To manage a large number of workstations in a cluster are also presented in this paper. consistent and efficient manner. Management 1 Introduction includes software updates bug fixes, system Extraordinary technological improvements over the configuration, file system integrity, security etc. past few years in areas such as microprocessors, · To control a group of computers form a central memory, buses, networks, and software have made it location. These computers could be embedded possible to assemble groups of inexpensive personal processors or large numbers of computers computers and/or workstations into a cost effective ganged together to solve compute intensive system that functions in concert and posses problems. tremendous processing power. Cluster computing is · Lab computers are subject to a wide range of not new, but in company with other technical abuses that cause the system disk to become capabilities, particularly in the area of networking, corrupted. This could be as a result of powering this class of machines is becoming a high- off or resetting the computer without properly performance platform for parallel and distributed shutting down the computer. applications [1, 2, 8, 9]. · Upgrading system software without worrying In traditional scalable computing clusters, there is about whether the machine is turned on or not. related high powered Intel or AMD based PC’s · Improved system security through the use of associated with several gigabytes of hard disk space read only file systems and verification programs spread around. As far as a cluster administrator is such as tripwire that ensure the integrity of the concerned, the installer may have to install an image that is presented to the user. operating system and related software for each cluster The use of loosely coupled, powerful and low-cost node. Every node (excluding the Server) is equipped commodity components (PCs or workstations, without any hard disk and is booted from the network. typically), especially without any hard disk drive, Since it has booted successfully, it works as same as a connected by high-speed networks has resulted in the fully equipped one. Although, users can store their ©The Ninth Workshop on Compiler Techniques for High-Performance Computing, Institute of Information Science, Academia Sinica, 2003. 81 widespread usage of a technology popularly called experimental results show that the highest speedup is diskless cluster. Strictly speaking, it consists of one or 15.22 for PVMPOV [5, 7], when the total numbers of more servers which provide not only bootstrap service processor is 16 on SMPs cluster. Also, the LU of NPB but also related network services (such as DHCP, NIS, benchmark is used to demonstrate the performance of NFS servers, and etc) and many clients with no hard our cluster tested by using LAM/MPI library [4]. The disk drive requesting for booting from the network. experimental result shows that our cluster can obtain The availability of such clusters made maintain as speedup 9.07 when the total numbers of processors easy as possible, and also reduced the waste in storage used is 16. The results of this study will make space. The diskless cluster differs from the traditional theoretical and technical contributions to the design of one in that a network is used to provide not only inter- a high-performance computing system on a Linux processor communications but also a medium for SMP Clusters with diskless slave nodes. booting and transmission for a live file system. Thus, 2 System Setup each diskless node before booting can boot through a 2.1 Description of Hardware and System floppy disk or a NIC’s boot ROM with a small Software bootstrap program and even with a NIC’s PXE, which Our SMP cluster is a low cost Beowulf-type class sends a broadcast packet to a DHCP server and is then supercomputer that utilizes multi-computer assigned an IP address. After each node has been architecture for parallel computations. The cluster as assigned a valid IP address, it sends a request to the shown in consists of nine PC-based symmetric TFTP server for getting the boot image, referred to the multiprocessors (SMP) connected by one 24-port Linux Kernel, through TCP/IP protocol and starts the 100Mbps Ethernet switch with Fast Ethernet interface. booting process. During the booting process, all the Its system architecture is shown in. There are one necessary system files are transmitted through the server node and eight computing nodes. The server network. After the remote file system is mounted as node has two Intel Pentium-III 690MHz (550 over- root file system (NFS_ROOT), and the system clock, FSB 138MHz) processors and 256MBytes of initialization is done, the node is ready to work. shared local memory. Each Pentium-III has 32K on- This document describes how to set up a diskless chip instruction and data caches (L1 cache), a 256K Linux box. As technology is advancing rapidly, on-chip four-way second-level cache with full speed network-cards are becoming cheaper and much faster of CPU. The other eight nodes are Celeron-based - 100 Mbits/s Ethernet is common now and in about 1 SMP machines. Each Celeron also has 32K on-chip year 1000 Mbits/s i.e. 1GigBits Ethernet cards will instruction and data caches (L1 cache), a 128K on- become a standard. With high-speed network cards, chip four-way second-level cache with full speed of remote access will become as fast as the local disk CPU. Each individual processor is rated at 495MHz, access which will make diskless nodes a viable and the system bus has a clock rate of 110 MHz. alternative to workstations in local LAN. Also diskless nodes eliminate the cost of software upgrades and system administration costs like backup, recovery which will be centralized on the server side. Diskless nodes also enable “sharing/optimization” of centralized server CPU, memory, hard-disk, tape and CDROM resources. Diskless nodes provides mobility for the users i.e., users can log on from any one of diskless nodes and are not tied to one workstation. Diskless Linux box completely eliminates the need for local floppy disk, CDROM drive, tape drive and hard- disk. Diskless nodes JUST has a network card, RAM, a low-end CPU and a very simple mother-board which does not have any interface sockets/slots for hard disks, modem, CDROM, floppy etc.. With Diskless Linux nodes you can run programs on remote Linux 64 CPU SMP box or even on Linux super-computer! Diskless nodes lower the “Total Cost of Ownership” Figure 1: Snapshot of the computer system. In this paper, a SMP-based PC cluster consists of one master node and eight diskless slave nodes (16 processors), is proposed and built. In this paper, the system architecture and benchmark performances of the cluster are presented. In order to measure the performance of our cluster, the parallel ray-tracing problem is illustrated and the experimental result is demonstrated on our Linux SMPs cluster. The 82 message passing and collective (global) operations. These are all scoped to a user-specified group of processes. MPI provides a substantial set of libraries for the writing, debugging, and performance testing of distributed programs. Our system currently uses LAM/MPI, a portable implementation of the MPI standard developed cooperatively by Notre Dame SD SUPE R STAC K ä 3Com S tatus Segment 1 2 3 4 5 6 7 8 9 10 11 12 MDI MDI-X S uper Stack II Dual S peed Hub University.
Recommended publications
  • Sonexion 1.5 Upgrade Guide ()
    Sonexion 1.5 Upgrade Guide () Contents About Sonexion 1.5 Upgrade Guide..........................................................................................................................3 Sonexion 1.5.0 Upgrade Introduction........................................................................................................................4 Prerequisites..............................................................................................................................................................8 Begin Upgrade.........................................................................................................................................................10 Upgrade Sonexion 1600/900 Software....................................................................................................................17 Post-Installation Steps.............................................................................................................................................28 Troubleshoot from Error Messages.........................................................................................................................33 2 -- () About Sonexion 1.5 Upgrade Guide This document provides instructions to upgrade Sonexion systems running software release 1.4.0 to the 1.5.0 software platform. Audience This publication is intended for use by Cray field technicicans who are trained with Sonexion and familiar wtih the software upgrade process. Typographic Conventions Monospace A Monospace font indicates program code,
    [Show full text]
  • Clustering with Openmosix
    Clustering with openMosix Maurizio Davini (Department of Physics and INFN Pisa) Presented by Enrico Mazzoni (INFN Pisa) Introduction • What is openMosix? – Single-System Image – Preemptive Process Migration – The openMosix File System (MFS) • Application Fields • openMosix vs Beowulf • The people behind openMosix • The openMosix GNU project • Fork of openMosix code 12/06/2003 HTASC 2 The openMosix Project MileStones • Born early 80s on PDP-11/70. One full PDP and disk-less PDP, therefore process migration idea. • First implementation on BSD/pdp as MS.c thesis. • VAX 11/780 implementation (different word size, different memory architecture) • Motorola / VME bus implementation as Ph.D. thesis in 1993 for under contract from IDF (Israeli Defence Forces) • 1994 BSDi version • GNU and Linux since 1997 • Contributed dozens of patches to the standard Linux kernel • Split Mosix / openMosix November 2001 • Mosix standard in Linux 2.5? 12/06/2003 HTASC 3 What is openMOSIX • Linux kernel extension (2.4.20) for clustering • Single System Image - like an SMP, for: – No need to modify applications – Adaptive resource management to dynamic load characteristics (CPU intensive, RAM intensive, I/O etc.) – Linear scalability (unlike SMP) 12/06/2003 HTASC 4 A two tier technology 1. Information gathering and dissemination – Support scalable configurations by probabilistic dissemination algorithms – Same overhead for 16 nodes or 2056 nodes 2. Pre-emptive process migration that can migrate any process, anywhere, anytime - transparently – Supervised by adaptive
    [Show full text]
  • Sonexion Administrator Guide
    Sonexion Administrator Guide S2537 Contents Contents About Sonexion Administrator Guide.........................................................................................................................5 Hardware Architecture...............................................................................................................................................7 Software Architecture..............................................................................................................................................10 What Is and Is Not Supported in Sonexion 2.0.0.....................................................................................................12 Log In to CSSM.......................................................................................................................................................14 Change Network Settings........................................................................................................................................16 Create Custom LNET Configuration..............................................................................................................16 Change DNS Resolver Configuration............................................................................................................18 Change Externally Facing IP Addresses.......................................................................................................18 Change LDAP Settings in Daily Mode...........................................................................................................19
    [Show full text]
  • White Paper: Group State Quorum
    WHITE PAPER DELL EMC POWERSCALE ONEFS CLUSTER COMPOSITION, QUORUM, AND GROUP STATE Abstract This paper explores cluster quorum, group state, and the group management protocol on a Dell EMC PowerScale cluster. April 2021 1 | Dell EMC PowerScale OneFS Cluster Composition, Quorum, & Group State ©202 1 Dell Inc. or its subsidiaries. Revisions Version Date Comment 1.0 November 2017 Updated for OneFS 8.1.1 2.0 February 2019 Updated for OneFS 8.1.3 3.0 April 2019 Updated for OneFS 8.2 4.0 August 2019 Updated for OneFS 8.2.1 5.0 December 2019 Updated for OneFS 8.2.2 6.0 June 2020 Updated for OneFS 9.0 7.0 October 2020 Updated for OneFS 9.1 8.0 April 2021 Updated for OneFS 9.2 Acknowledgements This paper was produced by the following: Author: Nick Trimbee The information in this publication is provided “as is.” Dell Inc. makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any software described in this publication requires an applicable software license. Copyright © Dell Inc. or its subsidiaries. All Rights Reserved. Dell, EMC, Dell EMC and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be trademarks of their respective owners. 2 | Dell EMC PowerScale OneFS Cluster Composition, Quorum, & Group State ©202 1 Dell Inc. or its subsidiaries. TABLE OF CONTENTS Intended Audience ............................................................................................................................... 4 Cluster Composition, Quorum and Group State ............................................................................................................ 4 Cluster Composition and Group State ..........................................................................................................................
    [Show full text]
  • Linux Based Diskless System Using RSYNC Algorithm
    International Journal of Computer Applications (0975 – 8887) Volume 155 – No 3, December 2016 Linux based Diskless System using RSYNC Algorithm August Anthony N. Balute Dennis B. Gonzales, PhD CAP College Foundation Inc. University of the East Makati, Philippines Manila, Philippines Mateo D. Macalaguing Jr., Ed.D Caroline J. Aga-ab CAP College Foundation Inc. AMA University Makati Philippines Quezon City, Philippines ABSTRACT Centers, Offices, Cybercafe, Karaoke, and can likewise be The objective of this venture is to give a cost effective open utilized as a part of bunch registering. Diskless workstation is source Remote Desktop based registering environment to a PC framework with no plate drives introduced locally along clients by utilizing Virtualization Technology and existing these lines booting it's working framework from a server in open source programming and apparatuses. In this venture, we the neighborhood. Now and then when a PC framework is have utilized LTSP (Linux Terminal Server Project) to get to having a circle drive yet don't utilizing it that framework is Remote Desktop and Xen hypervisor to give virtual desktop additionally called a diskless workstation. Diskless environment at server. A client gets a customized desktop as a Workstations give less expensive however more secure VM (Virtual Machine) running over remote server. It is not systems administration answers for undertakings. Qualities of the same as the old Remote Desktop arrangements in a route diskless workstations are, the working framework is stacked that rather than a login session on single OS remote server, from the server when booting up. Clearly the various client will get a completely fledged desktop with fancied OS.
    [Show full text]
  • Automated Virtual Machine Replication and Transparent Machine Switch Support for an Individual Personal Computer User by Beom He
    Automated Virtual Machine Replication and Transparent Machine Switch Support for An Individual Personal Computer User by Beom Heyn Kim A thesis submitted in conformity with the requirements for the degree of Master of Science Graduate Department of Computer Science University of Toronto Copyright c 2011 by Beom Heyn Kim Abstract Automated Virtual Machine Replication and Transparent Machine Switch Support for An Individual Personal Computer User Beom Heyn Kim Master of Science Graduate Department of Computer Science University of Toronto 2011 As the price of computing devices drops, the number of machines managed by an in- dividual PC user has been increased. In many cases, a user with multiple computers wants to use an exact desktop environment across machines. For personal data replica- tion, there are several tools like DropBox, Live Mesh and Tonido. However, these tools can not provide software environment replication. Without a tool to replicate software environment, users have to manage each device's desktop environment separately which is hassling and difficult task to do manually. In this work, we explore the solution to help modern day PC users to perceive the consistent view of not only personal data but also a whole desktop environment. Our approach automatically replicates modifications made on the desktop environment of one machine to other devices using different replication policies for different network properties. Moreover, users can switch machines instantly and still see the exact environment. ii Acknowledgements First and foremost, I would really appreciate to Professor David Lie for his patient men- toring, invaluable advice, financial support, and large amount of time spent on discussions for this research.
    [Show full text]
  • Sonexion™ 2000 Administration Guide (2.0.0)
    Sonexion™ 2000 Administration Guide (2.0.0) S-2537 Rev C Contents Contents 1 About the Sonexion™ 2000 Administration Guide.................................................................................................. 5 2 Hardware Architecture............................................................................................................................................ 7 3 Software Architecture........................................................................................................................................... 10 4 What Is and Is Not Supported in Sonexion 2.0.0..................................................................................................12 5 Log In to CSM.......................................................................................................................................................14 6 SSA.......................................................................................................................................................................16 6.1 SSA Introduction......................................................................................................................................16 6.2 Configure SSA for Sonexion....................................................................................................................16 6.2.1 SSA Prerequisites...................................................................................................................... 17 6.2.2 Install the Sonexion SSA RPM Packages.................................................................................
    [Show full text]
  • Downloads the Boot Server
    CHEP 2003, La Jolla, California, March 24-28 2003 1 OpenMosix approach to build scalable HPC farms with an easy management infrastructure R. Esposito, P. Mastroserio, G. Tortone INFN, Napoli, I-80126, Italy F. M. Taurino INFM, Napoli, I-80126, Italy The OpenMosix approach is a good solution to build powerful and scalable computing farms. Furthermore an easy management infrastructure is implemented using diskless nodes and network boot procedures. In HENP environment, the choice of OpenMosix has been proven to be an optimal solution to give a general performance boost on implemented systems thanks to its load balancing and process migration features. In this poster we give an overview of the activities, carried out by our computing center, concerning the installation, management, monitoring, and usage of HPC Linux clusters running OpenMosix. sharing, load balancing algorithms and, in particular, the 1. INTRODUCTION individual load of the single nodes and the network speed. Each process has a Unique Home-Node (UHN) where it This document is a short report of the activities carried was created. Normally this is the node to which the user out by the computing centre of INFN, INFM and Dept. of has logged-in. The single system image model of Physics at University of Naples “Federico II”, concerning OpenMosix is a CC (cache coherent) cluster, in which the installation, management and usage of HPC Linux every process seems to run at its UHN, and all the clusters running OpenMosix [1]. processes of a user's session share the execution These activities started on small clusters, running a local environment of the UHN.
    [Show full text]
  • Electra VS User Manual V05.10
    ELECTRA VS Convergent Video System Version 05.10 User Manual Rev. A Copyright © 2017 Harmonic Inc. All rights reserved.. Contents Preface ............................................................ 15 Chapter 1 Overview ......................................................... 21 Purpose .................................................................................. 22 Main Features ........................................................................ 24 Hardware Delivery................................................................. 25 Chassis ........................................................................................ 25 Overview ................................................................................ 25 Front Panel ............................................................................. 25 Rear Panel .............................................................................. 26 Software Only Delivery ......................................................... 29 Overview ..................................................................................... 29 Virtualization Delivery ........................................................... 30 Overview ..................................................................................... 30 Virtualization Technologies ....................................................... 30 Chapter 2 Installation and Startup .................................. 31 Hardware Delivery................................................................. 32 Chassis Overview
    [Show full text]
  • Fully Automated Diskless Deployment for University's
    104 Kasem Bundit Engineering Journal Vol.8 No.2 May-August 2018 FULLY AUTOMATED DISKLESS DEPLOYMENT FOR UNIVERSITY’S LAB Suphanchai Punthawanunt1, Sutapat Sappajak2 and Yusaku FUJII3 1Dean for Faculty of Science and Technology, Kasem Bundit University 1761 Pattanakarn Rd., SuanLuang, Bangkok, 10250, Thailand, [email protected] 2Associate Dean for Faculty of Science and Technology, Kasem Bundit University 1761 Pattanakarn Rd, SuanLuang, Bangkok, 10250, Thailand, [email protected] 3Director for School of Science and Technology, Gunma University Kiryu, Tenjin-cho 1-5-1, 376-8515, Japan, [email protected] ABSTRACT In universities, the computer machine and computer lab seem to be very necessary for learning and studying in terms of practical skills. It was found that 1) There are more and more students who are in need of such computers for their computer-related study. 2) More budgets are needed for hard disk drive maintenance caused by electricity problem and incorrect usage. 3) Incorrect way of data editing. 4) No virus-protection program is set up or no program updated. 5) Too complicated way of hard disk drive’s management in computing center. 6) New developed software is not supported by old original operation system. 7) Too complicated way of software selection is the purpose of learning and study. So this research offers how to resolve problem by introducing the Diskless System for Computer Laboratory (DSCL) which is the new standard of storing the data which enable the computer and network center to save, retrieve and send-receive the data with high-speed network.
    [Show full text]
  • Cty ATVA05 System and Performance Monitoring on Diskless PC Clusters
    System and Performance Monitoring on Diskless PC Clusters Chao-Tung Yang and Ping-I Chen High-Performance Computing Laboratory Department of Computer Science and Information Engineering Tunghai University, Taichung City, 40704 Taiwan, R.O.C. [email protected] [email protected] Abstract. In this paper, we introduce the experiments of monitoring on SLIM and DRBL diskless PC clusters. We constructed the performance experimentations by using 16 computing nodes and only one hard disk. We used LAM/MPI and PVM to run the matrix multiplication program in order to evaluate their performance. We also used spm2 and ntop to monitoring the system status during performance evaluation. As the result, we can find that the network loading of SLIM is less than DRBL even though the performance result of DRBL is better than SLIM. Maybe this is because the DRBL use NFS to mount everything which the nodes needed. We can realize that if we want to construct a high-performance diskless Linux cluster. We should take care of the free space of main memory and the mounting method of file systems. Keywords: Diskless, System monitoring, Performance monitoring, PC clusters, DBRL, SLIM. 1 Introduction The use of loosely coupled, powerful and low-cost commodity components (PCs or workstations, typically), especially without any hard disk drive, connected by high- speed networks has resulted in the widespread usage of a technology popularly called diskless cluster. Strictly speaking, it consists of one or more servers which provide not only bootstrap service but also related network services (such as DHCP, NIS, NFS servers, and etc) and many clients with no hard disk drive requesting for booting from the network.
    [Show full text]
  • (Open)Mosix Experience in Naples
    (Open)Mosix Experience in Naples Rosario Esposito1, Francesco M. Taurino1,2, Gennaro Tortone1 1 (Istituto Nazionale di Fisica Nucleare, via Cintia – 80126 Napoli, Italy) 2 (Istituto Nazionale di Fisica Nucleare – UdR di Napoli, via Cintia – 80126 Napoli, Italy) This document is a short report of the activities carried out by the computing centre of INFN, INFM and Dept. of Physics at University of Naples “Federico II”, concerning the installation, management and usage of HPC Linux clusters running (open)Mosix [1][2]. These activities started on small clusters, running a local copy of the operating system and evolved through the years to a configuration of computing farms based on a diskless architecture, simplifying installation and management tasks. Introduction Thanks to high performances offered by low cost systems (common personal computers) and availability of operating systems like Linux, we were able to implement HPC clusters using standard PCs, connected to an efficient LAN. This solution offers several advantages: - lower costs than monolithic systems; - common technologies and components available trough the retailers (COTS, Components Off The Shelf); - high scalability. Mosix in Naples Our first test cluster was configured in January 2000. At that time we had 10 PCs running Linux Mandrake 6.1, acting as public Xterminals. They were used by our students to open Xsessions on a DEC-Unix AlphaServer to compile and execute simple simulation programs. Those machines had the following hardware configuration: - Pentium 200 Mhz - 64 MB RAM - 4 GB hard disk Each computer, with the operating system installed on the local disk, was connected to a 100 Mb/s Fast Ethernet switch.
    [Show full text]