- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I need to increase a filesystem in root volume gro...
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-09-2005 07:19 AM
03-09-2005 07:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:26 AM
03-09-2005 07:26 AM
SolutionSAM -> Disks & Filesystems -> Logical Volumes
Hilight the desired LVOL then Actions -> Increase Size.
Sam will handle all the steps for you and do it safely. It's a good idea to check both filesystems to make sure that there is a lost+found directory in each one. Fsadm must have this directory to store the lock file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:27 AM
03-09-2005 07:27 AM
Re: I need to increase a filesystem in root volume group using Online-JFS
Say your new size for /var (typically lvol8) is 2048MB. You would need to do:
# lvextend -L 2048 /dev/vg00/lvol8
# fsadm -b 2048m /var
Note the m at the end of the 2048 in the fsadm command. That allows you specify the size in MB rather than the typical 512KB blocks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:28 AM
03-09-2005 07:28 AM
Re: I need to increase a filesystem in root volume group using Online-JFS
#where n is new logical volume size in MB
fsadm -f vxfs -b [x] /[mount_point]
#where x is filesystem size in KB
DocID USFKBRC00006800
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:30 AM
03-09-2005 07:30 AM
Re: I need to increase a filesystem in root volume group using Online-JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 07:30 AM
03-09-2005 07:30 AM