Friday, November 15GNOME IT SOLUTIONS LLC

Proxmox

Delete Local LVM and resize storage in Proxmox

Delete Local LVM and resize storage in Proxmox

GNOME LATEST POST, Proxmox
Welcome to proxmox tutorial. Here we will guide you how to delete the proxmox default local-lvm and mount the drive into the local storage Frist login into the proxmox after that select the datacenter-storage-Delete the "local-lvm" Edit the "local" and select all content LVREMOVE command Deleting a volume frees its storage back to the volume group, which can then be used to create new logical volumes or support growing an existing volume. lvremove command can be used to delete an LVM volume which we no longer intend to use. Please make sure you take a backup of the mount point in case you may want the data in it later on: lvremove /dev/pve/data LVRESIZE command lvresize is a command in Linux used to resize a Logical Volume (LV) in a Linux Logical Volume Man...
Resize Proxmox VM disks

Resize Proxmox VM disks

GNOME LATEST POST, Proxmox
1. Resizing guest disk General considerations When you resize the disk of a VM, to avoid confusion and disasters think the process like adding or removing a disk platter. If you enlarge the hard disk, once you have added the disk plate, your partition table and file system knows nothing about the new size, so you have to act inside the VM to fix it. gnome proxmox If you reduce (shrink) the hard disk, of course removing the last disk plate will probably destroy your file system and remove the data in it! So in this case it is paramount to act in the VM in advance, reducing the file system and the partition size. SystemRescueCD comes very handy for it, just add its iso as cdrom of your VM and set boot priority to CD-ROM. Shrinking disks is not supp...
Proxmox Cloud-Init OS template creation

Proxmox Cloud-Init OS template creation

GNOME LATEST POST, Proxmox
In this guide we will go over creating a Proxmox KVM Template from a Cloud Image. This same process will work for any Cloud-Init Openstack based image type you can find online. Having done a number of these for our Proxmox based VPS service I wanted to post up a guide to help anyone else looking to do the same thing. My workflow for customizing one of those for use with Proxmox with cloud-init deployment from WHMCS and root login is below. Once you setup one template you can rapidly reinstall new containers and test stuff. Setup Environment If not installed already installed you will need libguestfs-tools : apt-get install libguestfs-tools To edit the image before importing. We will use virt-edit which is a part of libguestfs-tools. For the sake of ...
How to add storage to Proxmox

How to add storage to Proxmox

Proxmox
Using an HDD for the proxmox host, the VMs and the containers was causing delays and long iowait.After upgrading to an SSD there was a spare 1TB hard drive that could be used for storing containers that write constantly big chunks of data to the hdd,something that can cause increased wear to the ssd. Since the needs are not complicated the setup is simple and does not use raid,zfs etc. After the hdd setup, an elasticsearch stack container with netflow analysis was moved to the hdd,and although the read speeds do not match the performance of the containers running from the ssd, the hdd not having anything else running has an amazing increase in data read compared to the previous setup where the proxmox host and the VMs were based on the same hdd.This tutorial covers the following sub...
Monitor Server Logs in Real-Time with “Log.io”

Monitor Server Logs in Real-Time with “Log.io”

centos, Proxmox
Log.io is a small application build on Node.js and Socket.io for monitoring real time Linux server logs through web interface. On RHEL/CentOS 7 Install Epel repositories using the following command. yum install http://fedora.mirrors.telekom.ro/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm On RHEL/CentOS 6 --------------------- On RHEL/CentOS 6.x - 32 Bit --------------------- yum install http://fedora.mirrors.telekom.ro/pub/epel/6/i386/epel-release-6-8.noarch.rpm --------------------- On RHEL/CentOS 6.x - 64 Bit --------------------- yum install http://fedora.mirrors.telekom.ro/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm After added the Epel repositories you can do a system upgrade by using following command line. yum update Now Install Node.j...
How To Install CPanel / WHM On Centos7 Server?

How To Install CPanel / WHM On Centos7 Server?

cPanel, Proxmox
What is cPanel? You can understand cPanel as a Linux based web hosting control panel with which you can attain a graphical interface as well as automation tools that are purely designed for simplifying a website or email hosting. It is the most reliable and perceptive commercial control panel for web hosting services. You can get it in a rich-featured form that is used by a powerful graphical user interface to manage entire shared, reseller and business hosting services. Why cPanel is required? We need cPanel simply due to the fact that it is the best web-based control panel in the market. No other web hosting management software can match its features and functionality. It is much safer and easy to use. In this article, we will focus on how to install cPanel and WHM on Ce...