Academic literature on the topic 'Virtualization; High Availability cluster; Linux'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Virtualization; High Availability cluster; Linux.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Virtualization; High Availability cluster; Linux"

1

Hariyadi, I. Putu, and Akbar Juliansyah. "Analisa Penerapan Private Cloud Computing Berbasis Proxmox Virtual Environment Sebagai Media Pembelajaran Praktikum Manajemen Jaringan." MATRIK : Jurnal Manajemen, Teknik Informatika dan Rekayasa Komputer 18, no. 1 (2018): 1–12. http://dx.doi.org/10.30812/matrik.v18i1.329.

Full text
Abstract:
STMIK Bumigora Mataram strives to develop a curriculum that adopts the needs of the industrial world. In the past 2 years, Network Management lecturers have experienced problems related to practicum implementation. During this time the learning process uses virtualization installed on each laboratory computer. However, the system has various weaknesses, especially related to the freedom of access and availability. The implementation of Private Cloud Computing based on Proxmox Virtual Environment (PVE) which in the cluster can be a solution to the problems faced. PVE cluster which is made using four servers and integrated with one storage server can be used as a learning media for network management practicum and support high availability so that live migration can be done. Users can manage Virtual Private Servers using Linux Container (LXC) independently with a login and limited access permission account and the configuration can be done through the console and SSH. All practicum materials were successfully tested on LXC. An FTP-based local repository built on a storage server can minimize the bandwidth usage of an Internet connection and speed up the package installation. In addition port forwarding on the gateway router can facilitate the remote access needs on LXC from the Internet.
APA, Harvard, Vancouver, ISO, and other styles
2

Chiang, Mei-Ling, and Tsung-Te Hou. "A Scalable Virtualized Server Cluster Providing Sensor Data Storage and Web Services." Symmetry 12, no. 12 (2020): 1942. http://dx.doi.org/10.3390/sym12121942.

Full text
Abstract:
With the rapid development of the Internet of Things (IoT) technology, diversified applications deploy extensive sensors to monitor objects, such as PM2.5 air quality monitoring. The sensors transmit data to the server periodically and continuously. However, a single server cannot provide efficient services for the ever-growing IoT devices and the data they generate. This study bases on the concept of symmetry of architecture and quantities in system design and explores the load balancing issue to improve performance. This study uses the Linux Virtual Server (LVS) and virtualization technology to deploy a virtual machine (VM) cluster. It consists of a front-end server, also a load balancer, to dispatch requests, and several back-end servers to provide services. These receive data from sensors and provide Web services for browsing real-time sensor data. The Hadoop Distributed File System (HDFS) and HBase are used to store the massive amount of received sensor data. Because load-balancing is critical for resource utilization, this study also proposes a new load distribution algorithm for VM-based server clusters that simultaneously provide multiple services, such as sensor services and Web service. It considers the aggregate load of all back-end servers on the same physical server that provides multiple services. It also considers the difference between physical machines and VMs. Algorithms such as those for LVS, which do not consider these factors, can cause load imbalance between physical servers. The experimental results demonstrate that the proposed system is fault tolerant, highly scalable, and offers high availability and high performance.
APA, Harvard, Vancouver, ISO, and other styles
3

Idrus, Ali. "Designing High Availability Cluster Using Server Virtualization on Cloud Storage Services." IJISTECH (International Journal of Information System & Technology) 5, no. 2 (2021): 93. http://dx.doi.org/10.30645/ijistech.v5i2.119.

Full text
Abstract:
Cloud Storage Service at PT. Harrisma Globaltechnologies Jakarta has not been applied based on virtualization. The problem with cloud storage services in general is that the server is not able to serve a high number of requests as a result the cloud storage server fails. One of these problems is caused by inadequate server resources and less than optimal storage server management. These problems can be solved effectively and efficiently with server virtualization. Where server virtualization is managed by Proxmox. Proxmox is an open-source virtualization platform supported by KVM and OpenVZ hypervisors and can be managed with web-based graphics. Server virtualization collaboration can save server resources by duplicating server services virtually. The research methodology used is clustering by applying the concept of high-availability where there is a secondary server as a backup-server for the primary-server. The results of this study include three parameters, namely Throughput, Response Time, and CPU Usage. The results show that cloud storage servers that implement virtualization than those that do not apply with a difference in the value of the Throughput parameter of 1896.6 Kbps, the difference in the value of the Response Time parameter of 10.6 requests/second, and the difference in the value of the CPU Usage criteria of 11.91%
APA, Harvard, Vancouver, ISO, and other styles
4

