Steps to mount KVM image and access the files inside VM from the node. Step 1: ShutDown VM using the below pasted command virsh shutdown kvm185 or virsh shutdown kvm185 –mode acpi or virsh destroy kvm185 Step 2: kpartx -av /dev/vg_kvm/kvm185_img Step 3:Mount all the wanted img and important mount […]
Month: April 2017
How to change default document root of Cpanel account in EA4
In EA4 CPanel has deprecated /usr/local/cpanel/bin/apache_conf_distiller –update, so in order to make manual changes, please follow the below steps: Step 1: Login to the server though SSH Step 2: Change the Document root in the below pasted files: /var/cpanel/userdata/Cpanel_username/domain.com /var/cpanel/userdata/Cpanel_username/domain.com_SSL example: /var/cpanel/userdata/tech/techflavourz.com /var/cpanel/userdata/tect/techflavourz.com_SSL You can use the following command to […]