- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to mirror the two FC10 DiskSystem
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-27-2004 08:46 PM
06-27-2004 08:46 PM
how to mirror the two FC10 DiskSystem
we want make MIRROR1 on them
how can i complete this task?
thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 09:01 PM
06-27-2004 09:01 PM
Re: how to mirror the two FC10 DiskSystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 10:06 PM
06-27-2004 10:06 PM
Re: how to mirror the two FC10 DiskSystem
install raidtools rpm (it comes on installation cd).
Then copy /usr/share/doc/raidtools-(version)/raid1.conf.sample
to
/etc/raidtab
after editing /etc/raidtab per your needs.
run
mkraid /dev/md1
and then
mkfs /dev/md0
to create file system on this raid....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 03:10 AM
06-28-2004 03:10 AM
Re: how to mirror the two FC10 DiskSystem
In fresh install this is accomplisehd thus:
Click manual configuration with disk druid.
Set up software raid partitions on the two FC10 drives presented.
Then click the raid button and pick a mount point, click the default raid0 to raid 1, make sure the filesystem is ext3
You're done.
There already is a good procedure for doing it on already running systems, prior post.
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
06-29-2004 02:19 AM
06-29-2004 02:19 AM
Re: how to mirror the two FC10 DiskSystem
I have 4 raid drives and want to split one of the large ones into a few more..
1) do I use fdisk to partition both disks or just one disk and the raid system does the rest?
2) mkraid will distroy all data on the raid disks. Will mkraid only mess with the /dev/md6
device?? even tho all the other drives are in
/etc/raidtab?? mkraid /dev/md6