Displaying 5 results from an estimated 5 matches for "vg_host".
Did you mean:
vg0_host
2015 Feb 28
1
Looking for a life-save LVM Guru
...g quick to help.
Yes, I could see all of them:
# vgs
# lvs
# pvs
Regards,
Khem
On Sat, February 28, 2015 7:37 am, James A. Peltier wrote:
>
>
> ----- Original Message -----
> | Dear All,
> |
> | I am in desperate need for LVM data rescue for my server.
> | I have an VG call vg_hosting consisting of 4 PVs each contained in a
> | separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1).
> | And this LV: lv_home was created to use all the space of the 4 PVs.
> |
> | Right now, the third hard drive is damaged; and therefore the third PV
> | (/dev/sdc1)...
2013 Mar 09
1
kickstart %pre vda/sda troubles
...getting a bit stuck. This is what I have:
%pre
if [ -b /dev/sda ]
then
zerombr
clearpart --all
bootloader --location=mbr --timeout=0 --driveorder=sda
--append="crashkernel=auto rhgb quiet"
part /boot --fstype=ext4 --size=500
part pv.008002 --grow --size=1
volgroup vg_host --pesize=4096 pv.008002
logvol / --fstype=ext4 --name=lv_root --vgname=vg_host --grow
--size=1024 --maxsize=51200
logvol swap --name=lv_swap --vgname=vg_host --grow --size=512 --maxsize=1024
fi
elif [ -b /dev/vda ]
then
zerombr
clearpart --all
bootloader --location=mbr --timeout...
2015 Feb 28
9
Looking for a life-save LVM Guru
Dear All,
I am in desperate need for LVM data rescue for my server.
I have an VG call vg_hosting consisting of 4 PVs each contained in a
separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1).
And this LV: lv_home was created to use all the space of the 4 PVs.
Right now, the third hard drive is damaged; and therefore the third PV
(/dev/sdc1) cannot be accessed anymore. I woul...
2015 Feb 28
0
Looking for a life-save LVM Guru
----- Original Message -----
| Dear All,
|
| I am in desperate need for LVM data rescue for my server.
| I have an VG call vg_hosting consisting of 4 PVs each contained in a
| separate hard drive (/dev/sda1, /dev/sdb1, /dev/sdc1, and /dev/sdd1).
| And this LV: lv_home was created to use all the space of the 4 PVs.
|
| Right now, the third hard drive is damaged; and therefore the third PV
| (/dev/sdc1) cannot be accessed anymo...
2013 Jul 06
0
xl and autoballooning
...nfo | grep memory
total_memory : 20479
free_memory : 3100
The guest template is very simple:
# cat /etc/xen/template.vm
name = "template.vm"
memory = 1024
vcpus = 1
cpus = "1-7"
disk = [ ''phy:/dev/vg_hosting/template.vm,xvda,w'' ]
vif = [ ''mac=20:34:01:36:02:54, vifname=vif.template,
bridge=br0'' ]
bootloader = "pygrub"
on_poweroff = ''destroy''
on_reboot = ''restart''
on_crash = ''restart&...