- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending /usr
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
06-04-2005 05:38 PM
06-04-2005 05:38 PM
I managed to extend the volume group vg00, and also extended the logical volume on which /usr in mounted, but when I try to extend the file system /usr, it can't be extend since it's mounted, and I can't umount it.
Can some one advice me how to perform this.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 05:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 05:46 PM
06-04-2005 05:46 PM
Re: Extending /usr
fuser -cu /usr -> to see all the pid accessing /usr.
fuser -ku /usr -> to kill all process on /usr(Warning! killing process is dangerious suggested option is to reboot in single user mode)
Let me know if u need further help
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 06:34 PM
06-04-2005 06:34 PM
Re: Extending /usr
Interupt at the 10 second prompt
bo
Y Interact
hpux -is
This will boot into single usre mode.
/usr will not be mounted.
Now you can lvextend and then extendfs without any trouble. You can lvextend usually while the logical volume is mounted. You can't extendfs
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2005 10:57 PM
06-04-2005 10:57 PM
Re: Extending /usr
One less effort way extending the /usr filesystem, if you do not have "online JFS".
When the system is online , u can still "lvextend" but not "extendfs". So you can use this feature to your advantage.
When the system is online, perform....
lvextend -L
(find the /dev/vg00/lvolx by issue following command
bdf /usr )
Then add the following entry in /etc/inittab file just above "brcl" entry...
exfs::bootwait:/sbin/extendfs -F vxfs /dev/vg00/rlolx
Then reboot the system...
shutdown -ry 0
When the sytem is up .. check.. the size
bdf /usr
it will reflect the new size..
Now you can remove the entry u made in inittab file earlier.
regards..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:11 PM
06-05-2005 05:11 PM
Re: Extending /usr
I have perform it in single user mode, after reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2005 05:21 PM
06-05-2005 05:21 PM