J'ai bien reçu ma réponse, j'ai du me planter en écrivant ma première adresse mail la première fois.
Merci 🙂
Merci 🙂
Le résultat :remi wrote:Avant il est aussi préférable de faire unC'est plus prudent.fsck -f /dev/VolGroup00/LogVol02
A+
[root@fedora ~]# fsck -f /dev/VolGroup00/LogVol02
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/dev/VolGroup00/LogVol02 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)? yes
/dev/VolGroup00/LogVol02: recovering journal
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/VolGroup00/LogVol02: 777/15368192 files (8.2% non-contiguous), 788826/15360000 blocks
(...)
installing package gnome-pilot-2.0.15-1.fc6 needs 614MB on the / filesystem
installing package nautilus-extensions-2.16.2-7.fc6 needs 613MB on the / filesystem
installing package glx-utils-6.5.1-9.fc6 needs 613MB on the / filesystem
installing package net-snmp-libs-5.3.1-12.fc6 needs 613MB on the / filesystem
installing package openssh-server-4.3p2-14.fc6 needs 613MB on the / filesystem
installing package rhythmbox-0.9.7-1.fc6 needs 620MB on the / filesystem
installing package hal-0.5.8.1-6.fc6 needs 618MB on the / filesystem
(...)
Un df -k sur ma machine :[root@fedora yum]# df -k
Sys. de fich. 1K-blocs Occupé Disponible Capacité Monté sur
/dev/mapper/VolGroup00-LogVol00
3999424 3578660 214328 95% /
/dev/sda2 101105 11393 84491 12% /boot
tmpfs 496072 0 496072 0% /dev/shm
/dev/mapper/VolGroup00-LogVol02
59514964 1252740 55190224 3% /users
Je lance donc un lvreduce -L-25G /dev/mapper/VolGroup00-LogVol02
pour lui soustraire 25Go mais j'obtiens j'obtiens ceci : Volume group mapper doesn't exist
Comment dois-je m'y prendre pour diminuer mon /users pour regrossir mon / ?[root@fedora bin]# ./tnsping
TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 20-NOV-2006 12:01:28
Copyright (c) 1997, 2005, Oracle. All rights reserved.
TNS-03502: Message 3502 not found; No message file for product=network, facility=TNS
C'est ce No message file for product=network, facility=TNS qui me chagrine :/ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
export ORACLE_HOME
ORACLE_SID=XE
export ORACLE_SID
NLS_LANG=`$ORACLE_HOME/bin/nls_lang.sh`
export NLS_LANG
PATH=$ORACLE_HOME/bin:$PATH
export PATH
if [ $?LD_LIBRARY_PATH ]
then
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
else
LD_LIBRARY_PATH=$ORACLE_HOME/lib
fi
export LD_LIBRARY_PATH
Je vais debugger pour voir si les variables sont OK.[root@fedora bin]# ./lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-NOV-2006 11:36:30
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1053 not found; No message file for product=network, facility=TNSMessage 1020 not found; No message file for product=network, facili ty=TNSMessage 1021 not found; No message file for product=network, facility=TNSMessage 1022 not found; No message file for product=network, facility=TNSMessage 1023 not found; No message file for product=network, facility=TNSMessage 1026 not found; No message file for product=net work, facility=TNSMessage 1034 not found; No message file for product=network, facility=TNSMessage 1024 not found; No message file for produ ct=network, facility=TNSMessage 1025 not found; No message file for product=network, facility=TNSMessage 1040 not found; No message file for product=network, facility=TNSMessage 1422 not found; No message file for product=network, facility=TNSMessage 1033 not found; No message fi le for product=network, facility=TNSMessage 1028 not found; No message file for product=network, facility=TNSMessage 1415 not found; No mess age file for product=network, facility=TNS Message 1050 not found; No message file for product=network, facility=TNS
Message 1050 not found; No message file for product=network, facility=TNS
Message 1050 not found; No message file for product=network, facility=TNS
Message 1029 not found; No message file for product=network, facility=TNSMessage 1411 not found; No message file for product=network, facili ty=TNS
Message 1408 not found; No message file for product=network, facility=TNS
Message 1411 not found; No message file for product=network, facility=TNS
Message 1408 not found; No message file for product=network, facility=TNS
Message 1411 not found; No message file for product=network, facility=TNS
Message 1408 not found; No message file for product=network, facility=TNS
Message 1411 not found; No message file for product=network, facility=TNS
Message 1408 not found; No message file for product=network, facility=TNS
Message 1052 not found; No message file for product=network, facility=TNS
J'ai fait un Arret du listener :[root@fedora bin]# ./lsnrctl stop
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-NOV-2006 11:36:48
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1053 not found; No message file for product=network, facility=TNSMessage 1052 not found; No message file for product=network, facili ty=TNS
Et la relance :[root@fedora bin]# ./lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-NOV-2006 11:37:09
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=net work, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
Linux Error: 2: No such file or directory
Et voila ce que donne le status maintenant :[root@fedora bin]# ./lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-NOV-2006 11:40:11
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Message 1053 not found; No message file for product=network, facility=TNSTNS-12541: Message 12541 not found; No message file for product=network, facility=TNS
TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
TNS-00511: Message 511 not found; No message file for product=network, facility=TNS
Linux Error: 111: Connection refused
Le listener ne veut pas redémarrer :/