- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk Space 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
04-25-2007 08:46 AM
04-25-2007 08:46 AM
Disk Space full
We have a solaris partition exported and which is used a NIS mount point for home directories. It is a 1.7 TB partition. Right now, only 82 GB has been filled up but users get a 'no space left on device' message when they try to touch a file.
Any reason why? We have a similar 1.7 TB partition on the same machine around which 150 GB being used but no problems seen.
Can someone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 09:06 AM
04-25-2007 09:06 AM
Re: Disk Space full
perhaps quotas have been initiated.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 09:42 AM
04-25-2007 09:42 AM
Re: Disk Space full
I forgot to add that quotas haven't been set for the users.
Disk quotas for user xxxxx (uid 6008): none
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 09:56 AM
04-25-2007 09:56 AM
Re: Disk Space full
[puneet@lnxs01 ~]$ touch 1
touch: creating `1': No space left on device
[puneet@lnxs01 ~]$ df -kh .
Filesystem Size Used Avail Use% Mounted on
nismaster:/export1/home/puneet
1.8T 83G 1.7T 5% /home/puneet
[puneet@lnxs01 ~]$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 10:38 AM
04-25-2007 10:38 AM
Re: Disk Space full
This is kinda the wrong place to ask. Its a solaris partition. What does the syslog on the solaris box say?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 10:46 AM
04-25-2007 10:46 AM
Re: Disk Space full
Anyways, syslog doesnt say anything. Nothing about the space messages at least.
Some people I talked to told us it might be an issue with Inodes getting run out. I'm not very sure about that. How can Inodes run out of numbers. Or is there a limit for a specific partition?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:23 AM
04-25-2007 11:23 AM
Re: Disk Space full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 12:27 PM
04-25-2007 12:27 PM
Re: Disk Space full
Can you be more specific as to where to tweak back the settings so that I can get back to using the partition.
This would be greatly apreciated.
Regards,
Legolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 01:46 PM
04-25-2007 01:46 PM
Re: Disk Space full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 02:33 PM
04-25-2007 02:33 PM
Re: Disk Space full
I'll look into this tomorrow morning.
Regards,
Legolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 04:13 PM
04-25-2007 04:13 PM
Re: Disk Space full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 06:36 PM
04-25-2007 06:36 PM
Re: Disk Space full
Using df to Display Inode Usage
The following example displays inode usage on all ufs file systems:
# /usr/bin/df -F ufs -o i
Regards,
Robert-Jan