Shaikh, Muhammad Kashif, Muzammil Ahmad Khan, and Mumtaz ul Imam. "5 Performance Assessment of High Availability Clustered Computing using LVS-NAT." Sir Syed Research Journal of Engineering & Technology 1, no. 1 (2011): 6. http://dx.doi.org/10.33317/ssurj.v1i1.76.

Full text
Abstract:
High availability cluster computing environment attempts to provide high availability to computing services. This paper evaluates building and investigating a highly available computing environment that provides a solution to achieve high availability. A prototype of cluster computing environment is developed in Linux environment to provide a single but highly available point of entry. The cluster of computers run web based application to provide services to HTTP users.
APA, Harvard, Vancouver, ISO, and other styles
5

Borsewicz, Michał Sylwester, and Daniel Bieniek. "Comparative Analysis of High Availability Solutions." Journal of Computer Sciences Institute 12 (September 30, 2019): 240–45. http://dx.doi.org/10.35784/jcsi.503.

Full text
Abstract:
The aim of the thesis was to perform a comparative analysis of selected high availability solutions. The issue of choosing the right HA solutions is an indispensable part of any company that uses IT infrastructure. As the most commonly used solutions are the virtualization solutions of Microsoft: Hyper-V and VMWare: vSphere, they have been subjected to in-depth analysis. For this purpose, we have performed performance tests of guest systems on the above hypervisors and we tested the behavior of the cluster in the event of failure of one of the hosts.
APA, Harvard, Vancouver, ISO, and other styles
6

Pessolani, Pablo Andrés. "An Architecture Model for a Distributed Virtualization System." Journal of Computer Science and Technology 19, no. 2 (2019): e17. http://dx.doi.org/10.24215/16666038.19.e17.

Full text
Abstract:
The Thesis is about an architecture model for a Distributed Virtualization System, which could expand a virtual execution environment from a single physical machine to several nodes of a cluster. With current virtualization technologies, computing power and resource usage of Virtual Machines (or Containers) are limited to the physical machine where they run. To deliver high levels of performance and scalability, cloud applications are usually partitioned in several Virtual Machines (or Containers) located on different nodes of a virtualization cluster. Developers often use that processing model because the same instance of the operating system is not available on each node where their components run. The proposed architecture model is suitable for new trends in software development because it is inherently distributed. It combines and integrates Virtualization and Distributed Operating Systems technologies with the benefits of both worlds, providing the same isolated instance of a Virtual Operating System on each cluster node. Although it requires the introduction of changes in existing operating systems, thousands of legacy applications would not require modifications to obtain their benefits. A Distributed Virtualization System is suitable to deliver high-performance cloud services with provider-class features, such as high-availability, replication, migration, and load balancing. Furthermore, it is able to concurrently run several isolated instances of different guest Virtual Operating Systems, allocating a subset of nodes for each instance and sharing nodes between them. Currently, a prototype is running on a cluster of commodity hardware provided with two kinds of Virtual Operating Systems tailored for internet services (web server) as a proof of concept.
APA, Harvard, Vancouver, ISO, and other styles
7

Ji, Zhi Xiang, Fang Сhun Di, Jing Huai Lin, Rong Сhang Yuan, Yun Рao Huang, and Tao Xie. "Design and Analysis of High Availability Power Grid Dispatching Automation System Based on Virtualization Technology." Advanced Materials Research 852 (January 2014): 725–29. http://dx.doi.org/10.4028/www.scientific.net/amr.852.725.

Full text
Abstract:
The power grid dispatching automation system is the nerve center of the strong smart grid, and its safe and stable operation is the strong guarantee of power supply. Power grid dispatching automation system must have high availability and reliability to ensure the uninterrupted operation of system. This paper analyzed the application status of present power grid dispatching automation system and proposed a method based on virtualization technology to realize high availability. It also provided the architecture design of system and the concrete realization method of high availability. With the comparison of new method and existing system, it could be found that new method not only has high availability and fast failure recovery function, but also could greatly increase resource utilization rate of physical machine cluster. Therefore, it can better satisfy the high availability request of power grid dispatching automation system.
APA, Harvard, Vancouver, ISO, and other styles
8

Mardedi, Lalu Zazuli Azhar. "Analisa Kinerja System Gluster FS pada Proxmox VE untuk Menyediakan High Availability." MATRIK : Jurnal Manajemen, Teknik Informatika dan Rekayasa Komputer 19, no. 1 (2019): 173–85. http://dx.doi.org/10.30812/matrik.v19i1.473.

Full text
Abstract:
Virtualization is used as a means to improve the scalability of existing hardware. Proxmox Virtual Environment (PVE) with hypervisor type based on open source. PVE can use Network Attached Storage as a network-based storage location in GlusterFS storage, which is a distributed file system. The research methodology uses Network Development Live Cycle (NDLC) which has 3 (three) stages, namely analysis, design, and simulation prototyping. The analysis phase is carried out by collecting data by means of literature study and data analysis. The design phase is carried out making the design of network systems and trials. At the simulation stage prototyping tests various scenarios and analyzes Read, Write and Re-Write tests. The system in PVE is integrated with GlusterFS storage made using two servers including the PVE 1 and PVE 2 servers. GlusterFS performance results show that the Read file capability is higher compared to Write, and Re-write in the measurement variations of 1mb, 10mb and 100mb files. In conclusion, GlusterFS can be clustered using the same node as PVE Cluster which can use GlusterFS as additional storage for PVE. GlusterFS also supports live migration features so that LXC or VM can do live migration from one node to another in an online state. The ability to write, re-write and read files on GlusterFS is also relatively stable in testing file size variations.
APA, Harvard, Vancouver, ISO, and other styles
9

Farshteindiker, Adi, and Rami Puzis. "Leadership Hijacking in Docker Swarm and Its Consequences." Entropy 23, no. 7 (2021): 914. http://dx.doi.org/10.3390/e23070914.

Full text
Abstract:
With the advent of microservice-based software architectures, an increasing number of modern cloud environments and enterprises use operating system level virtualization, which is often referred to as container infrastructures. Docker Swarm is one of the most popular container orchestration infrastructures, providing high availability and fault tolerance. Occasionally, discovered container escape vulnerabilities allow adversaries to execute code on the host operating system and operate within the cloud infrastructure. We show that Docker Swarm is currently not secured against misbehaving manager nodes. This allows a high impact, high probability privilege escalation attack, which we refer to as leadership hijacking, the possibility of which is neglected by the current cloud security literature. Cloud lateral movement and defense evasion payloads allow an adversary to leverage the Docker Swarm functionality to control each and every host in the underlying cluster. We demonstrate an end-to-end attack, in which an adversary with access to an application running on the cluster achieves full control of the cluster. To reduce the probability of a successful high impact attack, container orchestration infrastructures must reduce the trust level of participating nodes and, in particular, incorporate adversary immune leader election algorithms.
APA, Harvard, Vancouver, ISO, and other styles
10

Nguyen, Nguyen Dinh, and Taehong Kim. "Balanced Leader Distribution Algorithm in Kubernetes Clusters." Sensors 21, no. 3 (2021): 869. http://dx.doi.org/10.3390/s21030869.

Full text
Abstract:
Container-based virtualization is becoming a de facto way to build and deploy applications because of its simplicity and convenience. Kubernetes is a well-known open-source project that provides an orchestration platform for containerized applications. An application in Kubernetes can contain multiple replicas to achieve high scalability and availability. Stateless applications have no requirement for persistent storage; however, stateful applications require persistent storage for each replica. Therefore, stateful applications usually require a strong consistency of data among replicas. To achieve this, the application often relies on a leader, which is responsible for maintaining consistency and coordinating tasks among replicas. This leads to a problem that the leader often has heavy loads due to its inherent design. In a Kubernetes cluster, having the leaders of multiple applications concentrated in a specific node may become a bottleneck within the system. In this paper, we propose a leader election algorithm that overcomes the bottleneck problem by evenly distributing the leaders throughout nodes in the cluster. We also conduct experiments to prove the correctness and effectiveness of our leader election algorithm compared with a default algorithm in Kubernetes.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Virtualization; High Availability cluster; Linux"

1

Vakula, Juraj. "Návrh a implementace vysoce dostupné aplikace v unixovém prostředí pro "call back system"." Master's thesis, Vysoké učení technické v Brně. Fakulta strojního inženýrství, 2009. http://www.nusl.cz/ntk/nusl-228825.

Full text
Abstract:
The thesis is focused on use and implement High Availability cluster in the productive environment, where is needed to concentrate on business critical application. The main aim of this thesis is to create the environment for callback system, which consist from many software products, for example database, web, java and etc. A company has to consolidate every application in an flexible environment resistent to hardware failure, human error in order to be running 24/7.
APA, Harvard, Vancouver, ISO, and other styles
2

Mikulka, Pavel. "Implementace CDN a clusteringu v prostředí GNU/Linux s testy výkonnosti." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2008. http://www.nusl.cz/ntk/nusl-217550.

