- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux disk replacement
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
09-14-2006 07:53 AM
09-14-2006 07:53 AM
Linux disk replacement
We have recently replaced a disk on a linux box using version 2.4.21-20.ELsmp GNU/Linux, Red Hat Enterprise Linux AS release 3 (Taroon Update 3)Kernel \r on an \m.
Now, the disk replaced is a mirror of the boot disk and is currently flashing green.
How can I tell if it is synchronising and re-building properly as there is 72GB worth of data on this disk and it needs to work!!!?????
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 07:59 AM
09-14-2006 07:59 AM
Re: Linux disk replacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:00 AM
09-14-2006 08:00 AM
Re: Linux disk replacement
How could I tell if it is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:21 AM
09-14-2006 08:21 AM
Re: Linux disk replacement
cat /proc/mdstat
If hardware RAID, there are specific tools for checking the status, like Array Configuration Utility for SmartArray Controllers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 08:41 AM
09-14-2006 08:41 AM
Re: Linux disk replacement
I have tried the cat command and it shows:
Personalities :
read_ahead not set
Event: 0
unused devices:
What does this mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2006 10:03 AM
09-14-2006 10:03 AM
Re: Linux disk replacement
read_ahead not set
Event: 0
unused devices:
It means the list of software RAID personality modules (like [raid0] for striping or [raid1] for mirroring) is empty. Thus, no software RAID is in use.
Apparently you have a hardware RAID in your box. Different manufacturers' RAID solutions have different tools to view their state: on HP Proliant servers, the RAID status is viewable on the System Management Homepage if all the necessary software is installed.
If the "hpacucli" package is installed, you can also find out the state of the drives from the command line.
Some hardware RAID drivers also report their status in pseudo-files located under /proc/scsi or /proc/driver. (The files will appear to have zero size, but when viewed using "cat" or "less", they display dynamically-created content based on the current driver status.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2006 12:42 AM
09-20-2006 12:42 AM
Re: Linux disk replacement
It is very important to know how the disk is mirrored prior to comment any possible solution. Are you using SAN? LUN might be configured in RAID at Storage side.
Is there any configuration of LVM mirror?
Thanks!