- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- That this means? in syslog.log
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
10-17-2003 08:03 AM
10-17-2003 08:03 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:06 AM
10-17-2003 08:06 AM
Re: That this means? in syslog.log
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:06 AM
10-17-2003 08:06 AM
Re: That this means? in syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:17 AM
10-17-2003 08:17 AM
Re: That this means? in syslog.log
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:24 AM
10-17-2003 08:24 AM
Re: That this means? 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:24 AM
10-17-2003 08:24 AM
Re: That this means? in syslog.log
No mistake about it though. No space is no space. In this case /dev/vg04/lvoradata.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 08:25 AM
10-17-2003 08:25 AM
SolutionNormally 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