- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HW 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
05-04-2004 01:20 AM
05-04-2004 01:20 AM
I have ask before for he SW Mirror, but what about de HW mirror??.
Could I known if I have HW mirror configured??
Thanks!,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:24 AM
05-04-2004 01:24 AM
Re: HW mirror
If you have a disk controller that supports mirroring, you will have mirroring and the operating system need know nothing about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:40 AM
05-04-2004 01:40 AM
Re: HW mirror
Maybe in one file, maybe in one log??
Thanks!,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:43 AM
05-04-2004 01:43 AM
Re: HW mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 01:53 AM
05-04-2004 01:53 AM
SolutionLike we have SDM running on our server and FC60 connected to it. We have configured it as raid 0/1 and when i see it thr' SDM (Storage Device Manager) i am able to see entire structure of the Disk Enclosures with disk info, Lun Info, Raid level used etc.
What you can do is see if you have already one or try installing it on your server. This will also allow to configure, monitor performance of the Storage Box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:03 AM
05-04-2004 02:03 AM
Re: HW mirror
If cciss use
cat /proc/drivers/cciss/cciss0
search this forum: you'll a detailed answer.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:15 AM
05-04-2004 02:15 AM
Re: HW mirror
# cat /proc/driver/cciss/cciss0 cciss0: HP
Smart Array 5312 Controller
Board ID: 0x40830e11
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
Then c0d0 es in mirror, and c0d1 isn't it.
Is it correct???
Thanks!!
Carmen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:22 AM
05-04-2004 02:22 AM
Re: HW mirror
Otherwise you should install controller's agent on your operating system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:57 AM
05-04-2004 02:57 AM
Re: HW mirror
I think you made a mess of postings.
The last you sent refers to a linux OS on a machine with a cciss smartarray controller and concerns a post sent by you on the linux forum.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 03:06 AM
05-04-2004 03:06 AM
Re: HW mirror
1) know on which filesystem your root is:
#df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/cciss/c0d0p2 6.4G 6.0G 193M 97% /
2) This brings you directly to you module.
2bis) Take a look in /proc/driver
To know your hardware modules you can look at
#lsmod
and see if there's any block-device module.
#modprobe -l|grep block
Peace, R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 05:59 AM
05-04-2004 05:59 AM