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

How to Copy and Paste in VIM / VI

While reading or in editing mode, press ESC twice Move the cursor to the desired…

Kubernetes Broken Due To Unknown Reasons

Problem 1: Admin User Unable to Login to Cluster via Controller (Master Node) # SSL…

Linux: How to Display the SSL Certificate of a Remote Server URL

Command: server=test.kimconnect.comecho | openssl s_client -showcerts -servername $server -connect $server:443 2>/dev/null | openssl x509 -inform…