Operating System - HP-UX
1832608 Members
2199 Online
110043 Solutions
New Discussion

Re: That this means? in syslog.log

 
SOLVED
Go to solution

That this means? in syslog.log

Hi,

In the file syslog.log contained the following sentence:

vmunix: vxfs: mesg 001: vx_nospace - /dev/vg04/lvoradata
7 file system full (1 block extent)

That this means?

The team is a rp5470 with UX 11.0

Thank you,

Orlando
Orlando Oliveira
6 REPLIES 6
Paulo A G Fessel
Trusted Contributor

Re: That this means? in syslog.log

This means that your file system - in this case, /dev/vg04/lvoradata - is full.

You must remove some files or lvextend it. If you don't have OnlineJFS installed, then you'll have to unmount the filesystem to resize it.

Take a look at lvextend and extendfs man pages.

HTH
Paulo Fessel
L'employé propose, le boss dispose.
Vitek Pepas
Valued Contributor

Re: That this means? in syslog.log

It means you ran out of space in the filesystem. You have to either extnend the filesystem or reconfigure your database files location.

Re: That this means? in syslog.log

Hi,

But, I have enough I space in this filesystem, like they can observe in the sample.....

Alone you this using 33% of the total space....

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 204800 38667 155806 20% /
/dev/vg00/lvol1 196656 41416 135568 23% /stand
/dev/vg00/lvol8 1540096 143649 1312259 10% /var
/dev/vg00/lvol7 1540096 521009 955433 35% /usr
/dev/vg00/lvol6 819200 136987 640193 18% /tmp
/dev/vg00/lvol5 1540096 385844 1082128 26% /opt
/dev/vg01/lvoradata6
10240000 6483990 3639858 64% /home2/oradata6
/dev/vg01/lvoradata5
6144000 1868368 4008409 32% /home2/oradata5
/dev/vg05/lvoradata4
10240000 3328088 6708842 33% /home2/oradata4
/dev/vg04/lvoradata3
10240000 5772674 4327728 57% /home2/oradata3
/dev/vg03/lvoradata2
10240000 4611466 5452650 46% /home2/oradata2
/dev/vg02/lvoradata1
10240000 4457882 5601434 44% /home2/oradata1
/dev/vg00/lvol4 516096 281661 219819 56% /home
/dev/vg00/lvoracle8i
4194304 2979074 1139314 72% /home/oracle8i
/dev/vg00/lvoracle8
4194304 3097952 1028566 75% /home/oracle8
/dev/vg01/lvapplmgr
10240000 6469128 3654272 64% /home/applmgr
/dev/vg04/lvoradata7
7168000 1605070 5215316 24% /home2/oradata7
Orlando Oliveira
Patrick Wallek
Honored Contributor

Re: That this means? in syslog.log

When did this message occurr? The message will have the time and date preceding it in syslog.log.

If the message occurred a few days ago, you may not have anything to worry about now.

The message means that /dev/vg04/oradata7 was 100% full at whatever date & time the message occurred.
Michael Steele_2
Honored Contributor

Re: That this means? in syslog.log

Probably a temporary file then. Use and then removed.

No mistake about it though. No space is no space. In this case /dev/vg04/lvoradata.
Support Fatherhood - Stop Family Law
Paulo A G Fessel
Trusted Contributor
Solution

Re: That this means? in syslog.log

This situation may happen when you delete files that are in use by some application. The file seems to disappear and the space is shown as released, but it will be available only when the process that had that file opened ends.

Normally this happens in poorly written applications - I've saw this when a costumer script logged massive ammounts of data to / and then gzipped the file without stopping the process that wrote to it first. The result was a situation identical to this.

Unless you discover the process that is hogging your file system, the only solution is to reboot the server.

HTH
Paulo Fessel
L'employé propose, le boss dispose.