- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to increase size of /usr in HP UX
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
12-06-2005 06:11 PM
12-06-2005 06:11 PM
How to increase size of /usr in HP UX
Its current size is 10 GB.
I want to increase it to 15 GB.
Please help me.
regards...
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:20 PM
12-06-2005 06:20 PM
Re: How to increase size of /usr in HP UX
lvextend, fsadm and check it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:22 PM
12-06-2005 06:22 PM
Re: How to increase size of /usr in HP UX
Please have a look the link as below;
Good Luck,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=890112
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:23 PM
12-06-2005 06:23 PM
Re: How to increase size of /usr in HP UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:44 PM
12-06-2005 06:44 PM
Re: How to increase size of /usr in HP UX
If online JFS then, use lvextend to make it.
# lvextend -L 5120 /dev/vg06/lvol7
Else,
# fuser -fu /usr == kill all users who are using /usr
# umount /dev/vg06/lvol7
# lvextend -L 5120 /dev/vg06/lvol7
# extendfs /dev/vg06/lvol7
# mount /dev/vg06/lvol7 /usr
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 08:13 PM
12-06-2005 08:13 PM
Re: How to increase size of /usr in HP UX
Check the url below (docID : UNX1030070) about 'How to extend OnLineJFS or Base JFS file system' :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080063572
The document show the detail steps for OnlineJFS and Based JFS.
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 08:25 PM
12-06-2005 08:25 PM
Re: How to increase size of /usr in HP UX
# extendfs /dev/vg06/lvol7
must be;
# extendfs /dev/vg06/rlvol7
Good Luck,
PS:Muthukumar please go to
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=979703
10 is still waiting for you
:-))