search for: vg00

Displaying 20 results from an estimated 56 matches for "vg00".

Did you mean: v100
2003 Jan 06
0
smbd using alot of cpu
.................................................................................................................. = 0 lstat64("/dev/systty", 0x7f7f3220) ................................................................................................................... = 0 lstat64("/dev/vg00", 0x7f7f3220) ..................................................................................................................... = 0 stat("/dev/vg00", 0x7f7f3498) .........................................................................................................................
2008 May 27
8
How to manage partitions and logical volumes with puppet?
...39;m trying to do this at the moment with a define of the following type: # Manage a partition and create if needed. define lv_partition( $name = "partition", $location = "/tmp", $lvsize = "1G", $fstype = "ext3", $vgname = "vg00", $lvname = $name, $owner = "root", $group = "root", $mode = "755" ) { file { "$location/$name": ensure => directory, owner => $owner, group => $group, mode => $mode,...
2012 Aug 19
5
fail to mount after first reboot
I created a 1TB RAID1. So far it is just for testing, no important data on there. After a reboot, I tried to mount it again # mount /dev/mapper/vg00-btrfsvol0_0 /mnt/btrfs0 mount: wrong fs type, bad option, bad superblock on /dev/mapper/vg00-btrfsvol0_0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so I checked dmesg: [17216.145092] device fsid c959...
2010 Jun 04
1
update from 4.8 to 5.4?
.../etc/redhat-release CentOS release 4.8 (Final) [root at hat /]# uname -a Linux hat.rbt.net 2.6.9-89.0.25.ELsmp #1 SMP Thu May 6 12:28:03 EDT 2010 i686 athlon i386 GNU/Linux[root at hat .spamassassin]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VG00-LV00 2.0G 695M 1.2G 37% / /dev/hda1 494M 25M 444M 6% /boot none 1013M 0 1013M 0% /dev/shm /dev/mapper/VG00-LV04 9.9G 5.4G 4.0G 58% /home /dev/mapper/VG00-LV05 1008M 34M 924M...
2005 Oct 20
0
lvm over software raid error
Came across a strange problem, I have a software raid1 with LV sitting on top. When I try to mirror an existing LV to a new LV with the tar command I get these error messages. mount /dev/vg00/base.centos /mnt/orig mount /dev/vg00/test /mnt/new cd /mnt/orig tar cf - ./|(cd /mnt/new; tar xf - ) ... File shrank by 406815 bytes; padding with zeros ... Read error at byte 49152, reading 10240 bytes: Input/output error Do I have data corruption? If I removed the snapshots, will the padding...
2011 Feb 10
7
upgrade leny-squeeze, xen3.2-xen4.0, what''s wrong?
I am running a Debian Squeeze Xen 4.0.1 Hypervisor and 2.6.32-5-xen-amd64 dom0. My xen-tools.conf: lvm = vg00 size = 100Gb # Disk image size. memory = 2048Mb # Memory size swap = 2G # Swap size # noswap = 1 # Don''t use swap at all for the new system. fs = ext4 # use the EXT3 filesystem for the disk image. dist = `xt-guess-suite-and-mirror --suite` # Default distributi...
2007 Jun 13
2
Device /dev/mapper/vg00-virt--linuxtest_32--0 is mounted in a guest domain, and so cannot be mounted now.
...m list'' function just hung. I then restarted xend, and ''xm list'' works, but now when I try to start the linux hvm domain (linuxtest_32), it says this: " Using config file "./linuxtest_32". Error: Device 768 (vbd) could not be connected. Device /dev/mapper/vg00-virt--linuxtest_32--0 is mounted in a guest domain, and so cannot be mounted now. " So I guess xend got broken and didn''t clean something up after itself. Any suggestions as to how I can clean up that record without rebooting? Thanks James _________________________________________...
2005 Mar 26
7
Shrinking a ext3 filesystem ?
I installed CentOS on my home-server with 2 IDE 160GB MAXTOR HDD / RAID-1, LVM and ext3 partitions. Previous OS on this machine was FC2. I often "play" with LVM and, sometimes, have to extand or reduce some volumes size. I was surprised to see that resize2fs isn''t included anymore ! The replacing tool is ext2online but this one seems to only be able to grow a filesystem (not
2005 Oct 14
4
HowTo copy a Logical Volume to another LV
hello all, Hoping for some help on copying Logical Volumes. I would like to copy an existing LV to a newly formed LV. I don't want to do a snapshot of an existing LV. Only way I've seen is to mount the to LV and: mount /dev/vg00/lv00 /mnt/orig mount /dev/vg00/lv01 /mnt/copy cd /mnt/orig tar cf - ./ |(cd /mnt/copy; tar xf - ) Is there a LV tool to do this? Or an option used with lvcreate, such as --autobackup? Or maybe pvmove, but that seems more for moving To LV from PV or vesa versa? Thanks in advance, Jesse Waters
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will have none as mount point. When I try to use puppet (using mount type) for managing fstab I get problems because "name" in both instances (i.e. mount path) will be "none". How should I fix this within puppet? Regards Halvard Moe
2010 Apr 09
1
Kernel panic due to vg00 not found while not using LVM at all
...ew kernel or anything out of ordinary. The reboot after the update stopped with kernel panic: --<snip>-- Loading dm-snapshot.ko module Making device-mapper control node Scanning logical volumes Reading all physical volumes. This may take a while... Activating logical volumes Volume group vg00 not found ERROR: /bin/lvm exited abnormaly! Creating root device --<snip>-- After that it's trying to mount root and it fails with kernel panic. This system is using disk partitions. It's not using LVM. I can boot in rescue mode and "chmod /mnt/sysimage". All partitons are...
2008 Dec 26
7
Installing domU from ISO image file
...etup to attach the imate to /dev/loop0 and tried the commented out "disk" parameters with the same results. xen is 3.3 OS is Ubuntu 8.04 1 name = "cos52" 2 memory = 128 3 4 disk = [ ''file:/etc/xen/iso/COS52.iso,ioemu:hdc:cdrom,r'', ''phy:/dev/vg00/elastix,xvda1,w'' ] 5 #disk = [ ''phy:loop0,hdc,r'', ''phy:/dev/vg00/elastix,xvda1,w'' ] 6 7 8 vif = [ '''' ] 9 vfb = ["type=vnc,vncunused=1,vnclisten=0.0.0.0,vncpasswd=kalamoja"] 10 11 bootloader = "/usr/bin/pygrub&...
2005 Jun 01
1
CIFS/ACLs
Hi, I am using CIFS 2.01.01 on HPUX11V2. CIFS is running in ADS security-mode. Winbind is used to map the userers from the W2K3-Domain (german) to an tdb-file. The user mapping works fine, but I have problems with the ACLS: setting the ACLS to a file or folder from windows leads in "access denied". I'm the owner of the object and have full access. The really crazy thing is,
2011 Aug 12
1
change HVM to PV with root on logical volume
I have full virtualized CentOs with disks ike this ------------- /dev/vg00/lv_root / ext3 defaults 1 1 /dev/hda1 /boot ext3 defaults 1 2 --------------- I try change my it to paravirtualized, but after reboot I got kernel panic, because /dev/vg00/lv_root wansn''t found. ------------...
2005 Dec 17
3
some beginnerkernel questions
Hi List, I run XEN 2 since some month (unfortunatly installed by a fiend of mine). Recently I bought some new hardware and tried to get XEN 3 running on a Debian Sarge 3.1. I installed via the Debian installer a RAID 1 with LVM. even though there are some devfs_mk_dir errors systems comes up. Now I installed XEN but system doe not boot as the boot device seems not to be recocnized by the
2009 Nov 06
8
Migrating from KVM to XEN - kernel panic
...nfortunately the kernel panic error doesn't appear using "xm console" and flashes so quickly through "virt-viewer" that I can't get any details. I think it may have to do with the differing file structures on the 2 Host machines. The KVM machine mounts / on /dev/mapper/vg00-root whereas the XEN machine mounts / on /dev/mapper/VMM01-KVMvg00-c5root00: [root at VMM01-KVM ~]# mount /dev/mapper/vg00-root on / type ext3 (rw) [root at VMM03-XEN xen]# mount /dev/mapper/VMM01-KVMvg00-c5root00 on / type ext3 (rw) Interesting log file entries: [2009-11-06 10:27:26 xend 5112]...
2005 May 27
0
2.0.6, lvm, domU-crash?
Hi *, when I try to start this config kernel = "/boot/vmlinuz-2.6.11-xenU" memory = 128 name = "Virtual1" vif = [ ''mac=aa:00:00:00:00:11, bridge=xen-br0'' ] disk = [ ''phy:vg00/domu01_lv,sda1,w'' ] root = "/dev/sda1 ro" extra = "4" I get this errors in xend.log (tried two times): [2005-05-23 13:37:22 xend] INFO (SrvDaemon:610) Xend Daemon started [2005-05-23 13:37:22 xend] INFO (XendRoot:112) EVENT> xend.domain.create [''Domain-0...
2016 Feb 18
2
CentOS 7, Xeon CPUs, not booting
This is happening on anything other than plain vanilla Dell servers. One R730, with dual Tesla cards, one R420, with a fibre card for a RAID device, it never switches root. All these systems have Xeons, not AMD CPUs. We've had this with every one of the 327 kernels. In addition, it seems to happen also with the 229.20.1; the 229.14.1 has no such problem. >From the rdsosreport: starting
2006 Sep 12
2
Shrinking a volume group
...upid when setting up a server which is now live. I think I'm stuck. I set up swap on Raid1 which is decidedly non-optimal. I'd prefer 2 independent swap partitions at the same priority. Here is the set up: /dev/sda1 + /dev/sdb1 -> md0 (raid1) md0 -> VolGroup00 VolGroup00 -> VG00LV00(/), VG00LV01(/home), VG00LV02(swap) I've gotten as far as : Turning off swap and removing LV02. Next step would be to shrink VG00. But it looks like you can only shrink a volume group by removing entire PV's. I only have 1 PV. So I think I'm stuck. Any ideas? Thanks, Steve
2016 Feb 18
0
CentOS 7, Xeon CPUs, not booting
...hen the rule would be disk/by-label// -- with two trailing slashes, which (perhaps) gets interpreted not as one slash (like cd might do) by as "/x2f". That's the end of random thought #1. The second is like it: A local C7 machine has this root entry in /etc/fstab: /dev/mapper/vg00-rootdev / xfs defaults 0 0 When I search my system logs for messages like the ones in your original post, I see systemd: Found device /dev/mapper/vg00-rootdev. systemd: Starting File System Check on /dev/mapper/vg00-rootdev... It's only after that's complete that I get device...