- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase /usr size
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
02-05-2004 05:33 AM
02-05-2004 05:33 AM
increase /usr size
I tried following the steps they offer to increase /var to increase /usr but it doesn't seem to be working for me. Can anyone tell me what i am doing wrong?
/sbin/shutdown (works)
/sbin/mount (works)
/sbin/umount /usr (works)
/sbin/lvextend -L 1500 /dev/vg00/lvol7 (works)
/sbin/extendfs /dev/vg00/rlvol7 (Doesnt work)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:34 AM
02-05-2004 05:34 AM
Re: increase /usr size
What error does it give you when you try the extendfs?
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:38 AM
02-05-2004 05:38 AM
Re: increase /usr size
Try /sbin/extendfs -F vxfs /dev/vg00/rlvol7
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:42 AM
02-05-2004 05:42 AM
Re: increase /usr size
what's the file system type on /usr?
what's error you get?
Do you have enough space on vg00 for extending the FS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:43 AM
02-05-2004 05:43 AM
Re: increase /usr size
I'll just point out that this is *one* of the major problems with the 10.20 to 11.0 upgrade process. That's why the usual recommended practice is to do a cold install instead.
By the way, I think Sri's full pathname suggestion should get you by this particular problem.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:51 AM
02-05-2004 05:51 AM
Re: increase /usr size
sh: fsck: not found
vxfs extendfs: Invocation of the fsck program terminated abnormally. The file system is marked bad.
Run the full fsck manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:54 AM
02-05-2004 05:54 AM
Re: increase /usr size
I guess you are missing the PATH. Before doing extendfs, try setting the path
PATH=$PATH:/sbin
Then try extendfs
I agree with others that upgrade from 10.20 to 11i isn't a very good idea. You are better off with cold install. It may be bit difficult as you have to restore the configuration of your 10.20 onto 11i. But on the long run, you will find the system stable.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 05:58 AM
02-05-2004 05:58 AM
Re: increase /usr size
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062903311
Solution:
# export PATH=$PATH:/sbin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2004 06:02 AM
02-05-2004 06:02 AM
Re: increase /usr size
Either fix your path or use the full path name: /sbin/fsck
Pete
Pete