Prácticas de ingeniería de servidores
Server Engineering Practices https://github.com/diegodl11/ISE-UGR.git This repository contains the server engineering practices completed as part of the course requirements in Computer Engineering at the University of Granada . Each practice focuses on different server management tools and techniques, with instructions provided for each setup. Practice 3: RAID, Zabbix, and Ansible Setup 1. RAID Disk Monitoring and Reconstruction Objective : Identify, monitor, and reconstruct a RAID disk on Ubuntu. Process : Use cat /proc/mdstat to check RAID status. Hot-unplug one disk to simulate a failure and verify it with lsblk . Add a new disk and configure it with fdisk , install GRUB, and add the partitions to RAID with mdadm . 2. Zabbix Installation and Configuration Objective : Install and configure Zabbix on Ubuntu and Rocky Linux for monitoring SSH and HTTP. Steps : Install Zabbix, MariaDB, and configure databases. Configure zabbix_...