1833044 Members
2402 Online
110049 Solutions
New Discussion

vxfs: mesg

 
YLTan
Frequent Advisor

vxfs: mesg

Does anyone know what this message means? I checked the filesystem and it is not full!

msgcnt 944 vxfs: mesg 001: vx_nospace - /dev/vg03/prxlog file system full (1 block extent)
tyl
9 REPLIES 9
Michael Tully
Honored Contributor

Re: vxfs: mesg

If the message comes from the 'dmesg' output then the message is most likely old. If it is in the syslog, then could have been temporary. You could do a comparision to see if and when syslog captured this message and this may tell you when.

Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome."
Anyone for a Mutiny ?
Rajesh G. Ghone
Regular Advisor

Re: vxfs: mesg

Hi,

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.
Rajesh Ghone
Ian Dennison_1
Honored Contributor

Re: vxfs: mesg

Question 1

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
Building a dumber user
Charles Harris
Super Advisor

Re: vxfs: mesg

Hi,

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-
Charles Harris
Super Advisor

Re: vxfs: mesg

Sorry, it appears my typing in the last post was almost as bad as my English grammer....
Keely Jackson
Trusted Contributor

Re: vxfs: mesg

Hi

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
Live long and prosper
Ravi_8
Honored Contributor

Re: vxfs: mesg

Hi,

a reboot could solve this problem
never give up
Chapaya
Frequent Advisor

Re: vxfs: mesg

Hello ,
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 .
Paul Sperry
Honored Contributor

Re: vxfs: mesg

You should be able to find out when the message ocured by
# grep "vx_nospace" /var/adm/syslog/syslog.log | tail