[root@rac-1 ~]# lvresize -L 390G /dev/oracle/oracle_db
Extending logical volume oracle_db to 390.00 GB
Insufficient free space: 10240 extents needed, but only 1190 available
[root@rac-1 ~]# lvresize -L 360G /dev/oracle/oracle_db
Extending logical volume oracle_db to 360.00 GB
Insufficient free space: 2560 extents needed, but only 1190 available
[root@rac-1 ~]# lvresize -L 350G /dev/oracle/oracle_db
New size (89600 extents) matches existing size (89600 extents)
Run `lvresize --help' for more information.
[root@rac-1 ~]# lvresize --help
lvresize: Resize a logical volume
lvresize
[-A|--autobackup y|n]
[--alloc AllocationPolicy]
[-d|--debug]
[-f|--force]
[-h|--help]
[-i|--stripes Stripes [-I|--stripesize StripeSize]]
{-l|--extents [+|-]LogicalExtentsNumber[%{VG|LV|PVS|FREE|ORIGIN}] |
-L|--size [+|-]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
[-n|--nofsck]
[--noudevsync]
[-r|--resizefs]
[-t|--test]
[--type VolumeType]
[-v|--verbose]
[--version]
LogicalVolume[Path] [ PhysicalVolumePath... ]
[root@rac-1 ~]# lvresize -L -r 350G /dev/oracle/oracle_db
Invalid argument -r
Error during parsing of command line.
[root@rac-1 ~]# lvresize -L 350G -r /dev/oracle/oracle_db
Extending logical volume oracle_db to 350.00 GB
Logical volume oracle_db successfully resized
tune2fs: Filesystem has unsupported feature(s) while trying to open /dev/mapper/oracle-oracle_db
Couldn't find valid filesystem superblock.
fsadm: Cannot parse tune2fs output
fsadm failed: 1
[root@rac-1 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
20G 13G 6.4G 66% /
/dev/mapper/VolGroup00-LogVol01
4.9G 789M 3.9G 17% /var
/dev/mapper/VolGroup00-LogVol03
4.9G 226M 4.4G 5% /opt
/dev/mapper/VolGroup00-LogVol04
20G 6.2G 13G 34% /data
/dev/sda1 99M 70M 25M 75% /boot
tmpfs 1.9G 0 1.9G 0% /dev/shm
/dev/mapper/oracle-oracle_db
25G 6.4G 18G 28% /oracle_db
/dev/mapper/oracle-lv1
130G 25G 100G 20% /oracle_ASM_SWAP
[root@rac-1 ~]#
i am havind trouble to add /dev/sda9 to oracle-oracle_db.
how to solve it??
kind regards