- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Expanding VAR
Operating System - HP-UX
1823999
Members
3566
Online
109667
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
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
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
тАО11-25-1999 12:42 PM
тАО11-25-1999 12:42 PM
Expanding VAR
Made a mistake making VAR to small. How do I expand VAR without crashing the
system once you KILL the proccesses that have access to it?
system once you KILL the proccesses that have access to it?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-1999 07:01 PM
тАО11-25-1999 07:01 PM
Re: Expanding VAR
Hi David,
This issue has been covered here before. Do a search on "expanding /var" in
this section. Pick the post from Ishmael Lesolame, and you'll probably want to
read the reply from Javier Juarez. I Think this will answer your question.
Good luck!
This issue has been covered here before. Do a search on "expanding /var" in
this section. Pick the post from Ishmael Lesolame, and you'll probably want to
read the reply from Javier Juarez. I Think this will answer your question.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-1999 08:56 PM
тАО11-29-1999 08:56 PM
Re: Expanding VAR
You must shutdown the system in the single user mode :
shutdown -y 0
if not mimorring
umount /dev/vg00/lvol1 e.g.
lvextend -L larger_size /dev/vg00/lvol1
extendfs -F hfs /dev/vg00/rvol1
After that, you can mount the file system /var
mount /dev/vg00/lvol1 /var
if mimorring, you should do lvchange first
Gook luck
shutdown -y 0
if not mimorring
umount /dev/vg00/lvol1 e.g.
lvextend -L larger_size /dev/vg00/lvol1
extendfs -F hfs /dev/vg00/rvol1
After that, you can mount the file system /var
mount /dev/vg00/lvol1 /var
if mimorring, you should do lvchange first
Gook luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-1999 08:59 PM
тАО12-01-1999 08:59 PM
Re: Expanding VAR
I am sure you have succesfully expanded your /var. But I thought I may throw in
my experience with the instructions.
All worked well until I had to run extendfs. I got an error message like "can
not extend /var/dev/rlvol8 because it is a non-hfs system" even without the -F
option. Yet /var was an hfs. I got frustrated and inadvertently slashed out (a
couple of directories from) my /var with newfs. Thank God I had a backup.
Strange enough I did another resizing on a vxfs but extendfs ran smoothly
without a quibble.
Strange but true!!! special thanks to those who contributed to my posting.
Ishmael
my experience with the instructions.
All worked well until I had to run extendfs. I got an error message like "can
not extend /var/dev/rlvol8 because it is a non-hfs system" even without the -F
option. Yet /var was an hfs. I got frustrated and inadvertently slashed out (a
couple of directories from) my /var with newfs. Thank God I had a backup.
Strange enough I did another resizing on a vxfs but extendfs ran smoothly
without a quibble.
Strange but true!!! special thanks to those who contributed to my posting.
Ishmael
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP