HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase /var volume
Operating System - HP-UX
1826163
Members
4414
Online
109691
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-26-1999 10:50 AM
12-26-1999 10:50 AM
Increase /var volume
How would I increase the /var volume. It won't let me as long as I am in VUE.
The only way I know how to extend a volume is through SAM. What are the command
line to extend a volume.
The only way I know how to extend a volume is through SAM. What are the command
line to extend a volume.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-1999 03:02 PM
12-26-1999 03:02 PM
Re: Increase /var volume
If you are running things like Omniback or ITSM that take up a bit of space in
/var I always find that it is better to put these on seperate logical volumes
and then just mount it under /var in anycase here are the commands you need to
extend a logical volume.
Create a physical volume
pvcreate /dev/rdsk/c1t2d0
Extend the volume group
vgextend /dev/vg01 /dev/rdsk/c1t2d0
Now you can use the new space to either extend a logical volume or createa new
one.
lvextend -L 1000 /dev/rdsk/c1t2d0
Note: The -L is the new size not the amount to extend by.
regards,
AG
/var I always find that it is better to put these on seperate logical volumes
and then just mount it under /var in anycase here are the commands you need to
extend a logical volume.
Create a physical volume
pvcreate /dev/rdsk/c1t2d0
Extend the volume group
vgextend /dev/vg01 /dev/rdsk/c1t2d0
Now you can use the new space to either extend a logical volume or createa new
one.
lvextend -L 1000 /dev/rdsk/c1t2d0
Note: The -L is the new size not the amount to extend by.
regards,
AG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-1999 03:30 PM
12-29-1999 03:30 PM
Re: Increase /var volume
You can shutdown to single-user mode and try to umount
/var. After that you can use lvextend and extendfs command to extend /var.
/var. After that you can use lvextend and extendfs command to extend /var.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP