
Explore linux raid levels 0, 1, and 5 and logical volume management, and learn to integrate raid with nfs and lvm with smb server on CentOS 7.4.
Install VirtualBox, download CentOS 7.4 minimal image and PuTTY, create CentOS and Windows 10 VMs with bridged and host-only networks, enable SSH on CentOS and disable firewalls for remote access.
Set up your environment by installing Oracle VirtualBox on a laptop or desktop, create a virtual machine, allocate memory, and configure the virtual disk and settings.
Execute a practical Linux environment setup by configuring storage, network settings, and domain details. Adjust firewall rules and verify system readiness through installation steps on Red Hat and Arch environments.
Install Windows 10 in a virtual machine, install drivers, configure network connectivity, and adjust firewall settings, preparing you for the next practical lecture.
Set up and verify network connectivity between Windows and Linux machines by configuring the VM network settings, enabling remote access, and sharing a physical adapter for internet access.
Explore the network file system (NFS), a distributed file system protocol from Sun in 1984, enabling clients to mount and access remote shares via procedure call (RPC) over port 2049.
Configure a linux NFS server and a Windows 10 NFS client to share a project directory. Install nfs-utils, create the /bgp_data share, and verify access from the client.
Learn to configure an NFS server and client on Linux, set user and group permissions (read, write, execute), secure access, restart services, and verify setup.
Explore the basics of RAID, including hardware and software RAID, and how it delivers performance, fault tolerance, backup, and integrated capacity.
Explore raid 0 by striping data across multiple drives for fast read and write access at low cost, noting no redundancy means data is lost on any drive failure.
Configure a Linux RAID 0 array by creating the device, formatting, and mounting it to a shared folder, then make it permanent and integrate with NFS.
Explore raid 1's redundancy and fault tolerance with two disks. Data is stored on both drives, so a drive failure remains accessible, while no striping limits capacity to one disk.
Configure RAID 1 in Linux, create and permanently mount a RAID 1 array, simulate drive failure and rebuild, and verify data access and status through the lab.
Raid 5 basics involve striping with parity across at least three drives, using parity (via xor) to reconstruct data after a single drive failure, with data loss on two failures.
Configure raid 5 in a linux server, create a raid 5 device, access it via NFS, permanently mount it, add disks, and designate a faulty drive.
Review raid concepts with guidance to configure raid 0, 1, and 5 on CentOS 7, alongside NFS basics, NFS server and client configuration in Windows 10, and raid–NFS integration.
Explore Samba, the open source SMB/CIFS implementation that lets Linux systems share files and printers with Windows clients, and learn how to integrate with Windows domains.
Learn to set up Samba on a Linux server and configure a Samba client on Windows 10, including installing Samba, editing smb.conf, and mounting shared data.
Explore Linux logical volume management by combining multiple physical disks into a group, then create logical partitions, and learn how to extend or reduce their sizes.
Create physical volumes from /dev/sdb, /dev/sdc, and /dev/sdd using pvcreate, verify the setup with two commands, then create logical volumes and partitions and install a file system under /data.
Shrink an LVM partition by stopping the samba services, unmounting the volume, running e2fsck, resizing the logical volume to about 33 GB, remounting, and verifying the new data space.
Learn to create a 40 GB LVM logical volume, format with ext4, mount it, and extend the volume by 10 GB, resizing the filesystem to access the data.
In the Linux RAID & LVM Management course, learn how to remove an LVM partition by stopping SMB and NMB services and unmounting the volume at /dev/mylvg/new_lvm_part.
Master Linux raid and LVM management by recovering data through confirming archive files, checking the restore list, and applying restore steps to bring LVM data back online and verify restart.
Stop the relevant services and complete the removal of the LVM setup, demonstrating how to remove the entire LVM configuration.
Review key concepts in the LVM section and clarify differences from the book to consolidate knowledge in Linux RAID and LVM management.
Hi,
In this course, I will teach you about, what you need to manage the RAID & LVM in your IT infrastructure.
Let's see what you are going to learn in this course.
Also, after this course, you can answer below questions.
Thank you and I will meet you in the course.