Need to reboot my music server to finish some security updates, will be back briefly!
November 18, 2020
by dhoytt
Comments Off on Music Streaming Server Security Updates
November 18, 2020
by dhoytt
Comments Off on Music Streaming Server Security Updates
Need to reboot my music server to finish some security updates, will be back briefly!
October 31, 2020
by dhoytt
Comments Off on Maintenance to XCP-Ng Hypervisors Updated Zoneminder Plus Installed Patches Updated WordPress
My BL460c gen8 blade servers have been really noisy with the fans kicking up a lot more lately as I have put more of a load on them so tried a setting that required a reboot in the bios setting the ensuring RBSU Thermal Configuration setting to “Optimal Cooling” (https://techlibrary.hpe.com/docs/iss/proliant_uefi/UEFI_TM_030617/s_select_thermal_config.html)
After updating my 2 hypervisors I also decided to update my BL460c gen8 blade server I run Centos 8 Linux on with the latest security, kernel and a few other patches. I also ended up updating to Zoneminder 1.34.21-2 as part of the updates. After running zmupdate.pl Zoneminder came up just fine. As a maintenance step from the GUI I also set Zoneminder to trim some of my events.
After all of that I also went to my WordPress server and updated WordPress after backing up my database.
October 31, 2020
by dhoytt
Comments Off on Performed Updates That Took Music Stream Offline
I updated some patches that required a reboot of my Centos 8 Linux system I use to relay my music streams for ShoutCast and IceCast taking down Snakeice’s House of Beats music stream. I’m back up now as you can tell streaming the Gumbo Genre’s of music to you.
October 19, 2020
by dhoytt
Comments Off on Systems Back In Place
I have moved everything around placing the large UPS’ in the rack and moving my FreeNAS systems and older R710 systems in the above them. I still have quite a bit to do like more cable management in incremental stages. DNS is still propagating away from the quick WordPress maintenance website I put up on a hosted website I had never used before.
October 18, 2020
by dhoytt
Comments Off on Taking Sites Down to Restructure Systems In Computer Room
Taking the entire site down to restructure my systems and UPS physically in my computer room. This means every systems and site is being taken down and all power cables re-routed.
October 10, 2020
by dhoytt
Comments Off on Replicating Data Over Again Using FreeNAS
October 9, 2020
by dhoytt
Comments Off on Done With Song Pruning Into Some Friday Beats
Pruned some songs after loading up in the streaming application SAM Broadcaster due to hard drive path changes and done for now. Now just going to throw up some sounds Snakeice Gumbo mix of genres and eras style!
October 9, 2020
by dhoytt
Comments Off on Doing Some Song Updates
Doing some song updates on the SAM Broadcaster application so there will be some brief interruptions as I preen some duplicate songs from the application/database
October 6, 2020
by dhoytt
Comments Off on New Drive Reconfiguration FreeNAS Volume
I got my new 16 TB SAS drive in yesterday a then started to create another vdev to extend my current raid z volume then decided to go with creating one large vdev and volume out of my 16tb drives in raidz2. Before destroying my current raidz volume with 3 drives in the vdev I compared the data with my backup data on my backup drive that used to be my primary and it was identical.
I thought about using “rsync” with the “parallel” command so I could have as many as 20 streams going from one of my spare bl460c gen7 blades I have Centos7 installed on. The thought was to go with nfs mounts of the volumes from each FreeNAS on the Centos7 system using the alternate network then about 20 rsync streams to take advantage of the 10gbe network. After getting the “parallel” package installed and nfs mounts tested an in “/etc/fstab” I decided not to because with rsync piped to parallel you have to create the directory and sub-directories first then there could be a lot of back and forth and fine tuning. I decided to use the FreeNAS built in ZFS replication.
I then pointed all of my Plex servers virtual and physical to my backup FreeNAS system and tested until I get the data replicated back to my primary FreeNAS system with my new Zvol.
Here’s what I did:
The other issue I was having a problem was is monitoring the progress of the replication. With ZFS it often doesn’t mount the volume in the OS until it finishes so traditional tools like “df” don’t see the growing size of the data.
I finally started using the following commands after re-familiarizing myself by going to some zfs cookbooks.
This works on initial replication from the cli target when the volume isn’t mounted:
“# zfs get -H -o value used <volume-name>”
2.98T
You can get the volume name of course from your replication job or :
#zfs mount
#zfs get readonly ← You have to sift through the output
Once the initial replication failed the volume became mounted and you have to use a different command to view the progress though the OS tools still may not show it mounted.
#zpool list
Now shows the progress and you can follow the progress in the FreeNAS Dashboard GUI for the pool since ZFS has it listed and mounted.
All looking good and after replication is completed will test and then start getting my VM volumes reconfigured an beef up the backup FreeNAS. Then go exclusively to my bl460c Gen8 XCP-Ng systems for my virtual environment.
October 4, 2020
by dhoytt
Comments Off on Virtual Environment Expansion
I have my new HPE bl460c gen8 blade systems now in my existing virtual hypervisor XCP-Ng pool with my Dell Poweredge R710’s systems temporarily while I assess them. I need to keep them running see how they handle the loads, how those loads affect my UPS power systems, the network throughput, plus storage connectivity. I migrated some VM’s between them tonight and that went well though one spiked and kicked the blade server fans to full blast which caused one of my UPS’ to go into alert as it was maxed out for a while.
I was waiting for my backup FreeNAS system to be ready as well as getting my storage pools extended on my primary FreeNAS before joining the blade servers into the XCP-ng pool, but that was derailed waiting for one more drive. I also had a port on one of my 10gbe NIC’s not working and had to grab one from another server to test. The vendor sent me a replacement relatively fast as well which has tested well.
I was initially going to extend my new FreeNAS storage pool by adding individual drives to the vdev but I read that wrong that this feature is available now, it isn’t. Extending ZFS vdev’s with individual drives in FreeNAS is a future feature in FreeBSD not something I can do now.
Now since I have a vdev of 3 drives in raidz I could destroy that and create a 5 drive vdev and pool then replicate data from my backup FreeNAS with my 5 current 16 TB SAS drives that I imported my original drive pool on or order one more 16 TB drive and create a new vdev and extend the storage pool that way on my primary FreeNAS. Currently this is how you extend a pool in FreeNAS with ZFS, you need a vdev of equal number of drives and capacity. I chose to get one more drive to extend the 3 drive vdev with a new 3 drive vdev. I didn’t feel like replicating data from backup to primary since I would be making changes and testing this my 10gbe network I’m still solidifying in my blade chassis an my new Mikrotik switches.
Overall everything is looking solid and ready to move forward so I can start spinning up new VM’s and containers to start some serious cloud and devop work along with getting deeper into programming with the multiple environments I will be able to bring up at will.