- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Raid in Linux Redhat 8.0
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
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
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
тАО10-22-2003 02:38 AM
тАО10-22-2003 02:38 AM
Raid in Linux Redhat 8.0
How can I khonw if the disks are synchronous?
If one disk broken, How is the procedure to change it?.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 02:58 AM
тАО10-22-2003 02:58 AM
Re: Raid in Linux Redhat 8.0
During a maintenance window, you should shut down the server, unplug the power to the primary boot disk and then boot the server.
If the drive is a hot swap, you can do it while its up. Just make sure the whole server is backed up before you start.
This technology is not as mature as it is in the proprietary unixes like hp-ux
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 04:16 AM
тАО10-22-2003 04:16 AM
Re: Raid in Linux Redhat 8.0
man lsraid
ex:
# lsraid -A -d /dev/sda1
I dont have a system with raid to check it on underhand.
Tell us how that fares.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 04:25 AM
тАО10-22-2003 04:25 AM
Re: Raid in Linux Redhat 8.0
http://www-106.ibm.com/developerworks/linux/library/l-fs12/?t=gr,lnxw16=AFIG12
the evms gui is really easy to use, although initially setting up a machine to use evms or lvm ( sistina linux, download at: http://www.sistina.com/products_lvm_download.htm) can be daunting.
If you are using software raid tools, you should be able to check out your raid array status in /proc/mdstat. Did you set the raid array up during the install process or by hand afterwards with mkraid?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 05:57 AM
тАО10-22-2003 05:57 AM
Re: Raid in Linux Redhat 8.0
lsraid -A -a /dev/md0
[dev 9, 1] /dev/md0
[dev 8, 1] /dev/sda1
[dev 8, 17] /dev/sdb1
lsraid -A -a /dev/md1
[dev 9, 1] /dev/md1
[dev ?, ?] (unknown)
[dev 8, 22] /dev/sdb6
How can I do to synchronous manualy?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-22-2003 11:33 AM
тАО10-22-2003 11:33 AM
Re: Raid in Linux Redhat 8.0
greetings. The synch command will synch all disk information and force the mirrors to update.
Look at this doc:
http://www.spinics.net/lists/raid/msg03088.html
Linux raid commands:
http://www.linuxgazette.com/issue17/raid.html
A good article RH 8 specific.
http://www.linuxjournal.com/article.php?sid=6412
SEP
Works for points or money.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 01:03 AM
тАО10-23-2003 01:03 AM
Re: Raid in Linux Redhat 8.0
Than
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 05:02 AM
тАО10-23-2003 05:02 AM
Re: Raid in Linux Redhat 8.0
cat /proc/mdstat
Have you started the raid array with the raidstart command?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 05:06 AM
тАО10-23-2003 05:06 AM
Re: Raid in Linux Redhat 8.0
That flushes the cache on the disks does it also force raid 1 devices to sync up?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 08:29 AM
тАО10-23-2003 08:29 AM
Re: Raid in Linux Redhat 8.0
It don't found the grub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 08:46 AM
тАО10-24-2003 08:46 AM
Re: Raid in Linux Redhat 8.0
First Scenario:
You had a mirror and then a disk went, which broke the mirror, and you replaced the bad disk and are now asking how do you recreate your mirror?
Second Scenario:
You have never had a mirror setup in the first place but in the course of setting up the first mirror you realized that a disk was broken and you have replaced it and want to continue setting up the mirror for the first time but can not boot?
Which is closer to whats going on?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 09:02 AM
тАО10-24-2003 09:02 AM
Re: Raid in Linux Redhat 8.0
have you run the command to add the blank disk into the raid array?
raidhotadd /dev/mdX /dev/sdX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 06:38 AM
тАО10-27-2003 06:38 AM
Re: Raid in Linux Redhat 8.0
I have two disks in Raid 1 with disk Druid.
The first disk is broken, and change for another new disk. Then the system don├В┬┤t start becasuse don't found the grub. The system don't find SO.
I can├В┬┤t do raidhotadd /dev/mdX /dev/sdX because when I change the disk the system don├В┬┤t boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 07:51 AM
тАО10-27-2003 07:51 AM
Re: Raid in Linux Redhat 8.0
http://www.tldp.org/HOWTO/Software-RAID-HOWTO-4.html#ss4.7
read the section 4.14, the relevant information is the description of how to boot off the rescue red hat rescue disk, recreate the raid devices, and finally rebuild your raid array, watching the progress in /proc/mdstat
I hope that helps,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2003 06:23 AM
тАО10-31-2003 06:23 AM
Re: Raid in Linux Redhat 8.0
Do you need more assistance?
Dave