- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I can not Increase the file system /var
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-05-2005 06:49 AM
01-05-2005 06:49 AM
How can I increase te file system /var
Please Help me
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 07:01 AM
01-05-2005 07:01 AM
SolutionChris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 12:42 PM
01-05-2005 12:42 PM
Re: I can not Increase the file system /var
Yes Chris idea is good. you shoud remove vg01 and take phsyical volume from vg01 into vg00.
To increase /var you must have onlineJFS, so you can increase it on fly. Otherwise, you have to go to single user mode to increase it
Regards
Rashid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 01:08 PM
01-05-2005 01:08 PM
Re: I can not Increase the file system /var
I have recommend to make_tape_recovery to backup the system. It is more safe.
Yes, you can wipe the vg01 and then add more disk to vg00.
But as my experience, you shoud do it in singe-user mode.
In theory, if you have Online-JFS you can extend one LV withow umount filesystem but with var, usr, root, stand you can not extend it because, if you want to extend one filesystem, have to make sure that there is no one access to that filesystem (check with the fuser -cu /filesystem_mount_point command).
Of course, if you do not have Online-JFS, you must do it in single-user mode.
Can check in this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=272086
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 01:20 PM
01-05-2005 01:20 PM
Re: I can not Increase the file system /var
How many disk do you have in vg01?
If more than one disk, you can remove one of the PV from vg01 and then add that disk to vg00. It is more faster!
vgreduce /dev/vg01 /dev/dsk/cXtXdX
Remember that, you should scan all of the names of the physical volumes structure which store in /etc/lvmtab with vgscan -a command.
Please post again when success!
Thanks.
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 01:02 AM
01-06-2005 01:02 AM