Computer NetworksNETWORKS

How to install Gluster scale out storage on your game rig and pretend it is a petabyte project



Rather than repeating what is already there in the guides online, I will just cover the few things they have left out or needs to be updates so in this video there will just be a few useful tips and hints if you want to play with something that would be used in a petabyte scale setup.
I am throwing in some hints to help you get started and have fun!
In this setup, I am running it on my gaming PC, using VMware Player. There are free options available for doing virtualization.

Links:

Homepage


https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html
https://getfedora.org/
https://gluster.readthedocs.io/en/latest/Quick-Start-Guide/Quickstart/

Useful commands hints for those of you who need some hints to get started:
Allow your use to elevate to root: sudo usermod -aG wheel username

Rescan new drives on your virtual gluster host: echo “- – -” (YOUTUBE WONT ALLOW ANGLED BRACKET HERE) /sys/class/scsi_host/hostX/scan
Disk partition: fdisk

Change network setting:
# set manual for static setting (it’s [auto] for DHCP)
[root@localhost ~]# nmcli connection modify ens33 ipv4.method manual

[root@localhost ~]# nmcli connection modify ens33 ipv4.addresses 192.168.245.129/24
# set gateway
[root@localhost ~]# nmcli connection modify ens33 ipv4.gateway 192.168.245.1
# set DNS
[root@localhost ~]# nmcli connection modify ens33 ipv4.dns 8.8.8.8

Change hostname: hostnamectl

Firewall commands to see defined services and zones:
firewall-cmd –get-services
firewall-cmd –get-active-zones

Open gluster for a zone: firewall-cmd –zone=FedoraServer –add-service=glusterfs

Make changes permanent: firewall-cmd –runtime-to-permanent

source
ipv4

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

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