- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs: mesg
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
06-09-2003 01:23 AM
06-09-2003 01:23 AM
vxfs: mesg
msgcnt 944 vxfs: mesg 001: vx_nospace - /dev/vg03/prxlog file system full (1 block extent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:31 AM
06-09-2003 01:31 AM
Re: vxfs: mesg
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:31 AM
06-09-2003 01:31 AM
Re: vxfs: mesg
This means lvol /dev/vg03/prxlog
is full,where did u see this message??in dmesg or syslog?how much it is utilised now??
possibly somebody must have deleted some files to make some free space.
In syslog what is the time stamp for this message??If it is old then you can forget it.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:32 AM
06-09-2003 01:32 AM
Re: vxfs: mesg
When did this occur? Check your /var/adm/syslog/syslog.log, find out when. If you are looking at the output of 'dmesg' it may be an old message.
Question 2
If it is current, what programs are accessing this file system? These may be attempting to write space and have not updated the 'bdf' results yet, or not closed off the file.
fuser -c [Mount Point]
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:34 AM
06-09-2003 01:34 AM
Re: vxfs: mesg
A couple of things, where did the message come from, is it re-occuring in the syslog for example or just an old error?
- which would indicate that there is no problem.
The filesystem under the mount point could be full also if a process wrote it's logs or whatever to the mount point before the filesystem was mounted.
Hope this helps....
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:35 AM
06-09-2003 01:35 AM
Re: vxfs: mesg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:37 AM
06-09-2003 01:37 AM
Re: vxfs: mesg
It means what is says on the tin. 'system full' ie you did run out of disk space.
If the system is no longer full, perhaps it was a temporary file which was deleted when the job finished or maybe if the directory name is anything to go by a huge logfile which has since been trimmed. You will need to look and see what jobs have run.
If this a scheduled job then it is probaly worth looking to see what you can clear out or maybe extend the logical volume.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:45 AM
06-09-2003 01:45 AM
Re: vxfs: mesg
a reboot could solve this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 12:51 PM
06-09-2003 12:51 PM
Re: vxfs: mesg
I know this error ,
first type bdf -i and see how much free space you have on lvol prxlog .
For extending you have 2 ways :
1.Check if you have OnlineJFS : lvextend , fsadm.
2. If not ,you have to rebbot the machine and go to hpux -lm state , and then extend your lvol : lvextend , extendfs .
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 12:56 PM
06-09-2003 12:56 PM
Re: vxfs: mesg
# grep "vx_nospace" /var/adm/syslog/syslog.log | tail