- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesystem "/dev/root" is 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
10-12-2006 05:40 AM
10-12-2006 05:40 AM
The filesystem "/dev/root" is full
Regards,
Chad
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 05:45 AM
10-12-2006 05:45 AM
Re: filesystem "/dev/root" is full
you need to find out any "core" files or any big files might sitting at / level. Remove them to reduce the filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 05:51 AM
10-12-2006 05:51 AM
Re: filesystem "/dev/root" is full
Your root filesystem is full. You can see where space is used with:
# du -kx / | sort -k1rn
One common cause of full root filesystems is a mis-typing of a tape device filename when doing a backup.
If you specify '/dev/rmt/om' [the letter 'o'] instead of '/dev/rmt/0m' [with a zero] you create a regular, usually very large, file in '/dev' thus filling the root filesystem. Therefore, look for non-special files in '/dev' also!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:09 AM
10-12-2006 06:09 AM
Re: filesystem "/dev/root" is full
/dev/vg00/lvol3 20971520 19171560 1787384 91% /
is /dev/root referring to / (root)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:11 AM
10-12-2006 06:11 AM
Re: filesystem "/dev/root" is full
msgcnt 11 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:14 AM
10-12-2006 06:14 AM
Re: filesystem "/dev/root" is full
This thread sheds some light on the subject:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=29833
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:20 AM
10-12-2006 06:20 AM
Re: filesystem "/dev/root" is full
If you are seeing this from withing OVO or dmesg, then you need to check syslog.log. That will give you a date and time that this happened.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:38 AM
10-12-2006 06:38 AM
Re: filesystem "/dev/root" is full
However the syslog does not make reference to the actual message we received. There are a bunch of the following message in the syslog that we do not know what it means...
Oct 12 00:00:10 txovo remshd[8315]: wtmp:open: /var/adm/wtmp Value too large to be stored in data type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 06:47 AM
10-12-2006 06:47 AM