- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk space at 99% used
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-20-2002 07:54 AM
02-20-2002 07:54 AM
/opt (99%) has reached the defined disk space PANIC level (95%)
I don't have any more disk space available for this volume group but don't actually need to increase it anyway at present as this volume will not need to increase in size.
My question therefore is can I, and how do I, change the Panic Level for this logical volume?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:57 AM
02-20-2002 07:57 AM
Re: Disk space at 99% used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 07:58 AM
02-20-2002 07:58 AM
Re: Disk space at 99% used
Any chance you can trim some logfiles in this directory?
Other than adding space or reducing usage, changing the trigger value is the way to go.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:01 AM
02-20-2002 08:01 AM
Re: Disk space at 99% used
Try this:
1) Do a 'bdf' in the server and check the file system usage.
2) If you have additional disk free, add this to the VG by 'vgextend'. Than increase the LV.
3) Try this command for finding out the large files in the file system:
# find /opt -xdev -size +10000 -exec ll {} \; > /tmp/bigfiles
4) Try this command for finding out the newly created files:
# find /var -xdev -type f -mtime -2 -exec ll {} \; > /tmp/newfiles
4) Read the document # BA961218001 in the HP's Technical Knowledge base.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:05 AM
02-20-2002 09:05 AM
SolutionI dont know where you installed bb on your box, but at the home directory of bb you should find an etc directoy with a file called bb-dftab.
giving values >100 to the filesystem her would make them appear always green, if thats what you want, syntax:
/opt:101:101
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2002 08:36 AM
02-25-2002 08:36 AM