Full text
Abstract:
Fault tolerance is essential in a production-grade service delivery network. One of the solution is build a clustered environment to keep system failure to a minimum. This thesis examines the use of high availability and load balancing services using open source tools in GNU/Linux. The thesis discusses some general technologies of high availability computing as virtualization, synchronization and mirroring. To build relatively cheap high availability clusters is suitable DRDB tool. DRDB is tool for build synchronized Linux block devices. This paper also examines Linux-HA project, Redhat Cluster Suite, LVS, etc. Content Delivery Networks (CDN) replicate content over several mirrored web servers strategically placed at various locations in order to deal with the flash crowds. A CDN has some combination a request-routing and replication mechanism. Thus CDNs offer fast and reliable applications and services by distributing content to cache servers located close to end-users. This work examines open-source CDNs Globule and CoralCDN and test performance of this CDNs in global deployment.
APA, Harvard, Vancouver, ISO, and other styles
3

Mikulka, Zdeněk. "Instalace a konfigurace Octave výpočetního clusteru." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2014. http://www.nusl.cz/ntk/nusl-221085.

Full text
Abstract:
This diploma thesis contains detailed design of high-performance cluster, primarely focused for parallel computing in Octave application. Each of component of this cluster is described along with instructions for installation and configuration. Cluster is based on GNU/Linux operating system and Message Parsing Interface. Design alllows implementation of this cluster in computers of schoolroom with active lessons.
APA, Harvard, Vancouver, ISO, and other styles
4

Svitálek, Petr. "Návrh a implementace SAP CAR s automatickým zotavením z havárie." Master's thesis, Vysoké učení technické v Brně. Fakulta podnikatelská, 2017. http://www.nusl.cz/ntk/nusl-319169.

Full text
Abstract:
The main purpose of this master's thesis is to propose and implement a SAP CAR (customer activity repository) solution as an application into the current enterprise information system. Following the analysis of the existing system, there will be a solution created, which is fulfilling the customer demands and at the same time it is feasible under given conditions and in the current environment. This project is closely related with addressing the disaster recovery issue for making the system highly available. The final design is implemented, tested and then handed over to the customer.
APA, Harvard, Vancouver, ISO, and other styles
5

Bílek, Václav. "Dostupná řešení pro clustrování serverů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2008. http://www.nusl.cz/ntk/nusl-235959.

Full text
Abstract:
The goal of this master thesis is to analyze Open Source resources for loadbalancing and high availability, with aim on areas of its typical usage. These areas are particularly solutions of network infrastructure (routers, loadbalancers), generally network and internet services and parallel filesystems. Next part of this thesis is analysis of design, implementation and plans of subsequent advancement of an fast growing Internet project. The effect of this growth is necessity of solving scalability on all levels. The last part is performance analysis of individual loadbalancing methods in the Linux Virtual Server project.
APA, Harvard, Vancouver, ISO, and other styles
6

LIU, MING-SHIN, and 劉明昕. "Implementation of Double High Availability Web Service Using Cluster Virtualization and DRBD." Thesis, 2017. http://ndltd.ncl.edu.tw/handle/bxty42.

Full text
Abstract:
碩士<br>國立高雄應用科技大學<br>電機工程系博碩士班<br>105<br>More and more enterprise use electronic data interchange to deal with business processes, In addition to reduce the unnecessary waste of paper to achieve the function of environmental protection, after operations are also quick and correct relative to paper documents. When the hardware of the machine fails or not connect to network, how to shorten the service interruption time, It is important for the integrity and usability of data transmission. This paper describes three different levels of architecture, the first is a single node architecture, the second is a high availability architecture, when a physical machine failure, the virtual machine can be transferred to another entity machine , Let the standby machine restart and resume the service. The last one is to add DRBD technology can instantly synchronize data, when the service is abnormal, the system will detect the main node of the service interrupt, and start another backup host services, the use of these two Technology to achieve the purpose of dual usability. In the case of failure of the simulation service to verify the proposed dual availability architecture in the hardware and software failure in the service automatically reply to reduce the risk of data transmission disruption.
APA, Harvard, Vancouver, ISO, and other styles
7

Chin, Chang Kuang, and 張廣欽. "The Implementation of Double High Availability Cloud Service with Cluster Virtualization and DRBD." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/13369638237406009104.

