- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: file sytem is full
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:12 AM
06-17-2009 05:12 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:16 AM
06-17-2009 05:16 AM
Re: file sytem is full
if the file system is filled up today or some last days ago you cold check with the find command last x days changed files.
check this link :
http://www.unix.com/unix-advanced-expert-users/45700-how-find-files-older-than-4hours-hp-ux.html
but use the command carefully instead of -exec rm -f {} \; use ls () \;
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:17 AM
06-17-2009 05:17 AM
Re: file sytem is full
Check that any unwanted data is there or not ??
use du -sk |sort -nr command and see which is taking so much size.
If you dont find any thing then only one way that you need to extend the file system.
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:24 AM
06-17-2009 05:24 AM
Re: file sytem is full
Please do a bdf on the hp-ux box. It will give u the LVM on which the /usr is mounted. Then use the command lvmextend or sam to increase the space in the /usr partition.
Using SAM:
sam->disk systems->select the partition for /usr(Use tab to select)
Then go to actions and select increase size.
Set the size.
It will increase the size of /usr.
Then just unmount the filesystem and mount it again.Check this link:
http://docs.hp.com/en/B2355-60103/mount.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:24 AM
06-17-2009 05:24 AM
Re: file sytem is full
The '/usr' filesystem should be static, growing only if/when patches and/or new software is installed.
You don't offer the size, the release you are running, whether or not you recently installed anything, or any other details. Thus, your question is meaningless. You may need to enlarge the filesystem.
You do not want to capraciously start removing things, either!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:31 AM
06-17-2009 05:31 AM
Re: file sytem is full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:33 AM
06-17-2009 05:33 AM
Re: file sytem is full
Try command for example
find /usr -type f -size +150000 -print
find /usr/* -size +1000000000c -exec ls -l {} \;
and find out which file is taking more size if file is not important then remove it.
Regards,
Durvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:34 AM
06-17-2009 05:34 AM
Re: file sytem is full
> ya, i want to increase the size of the filesystem, i dont have a online JFS.
Then you need to boot into single-user mode (where '/usr' isn't mounted). Once there, use the commands in '/sbin' -- '/sbin/lvextend' and '/sbin/extendfs' to enlarge your logical volume and your filesystem within, respectively.
When done, reboot to return your system to its fully normal state.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:37 AM
06-17-2009 05:37 AM
Re: file sytem is full
Please check the core files and remove it
by using the following command.
1.find /usr -name core -exec rm -i {} \;
Please check the /usr directory
go to /usr dir
2.#cd /usr
#du -sk |sort -n
Any big applications in /usr may be considered for moving in a seperate file system.If not consider, Please extend it
please let us know current size of /usr file system
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-17-2009 05:41 AM
06-17-2009 05:41 AM
Re: file sytem is full
* ls -Rlt | more to view old file/directory with timestamp and remove it
* delete the "core" file
* cd /usr
find /usr -size +10000000 -print to view the file and then zip or move it to tmp and if the moved file effected on system then remove it.
* Increase the filesystem size.
Hope this will help you.
Prashant
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP