- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dmesg 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
03-20-2006 08:58 PM
03-20-2006 08:58 PM
dmesg error: vxfs: mesg 021: vx_mountsetup - /dev/vgxp2/usr file system validation failure
The server is N class and connect to xp 1024.
Any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:00 PM
03-20-2006 09:00 PM
Re: dmesg error
The error is quite strange and is never experienced by me before. Can you try to look for the disks in ioscan that belongs to this VG? Does any of them show NO_HW?
#strings /etc/lvmtab
to see the disks in this VG.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:01 PM
03-20-2006 09:01 PM
Re: dmesg error
You have have corrupted file system, Check with,
# fsck -F vxfs -o full,nolog /dev/vgxp2/usr
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:01 PM
03-20-2006 09:01 PM
Solutionthis may help:
Message: 021
WARNING: msgcnt x: vxfs: mesg 021: vx_mountsetup - mount_point file system
validation failure
Explanation
When a VERITAS File System is mounted, the structure is read from disk.
If the file system is marked clean, the structure is correct and the
first block of the intent log is cleared. If there is any I/O problem
or the structure is inconsistent, the kernel sets the VX_FULLFSCK flag
and the mount fails. If the error isn't related to an I/O failure,
this may have occurred because a user or process has written directly
to the device or used fsdb to change the file system.
Action
Check the console log for I/O errors. If the problem is a disk failure,
replace the disk. If the problem is not related to an I/O failure, find
out how the disk became corrupted. If no user or process is writing to
the device, report the problem to your customer support organization.
In either case, unmount the file system and use fsck to run a full
structural check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 09:04 PM
03-20-2006 09:04 PM
Re: dmesg error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 11:56 PM
03-20-2006 11:56 PM
Re: dmesg error
results in:
http://docs.hp.com/en/B3929-90011/apas03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 10:08 PM
01-10-2023 10:08 PM
Re: dmesg error
During the course of troubleshooting, you may need to review the kernel ring buffer to view messages that appear as a result of the Linux the boot process. DMESG is a command that can be used to obtain relevant information from troubleshooting.
The dmesg command is used to write the kernel messages in Linux and other Unix-like operating systems to standard output (which by default is the display screen).
Regards,
Rachel Gomez