Hier, j'ai acheté un pack de serveurs dédiés chez 1and1. J'ai installé Rails, Mongo et nginx. Aujourd'hui, lorsque je me suis connecté, il affiche ce message :
Bienvenue sur Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic x86_64)
Documentation : https://help.ubuntu.com/
Informations sur le système en date du Wed May 23 21:45:00 EDT 2012
Chargement du système : 0.82 Processus : 114 Utilisation de /home : 6.1% de 3.99GB Utilisateurs connectés : 1 Utilisation de la mémoire : 4%
Adresse IP pour eth0 : xx.xx.xxx.xxx Utilisation du swap : 0%\=> /var utilise 91.4% de 3.99GB
Graphiquez ces données a https://landscape.canonical.com/
21 paquets peuvent être mis à jour. 6 mises à jour sont des mises à jour de sécurité.
Je ne suis pas trop à l'aise avec linux ou la ligne de commande, mais 4GB n'est-ce pas des cacahuètes pour un répertoire ?
Si je le fais du -a /var | sort -n -r | head -n 10
3565292 /var
3299164 /var/lib
3145752 /var/lib/mongodb
3145744 /var/lib/mongodb/journal
1048580 /var/lib/mongodb/journal/prealloc.2
1048580 /var/lib/mongodb/journal/prealloc.1
1048580 /var/lib/mongodb/journal/j._0
237272 /var/cache
147260 /var/cache/apt
114844 /var/lib/apt
et si je le fais df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 3.7G 736M 3.0G 20% /
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 1.6G 260K 1.6G 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.9G 0 3.9G 0% /run/shm
/dev/mapper/vg00-usr 4.0G 1007M 2.9G 26% /usr
/dev/mapper/vg00-var 4.0G 3.7G 146M 97% /var
/dev/mapper/vg00-home 4.0G 251M 3.6G 7% /home
Si je le fais fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204402688 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953524224 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6c80de21
Device Boot Start End Blocks Id System
/dev/sda1 63 7823654 3911796 83 Linux
/dev/sda2 7823655 11743514 1959930 82 Linux swap / Solaris
/dev/sda3 11743515 1953520064 970888275 8e Linux LVM
Disk /dev/mapper/vg00-usr: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg00-usr doesn't contain a valid partition table
Disk /dev/mapper/vg00-var: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg00-var doesn't contain a valid partition table
Disk /dev/mapper/vg00-home: 4294 MB, 4294967296 bytes
255 heads, 63 sectors/track, 522 cylinders, total 8388608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg00-home doesn't contain a valid partition table
y mount
/dev/sda1 on / type ext3 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/mapper/vg00-usr on /usr type ext4 (rw,errors=remount-ro)
/dev/mapper/vg00-var on /var type ext4 (rw,errors=remount-ro)
/dev/mapper/vg00-home on /home type ext4 (rw,errors=remount-ro)
vgdisplay
:
--- Volume group ---
VG Name vg00
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 4
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 925.91 GiB
PE Size 4.00 MiB
Total PE 237033
Alloc PE / Size 3072 / 12.00 GiB
Free PE / Size 233961 / 913.91 GiB
VG UUID eI2V0B-oVzj-HiIh-enIh-FnrO-NJKi-KpZb0i
Ma question : existe-t-il un moyen de surmonter cette limite ?