Full text
Abstract:
碩士<br>東海大學<br>資訊工程學系<br>103<br>More and more campus information services are now become cloud service. In order to let the information services uninterrupted, the need for the availability of servers and storage space is getting more important. To achieve that, following subjects need to be discuss: How to minimize downtime, when a hardware failure occurs. How to improve the reliability of information systems. How to build a robust system, with stabilize service, and be able to provide IT service all the time. To figure out solutions of those questions has become very important topics. With host virtualization cluster, it can ensure high availability of hardware. If a physical machine occurs problem, the virtual machine can move to the other entities of the physical machine. With DRBD (Distributed Replicated Block Device), instantly synchronize all the data, when an exception occurs the software can be immediately transfer to replace the system previously provided services, so you can achieve the double protection of the utility. This article would like to introduce a combination technology of Virtualization Cluster with High Availability and DRBD. With this technology, the researchers can build a demonstration of dual-high availability cloud service. In this work, the researchers compare the performance of two kind of virtualization clusters: VMware and OpenStack. To find out the differences and verify the efficiency of the dual-high availability cloud service.
APA, Harvard, Vancouver, ISO, and other styles
8

CHANG, YI-SHING, and 張怡祥. "Research on the High Availability and Load Balancing of Web Hosts Combining Cloud Virtualization Cluster Architecture and Network Intrusion Detection System." Thesis, 2018. http://ndltd.ncl.edu.tw/handle/92m6rd.

Full text
Abstract:
碩士<br>國立宜蘭大學<br>多媒體網路通訊數位學習碩士在職專班<br>106<br>This purpose of the paper is the reserach for Cloud Era. Due to the maturity of cloud virtualization technology, the virtual technology is now used widely to set up the server. This technology is not only to save on the cost for IT infrastructure, but also to maximize the efficiency in the limited resources. Therefore, to transfer web services and system servers to the cloud will become the trend in the future. However, the single point of failurestill occurs while transferring the web server to the cloud such as the service is interrupted due to host downtime, system maintenance, or unable to handle high loading issues while the booming web transaction. Besides, more and more cyber attacks cause serious threats to cloud platform users. In this research, under our own virtual cloud environment, it proposes a high availability architecture by using LVS keepalived components to avoid service interruptions due to the hardware failure or repair of virtual host. To solve the booming web transaction problem, we build the cluster with load balancing technology by using LVS ipvsadm component. It allows to handle a huge number of connection work in a short time, and make the service run smoothly. In addition, OSSEC to enhance the cyber security is used. If the virtual host is subjected to a malicious attack, such as distributed denial-of-service attack, the rule blocking setting in our OSSEC intrusion detection system will keep the operation normally. Cloud cluster architecture used for web server is the future trend. While the single host changes to the cluster, it can prevent the single point of failure risk. In the event of a hardware failure or system maintenance, the cluster architecture will automatically back up the data and remain the normal operation. In the situation of explosive web transaction, it maneuvering increase the number of servers according to the current needs and maintain the normal operation, satisfy the users’ expectation, and always provide the services in high quality and security.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Virtualization; High Availability cluster; Linux"

1

Vugt, Sander. Practical Guide to Xen High Availability: Configuring Enterprise Virtualization on Suse Linux Enterprise Server. Books 4 Brains, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Virtualization; High Availability cluster; Linux"

1

Vugt, Sander van. "Configuring Essential Cluster Settings." In Pro Linux High Availability Clustering. Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0079-7_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Vugt, Sander van. "Performing Daily Cluster Management Tasks." In Pro Linux High Availability Clustering. Apress, 2014. http://dx.doi.org/10.1007/978-1-4842-0079-7_8.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Violante, Massimo, Gianpaolo Macario, and Salvatore Campagna. "Embedded Virtualization Techniques for Automotive Infotainment Applications." In Advances in Systems Analysis, Software Engineering, and High Performance Computing. IGI Global, 2014. http://dx.doi.org/10.4018/978-1-4666-6194-3.ch015.

Full text
Abstract:
Automotive infotainment applications are examples of embedded systems in which a heterogeneous software stack is used, which most likely comprises a real-time operating system, an automotive-grade Linux, and possibly Android. Thanks to the availability of modern systems-on-a-chip providing multicore computing platforms, architects have the possibility of integrating the entire software stack in a single chip. Embedded virtualization appears an interesting technology to achieve this goal, while providing the different operating systems the capability of exchanging data as well as optimizing resource usage. Although very well known in server-class systems, virtualization is rather new to the embedded domain; in order to leverage its benefits, it is therefore mandatory to understand its peculiarities and shortcomings. In this chapter, the authors illustrate the virtualization technologies with particular emphasis on hypervisors and Linux Containers. Moreover, they illustrate how those technologies can cooperate to fulfill the requirements on automotive infotainment applications. Finally, the authors report some experimental evidence of the performance overheads introduced when using embedded virtualization.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!