- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: increasing size of partitions using LVM & VxFS
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
01-24-2002 11:02 AM
01-24-2002 11:02 AM
increasing size of partitions using LVM & VxFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:06 AM
01-24-2002 11:06 AM
Re: increasing size of partitions using LVM & VxFS
It is better to extend these file systems in single user mode. You may find the users/processes accessing these file systems frequently. When the file systems are in use, you may not be able to umount those.
Bring the system to single user mode and umount the file systems.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:09 AM
01-24-2002 11:09 AM
Re: increasing size of partitions using LVM & VxFS
If you don't have OnlineJFS and you want to increase the size of /var and /usr, use this thread,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=e2a189d0039cbd1400/screen=ckiDisplayDocument?docId=200000046785431
You will have to boot into single user mode to do this.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:10 AM
01-24-2002 11:10 AM
Re: increasing size of partitions using LVM & VxFS
Given that you don't have Online JFS (you should for the reason of dynamic resizing *and* for performance options at mount time), the easiest way to deal with this is to boot up into single user mode (where /usr and /var are *not* mounted), use the LVM commands in /sbin and when done, reboot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:12 AM
01-24-2002 11:12 AM
Re: increasing size of partitions using LVM & VxFS
Shiju is correct. Unless you have OnlineJFS, you will have to drop down into single user mode to do this for /usr /var /opt /etc.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 11:12 AM
01-24-2002 11:12 AM
Re: increasing size of partitions using LVM & VxFS
those logical volumes are part of vg00 (root volume group). If you have online jfs installed you are able to increase the size online:
lvextend and fsadm
if not
you need to boot the server in single user mode.
interrupt the boot process
interact with ipl
hpux -is
# mount /usr
# lvextend -L
# extendfs /dev/vg00/lvol?
# mount /var
# cp the lvmcommand to other dir
# umount /usr
repeat this action for /usr.
Hope this will help,
Gideon