- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: what r the steps to check hdd in RHEL 5
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
12-01-2010 03:40 AM
12-01-2010 03:40 AM
what r the steps to check hdd in RHEL 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2010 10:04 AM
12-01-2010 10:04 AM
Re: what r the steps to check hdd in RHEL 5
Look at the man page on those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2010 12:53 PM
12-01-2010 12:53 PM
Re: what r the steps to check hdd in RHEL 5
Do something like;
dd if=/dev/hda of=/dev/null bs=4096.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2010 10:54 PM
12-01-2010 10:54 PM
Re: what r the steps to check hdd in RHEL 5
darren can you explain more and give some example to use the command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2010 10:55 PM
12-01-2010 10:55 PM
Re: what r the steps to check hdd in RHEL 5
can u tell what the dd command will do while we are passing it with example pls..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2010 12:55 AM
12-02-2010 12:55 AM
Re: what r the steps to check hdd in RHEL 5
The dd command actually copies the contends of the disk and throw it to null, and the I/O happening is raw I/O. By doing this the disk is actually read & if any physical defects in the disk, the dd will throw the I/O errors to you, thus you can identify the faults in your disks. You can use dd command to copy disk to disk (raw copy, not the block based filesystem copy)
Thanks & Regards
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2010 07:34 AM
12-06-2010 07:34 AM
Re: what r the steps to check hdd in RHEL 5
if you have a plain PC server (off the shelf motherboards or commercial PC) and your hdds aer plain SATA or SAS drives -- then the utilities within RHEL or any Linux distro follow the SMART specifications. Your system automatically monitors proactively according to SMART continous analysis.
Try using hdparm or smartctl. Or if you have the GUI up -- there should be a disk tool which allows you to sum up all HDDs and their SMART status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2010 10:57 PM
12-08-2010 10:57 PM
Re: what r the steps to check hdd in RHEL 5
it is hp server and sas hard disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2010 06:05 AM
12-09-2010 06:05 AM
Re: what r the steps to check hdd in RHEL 5
> it is hp server and sas hard disk
And HP only ever made one model of server?
And there's only one type of "sas hard disk"
in the world?
> [...] i thought some hdd is not working
> properly
What made you think that? Is there some
actual problem which you are trying to solve?