search for: datavg

Displaying 13 results from an estimated 13 matches for "datavg".

Did you mean: datav
2013 Sep 16
2
Numbers behind "df" and "tune2fs"
...096 = 12782563328 In GB : 11.90 Gb (the difference is not significative with a precision of 2. So I'm lost ... Is someone have an explanation? I would really really be grateful. Nicolas ------------------------------ --------- Here is the output of df and tune2fs : $ tune2fs -l /dev/mapper/datavg-datalogslv tune2fs 1.41.9 (22-Aug-2009) Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal...
2013 Sep 16
2
Re: Numbers behind "df" and "tune2fs"
...>> So I'm lost ... >> >> Is someone have an explanation? I would really really be grateful. >> Nicolas >> >> ------------------------------ >> --------- >> >> Here is the output of df and tune2fs : >> >> $ tune2fs -l /dev/mapper/datavg-datalogslv >> tune2fs 1.41.9 (22-Aug-2009) >> Filesystem volume name: <none> >> Last mounted on: <not available> >> Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c >> Filesystem magic number: 0xEF53 >> Filesystem revision #:...
2013 Sep 16
0
Re: Numbers behind "df" and "tune2fs"
...gnificative with a precision of 2. > > So I'm lost ... > > Is someone have an explanation? I would really really be grateful. > Nicolas > > ------------------------------ > --------- > > Here is the output of df and tune2fs : > > $ tune2fs -l /dev/mapper/datavg-datalogslv > tune2fs 1.41.9 (22-Aug-2009) > Filesystem volume name: <none> > Last mounted on: <not available> > Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c > Filesystem magic number: 0xEF53 > Filesystem revision #: 1 (dynamic) > Fil...
2013 Sep 16
0
Re: Numbers behind "df" and "tune2fs"
...t; >>> Is someone have an explanation? I would really really be grateful. >>> Nicolas >>> >>> ------------------------------ >>> --------- >>> >>> Here is the output of df and tune2fs : >>> >>> $ tune2fs -l /dev/mapper/datavg-datalogslv >>> tune2fs 1.41.9 (22-Aug-2009) >>> Filesystem volume name: <none> >>> Last mounted on: <not available> >>> Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c >>> Filesystem magic number: 0xEF53 >>&gt...
2008 Nov 05
2
RE: RedHat DomU hanging
...On hypervisor lvcreate -n lintra02data -L 30G rootvg vi /etc/xen/lintra02 and add volume to file like this : disk = [ "phy:/dev/mapper/rootvg-lintra02,xvda,w","phy:/dev/mapper/rootvg-lintra02data,xvdb,w" ] Reboot virtual machine On lintra02 pvcreate /dev/xvdb vgcreate datavg /dev/xvdb lvcreate --extents 100%VG -n lv_data1 datavg mkfs.ext3 /dev/datavg/lv_data1 created /data folder edit fstab and added /data When I rebooted the machine again , unfortunately the guest gets stuck here : Started domain lintra02 Bootdata ok (command line is ro root=/dev/rootvg/lv_r...
2013 Sep 17
2
Re: Numbers behind "df" and "tune2fs"
...an explanation? I would really really be grateful. >>>> Nicolas >>>> >>>> ------------------------------ >>>> --------- >>>> >>>> Here is the output of df and tune2fs : >>>> >>>> $ tune2fs -l /dev/mapper/datavg-datalogslv >>>> tune2fs 1.41.9 (22-Aug-2009) >>>> Filesystem volume name: <none> >>>> Last mounted on: <not available> >>>> Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c >>>> Filesystem magic number:...
2008 Aug 05
3
doveot reporting "No space left on device" - yet df show plenty of space / inodes.
Hi, I am running dovecot 1.0.rc7 on a Suse Linux server. The server has approx 200+ mailboxes. Last week the filesystem (/dev/mapper/datavg/dat2lv) ran out of space - causing it to do into read-only mode. When I realised this I allocated some more space and re-booted the machine... Strangely it seems that dovecot is still having problems... It's like dovecot doesn't realise that there is enough space on the file system. Als...
2013 Sep 17
0
Re: Numbers behind "df" and "tune2fs"
...eally be grateful. >>>>> Nicolas >>>>> >>>>> ------------------------------ >>>>> --------- >>>>> >>>>> Here is the output of df and tune2fs : >>>>> >>>>> $ tune2fs -l /dev/mapper/datavg-datalogslv >>>>> tune2fs 1.41.9 (22-Aug-2009) >>>>> Filesystem volume name: <none> >>>>> Last mounted on: <not available> >>>>> Filesystem UUID: 4e5bea3e-3e61-4fc8-9676-e5177522911c >>>>> File...
2012 Dec 04
2
Xen dom0 load affecting domUs
Hello folks, I have a Xen server running on Centos 6.2 with 3.6.6-1.el6xen.x86_64 as the Dom0 kernel, and i have dedicted 2 CPUs and 4G ram for the Dom0.I have close to 4-5 Virtual machines running on the Xen server. The problem is that for some reason,carrying outany CPU/Disk intensive task on the Dom0 seems to be affecting the DomUs adversly.For ex.i noticed that my Domus become extremly
2005 Sep 23
1
RES: ACLs with Problem
...ting the ACLs permissions. I compiled version > 3.0.20, with the following options: > [...] Well the first thin we need to know, is the filesystem that you are sharing via samba mounted with the acl option in the /etc/fstab? Here is what mine looks like and I get the ACLs just fine: /dev/datavg/examplelv /lf/db ext3 rw,suid,nodev,exec,auto,nouser,async,acl,errors=remount-ro 1 1 I guess, I could have done "defaults,acl,nodev" and be-equivalent... but hey I guess I am a bit retentive. > # file: teste.txt > # owner: root > # group: Domain Users > user::rwx > user:h...
2010 Feb 15
3
My first type/provider - does nothing...
..., "-n", resource[:name], resource[:vg] end def destroy return true end def exists? return nil end end Test class Bozo ============= class bozo { logicalvolume { "test01lv": size => "100M", vg => "datavg", #provider => "logicalvolume", } file { "/tmp/lvtest": content => "aaa", } } The file is created and no notice about the volume. I checken my type and provider and it seems to be ok: ruby -rpuppet type/logicalvolume.rb ruby -r...
2006 May 10
2
Performance issue on AIX when deleting files in a directory with a large number of files
Server: - AIX5.3 with JFS2 file systems - IBM pSeries 520 (1.9GHz p5+ CPU) - Samba 3.0.22 (and the same problem exists in 3.0.21a) - I tested Samba compiled from sources with GCC 4.0.2 and 3.4.3 same result for both. I also downloaded the AIX binary from http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ and it has the same problem as well. Client: MS Windows XP SP2 We have an application that
2005 Sep 22
3
ACLs with Problem
Hi All, I am with problem with the permissions of windows. The samba is not getting the ACLs permissions. I compiled version 3.0.20, with the following options: ./configure \ --prefix=/usr/local/samba \ --localstatedir=/var \ --with-configdir=/etc/samba \ --with-privatedir=/etc/samba \ --with-fhs \ --with-quotas \ --with-smbmount \