- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending the size of a filesystem
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
03-05-2003 01:15 AM
03-05-2003 01:15 AM
Q. How do I extend the size of both /archive and it's mirror ? I have free space available in VG00. If I extend it using SAM, will SAM extend both for me ?
All help rewarded !
Simon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:21 AM
03-05-2003 01:21 AM
SolutionIf you don't have OnlineJFS you need to umount the filesystem first.
Here the steps if you want to use the command line:
# cd /
# umount /backup
# lvextend -L
# extendfs -F vxfs /dev/vg00/rlvolX
# mount -F vxfs /dev/vg00/lvolX /backup
# bdf
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:28 AM
03-05-2003 01:28 AM
Re: Extending the size of a filesystem
SAM and the lvextend/extendfs commands will take care of the mirror
Umount the file system first, then extend the logical volume
with lvextend or SAM.
Afterwards extend the filesystem with SAM or extendfs
SEE: man lvextend extendfs
Regards ...
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:46 AM
03-05-2003 01:46 AM
Re: Extending the size of a filesystem
If that is okay then you can just do a
lvextend and fsadm to increase the size.(onlineJfs)
lvextend and extendfs(without Online jfs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:49 AM
03-05-2003 01:49 AM
Re: Extending the size of a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 01:57 AM
03-05-2003 01:57 AM
Re: Extending the size of a filesystem
If you have online JFS you can extend without unmounting the file system, otherwise unmout the file system and follow the procedure as posted by Armin.
when you extend the file system (say 100 MB) both the archive and mirror lvol's will be extended by same amount (i.e 100 MB)