- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error message keep showing at console
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
07-14-2008 08:25 PM
07-14-2008 08:25 PM
I would like to ask for your help. I tried to log in through console to my server HP-UX 10.20 but I keep receiving error message as below:
Vxfs: mesg 001: vx_nospace -/dev/vg02/lvol6 file system full
Vxfs: mesg 001: vx_nospace - /dev/vg02/lvol9 file system full
How should I stop this error message from coming to the console screen? It really distrubing me.
One more. Are these file system full error have any related to telnet problem? Because I cannot telnet at all to this server.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 09:01 PM
07-14-2008 09:01 PM
SolutionTry "bdf -l".
>How should I stop this error message from coming to the console screen?
You make more space available or clean up large files. Or kill runaway processes that are using up your disk space.
>Are these file system full error have any related to telnet problem?
Very likely. This symptom has been mentioned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 09:53 PM
07-14-2008 09:53 PM
Re: Error message keep showing at console
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1248922
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1248192
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1249525
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 09:59 PM
07-14-2008 09:59 PM
Re: Error message keep showing at console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2008 10:12 PM
07-14-2008 10:12 PM
Re: Error message keep showing at console
Shutdown the system and reboot in single user mode? Try "init -s".
You can kill syslogd, I'm not sure if that will stop them:
kill $(< /var/run/syslog.pid)
You might be able to comment out a line like:
*.alert /dev/console
from /etc/syslog.conf. Then do:
kill -HUP $(< /var/run/syslog.pid)
This will cause syslogd to reread the changes.
But you still have to fix the problem.