- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: extending a root lvol
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
07-18-2008 10:02 AM
07-18-2008 10:02 AM
extending a root lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 10:06 AM
07-18-2008 10:06 AM
Re: extending a root lvol
why do you want to extend it ?
opt is not mountpoint. just look for what is filling your root volume (core, log files etc.) then remove them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 10:11 AM
07-18-2008 10:11 AM
Re: extending a root lvol
If you have OnlineJFS, there is no need to unmount '/opt' before enlarging it. use 'lvextend' to resize the logical volume; then use 'fsadm' to enlarge the filesystem.
If you don't have OnlineJFS, you will need to unmoount '/opt' first and then use 'lvextend and 'extendfs'.
Depending on what you have running, it may be easiest to boot into single user mode (when '/opt' isn't mounted) and increase its size then. Afterwards, it is easiest to reboot to resume normal processing.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 10:12 AM
07-18-2008 10:12 AM
Re: extending a root lvol
look for "extending /opt" in the forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 10:13 AM
07-18-2008 10:13 AM
Re: extending a root lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 10:23 AM
07-18-2008 10:23 AM
Re: extending a root lvol
1) create new filesystem and mount point for large applications ( e.g. oracle, should have been its own filesystem anyway, or ignite, or any other non-critial large app install) move the app files there, clear the old directory and mount the new one in its place.
2) extend the fs. If no onlineJFS then you will need to stop all services running from /opt ( good luck ). It is easier to take the system to single-user mode, lvextend and extendfs.
Organization of filesystems is the key to maximum uptime. keep the OS stuff segragated from other applications. /dev/vg00 is for the OS, other vgs and disk are for the rest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 01:55 AM
07-21-2008 01:55 AM
Re: extending a root lvol
Let us assume you want to install software called yoursoft which needs a directory called /opt/yoursoft. There is nothing to stop you from creating a logical volume with filesystem called /opt/yoursoft. As far as the product is concerned, it will be just the same as being installed in /opt.
Mark Syder (like the drink but spelt different)