- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: These extents free or not?
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-24-2000 09:17 PM
02-24-2000 09:17 PM
These extents free or not?
I've encountered a problem with increasing /var filesystem (cause many software
[patches] tries to put itself in /var/adm/sw).
So, I've umounted all filesystems (including /var) and after that vgdisplay of
the root VG showed that there are 144 free extents remained in it.
But when I have tried to increase current size from 112 extents to 836 MB (
that is 209 extents) the lvextend command showed below told me that there
aren't so many extents.
What could happen?
And the second question :
When I needed to umount /var filesystem I had to kill syncer process although
fuser command showed no processes using that filesystem. (umount gave "Device
busy")
Thanks a lot.
Vassily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2000 11:37 PM
02-24-2000 11:37 PM
Re: These extents free or not?
If you want extend /var , you shoud shutdown your system with a single mode
# shutdown -y 0
In order to extend your /var . Please see :
# man lvextend
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2000 12:10 AM
02-28-2000 12:10 AM
Re: These extents free or not?
with pids. Use the
fuser -k to kill processes that are accessing the filesystem. fuser -u will
report these without killing them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2000 02:57 AM
02-28-2000 02:57 AM
Re: These extents free or not?
Whatever the number of free physical extents that are reported in the first
screen are then available for use with a logical volume. You would type
lvextend -l 209 /dev/vg00/rlvol8 or what number /var is equal to.
If that fails then check the logical volume to review the policy i.e. is it set
to stricy contiguos or something like that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2000 07:04 AM
02-28-2000 07:04 AM
Re: These extents free or not?
It is possible that this volume group was created with an extent size smaller
than the default 4 Meg.
Also, regarding fuser. Running fuser against the logical volume rather than
the filesystem will often show you additional processes that are tied to the
resource.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2000 02:55 PM
02-28-2000 02:55 PM
Re: These extents free or not?
Thanks for your answers.
I would only like to define it in more details:
1. I 've transfered system to the single-user before doing it.
2. Seems to me that if user is logged on (in multi-user) and CD'd to the
directory, then fuser will show PID if the user's shell.
Thanks,
Vassily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2000 03:09 PM
02-28-2000 03:09 PM
Re: These extents free or not?
One more detail:
I've checked allocation policy - it's not contiguous allocation.
But this lvol is mirrored - may be there are some other rules for extending
logical volumes which are mirrored.
Cause I even tried to increase it by 20 MBytes (5 extents - 1 extent-4 MB [I've
checked]) but it's not working - no space.
Thanks .
Vassily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2000 04:05 AM
02-29-2000 04:05 AM
Re: These extents free or not?
Is the space available in your VG all on one disk? If so, and if your
mirroring policy is strict, then you will not be able to increase the size of
the logical volume. The strict allocation policy (default) prevents mirror
copies from sharing the same physical volume.