- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase the /usr logical volume 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-21-2000 12:26 PM
02-21-2000 12:26 PM
Increase the /usr logical volume size
enough space on the "/usr" logical volume.
I tried increasing the size thru SAM. But it asked me to umount it first. But
When I tried to umount the "/usr" volume, it said that it cannot umount /usr
and the "Device is busy".
Can any of you suggest me how to increase the volume size of /usr
Thanks in advance
regards
Thomas Varghese
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2000 11:27 PM
02-21-2000 11:27 PM
Re: Increase the /usr logical volume size
the system to run level S (single user mode) and increase logical volume with
these commands:
1-. Identify /usr location in output of command bdf
2-. Transition to single user mode: shutdown 0
3-. Run level S (/usr in /dev/vg00/lvol7):
# cd /
# umount /usr
# lvextend -L
# extendfs /dev/vg00/rlvol7 (Note "rlvol" device)
# mount /usr
# bdf (to confirm new size)
# reboot (or init
It's all.
Rafael GZ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2000 08:11 AM
02-22-2000 08:11 AM
Re: Increase the /usr logical volume size
which allows logical volume increases on the fly without unmounting/rebooting
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2000 08:42 AM
02-22-2000 08:42 AM
Re: Increase the /usr logical volume size
recommend the product "OnlineJFS" rather than "MirrorDisk/UX" for modifying
lvol size on the fly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2000 03:30 PM
02-23-2000 03:30 PM
Re: Increase the /usr logical volume size
command "umount -k" to force the system to drop a
busy device.
# umount -k /hosts/foo
OR
One can use "fuser" command with -k option to kill all processes connected to
that FS.
THEN
Try Online JFS to achieve ur target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2000 07:27 PM
11-02-2000 07:27 PM
Re: Increase the /usr logical volume size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 09:55 AM
11-16-2000 09:55 AM
Re: Increase the /usr logical volume size
but you can do it in single user mode as follow :
from isl
isl>hpux -is
#mountall
#umount /usr
#lvextend -L size /dev/vg00/lvol6
#extendfs /dev/vg00/rlvol6
#mount /usr
#bdf to verify the new size
#shutdown -r 0
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 10:04 AM
11-16-2000 10:04 AM
Re: Increase the /usr logical volume size
reboot to single user mode and do the lvextend/extendfs commands from the single user mode -or-
If online JFS is installed, can do on the fly.
If going to single user mode, do the reboot and at the ISL prompt enter 'hpux -is'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2007 09:48 PM
12-25-2007 09:48 PM
Re: Increase the /usr logical volume size
2. Increase the space allocated to the logical volume,
specified in megabytes, execute:
# /sbin/lvextend -L
3. Extend file system size:
# /sbin/extendfs /dev/vg00/rlvol7
4. mount /usr to verify
# mount /usr
# bdf to check for the file system extension
5. Reboot the system into multi user mode
# reboot