- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend FS
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
04-28-2008 07:16 AM
04-28-2008 07:16 AM
There's 1 lvol on the VG and it is 40GB in size.
OnlineJFS is NOT installed on the system.
Can i increase the filesystem from 40GB to 70GB without losing data currently on it?
thanks,
Fran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 07:20 AM
04-28-2008 07:20 AM
Re: extend FS
Without OnlineJFS installed you will have to unmount the filesystem and use 'extendfs' to increase its size.
Begin, of course, by enlarging the logical volume with 'lvextend'. Unmount the filesystem associated with that logical volume and 'extendfs' it. Then, re-mount the filesystem.
As long as you are not shrinking the logical volume or the filesystem no data will be lost.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 12:29 AM
04-29-2008 12:29 AM
Re: extend FS
lvextend -L 71680 /dev/vg01/lvol1
(I will use 71680 MB) and the size will be rounded up according to your PE size value.
lvdisplay /dev/vg01/lvol1
Then you have to unmount the filesystem:
umount /dirname
(make sure the LV is unmounted), then
extendfs -F vxfs /dev/vg01/lvol1
mount the LV to /dirname
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 01:00 AM
04-29-2008 01:00 AM
Re: extend FS
if online jfs is not installed u have to use the command extendfs if online jfs is there u can use fsadm
if online jfs is there no need to umount
if online jfs is not there u have to umount
in u case there is no online jfs
so first u have to umount the file system
umount /mnt where mnt is u mount point
here i am taking mnt is an example
i don't where it is mounted in u case
lvextend -L size of the logical volume /dev/vg01/lvolumename
mount -F vxfs /dev/vg01/lvolumename /mnt
where
F is the file system type
thanks and regards
sajjad
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2008 01:08 AM
05-08-2008 01:08 AM