- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extend LV
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
02-13-2007 12:17 AM
02-13-2007 12:17 AM
I want to extend LV before that some
questionsin my mind.
1) how to check online JFS is installed or not?
2) If online jfs is installed and I use command
extendfs (after lvectend command) instade of fsadm command what will happen
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 12:38 AM
02-13-2007 12:38 AM
Re: extend LV
B3929CA B.11.11 HP OnLineJFS
If you use extendfs, you will need to unmount the file system first, thus negating the advantage of OnlineJFS.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 12:42 AM
02-13-2007 12:42 AM
Re: extend LV
It would most likely moan that this isn't possible if it weren't installed.
e.g.
# lvextend -l $((no_curr_LEs + no_add_LEs) /dev/vg??/lvol?
# lvdisplay /dev/vg??/lvol? | grep LV\ Size
# fsadm -F vxfs -b lv_sizeM /mount/of/lvol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 12:42 AM
02-13-2007 12:42 AM
Re: extend LV
1) $ swlist -l product |grep JFS
The above command will return the product and version if it is installed
2) If it is installed, do the following to extend your filesystem:
1. Extend logical volume,
#lvextend -L 2000 /dev/vgxx/lvolxx
2. Extend filesystem
#fsadm -b 2000m /filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:00 AM
02-13-2007 01:00 AM
Re: extend LV
#swlist -l product |grep -i online
check if online JFS in installed.
if not,
u need to unmount the filesystem and run extendfs to increase the LV size.
Cheers;
Indrajit Roy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:22 AM
02-13-2007 01:22 AM
Re: extend LV
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 10:25 PM
02-20-2007 10:25 PM