Automating FlashBlade File System Snapshots with Python

Getting ready for Python3 In this Blog, I will share how you can use the python to manage and automate Pure Storage FlashBlade File System snapshots. Before we can start we need to install the Pure Storage FlashBlade Python SDK, also as Python2 is now deprecated so let's start using Python3. Below are the steps... Continue Reading →

Getting started with Oracle 19c ASM Filter Driver (ASMFD)

Before I start any new software install I find it's good practice to check the Oracle Certification Matrix on My Oracle Support (MOS). The ASM Filter Driver MOS document is -> ASMFD (ASM Filter Driver) Support on OS Platforms (Certification Matrix). ( Doc ID 2034681.1 ) ... Oracle Linux – RedHat Compatible Kernel 7 3.10.0-123 and later... Continue Reading →

Oracle VM 3.4.6: Importing Templates

If you have followed my previous Oracle VM Blog posts you should have by now a working OVM deployment using either Block, NFS or both. I am now going to provide a walkthrough on how to import an Oracle VM Template. First start by visiting Oracle Technology Network and navigating to the Oracle VM Overview... Continue Reading →

Getting started with ZFS on OEL7

In this short Blog I will show how you can create a new ZFS pool, file system and also show some other ZFS command on OEL7. ZFS installation on OEL7 # yum install -y yum-utils# yum-config-manager --enable ol7_developer_EPEL# yum install -y dkms# rpm -Uvh http://download.zfsonlinux.org/epel/zfs-release.el7_6.noarch.rpm# sudo yum install -y zfs# /sbin/modprobe zfs# systemctl -a |... Continue Reading →

Using udev rules with OL / RH7 on VMware Fusion

Preparing to use udev rules on VMware Fusion Before you can use udev rules with your new VMware Hard Drives you need to update the Virtual Machines .vmx file and set the following. disk.EnableUUID = "TRUE" Without this setting the '/usr/lib/udev/scsci_id' command will no values. As with all configuration files it's best practice to create a... Continue Reading →

Oracle Linux 7.2 install on VMware Fusion 8

Background I have seen several great Linux install guides for Oracle's free VirtualBox  but have never come across a version specifically for VMware Fusion, so here goes lets's put that right. What is VMware Fusion ? VMware Fusion is a sofware hypervisor for Mac OS X , it's VMware's Mac equivalent of VMware Workstation for Windows and... Continue Reading →

Create a website or blog at WordPress.com

Up ↑