- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to Login - /dev/root filesystem 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
09-03-2007 03:44 PM
09-03-2007 03:44 PM
Unable to Login - /dev/root filesystem full
I was copying some datas to my system through NFS. now I am unablt to login to the server as I am getting an error message stating that /dev/root filesystem is filled. I tried to login through Console Port, Again that got failed with the same message...
How to proceed.... Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 04:01 PM
09-03-2007 04:01 PM
Re: Unable to Login - /dev/root filesystem full
You can try to log in from console, but from single user mode. If you are able to login, remove unnecessary files from /dev/root
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 07:00 PM
09-03-2007 07:00 PM
Re: Unable to Login - /dev/root filesystem full
As per above if you can enter the system and zip some files especially the versioned .conf files under /etc/lvmconf i suppose your problem might be solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 07:18 PM
09-03-2007 07:18 PM
Re: Unable to Login - /dev/root filesystem full
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 07:54 PM
09-03-2007 07:54 PM
Re: Unable to Login - /dev/root filesystem full
If you can login through ftp then loggin to the server and try to delete big file from /
using del command from ftp
after deleting files then try to login the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 08:42 PM
09-03-2007 08:42 PM
Re: Unable to Login - /dev/root filesystem full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 09:11 PM
09-03-2007 09:11 PM
Re: Unable to Login - /dev/root filesystem full
Thanks for all your reply... I understood all your suggesions. But for deleting any files I should be able to login. right..?
But I AM NOT ABLE TO LOGIN EVEN THROUGH CONSOLE
ERROR:
login: root
Password:
Last successful login for root: Mon Sep 3 11:16:18 EST5EDT 2007 on pts/3
Last unsuccessful login for root: Fri Aug 31 17:09:09 EST5EDT 2007 on pts/0
msgcnt 28632 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
Can't rewrite terminal control entry for console
Wait for login exit: ..
I even tried FTP...failed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 09:55 PM
09-03-2007 09:55 PM
Re: Unable to Login - /dev/root filesystem full
Reboot the server and login through single user mode.
http://docs.hp.com/en/A5201-96043-en/apcs02.html
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 01:02 AM
09-04-2007 01:02 AM
Re: Unable to Login - /dev/root filesystem full
An alternative can be to use the HP-UX Recovery CD and mount the root filesystem as regular filesystem as soon as the system has booted. Find at least 1 big logfile that you don't need anymore and reboot again (to single-user mode or run-level 1). Log in again and further cleanup /dev/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 01:04 AM
09-04-2007 01:04 AM
Re: Unable to Login - /dev/root filesystem full
Amit,
if your / is full, you can use
#find / -xdev -size +2000 > /tmp/out
check /tmp/out see got any big files ?
hope this help
WK
please assign points