- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LV full
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
07-05-2005 07:18 PM
07-05-2005 07:18 PM
LV full
We were getting error on console that /appl file system is full..please refer below error
-------------------------------------------
Jul 6 12:35:15 mbpscw01 syslog: Pid 28626. Failed to write to Info Log file . Err=
--------------------------------------------
we removed some unwanted file from this LV.
And when we check
# du -k /appl
289128 /appl
while
# bdf | grep /appl
/dev/vgapp01/appl 4612096 4612096 0 100% /appl
###it should show 289128MB allocated..
how its showing 100% full in bdf o/p bou in du -k its showing 289mb allocated.....
Waiting for replay.....
yog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:32 PM
07-05-2005 07:32 PM
Re: LV full
Hi Yogi,
Although the "du" command shows that the space is already free, some process still has lock over the blocks.
Use "lsof" to determine the process and kill it.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:34 PM
07-05-2005 07:34 PM
Re: LV full
try to reboot your system, sometime LVM doesn't know that you had canecelled a file, especially when the file system is on 100%.
If you cannot reboot, try the fsync and sync commands (they are not dangerous),
regards
Giacomo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:36 PM
07-05-2005 07:36 PM
Re: LV full
glance -> Select Process (give PID) -> Open Files.
Hope this helps
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:43 PM
07-05-2005 07:43 PM
Re: LV full
u may like to refer to this doc which explains the reason why:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076907951
regards.