- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- suspect disk
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
02-12-2002 06:30 AM
02-12-2002 06:30 AM
Does anyone know of a way I can check to see f one of my disks is faulty
eg by scanning it, etc.
It is mounted OK, but funny things have been hapenning to some files, and I would like to rule out a disk fault.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:34 AM
02-12-2002 06:34 AM
Re: suspect disk
1) Use STM (cstm,xstm) to look at the disk and look at its logs.
2) You can do a dd of the disk, and if the dd doesn't complete successfully then you probably have a problem.
# dd if=/dev/dsk/c?t?d0 of=/dev/null bs=512k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:34 AM
02-12-2002 06:34 AM
Re: suspect disk
you can do a dd on the disk and check if the disk is having any problem,
dd if=/dev/rdsk/cxtydz of=/dev/null bs=1024k
If this completes with the message so many records in and so many record out, it should be okay. Else you should see some errors.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:38 AM
02-12-2002 06:38 AM
Re: suspect disk
Several things to try:
1) Run STM and check the disk utilities. Check out the log files.
2) Run dd command:
# dd if=/dev/dsk/cxtxdx of=/dev/null
3) Run fsck - for file system checks, if LVM. Check it for all file systems with full option ( fsck -o full)
4) Check the output of 'diskinfo', 'pvdisplay' and 'ioscan -fnC disk'
5) Check disk through offline diag.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:50 AM
02-12-2002 06:50 AM
Re: suspect disk
What does dd do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 06:52 AM
02-12-2002 06:52 AM
Re: suspect disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 07:01 AM
02-12-2002 07:01 AM
SolutionThis is a guide for dd:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90680/B2355-90680_top.html&con=/hpux/onlinedocs/B2355-90680/00/00/67-con.html&toc=/hpux/onlinedocs/B2355-90680/00/00/67-toc.html&searchterms=dd&queryid=20020212-070303
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 07:02 AM
02-12-2002 07:02 AM
Re: suspect disk
It came back with no errors