- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mirror disk status
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
07-23-2002 04:23 PM
07-23-2002 04:23 PM
mirror disk status
We have a hp lh6000 server equiped with 3 disks , two of which are configured into mirrored disks,how can I know the mirror status,and whether the disks are working well?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 04:48 PM
07-23-2002 04:48 PM
Re: mirror disk status
As you've not said what distribution (or more accurately, which kernel you're using), or which RAID controller you are using, it's dangerous to get more specific for the moment.
You should be able to get the kernel version by issuing the command 'uname -r', and if you have a quick look through the output of 'dmesg' (or /the file /var/log/dmesg) and see if you can find references to 'megaraid', they'd help us confirm which controller you are using.
If it is a MegaRAID, then you'll need the files in the Linux file at http://megaraid.lsilogic.com/support/dlresult.cfm .
The 'megamgr' & 'megamgr.bin' files are the RAID utilities for Linux, but require a minimum version of the 'megaraid' drivers in the kernel..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 06:56 PM
07-23-2002 06:56 PM
Re: mirror disk status
When I executed the 'fdisk -l' command,there are only two disks detected.I'm doubt if the three disks has been installed and raid1 mirror has been configed successfully?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 07:22 PM
07-23-2002 07:22 PM
Re: mirror disk status
Mirrored disk under NetRAID can be seen onle one Logical Drive only.
So I guess #fdisk -l shows you
1 pair of Mirror and 1 single disk.
latest megamgr required megaraid 1.14 or later version.
So your 1.14g clear this requirement.
I think RH7.1 kernel (2.4.2-3) has many troubles, so you may update the latest update from RH or kernel.org.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 07:47 PM
07-23-2002 07:47 PM
Re: mirror disk status
Grab the tar/gz ball from the URL in the original post, and install the two files of the tools! Instructions are in the readme at that URL.
(Summarised here however:
tar zxvf Mega118.tgz Mega118/{megamgr,megamgr.bin}
chmod +x Mega118/megamgr.bin
mv Mega118/megamgr* /usr/bin/
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 12:13 AM
07-24-2002 12:13 AM
Re: mirror disk status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2002 03:24 PM
07-24-2002 03:24 PM
Re: mirror disk status
Looks english to me!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 11:13 AM
08-21-2002 11:13 AM
Re: mirror disk status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2002 06:50 PM
08-21-2002 06:50 PM
Re: mirror disk status
I saw the screen shot of the megamgr. It wasn't because of Japanese version of megamgr, but I think it is because of your terminal settings.
Try xterm, linux console, rxvt gnome-term with TERM=vt100.
As I recall, linux console with TERM=linux was the most beautiful screen.
I havn't tried terminal soft on Windows.
FYI, I can R/W Japanese.
Good luck