- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: About extend logical volume
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-04-2000 10:04 AM
06-04-2000 10:04 AM
Is there a way to extend the logical volume for /usr or other system directory no matter it is HFS or Vxfs?
Really appreciat any respons.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2000 08:23 PM
06-04-2000 08:23 PM
SolutionI have extended /usr in the following manner..
1.Boot in single user mode hpux -is or go to single user mode and unmount /usr.
2.extends -F vxfs /dev/vg00lrlvolx
3.mount it again.
IF u require a step by step instruction.search for document id:KNC091997001
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 01:27 AM
06-05-2000 01:27 AM
Re: About extend logical volume
1. Your /usr filesystem size will not grow much as it is a static directory even if your load any of the packages.
2. when you specify lvextend at prompt by default it may run from /usr/sbin directory, which is a part or your logical volume. If you confirm no process is runing from that /usr, use /sbin/lvextend to extend your filesystem size.
All the best.
-Shyam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 04:19 AM
06-05-2000 04:19 AM
Re: About extend logical volume
Boot the system in single user mode to do this
1. Break the autoboot process
2. Interact with isl
ISL> hpux -is
# lvextend -L total_capacity_of_LV /dev/vg00/lvol??
# extendfs -F hfs/vxfs /dev/vg00/rlvol??
# mount /dev/vg00/lvol?? /mount_point
regards
venu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 06:12 AM
06-05-2000 06:12 AM
Re: About extend logical volume
Doing the "init 1" does not put you into true single user mode.
If you are multiuser mode, do the init 1. Then do bdf.
You will see that the FS are still mounted. Cannot do the extendfs on mounted FS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2000 11:33 AM
06-05-2000 11:33 AM