grow /var size how

Hi all,

I am using SLES 9 and have following partitions mounted

I would like to make /var 10G atleast.

fdisk -l

This system is doing RAID5(HW).

Can someone help me with this issue?

Thanks

upengan78,

It seems that your using LVM. Can you provide the information of the following command so that we can help you.

1.#pvdisplay
2.#vgdisplay
3. #lvdisplay

1.#pvdisplay

2.#vgdisplay

  1. #lvdisplay

FS is reiserfs, Also wondering if I can do this extention on the fly ! :slight_smile:

Most importantly , Thank you !!

upengan78,

You still have a lot of unused disk space.

You have two PV's combined space of "201.96 GB" in a VG called "system" and you have free 145.96 GB. You can try this command to extend the reiser without unmounting.

#lvextend -L+7G /dev/system/var_lv
#resize_reiserfs -s+7G -f /dev/system/var_lv

Note that the command set to 7 GB to /var as /var already has 3 GB(10GB that you want to allocate right?). Or if you want to make it bigger.

Cheers!

csorhand, you are awsome! worked like charm! I have got now /var extended on the fly. Thanks for your kind help! I appreciate it.:b: