Posted On March 31, 2019

Ideas for Open Source SAN using local storage

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Ideas for Open Source SAN using local storage
Use a server with local drives
Set up Raid 0
Install “SheepDog on Centos/Ubuntu’s KVM” (future with VMware and Xen) plus “Corosync”
Install ESX
Use unattended.sourceforge.net to install Windows images
Thin Client: “thinstation” or “ltsp” that supports ICA/RDP

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Disable and Enable Sleep Mode on a Linux Workstation

The following commands would work on any Linux machine with SystemD (Ubuntu, Linux Mint, Redhat,…

Linux: How to Use Tar and Gunzip

Tar is an archival system. It helps bundling many directories and files into a single…

Firewall-Cmd

# Show all zonesfirewall-cmd --get-zones# Show Active Zonesfirewall-cmd --get-active-zones# Show Trusted Zonefirewall-cmd --list-all --zone=trusted# Set…