- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Analyze the disk in HPUX
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-31-2012 03:34 PM
08-31-2012 03:34 PM
Analyze the disk in HPUX
Hi,
in HPUX, is there command or utility that can run to analyze the hard disk?
Like Solaris, the format command can run to analyze the drive.
Thanks,
-C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2012 01:45 AM
09-03-2012 01:45 AM
Re: Analyze the disk in HPUX
Which HP-UX version?
In general, the on-line diagnostics tools can get some disk health information.
In HP-UX 11.11 and 11.23, this would be the cstm/mstm/xstm commands.
Modern disks (basically everything manufactured since year 1995 at least) have a built-in hidden reserve of spare sectors: as long as this reserve has not run out, the disk should have no bad blocks visible to the OS. The presence of bad blocks usually indicates this reserve has already been exhausted, so the disk already has a pretty severe fault.
A basic check would be to read the whole disk using the dd command and see if it causes any errors, either on the command line or in the syslog:
dd if=<disk device> of=/dev/zero bs=1024k
more /var/adm/syslog/syslog.log