- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't see a file system?
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-01-2006 03:44 AM
03-01-2006 03:44 AM
Can't see a file system?
file system file data read error
Mar 1 11:09:46 hpk4602 vmunix: vxfs: mesg 056: vx_dataioerr - /dev/vg01/vg01-u1
file system file data read error
Mar 1 11:10:37 hpk4602 vmunix: dev 1c018000 got invalid b_resid 0 b_bcount 8192
, error = 0x5
Mar 1 11:10:37 hpk4602 vmunix: vxfs: mesg 055: vx_metaioerr - /dev/vg01/vg01-u1
file system meta data write error
Mar 1 11:10:53 hpk4602 vmunix: vxfs: mesg 017: vx_ilisterr - /u1 file system in
ode 10 marked bad
Mar 1 11:11:45 hpk4602 vmunix: dev 1c018000 got invalid b_resid 0 b_bcount 1024
, error = 0x5
Mar 1 11:11:45 hpk4602 vmunix: vxfs: mesg 031: vx_disable - /dev/vg01/vg01-u1 f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:50 AM
03-01-2006 03:50 AM
Re: Can't see a file system?
Looks liek you have disk problem.
Just see what are disk/PV's used by thise filesystems and then use dd to rectify the priblem.
# dd if=
If this throw out any error then you have a bad disk.
REgards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:52 AM
03-01-2006 03:52 AM
Re: Can't see a file system?
I think you are loosing a disk.
# lvdisplay -v /dev/vg01/u1
# dd if=/dev/dsk/cxtydz of=/dev/null bs=1024k
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:53 AM
03-01-2006 03:53 AM
Re: Can't see a file system?
looks to me like a disk/cable problem.
Anything in the EMS logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:54 AM
03-01-2006 03:54 AM
Re: Can't see a file system?
This should be helpful to you,
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2006 03:57 AM
03-01-2006 03:57 AM
Re: Can't see a file system?
Can you do a vgdisplay -v /dev/vg01
Check the disks in a ioscan -fnC disk
Are they NO_HW?
Can you diskinfo them?
diskinfo /dev/rdsk/cXtXdX
Try the dd to /dev/null - any errors?
Rgds...Geoff