- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Checking root mirror
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
04-28-2004 09:32 PM
04-28-2004 09:32 PM
Checking root mirror
HI,
Could some one tell me how can I check which is the root HDD and is it mirrored or not? I don't have much experience in Linux.
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 09:48 PM
04-28-2004 09:48 PM
Re: Checking root mirror
if the device name is something like /dev/md0 (md means 'multiple device') it could be a software-mirrored device.
hth,
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 09:55 PM
04-28-2004 09:55 PM
Re: Checking root mirror
you could be using hardware mirroring on a RAID controller. You need to get the configuration of the controller. I think that means rebooting.
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 09:59 PM
04-28-2004 09:59 PM
Re: Checking root mirror
Clausio is right if you have a software raid but you have to chek which kind of raid it is (can be a stripe!)
Jerome,
you don't need to reboot to check hw-raid.
You can
#lsmod
to understand which kind of controller are you using.
Then look in
/proc/drivers/MODULENAME
mine gives the following output
localhost#:/proc$cat driver/cciss/cciss0
cciss0: HP Smart Array 5312 Controller
Board ID: 0x4432qsa11
Firmware Version: 2.36
IRQ: 18
Logical drives: 2
Current Q depth: 0
Current # commands on controller: 0
Max Q depth since init: 128
Max # commands on controller since init: 130
Max SG entries since init: 31
Monitor thread period: 0
Monitor thread deadline: 0
Status: operational
Sequential access devices: 0
cciss/c0d0: 17.35GB RAID 1(0+1)
cciss/c0d1: 173.61GB RAID 0
Hope it helps.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 10:00 PM
04-28-2004 10:00 PM
Re: Checking root mirror
sorry to have misspelt your name :_( Hope you'll forgive!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2005 04:01 PM
09-27-2005 04:01 PM
Re: Checking root mirror
I check not see the status of raid hard when i type /proc/driver/cciss/cciss0
the following it the output. How I can check the raid disk stautus
cciss0: Compaq Smart Array 5i Controller
Board ID: 0x40800e11
Firmware Version: 2.36
Memory Address: 0xf883a000
IRQ: 10
Logical drives: 1
Highest Logical Volume ID: 0
Current Q depth: 0
Current # commands on controller 0
Max Q depth since init: 128
Max # commands on controller since init: 129
Max SG entries since init: 31
Sequential access devices: 0
cciss/c0d0: blksz=512 nr_blocks=142239510
nr_allocs = 14815924
nr_frees = 14815924
Thanks
KC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:06 AM
09-28-2005 01:06 AM
Re: Checking root mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:48 AM
10-04-2005 08:48 AM
Re: Checking root mirror
The Compaq SmartArray has some built in utilities. Reboot the system and enter the utility menu to see how your drives are mirrored.