- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Which FileSystem operation is necessary if Logical...
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
06-19-2007 12:37 AM
06-19-2007 12:37 AM
I extended a logical volume.must I extend the file system mounted on it?
Thank
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 12:47 AM
06-19-2007 12:47 AM
SolutionWith OnlineJFS
Extend logical volume
# lvextend -L xxx /dev/vg00/lvolxx
Extend fileystem
# fsadm -F vxfs -b xxxM /opt
Not OnlineJFS
# lvextend -L xxx /dev/vg00/lvolxx
# extendfs -F vxfs /dev/vgxx/rlvolx
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 01:08 AM
06-19-2007 01:08 AM
Re: Which FileSystem operation is necessary if Logical Volume was extended?
Not OnlineJFS
# lvextend -L xxx /dev/vg00/lvolxx
Before you extend the Filesystem you must umount it
# extendfs -F vxfs /dev/vgxx/rlvolx
Mount the Filesystem
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 01:10 AM
06-19-2007 01:10 AM
Re: Which FileSystem operation is necessary if Logical Volume was extended?
How can I determine, if JFS online or not?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 01:21 AM
06-19-2007 01:21 AM
Re: Which FileSystem operation is necessary if Logical Volume was extended?
Should display something like:
OnlineJFS B.11.11 Online features of the VxFS File System
Regards
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 01:23 AM
06-19-2007 01:23 AM
Re: Which FileSystem operation is necessary if Logical Volume was extended?
swlist -l fileset |grep OnlineJFS
# OnlineJFS01 4.1.008 Online features of the VxFS File System
OnlineJFS01.VXFS41-AD-RN 4.1.004 Utilities for JFS management
This is the fast mode.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2007 03:15 AM
06-19-2007 03:15 AM