- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: 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
06-22-2006 06:16 AM
06-22-2006 06:16 AM
disk replacement
What is the procedure for replacing a bad disk on a Red Hat AS system?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 06:52 AM
06-22-2006 06:52 AM
Re: disk replacement
Is this disk mirrored by hardware?
Is this disk mirrored by software?
Is this disk part of a LVM configuration?
Is this disk holding part of the operating system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 07:13 AM
06-22-2006 07:13 AM
Re: disk replacement
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 135G 16G 112G 13% /
/dev/sda1 99M 9.9M 84M 11% /boot
none 2.0G 0 2.0G 0% /dev/shm
I am still checking to see if the bad disk is mirrored or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 07:37 AM
06-22-2006 07:37 AM
Re: disk replacement
The sdb disk is the root itself, but if the disk failed, how come you can still access to the operating system?
So, I must ask, why do you think that you disk failed?
To try to identify your disk mapping, use the dd command to generate high I/O to your disk, and check the disk activity LED, in this way you may identify which disk is sda and sdb:
dd if=/dev/sda of=/dev/null bs=8k
Check the LEDs
dd if=/dev/sdb of=/dev/null bs=8k
Check the LEDs
By identifying your failed disk, more help can be given.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 02:36 AM
06-23-2006 02:36 AM
Re: disk replacement
Looks like you have disks sda and sdb. sda being your root disk, I hope sdb is second disk. Does your disk has any hardware mirroring? better to check your "dmesg", "/var/log/messgaes" file for error.
In short and sweet, if your disk is failed on Linux and if no mirror copies available you need to restore data and recreate your partintion. Hopefully, you have your partiotion information??
Regards
Sathsih
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 02:37 AM
06-23-2006 02:37 AM
Re: disk replacement
Replace the disk, and boot with an Ubuntu or Knoppix live CD. Recover your data from the dd or tar file from the backup.