- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmesg excesive error
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
08-10-2006 02:43 AM
08-10-2006 02:43 AM
dmesg excesive error
Cheers
Aug 10 09:20
...
Facility has started receiving excessive
errors from the I/O subsystem. I/O error entries will be lost
until the cause of the excessive I/O logging is corrected.
If the diaglogd daemon is not active, use the Daemon Startup command
in stm to start it.
If the diaglogd daemon is active, use the logtool utility in stm
to determine which I/O subsystem is logging excessive errors.
SCSI: Resetting SCSI -- lbolt: 63364971, bus: 0
vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)
vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:46 AM
08-10-2006 02:46 AM
Re: dmesg excesive error
bdf |grep vg00
and
lvdisplay /dev/vg00/lvol6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:48 AM
08-10-2006 02:48 AM
Re: dmesg excesive error
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:56 AM
08-10-2006 02:56 AM
Re: dmesg excesive error
The error you are seeing could have occurred 5 minutes ago or 5 days ago. There is no way to tell.
You better bet would be to have a look at /var/adm/syslog/syslog.log and see if you are still getting errors. You can also search through syslog.log for the messages you see in the dmesg file. This will tell you exactly when they occurred. From that you can decide if you need to worry about them or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:59 AM
08-10-2006 02:59 AM
Re: dmesg excesive error
# bdf |grep vg00
/dev/vg00/lvol3 143360 24444 111496 18% /
/dev/vg00/lvol1 83733 43859 31500 58% /stand
/dev/vg00/lvol5 1126400 652089 455107 59% /var
/dev/vg00/lvol8 720896 489124 217580 69% /usr
/dev/vg00/lvol4 614400 5409 571557 1% /tmp
/dev/vg00/lvol7 655360 232504 396472 37% /opt
/dev/vg00/lvol6 20480 12139 7896 61% /home
and this:
# lvdisplay /dev/vg00/lvol6
--- Logical volumes ---
LV Name /dev/vg00/lvol6
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 20
Current LE 5
Allocated PE 5
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
Once when I came back from home, my server was frozen, so i think it is a hard disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:01 AM
08-10-2006 03:01 AM
Re: dmesg excesive error
or check with bdf which would be much better.
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:06 AM
08-10-2006 03:06 AM
Re: dmesg excesive error
Follwo Patrick's advise and check your syslog.log and OLDsyslog.log. Maybe with this command :
grep -i full /var/adm/syslog/syslog.log
grep -i full /var/adm/syslog/OLDsyslog.log
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:10 AM
08-10-2006 03:10 AM
Re: dmesg excesive error
I reviewe my syslog and there is nothing else referencing the error so dmesg is discarded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:25 AM
08-10-2006 03:25 AM
Re: dmesg excesive error
I was confused with the dmesg error and it is logical, my /home is to small and I have to clear it on a daily basis.