- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase the size of file system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 03:00 AM
10-05-2009 03:00 AM
increase the size of file system
i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then increase file system "/u01" or directly increase increase the size of "/u01".thanks a lot in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 03:09 AM
10-05-2009 03:09 AM
Re: increase the size of file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 03:22 AM
10-05-2009 03:22 AM
Re: increase the size of file system
first you would increase size of LV and then would span the filesystem over that increased LV.
lvextend -L xxxxM /path/to/LV (be sure u have space in volume group)
fsadm -b xxxxM /mount_point
always have a look over man page before playing with filesystem ;)
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 08:35 PM
10-05-2009 08:35 PM
Re: increase the size of file system
Do you have jfs online feauture then you need to follow the Kapil's steps,
If you dont have online jfs feature then,
Ex:-
umount mount_directory
lvextend -L larger_size /dev/vg00/lvol1
extendfs -F fstype /dev/vg00/rlvol1
mount /dev/vg00/lvol1 mount_directory
and please assigne the points to my friends, I am not talking about me :)
Regards,
Rahul Rai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 10:40 PM
10-05-2009 10:40 PM
Re: increase the size of file system
# lvextend -L 522 /dev/vg00/lvol4 /dev/dsk/c3t5d
Warning: rounding up logical volume size to extent boundary at size "528" MB.
Logical volume "/dev/vg00/lvol4" has been successfully extended.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con
f
# umount /home
# extendfs /dev/vg00/rlvol4
# mount /home
# bdf /home
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol4 540672 213904 324232 40% /home