- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to know that disk has errors.
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
11-26-2008 02:45 AM
11-26-2008 02:45 AM
How to know that disk has errors.
I have replaced a failed disk on HP UX 11.0 Is there anyway to check the vendor inserted new or not ?The server is located at London, and Im operating from India.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 02:48 AM
11-26-2008 02:48 AM
Re: How to know that disk has errors.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 02:59 AM
11-26-2008 02:59 AM
Re: How to know that disk has errors.
You can compare the product id from "diskinfo" command or description from "ioscan" if you have old outputs.
If vendor replaced same product id then you need to find the serial number using cstm.
By the way, why do you want to check? You can always check the integrity of the disk using dd command. If the disk is well and good then no need to worry.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 03:56 AM
11-26-2008 03:56 AM
Re: How to know that disk has errors.
if u have the o/p
#iosacn -fnC disk when disk failed
and check the current output of
#strings /etc/lvmtab
and compare both from that u can guess
Regards
Prashnat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 03:57 AM
11-26-2008 03:57 AM
Re: How to know that disk has errors.
sorry u have to check whether the disk is old or new right?
u can use the diskinfo command
Reagrds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 04:05 AM
11-26-2008 04:05 AM
Re: How to know that disk has errors.
use this tool
#cstm
cstm>map
it will list ur all devices, in that select ur disk no.(ex disk no is 7)
cstm>sel dev 7
cstm>info
cstm>il
it will so you all details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2008 04:07 AM
11-26-2008 04:07 AM
Re: How to know that disk has errors.
you use dd also
dd if=/dev/dsk/c0t0d0 of=/dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2008 01:10 AM
11-27-2008 01:10 AM