Skip to content

Home Lab

Notes from my learning sessions

Menu
Menu

Category: Installation Steps

Orchestrating Guest VM(s) using simple scripts on KVM host.

Posted on October 10, 2021March 7, 2022 by sandeep

As a developer, I had a need to spin up VMs as and when required.  The more I started working on Kubernetes, the need to automate the spinning up of multiple VMs to bring up a setup for configuring a cluster.  There were several options, solutions already available to automate the same on KVM.  However,…

Read more

Installing KVM

Posted on September 27, 2021March 1, 2022 by sandeep

Pre-requisite Install Debian 11 or Ubuntu 20.04 server as required. Optional I had upgraded the kernel version by compiling the kernel as explained in this how-to. Installing KVM on Debian Simple and easy – First, install the required packages apt install -y qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon virt-manager Additionally, I had installed  libguestfs-tools,  for…

Read more

Installing NFS Server

Posted on September 27, 2021October 11, 2021 by sandeep

The objective is to configure the NFS server on one of the servers in the LAB. Creating the NFS client-server setup is a simple task that can be performed in a few steps – installation, export, mounting, and access. On the server install the required package apt install -y nfs-kernel-server Create a directory that gets…

Read more

Openstack – Train : Cinder – Block storage service

Posted on October 11, 2020July 3, 2022 by sandeep

<<< Horizon                                                             Configure networks, router, flavour and launch instance >>> Create database for cinder services CREATE DATABASE cinder;GRANT ALL PRIVILEGES ON cinder.* TO ‘cinder’@’localhost’ IDENTIFIED BY ‘password’;GRANT ALL PRIVILEGES ON…

Read more

Openstack – Train : Horizon – Dashboard

Posted on October 11, 2020January 30, 2023 by sandeep

<<< Neutron                                                                                                          …

Read more

Openstack – Train : Neutron – Networking service

Posted on October 10, 2020January 29, 2023 by sandeep

<<< Nova                                                                                                          …

Read more

Openstack – Train : Nova – Compute services

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Placement                                                                                                             …

Read more

Openstack – Train : Placement services

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Glance                                                                                                             …

Read more

Openstack – Train : Glance – Image Service

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Keystone                                                                                                             …

Read more

Openstack – Train : Keystone – Identity service

Posted on October 9, 2020January 29, 2023 by sandeep

<<< Pre-Requisites                                                                                                           Glance >>>…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Recent Posts

  • Ceph + KVM: 4. Orchestrating Ceph RBD backed VMs on KVM Hosts
  • Rabbit MQ Cluster + HAProxy + Keepalived
  • Install and configure MariaDB / Galera cluster
  • Ceph + KVM : 3. Installing KVM, cutsomized monitoring scripts
  • Ceph + KVM : 5. Service checks and CLI commands
  • Ceph + KVM : 2. Installation – Ceph Storage
  • Ceph + KVM : 1. Planning and preparing for Ceph Storage
  • Openstack Xena on Ubuntu 20.04 – Cinder
  • Preparing custom Debian 11 MATE image
  • Setup Ubuntu 20.04 repository mirror server

Archives

  • April 2025
  • March 2025
  • October 2024
  • September 2024
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • October 2021
  • September 2021
  • October 2020
  • February 2020
  • January 2020
  • December 2019
© 2025 Home Lab | Powered by Minimalist Blog WordPress Theme